Error using Universe

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
poornimajayan
Participant
Posts: 16
Joined: Sun Apr 17, 2005 11:27 pm

Error using Universe

Post by poornimajayan »

While using a Universe and trying to create a table through th universe in run time, I am getting an error like "DSD.BCIOpenW call to SQLExecDirect failed.
Caret tabel......SQLSTATE=S1000, DBMS.CODE=950302
[DataStage][SQL Client][UNIVERSE]DataStage/SQL:
unexpected" The datasourcename I had given as localuv.
Can anyone please throw some light in this issue?
Thanks,
Poornima
rameshrr3
Premium Member
Premium Member
Posts: 609
Joined: Mon May 10, 2004 3:32 am
Location: BRENTWOOD, TN

Post by rameshrr3 »

Are you using a create table option in the Universe Stage? Have you clicked on the Create DDL button?
poornimajayan
Participant
Posts: 16
Joined: Sun Apr 17, 2005 11:27 pm

Post by poornimajayan »

Hi Ramesh,
Yes I am using create table option inuniverse.I have already checked the "Create table in target Database" option.
loveojha2
Participant
Posts: 362
Joined: Thu May 26, 2005 12:59 am

Post by loveojha2 »

Go to Edit DDL tab and click the Create DDL button to generate the DDL statement.
Success consists of getting up just one more time than you fall.
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

The message suggests that there's an unexpected newline in your SQL. All SQL statements have to be delivered to DataStage/UniVerse as single strings with no embedded newlines.
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