Error in ODBC Enterprise stage

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
prashanto_dev
Participant
Posts: 27
Joined: Thu May 22, 2003 4:40 am
Location: California

Error in ODBC Enterprise stage

Post by prashanto_dev »

Hi,

I have job in which I pulling data from Netezza database using ODBC drive in a ODBC EE stage.
If I do the view data in the source ODBC stage it is showing data returned by the db query.
But if I run the job I am getting fatal error:

ods_cas_instrm_mst: Unrecognized argument: )

"ods_cas_instrm_mst" is the name of the ODBC EE stage in the job.

NOTE: THIS JOB IS RUNNING ABSOLUTELY FINE IN DEV SERVER AND GETTING THIS ERROR IN PROD SERVER. I JUST MIGRATED IT TO PROD FOR THE FIRST TIME.

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

Post by ray.wurlod »

What is different between PROD and DEV servers? ("Nothing" is not the correct answer, clearly.) Concentrate particularly on how the connection to Netezza is configured, but allow that it might be something else.

How did you effect the migration?
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
prashanto_dev
Participant
Posts: 27
Joined: Thu May 22, 2003 4:40 am
Location: California

Post by prashanto_dev »

I have configured the DEV and PROD in the same way.

I have configured the .odbc.ini
and uvodbc.config

I have other jobs which are accessing the same database using DRS stage and they are running fine.
Post Reply