parallel job issue

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
kool_cons
Participant
Posts: 68
Joined: Thu Jul 07, 2005 3:41 pm

parallel job issue

Post by kool_cons »

Guys,
I am getting following error while running parallel job. it is running good as server job. could you guys help me to get rid of this problem.

APT_CombinedOperatorController,0: Fatal Error: Fatal: [Informix][Informix ODBC Driver]Data source name not found and no default driver specified.Unable to connect to Informix ODBC data source 'pit_mms'.
iwin
Premium Member
Premium Member
Posts: 99
Joined: Mon Apr 11, 2005 9:20 pm

Post by iwin »

Hi,
Describe clearly what are you trying to do. Did you give the parameters correctly for the job.
kool_cons
Participant
Posts: 68
Joined: Thu Jul 07, 2005 3:41 pm

Post by kool_cons »

Parameters are defined correctly. i checked the odbc.ini file and verfied that database is already added there.it wont be a problem with .ini file.
we have a simple informix table as source and trying to exctract data to flat file. i can see the data when i tried to view data at table.but it is failed if we try to run the job.
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Is there an entry for <pit_mms> in the uvodbc.config file in your project directory?
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
kool_cons
Participant
Posts: 68
Joined: Thu Jul 07, 2005 3:41 pm

Post by kool_cons »

I have that entry in uvodbc.config file.
kool_cons
Participant
Posts: 68
Joined: Thu Jul 07, 2005 3:41 pm

Post by kool_cons »

Sorry,
i looked at wrong place. but it is not there in project directory.Do we need add there..since without adding that we ran it once and it was good.
Do you think it is an issue.
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

DataStage looks for the uvodbc.config file in the project directory. Only if one is not found there does it look in the $DSHOME directory. And if it's not there either it checks in /etc before giving up.

It's not an issue; that's how DataStage works.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Post Reply