Search found 42189 matches
- 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...
- 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 ...
- 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 ...
- 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
- 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...
- 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...
- 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
- 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
- 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
- Sat Dec 15, 2007 8:03 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Duplicate job after importing
- Replies: 8
- Views: 1867
- 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
- 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
- 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
- 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...
- 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...