Skip to main content
Hi,

 

I got a translation going on with few sql executors and a workspacerunner .A sql executor is placed after Workspace runner as well.Now a strange thing is observed when I set the "wait for job to complete" as yes the oracle procedures are called from executors and are reflected in the table.

 

But when set to no ,none of the procedures seem to work though the log shows them being called .

 

Is this a bug ?
Hi Roy,

 

 

When setting 'No' to the parameter, the SQL sentence(s) of the following SQLExecutor could be executed before comleting job of the workspace called by the WorkspaceRunner. So, if the table is the target which should be created or updated in the called worksapce, the SQLExcecutor will fail or generate unpreferable result. I guess this is such a situation.

 

Takashi

Reply