Search found 9 matches

by ushas
Mon Jun 30, 2008 5:23 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: job stops running after some time
Replies: 13
Views: 7369

Best thing is to check for Numeric data on those columns before doing aggregation.
(If Num(columnname) then columnname else 0).
Try this .May be it work.
by ushas
Tue Apr 01, 2008 4:35 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: UV Stage-SQLSTATE=S1000, DBMS.CODE=950088
Replies: 14
Views: 8597

Yes ..Its been created in the name 'pilresidmatlovmap'
by ushas
Tue Apr 01, 2008 3:56 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: UV Stage-SQLSTATE=S1000, DBMS.CODE=950088
Replies: 14
Views: 8597

Previously my design, created the hash file via UniVerse stage and also accessed the hash file via Universe stage.For this we needed some permisions to run the job. So,next we tried to change the design as the one specified as above which is running in some other environment. May be i am not clear a...
by ushas
Tue Apr 01, 2008 3:16 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: UV Stage-SQLSTATE=S1000, DBMS.CODE=950088
Replies: 14
Views: 8597

But my hash file which i created is pilresidmatlovmap
by ushas
Tue Apr 01, 2008 2:33 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: UV Stage-SQLSTATE=S1000, DBMS.CODE=950088
Replies: 14
Views: 8597

Sorry for that!! The column names are column1,column2,column3,column4 resp/- First 3 columns are primary key field The design is we are generating the hash file in 1 job and in another job using UniVerse stage we are invoking the same hash file. I am able to read the data but not able to run the job...
by ushas
Mon Mar 31, 2008 4:27 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: UV Stage-SQLSTATE=S1000, DBMS.CODE=950088
Replies: 14
Views: 8597

This is my TableDefinition <a href="http://s290.photobucket.com/albums/ll265/ushasangayan_photo/?action=view&current=TableDict.jpg" target="_blank"><img src="http://i290.photobucket.com/albums/ll265/ushasangayan_photo/TableDict.jpg" border="0" alt="Ph...
by ushas
Mon Mar 31, 2008 4:00 am
Forum: General
Topic: Posting an image
Replies: 2
Views: 1538

Posting an image

Can you please guide me how to post an image?
Its in my local PC
by ushas
Mon Mar 31, 2008 2:58 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: UV Stage-SQLSTATE=S1000, DBMS.CODE=950088
Replies: 14
Views: 8597

DSD.BCIOpenRef call to SQLPrepare failed. Statement was:SELECT column1,column2,column3,column4 FROM "abc" WHERE column1 = :1 AND ((column2 = 0 AND column3 =0) OR ( column3 <= :2 AND column2 > :3)) SQLSTATE=S1000, DBMS.CODE=950088 [DataStage][SQL Client][UNIVERSE]DataStage/SQL: syntax error...
by ushas
Sun Mar 30, 2008 11:10 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: UV Stage-SQLSTATE=S1000, DBMS.CODE=950088
Replies: 14
Views: 8597

UV Stage-SQLSTATE=S1000, DBMS.CODE=950088

Can any one help to resolve this error? SQLSTATE=S1000, DBMS.CODE=950088 [DataStage][SQL Client][UNIVERSE]DataStage/SQL: syntax error. Unexpected verb. Token was "SELECT". Scanned command was SELECT | This job worked fine previously and i am trying to run after re-indexing Datastage!![size...