Error while viewing data

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
thumsup9
Charter Member
Charter Member
Posts: 168
Joined: Fri Feb 18, 2005 11:29 am

Error while viewing data

Post by thumsup9 »

Can anyone say what the error means, This came up while I was connecting thru DB2UDBEnterprise stage and trying to view the data.


##I TOSH 000002 13:03:50(001) <main_program> orchgeneral: loaded
##I TOSH 000002 13:03:50(002) <main_program> orchsort: loaded
##I TOSH 000002 13:03:51(000) <main_program> orchstats: loaded
##I TFSC 000001 13:03:51(001) <main_program> APT configuration file: /opt/etl/Ascential/DataStage/Configurations/4NodeConfig.apt
>##E TOSH 000205 13:03:51(002) <main_program> PATH search failure:
>##E TOSH 000000 13:03:51(003) <main_program> Could not locate operator definition, wrapper, or Unix command for "db2read"; please check that all needed libraries are preloaded, and check the PATH for the wrappers
##W TOSH 000004 13:03:51(004) <main_program> Operator db2read does not exist in the registry.
>##E TCOS 000029 13:03:51(005) <main_program> Creation of a step finished with status = FAILED.


Thanks,
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

It can't find a db2read function. This almost certainly means that the relevant environment variables for DB2 client (or DB2 Connect or both) have not been set up properly.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
dsusr
Premium Member
Premium Member
Posts: 104
Joined: Sat Sep 03, 2005 11:30 pm

Re: Error while viewing data

Post by dsusr »

The stage you are trying to use is a plugin stage and it appears this stage is not installed on your server.

First install the plugin and follow the steps given in the plugin documentation to configure this stage.

Regards
dsusr
Post Reply