Search found 53125 matches
- Wed Dec 07, 2005 7:34 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Conversion of data type from Char to Date in PX
- Replies: 4
- Views: 1001
- Wed Dec 07, 2005 7:32 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Lookup Stage not matching conditions
- Replies: 1
- Views: 841
- Wed Dec 07, 2005 7:31 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Lookup Stage not matching conditions
- Replies: 10
- Views: 11680
- Wed Dec 07, 2005 7:30 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: running Multiple Job
- Replies: 5
- Views: 983
To run an instance from Director, fill in the Invocation ID field.
To run from an API or command line, use job.instanceID syntax.
For example(probably with different parameter settings).
To run from an API or command line, use job.instanceID syntax.
For example
Code: Select all
dsjob -run projname jobname.firstinstance
dsjob -run projname jobname.secondinstance- Wed Dec 07, 2005 3:31 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Phantom 12519
- Replies: 4
- Views: 1338
The problem is "Available memory exceeded". It's reported by a Transformer stage (because errors are reported by active stages) but it's almost certainly generated by the Folder stage, which has the inexplicable behaviour of trying to cache the entire contents of the folder in memory. Don't worry ab...
- Wed Dec 07, 2005 3:28 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: HFC.exe -> need it but don't have the Datastage CD
- Replies: 20
- Views: 5916
- Wed Dec 07, 2005 3:27 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Conversion of data type from Char to Date in PX
- Replies: 4
- Views: 1001
- Wed Dec 07, 2005 1:41 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: dsjob error in AIX 5.3
- Replies: 5
- Views: 2427
- Wed Dec 07, 2005 1:39 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: buffer(1),85: Fatal Error: waitForWriteSignal():
- Replies: 6
- Views: 4888
- Wed Dec 07, 2005 1:36 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Can ICONV be used in EE
- Replies: 2
- Views: 872
Iconv() is a BASIC function - you could use a BASIC Transformer stage but there is a performance penalty. Otherwise there are data type conversion functions available, which you can find in the expression editor (Transformer stage) or in on-line help for Modify stage or Transformer stage. You can al...
- Wed Dec 07, 2005 1:34 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Updating old record in SCD2
- Replies: 1
- Views: 762
- Wed Dec 07, 2005 1:32 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Factors affecting startup time?
- Replies: 1
- Views: 719
The obvious one is getting the section leader processes started and talking to the conductor processes. There are many potential variables here especially on a cluster of machines. Connecting to database servers from multiple player processes also can take a lot of time. It's not just connection, it...
- Wed Dec 07, 2005 1:28 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Job's are Aborting
- Replies: 1
- Views: 1344
- Wed Dec 07, 2005 1:26 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: DSPIPE_WAIT Writer timed out
- Replies: 3
- Views: 1689
- Wed Dec 07, 2005 1:23 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Problem with DB2/UDB API stage
- Replies: 23
- Views: 10347