Page 1 of 1

Issue while executing a stored procedure

Posted: Thu Jun 20, 2013 8:30 pm
by xch2005
Hi,

The job is fairly simple and straight forward as,

oracle stage -> stored procedure stage

Here only 1 value (date) is returned from oracle stage and it is passwed to STP stage as input to the procedure, executes the stored procedure which is in Sybase. If the procedure is executed manually it works fine. The datastage in this job only executes the procedure and there are no return values.

Error:
Attempt to get target table info from MetaStage_Table_Locator_Info failed.
DSTAGE-STP-0061`:`select Computer, SoftwareProduct, DataStore from MetaStage_Loc_Info

Any idea on where to debug for this issue?
Thanks for your help in advance.

Thanks.

Posted: Thu Jun 20, 2013 9:30 pm
by chulett
Try an exact search here for "MetaStage_Loc_Info" and see if anything that comes up helps.

Posted: Mon Jun 24, 2013 2:33 pm
by xch2005
Did search and found that I can try by setting the environment variable DS_NO_PROCESS_METADATA=1

Is this something I need to add to user-defined in the DS Admin project property?

Thanks

Posted: Mon Jun 24, 2013 2:52 pm
by times29
DS Admin

Posted: Tue Jun 25, 2013 8:22 pm
by xch2005
Thanks times29 and chulett, the warning did not come up after adding the env. variable.

Thanks for the help.