BusinessObjects Board

Dataflow cannot be called in batch job

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:] The data flow that processes either real-time message or real-time CDC table cannot be called in batch job <Job_name>. (BODI-1111427)
BODS_Err_1.jpg


gauravk (BOB member since 2017-02-02)

Batch jobs cannot create XML messages. Are you trying to create an XML file output? If so, see:

https://dwbi.org/etl/sap-data-services/87-xml-file-generation-using-sap-data-services

For more information, check the reference guide, page 234:

“When used as a target, an XML message object translates the data produced by a job, including nested data, into an XML-formatted message and sends the
message to the Access Server”

  • E

eepjr24 :us: (BOB member since 2005-09-16)