weird issue in ODBC

Post questions here relative to DataStage Server Edition for such areas as Server job design, DS Basic, Routines, Job Sequences, etc.

Moderators: chulett, rschirm, roy

Post Reply
pxraja
Participant
Posts: 142
Joined: Fri Mar 14, 2008 10:22 am

weird issue in ODBC

Post by pxraja »

Hi all,

While I am trying to run the job in production I can see this message and the job got aborted without any rows transformed.

DSD.BCIOpenW call to SQLPrepare failed.
SQLSTATE=S1C00, DBMS.CODE=0
[DataStage][SQL Client][ODBC][DataDirect][ODBC Oracle Wire Protocol driver]Optional feature not implemented.|

I am using custom query that is working fine with development environment.

but do know why its aborted in production?

any ideas and suggestions are welcomed

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

Post by ray.wurlod »

Of course not.

Unless you give us some clue about what "optional feature" you are relying on by posting your custom SQL we are totally in the dark.

Maybe you can use ODBC tracing to determine which SQL function caused the error to be generated.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Also check for differences in the ODBC setups done in each environment.
-craig

"You can never have too many knives" -- Logan Nine Fingers
Post Reply