Search found 5168 matches
- Thu Jul 13, 2006 11:40 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: run time fatal error : Player 12 terminated unexpectedly
- Replies: 23
- Views: 9040
I doubt this problem really related with APT_MONITOR_TIME or APT_MONITOR_SIZE? I mean I didnot understand why they these causes job failures, There are not many users connected to the UNIX box at the time of the runs happening. it could be a datastage bug, or a unix issue or something not related t...
- Wed Jul 12, 2006 6:14 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Why checkpoint and restart doesn't work?
- Replies: 14
- Views: 3893
- Wed Jul 12, 2006 6:06 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Where is the restart point?
- Replies: 2
- Views: 821
- Wed Jul 12, 2006 6:00 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: any strategy whether to go for parallel job or server job
- Replies: 4
- Views: 1211
- Wed Jul 12, 2006 5:58 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Is there any limit for Stage variables in one transformer
- Replies: 15
- Views: 3664
Hi us1aslam1us, Can you explain briefly what happens when we use multiple active stages without having any dummy stages in between. For example, i need to extract data based on keys which i cannot use them in one lookup stage or join stage. Don't we run out of memory. Yes the many stage you use, th...
- Wed Jul 12, 2006 5:48 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Getting Most Recent Date
- Replies: 9
- Views: 2061
- Wed Jul 12, 2006 5:44 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Filter Stage Query
- Replies: 7
- Views: 8566
Hi DS Don't you think, you forgot to seperate the conditions with brackets. Thanks Sam Do you mean t say like this COL_NAME = 'Y' OR COL_NAME = 'BRZ' OR COL_NAME = 'KC' OR COL_NAME = 'T' OR COL_NAME = 'TK' AND (SUBSTRING(ID,1,1) BETWEEN 0 AND 9) AND (SUBSTRING(ID,2,1) BETWEEN 'A' AND 'Z') AND NOT (...
- Wed Jul 12, 2006 5:39 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DataStage Extended Edition
- Replies: 5
- Views: 2035
- Wed Jul 12, 2006 4:41 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Partioning Data
- Replies: 3
- Views: 1155
- Wed Jul 12, 2006 4:37 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Designer freezing when opening OCI stage
- Replies: 12
- Views: 5754
4. I have logged on to a second PC which has datastage I get the same result when opening an OCI stage 5. While logged on to the second PC I had a another user login to datastage on the pc - get the same result when opening an OCI stage 6. The other users have no issues if they log into either pc I...
- Wed Jul 12, 2006 4:33 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Using Oracle Enterprise stage to access remote Oracle server
- Replies: 3
- Views: 1423
- Wed Jul 12, 2006 4:30 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Inactive timeout
- Replies: 2
- Views: 764
The actual use of Inactive timeout is different. If you have you client machine inactive for the specified time, the connection between the client and server will be lost. For the lock, you need to kill the PID which hangs up. You can also try with addtitional option to reduce the deadlock timings, ...
- Wed Jul 12, 2006 4:26 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: dsjob hangs up
- Replies: 2
- Views: 856
- Wed Jul 12, 2006 12:46 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Pick latest file with respect to time
- Replies: 3
- Views: 1195
Use to get the latest file and cut it to get the filename alone and pass it as parameter as specified.
Code: Select all
ls -lart | tail -1- Wed Jul 12, 2006 12:37 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: "Running/Restartable" job still hanging
- Replies: 4
- Views: 1856