Search found 66 matches

by Bala R
Sun Sep 18, 2005 8:41 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Load date into SQL Server - datetime datatype)
Replies: 10
Views: 18464

Try Oconv and have the target field as varchar or timestamp. SQL Server stores date as timestamps. You get this error either because you selected Date as the column type in your stage or the date is in DS internal format.
by Bala R
Thu Sep 15, 2005 8:36 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: '' in HASH file
Replies: 12
Views: 3260

Following mdan's suggestion you could replace '' with ' ' or some default value using CASE expression in the column derivation. Apparently your DB is not oracle (blank is ' ' and not '' in oracle) and you can't use NVL. I have a job where the first value in hash file is ' ' and I had tried using @NU...
by Bala R
Wed Sep 14, 2005 10:57 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error viewing data in Oracle9i stage
Replies: 8
Views: 4451

[quote="chulett"]However, when all is said and done the job gets the plain vanilla un-fancy-format sql.[/quote]
Will follow your advice.

Thanks everybody
by Bala R
Wed Sep 14, 2005 7:37 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error viewing data in Oracle9i stage
Replies: 8
Views: 4451

I had typed in a quite big where clause in the stage and I had it formated so it was easy for me to read it. Just as I was trying things out I removed all the extra white spaces I had in there. The stage works fine now. I don't think this would help to understand what went wrong. My idea was that wh...
by Bala R
Mon Sep 12, 2005 4:57 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error viewing data in Oracle9i stage
Replies: 8
Views: 4451

I could switch back to column generated and replicate the same error again in the stage. When I tried reindexing, exclusive locks were acquired for each object and they seem to be reindexed. But when I go back to stage the error persists.

Thanks again
by Bala R
Mon Sep 12, 2005 3:38 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error viewing data in Oracle9i stage
Replies: 8
Views: 4451

Error viewing data in Oracle9i stage

When I tried to view data in a Oracle9i stage got the following error - 'Error calling subroutine: DSD.Browse (Action=3); check DataStage is set up correctly in project STPHCMSIM'. I tried reindexing the project from the Administrator. But that didn't help. The stage uses a column generated SQL and ...