cancel
Showing results for 
Search instead for 
Did you mean: 

Dataflow cannot be called in batch job

Former Member
0 Kudos

Hello ,

I'm getting below error while trying to run a batch job, which is just moving data from a flat file to nested XML message target (message target). I'm expecting it to work since the source is a flat file and not message source. Please help.

Error Message during validation of job-

[Job:<Job name>] The data flow that processes either real-time message or real-time CDC table cannot be called in batch job <Job_name>. (BODI-1111427)

Many Thanks,

Gaurav

Accepted Solutions (1)

Accepted Solutions (1)

former_member198401
Active Contributor

Hi

Whats the actual requirement.

When dragging the XML_Map transform into the dataflow you get asked if you want to use the XML_Map in normal or in batch mode. Select Batch Mode

Regards

Arun Sasi

Answers (1)

Answers (1)

Former Member
0 Kudos

Thanks Arun. I'm going to try with batch mode.

Requirement- I've a flat file with all pricing columns and need to load to SAP using IDoc. For that, I think I need to arrange the data in nested form to match target message type (COND_A). I've created a nested schema using imported IDoc. Now, trying to fill this XML so that it can be mapped to IDoc target message.