Search found 42189 matches

by chulett
Sun Dec 16, 2007 9:20 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Stored procedure returning records with null
Replies: 6
Views: 1645

Still think that clues will only come from this side of the glass if you post the proc code - and that from someone that speaks SQL Server. Me, I assumed you meant an Oracle procedure. Interesting, the 'O' in 'TOAD' stood for 'Oracle' but now that it's 'Toad' and they have versions for other databas...
by chulett
Sun Dec 16, 2007 9:12 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Pivoting with multiple columns to single column
Replies: 11
Views: 2752

Actually, the Pivot stage goes the other way - columns to rows, a.k.a. a horizontal pivot. You want to go the other way - a vertical pivot or rows to columns - and unless the 8.x version 'goes both ways' (so to speak) then you'll need to handle it yourself. Search the forum for 'vertical pivot' for ...
by chulett
Sun Dec 16, 2007 8:59 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Restartable Sequence
Replies: 9
Views: 3642

That's all well and good and, as I noted, something that works just fine for me - dsjob is able to restart it without issue. If you are saying that you can't, that when you use dsjob to try and restart the 'main sequence' it fails, then you need to contact your Support provider and ask them what is ...
by chulett
Sun Dec 16, 2007 8:52 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: getting status of Executecommand stage in sequence
Replies: 2
Views: 1249

Yes, you can use the Activity Variable $ReturnValue with the Execute Command stage name to check what exit status your command returned. There is also $CommandOutput if you need to check/pass whatever the command echoes to 'the screen'.
by chulett
Sat Dec 15, 2007 8:10 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Restartable Sequence
Replies: 9
Views: 3642

Of course. I just built a small test Sequence and forced it to Abort. The job status was 'Aborted/Restartable' and I was able to run the job and have it pick up with the aborted step simply by issuing a normal dsjob command. Are you sure yours shows as 'Aborted/Restartable' or does it just say 'Abor...
by chulett
Sat Dec 15, 2007 5:12 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Stored procedure returning records with null
Replies: 6
Views: 1645

Re: Stored procedure returning records with null

It is still returning 1 row with all the null values in the columns. If table has 4 rows then it is returning 5 rows with one extra record having all values as null. Can any one has clue? Assuming this "it" is a stored procedure, then no, with no code posted - no clue. That really should not be a D...
by chulett
Sat Dec 15, 2007 10:48 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sybase OC VS ODBC Stage
Replies: 9
Views: 5022

Ok, just wanted to make sure you're using a supported version of Sybase. So... have you configured DataStage for Sybase? Meaning, have a Sybase client installed on the DataStage server and the proper environment variables included in your dsenv file?
by chulett
Sat Dec 15, 2007 9:24 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Regarding VOC File
Replies: 8
Views: 3950

Umm, yah... more simply. :wink:
by chulett
Sat Dec 15, 2007 8:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SQL Loder problem
Replies: 5
Views: 4586

Your DBA should be able to handle configuring the instance to handle the load, whatever that entails. More details may be in the sqlldr log file.
by chulett
Sat Dec 15, 2007 8:03 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Duplicate job after importing
Replies: 8
Views: 1867

Could be... verify that with your Support provider. Does it happen with any .dsx file or just this particular one?
by chulett
Fri Dec 14, 2007 5:00 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sybase OC VS ODBC Stage
Replies: 9
Views: 5022

What version of Sybase?
by chulett
Fri Dec 14, 2007 4:59 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Restartable Sequence
Replies: 9
Views: 3642

Hmm... I don't recall seeing that behaviour. Curious what other people have found, if I get a chance I'll build a little test case and see what happens on my system.
by chulett
Fri Dec 14, 2007 4:05 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Restartable Sequence
Replies: 9
Views: 3642

dsjob has got nothing to do with it, a Sequence job is either restartable or not regardless of how it is kicked off. And that's set in the job's properties.
by chulett
Fri Dec 14, 2007 3:20 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Passing parameter out of datastage job
Replies: 21
Views: 34623

Two things. 1) I don't believe this is something testable from the Manager as there is no user status area to update. You'll need to use it in either a small test job or just go for the real deal and see what happens. 2) You didn't actually include the 'RETURN(Ans)' part in your routine, did you? Th...
by chulett
Fri Dec 14, 2007 9:49 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error code=-99
Replies: 2
Views: 1625

Welcome aboard. :D A couple of thoughts. Frustration would best be directed to whomever is your support provider. They get paid the big bucks to solve problems like this, have you opened up a case with them? Unfortunately, that '-99' error is an unknown or 'catch-all' type error and will take some d...