Search found 53125 matches
- Thu Sep 28, 2006 3:27 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Unziping file from Windows environment
- Replies: 25
- Views: 9309
- Thu Sep 28, 2006 3:26 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to read the max_key value and increment by 1 to the key
- Replies: 15
- Views: 4555
Create a (server?) job to select the max key value and park it somewhere, for example in a file, in that job's user status area. Run this job and your main job from a job sequence. The job sequence picks up the value, and supplies it as a job parameter to your main job. Increment the value in a Tran...
- Thu Sep 28, 2006 3:22 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Sequence Job
- Replies: 1
- Views: 805
- Thu Sep 28, 2006 3:21 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: APT_PMwaitForPlayersToStart error
- Replies: 3
- Views: 1226
Then it's likely to be a network problem of some kind. Get your network administrator to check the NICs can cabling, and network configuration. Otherwise, monitor the network (LAN?) to make sure it's not saturated; if it is, install a dedicated network (separate domain) between the machines in your ...
- Thu Sep 28, 2006 3:18 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Null_filed Length
- Replies: 2
- Views: 1004
- Thu Sep 28, 2006 3:17 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Scheduling
- Replies: 4
- Views: 1754
All five parallel jobs will be attempted to be started at 9 o'clock. If you have sufficient system resources, they will all end up in a running state, but remember you will have five conductor processes, 25 section leader processes, and lots of player processes. If you don't have sufficient resource...
- Thu Sep 28, 2006 3:15 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to get BETWEEN DATE FROM HASH FILE
- Replies: 7
- Views: 2423
- Thu Sep 28, 2006 3:10 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Can we load data into Teradata View using Enterprise Stage
- Replies: 3
- Views: 1006
- Thu Sep 28, 2006 3:09 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Teradata_Enterprise Error
- Replies: 4
- Views: 1957
- Thu Sep 28, 2006 3:05 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Scheduling thro director
- Replies: 4
- Views: 2725
- Thu Sep 28, 2006 3:02 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: replacing a string
- Replies: 17
- Views: 6988
- Thu Sep 28, 2006 2:59 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Please post clear and descriptive topics
- Replies: 1
- Views: 18287
- Thu Sep 28, 2006 2:56 pm
- Forum: IBM QualityStage
- Topic: Creating an override
- Replies: 3
- Views: 1601
- Thu Sep 28, 2006 5:55 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Loading more than one file.
- Replies: 2
- Views: 1251
- Thu Sep 28, 2006 5:54 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: SDKSequence access from remote location
- Replies: 10
- Views: 3459
It is singularly dangerous to do, because the record-level lock taken when you update a record in SDKSequences is recorded in shared memory on the executing machine, so that the other server will be unaware of it, and may engender lost updates. There is no networking software, so you would need to c...