Unable to view data

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
bobthebuilder
Participant
Posts: 17
Joined: Mon Aug 15, 2005 3:13 pm

Unable to view data

Post by bobthebuilder »

All,

I'm able to import metadata into the DS Manager but I'm unable to view the data.

This is the error message I'm getting:

DSBrowser..DSBrowser1.DSLink1: DSD.BCIOpenR call to SQLExecDirect failed.
Statement was:SELECT X,Y,Z FROM ABC
SQLSTATE=S1C00, DBMS.CODE=0
[DataStage][SQL Client][ODBC][DataDirect][ODBC Oracle Wire Protocol driver]Optional feature not implemented


Please throw some light on this..

--Bob
Bala R
Participant
Posts: 66
Joined: Mon May 30, 2005 9:52 pm

Post by Bala R »

What are the field types of X,Y and Z? Check if your driver supports these datatypes.
bobthebuilder
Participant
Posts: 17
Joined: Mon Aug 15, 2005 3:13 pm

Post by bobthebuilder »

Bala,

I checked the fields and they are the SQL defined types. I also ran the query at my Oracle Client and it works perfect. Do you think it might be a problem in pluging in Oracle with DS.

--Bob
Bala R
Participant
Posts: 66
Joined: Mon May 30, 2005 9:52 pm

Post by Bala R »

Don't think its anything with the plugin... Got to do with the ODBC oracle driver you have setup for DS. Lookup the manual for the driver you have installed and whether it supports the datatypes and the length or precision you are trying to select.
kcbland
Participant
Posts: 5208
Joined: Wed Jan 15, 2003 8:56 am
Location: Lutz, FL
Contact:

Post by kcbland »

Are you trying to view from DS Manager or from a Designer job? You should try from a Designer job and use the get SQL info button.
Kenneth Bland

Rank: Sempai
Belt: First degree black
Fight name: Captain Hook
Signature knockout: right upper cut followed by left hook
Signature submission: Crucifix combined with leg triangle
bobthebuilder
Participant
Posts: 17
Joined: Mon Aug 15, 2005 3:13 pm

Post by bobthebuilder »

Bala,

Do you mean that I will have to lookup at the Data Direct DSN setup on DS Server for Oracle...

--Bob
bobthebuilder
Participant
Posts: 17
Joined: Mon Aug 15, 2005 3:13 pm

Post by bobthebuilder »

KC,

I have been trying to looup for data at the manager. I tried looking at data at the server and found out that it was asking for a password to connect to the database.

--Bob
bobthebuilder
Participant
Posts: 17
Joined: Mon Aug 15, 2005 3:13 pm

Post by bobthebuilder »

Thanks Bala

Your analysis was superb....!!!!!!!!!
Post Reply