Search found 15603 matches
- Thu Feb 02, 2006 5:11 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DSJ.STAGECPU
- Replies: 6
- Views: 1461
I just got confirmation from IBM/Ascential for the ecase 461128*UK regarding the DSJ.STAGECPU code in DSGetStageInfo() returning a %age CPU value instead of the actual number of CPU seconds used. They are going to "fix" the product documentation. Even though it sounds like they are avoiding fixing a...
- Thu Feb 02, 2006 4:54 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Can any one help me to solve the fallowing XML error ???
- Replies: 3
- Views: 1003
- Thu Feb 02, 2006 4:51 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Error while Import
- Replies: 27
- Views: 9002
Kumar, this sounds like a big problem. If your exports aren't working and you can't import then something is corrupt. You said that you rebooted the server and the lock error message persists. This would lead me to believe that the internal files have become corrupted and that DS thinks locks are he...
- Thu Feb 02, 2006 3:16 am
- Forum: Site/Forum
- Topic: Craig hits 5000 Posts!
- Replies: 9
- Views: 4438
- Thu Feb 02, 2006 3:12 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Difference between Routine and Transform
- Replies: 7
- Views: 2302
Although the topic has been covered several times, the answer isn't that complicated. A DataStage "Routine" is actually a function in most programming languages, it takes 0 through 254 arguments and returns a single value value. A DataStage transform is effectively also a function in that the whole ...
- Thu Feb 02, 2006 2:38 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Reset key management
- Replies: 2
- Views: 1013
The KeyMgt routines use a hashed file called SDKSequences with an record key of the sequence name you pass to store the key values. You can force a reset of this by deleting the record, the TCL command "DELETE SDKSequences {YourSeqName}" will do the trick. I took a quick look in the routines and was...
- Thu Feb 02, 2006 1:10 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Telnet & rsh option
- Replies: 4
- Views: 886
- Thu Feb 02, 2006 1:08 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Lookups in PX
- Replies: 1
- Views: 988
No alternative at present, and I'm not aware of any changes forthcoming in PX to change the fact that you can't view the lookup set data. I did some tests a while back and was surprised to find that lookup sets didn't perform any faster than working with normal datasets. I am sure that there are cas...
- Wed Feb 01, 2006 4:47 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Does the link collector option improve performance?
- Replies: 6
- Views: 1433
You can click on the graphics text "continue trial" to read the full message. Your extract of the "ps -ef" doesn't mean anything in particular, it shows some DataStage processes running, but nothing that has been using CPU for a long time. Can you have your DBA check your connection to the database ...
- Wed Feb 01, 2006 4:00 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: executing dsjob on remote
- Replies: 3
- Views: 953
- Wed Feb 01, 2006 3:53 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: ODBC Vs DB2 stage
- Replies: 3
- Views: 921
- Wed Feb 01, 2006 3:29 pm
- Forum: Site/Forum
- Topic: My Charter Membership!!
- Replies: 19
- Views: 9996
- Wed Feb 01, 2006 1:42 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: ODBC Vs DB2 stage
- Replies: 3
- Views: 921
- Wed Feb 01, 2006 1:19 pm
- Forum: Site/Forum
- Topic: My Charter Membership!!
- Replies: 19
- Views: 9996
- Wed Feb 01, 2006 12:46 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Job performance drops
- Replies: 11
- Views: 2282
First you need to logout your client connections (Director, Designer, Manager) then see if there are any processes left under "dsadm". If yes, you can issue a kill {pid} but DO NOT issue a kill -9 {pid}. I don't think your processes are still running, though. As has been stated before, the jobs have...