DSD.BCIOpenR call to SQLExecDirect failed.

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
dsonly
Participant
Posts: 2
Joined: Tue Sep 26, 2006 3:00 am

DSD.BCIOpenR call to SQLExecDirect failed.

Post by dsonly »

i got this message

DSD.BCIOpenR call to SQLExecDirect failed.


what is the expected resson , what i have to do

thanks
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

dsonly - welcome to DSXChange.

In order to help answer your question you should add a bit more information to your post. Even though some can be read from the error message, you should tell us what stage you are using and what you are doing in it. Does the error happen on view data or when running? Do you have other jobs which use this stage successfully?
ray.wurlod
Participant
Posts: 54595
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

BCI.OpenR suggests ODBC or UniVerse stage. A problem is occurring when trying to "open" (establish a connection) in order to perform a SELECT (or execute a stored procedure that returns rows).

Check that the authentication information is correct. The easiest way to do this is to open the stage and click GetSQLInfo on the stage properties - if this does not generate an error, then connectivity is correct. You then need to look at the job log to get more information. Post full details of error message(s) here - use copy/paste so that it's accurate.
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