warning message

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
dspxguy
Participant
Posts: 156
Joined: Thu May 24, 2007 4:09 pm
Location: Simi Valley, CA

warning message

Post by dspxguy »

I am just curious what this warning message means

node_etlb75: Warning: the following libraries failed to load: "@dscapiop": Could not load "dscapiop": Could not load module .
System error: No such file or directory.

Thanks
Zeus
Participant
Posts: 2
Joined: Tue Sep 11, 2007 5:41 pm

Post by Zeus »

perhaps you are in the wrong directory and file that you are accessing didn't not created yet...
DSkkk
Charter Member
Charter Member
Posts: 70
Joined: Fri Nov 05, 2004 1:10 pm

Re: warning message

Post by DSkkk »

dspxguy wrote:I am just curious what this warning message means

node_etlb75: Warning: the following libraries failed to load: "@dscapiop": Could not load "dscapiop": Could not load module .
System error: No such file or directory.

Thanks

Hi , Can you please let us know if your Warning has been fixed. We are having a similar issue with the XML Output Stage after we upgraded from DataStage 7.1 to DataStage 7.5. We are using Parallel Jobs.
your reply would be greatly appreciated.

Thanks in advance.
g.kiran
attu
Participant
Posts: 225
Joined: Sat Oct 23, 2004 8:45 pm
Location: Texas

Re: warning message

Post by attu »

DSkkk wrote:
dspxguy wrote:I am just curious what this warning message means

node_etlb75: Warning: the following libraries failed to load: "@dscapiop": Could not load "dscapiop": Could not load module .
System error: No such file or directory.

Thanks

Hi , Can you please let us know if your Warning has been fixed. We are having a similar issue with the XML Output Stage after we upgraded from DataStage 7.1 to DataStage 7.5. We are using Parallel Jobs.
your reply would be greatly appreciated.

Thanks in advance.

Hi Kiran,

We worked with IBM technical support and the warning message was because we had DB2 8 client installed on server prod node only and we ran the job in parallel with configuration file which covers all database servers that don't have V8 client software installed. The solution is to restrict the API stage running on prod node only.

To remove the warning message in the log. Go to the advanced tab of API stage and default was set to use the config file in parallel. Choose constraint of node and pick prod node. This should avoid following warning message in the log.
Thanks
Post Reply