Search found 15603 matches
- Wed Jun 11, 2008 10:33 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: After-job subroutine
- Replies: 6
- Views: 1985
- Wed Jun 11, 2008 8:57 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: moving data to Mainframe via MQ - not all data getting there
- Replies: 8
- Views: 1884
- Wed Jun 11, 2008 8:05 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DSD Run Error
- Replies: 10
- Views: 6232
No uvconfig changes will affect the multiinstance behaviour. The "compteur" variable use is quite odd, particularly adding the internal date (days since Dec 31 1967) and internal time (seconds since midnight). Wait a second, I recall issues when using numeric instance numbers. Is that the case for y...
- Wed Jun 11, 2008 8:00 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: moving data to Mainframe via MQ - not all data getting there
- Replies: 8
- Views: 1884
- Wed Jun 11, 2008 5:49 am
- Forum: General
- Topic: Starting Director raises 'Run-time error 13' exception
- Replies: 7
- Views: 2289
- Wed Jun 11, 2008 5:11 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Project currently locked
- Replies: 23
- Views: 11396
- Wed Jun 11, 2008 4:50 am
- Forum: General
- Topic: Tarnsformer Compilation error
- Replies: 3
- Views: 1485
- Wed Jun 11, 2008 4:17 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Virtual Hash files , Distributed Hash file
- Replies: 4
- Views: 1207
- Wed Jun 11, 2008 3:38 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Post-installation problems with IBM info server
- Replies: 17
- Views: 8625
- Wed Jun 11, 2008 3:37 am
- Forum: General
- Topic: job locks release
- Replies: 3
- Views: 1748
- Wed Jun 11, 2008 2:02 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Oracle Upsert errors
- Replies: 6
- Views: 1324
I expected rejects, not correct records... What about putting a transform stage between source and target, putting in a second output link to a peek stage with a constraint of only sending records where the value of a column is null. That way you could see if the problem is happening on the read or ...
- Wed Jun 11, 2008 1:46 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Post-installation problems with IBM info server
- Replies: 17
- Views: 8625
The message with teh UV.ACCOUNT points to file access issues. Do you have any security software installed? Can you globally change access rights to the DataStage server and project directories (temporarily, to see if it makes a difference)? If you execute "telnet localhost" from the server, do you g...
- Wed Jun 11, 2008 1:38 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Fault Type 11
- Replies: 16
- Views: 6066
This would seem to point to the error occuring in the TRANSform stage. Both your changes and link to DSP.Open reflect that. Address 574 in the program (assuming you have the same release 8.0.1 that I do) is a call to "$DSP.Open" routine that has been cataloged in memory. Assuming you had no installa...
- Wed Jun 11, 2008 1:29 am
- Forum: General
- Topic: dsjobreport argument
- Replies: 4
- Views: 2756
- Wed Jun 11, 2008 1:24 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Is it possible to assign an amount of RAM for Datastage?
- Replies: 8
- Views: 2210
There are job design methods you can use to control memory (i.e. not cacheing hashed lookups will use less memory, but work slower) and a couple of the uvconfig settings also affect memory use. But you need to know that by doing so you are going to seriously slow down DS processing and it is much ch...