Could not start (Adapter: 'BOExcelAdapter') in SAP BODS

Hi All,

I am getting the below error and even though there is a TRY CATCH block the error is not captured. ( the job does not turn red , the status is still in green)

Error preparing to read

Could not start (Adapter: ‘BOExcelAdapter’).>

Trace has the below statement

Work flow <Workflow_name> is terminated due to an error <58105>.

Our job has 2 data flows in parallel that has the same Excel transform as the source .

Can you please clarify if this error happens due to 2 dataflows running in parallel using the same excel transform as source and execution happens at the same time ?

Can you please let me know how to make the job turn red?
:hb:


chitramalini (BOB member since 2013-09-17)

Hello,

First, you cannot use the Same Excel as a source in two parallel data flows.
Secondly, the Exception is being handled by the Catch and hence the Status is Green. Add a Script in the Catch block and call raise_exception_ext() function to show the status RED.


sameer81 :new_zealand: (BOB member since 2007-09-15)