Change Data Source error The maximum number of inbound rows has been exceeded. | Community
Skip to main content
itsme
Level 3
October 26, 2022
Solved

Change Data Source error The maximum number of inbound rows has been exceeded.

  • October 26, 2022
  • 1 reply
  • 1490 views

I am trying to test writing via FDA connection, and I want to write Broadlog. So it is important to write Millions of records in one go. So I was doing the POC using 20M records and was trying to write it back from the local Oracle (on Azure) to Azure Synapse database via FDA. In the "Change Data Source" activity, I got the error "The maximum number of inbound rows has been exceeded (step 'Change Data Source')".

When tried with few thousand rows (41K) it is working fine. I was referring to the documentation and didn't find any mention of limitation. In SQL log, there is no SQL logged for the change data source activity, so seems it is not coming from Database.

So, what is the threshold value before it errors out and how can I increase it? 

Just Tried with 1M and it seems to be running fine as well.

 

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Craig_Thonis

Hi Aalokitoaami,

 

I'm not finding anything in the documentation or existing support tickets of this error or maximum allowed inbound rows. So there is likely a hard-coded limit within Campaign. As such, I would recommend reaching to Campaign Support who can discuss this with R&D.

 

Regards,

Craig

1 reply

Craig_Thonis
Adobe Employee
Craig_ThonisAdobe EmployeeAccepted solution
Adobe Employee
October 27, 2022

Hi Aalokitoaami,

 

I'm not finding anything in the documentation or existing support tickets of this error or maximum allowed inbound rows. So there is likely a hard-coded limit within Campaign. As such, I would recommend reaching to Campaign Support who can discuss this with R&D.

 

Regards,

Craig

itsme
itsmeAuthor
Level 3
February 16, 2023

The value is driven by the configuration in serverConf.xml file with default being 1M

 

<changeDataSource maxNbOfInboundRows="1000000"/>