Unable to use update only in ODBC 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
ksudhir466
Participant
Posts: 11
Joined: Fri Sep 05, 2008 4:20 am
Location: chennai

Unable to use update only in ODBC stage

Post by ksudhir466 »

Following error message comes when ODBC stage is used for update only query

Fatal Error: Could not connect to datasourcereturn code -1 from SQLConnect(handle, 'Userid', 'password', 'Database') with message [DataDirect][ODBC lib] Specified driver could not be loaded


Can anyone help , please
Sreenivasulu
Premium Member
Premium Member
Posts: 892
Joined: Thu Oct 16, 2003 5:18 am

Post by Sreenivasulu »

Hi
Looks like your ODBC drivers are not installed.
"go to server/branded_odbc" and check whether the odbc drivers are installed

Regards
Sreeni
ksudhir466
Participant
Posts: 11
Joined: Fri Sep 05, 2008 4:20 am
Location: chennai

Unable to use update only in ODBC stage

Post by ksudhir466 »

Sreenivasulu wrote:Hi
Looks like your ODBC drivers are not installed.
"go to server/branded_odbc" and check whether the odbc drivers are installed

Regards
Sreeni



Hi, Thx for replying

Actually before ODBC stage sort and remove duplicates are used.

when job is run with dataset inplace of ODBC stage it runs fine.

and then in another job if this dataset is used as source and ODBC as target, then it runs fine.

But in a single job its giving the mentioned error.

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

Post by ray.wurlod »

He did. Check whether ODBC drivers are installed.
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