Something, somewhere has requested access to a memory address it does not own or which does not exist.
Are there any other warnings? What happens if you reset (not recompile) the job?
Search found 53125 matches
- Tue May 15, 2007 9:02 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: segmentation fault
- Replies: 1
- Views: 1476
- Tue May 15, 2007 9:00 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: column limit in DataStage
- Replies: 13
- Views: 8681
The Oracle Enterprise stage does not use ODBC, so anything you found there is probably not relevant. It remains unclear whether the block size referred to here is something inside DataStage (such as buffer size) or something in Oracle or the connection between Oracle client and database server. It l...
- Tue May 15, 2007 5:10 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: unable to see DS job stats after succesful run
- Replies: 4
- Views: 1456
Re: unable to see DS job stats after succesful run
venkatesh pentela wrote:sh jobmoninit start $APT_ORCHHOME.But,this is server level.In our case,its not needed.
That is totally wrong. The job monitor is definitely needed for parallel jobs.
- Tue May 15, 2007 5:08 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Reading the Hash file
- Replies: 9
- Views: 2312
- Tue May 15, 2007 5:05 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Oracle bulk load stage
- Replies: 2
- Views: 931
The clock keeps running after DataStage invokes sqlldr, even though no more rows are processed within DataStage. The clock only stops when sqlldr reports that it has completed its task, and any after-stage or after-job subroutines have been executed and returned. Use your "active stage finishing" lo...
- Tue May 15, 2007 5:03 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Creating DBF and MDX files
- Replies: 7
- Views: 2980
- Tue May 15, 2007 5:01 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: can we use if..then...else conditions in a stage variable
- Replies: 13
- Views: 3413
- Tue May 15, 2007 5:00 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Datastage 8.0
- Replies: 2
- Views: 827
- Tue May 15, 2007 4:58 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Blanks/Null Values in the date field
- Replies: 9
- Views: 2959
- Tue May 15, 2007 4:56 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Writing in to a sequential file trhru routine
- Replies: 22
- Views: 8126
- Tue May 15, 2007 4:34 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: KeyMgtGetNextValueConcurrent
- Replies: 9
- Views: 3347
- Tue May 15, 2007 4:32 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Routine or Transform, which one wins
- Replies: 8
- Views: 1736
It is not possible. In this situation (a Transform and a Routine with the same name) the Transform is always selected. This harks back to the earliest versions of DataStage, where the only available way to invoke a Routine was via a Transform; often they had the same name. I guess it's been kept tha...
- Tue May 15, 2007 4:29 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Complex flat file - compilation problem
- Replies: 5
- Views: 1255
- Tue May 15, 2007 4:27 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Database Lookup return multiple results
- Replies: 8
- Views: 2443
- Tue May 15, 2007 4:23 pm
- Forum: General
- Topic: Best way to process a list and do perform SQL one at a time
- Replies: 14
- Views: 5264
Specify the UNIX newline character as the delimiter. The easiest way to do this is to set up a user variable, and assign Char(10) to it, upstream of the StartLoop activity. Pass the value of StartLoopName.$Counter to the job as a parameter. This will contain the value of the current item from the lo...