Search found 53125 matches
- Tue May 02, 2006 4:17 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Restartabilty in DS 7.5
- Replies: 5
- Views: 1063
You can issue the query SELECT * FROM DS_JOBS WHERE NAME = 'XYZ'; (or just SELECT JOBNO FROM DS_JOBS WHERE NAME = 'XYZ';) from within the DataStage environment on the server to determine the job number associated with a job name. This environment is no longer called UniVerse - it has not been UniVer...
- Tue May 02, 2006 4:16 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Restartabilty in DS 7.5
- Replies: 5
- Views: 1063
- Tue May 02, 2006 2:32 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DSLogInfo Call from Job Sequence
- Replies: 2
- Views: 2940
- Tue May 02, 2006 2:27 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DS rollback and triggers
- Replies: 4
- Views: 1237
- Tue May 02, 2006 2:26 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Timestamp of UDB as High 9's
- Replies: 2
- Views: 687
- Tue May 02, 2006 2:22 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Date functions
- Replies: 3
- Views: 769
- Tue May 02, 2006 2:21 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: 7.5 PX Working with variable and fixed length file
- Replies: 3
- Views: 855
- Tue May 02, 2006 2:17 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Restartabilty in DS 7.5
- Replies: 5
- Views: 1063
- Tue May 02, 2006 2:16 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: xml o/p aggregation using DS ver 7.5
- Replies: 3
- Views: 1057
- Tue May 02, 2006 2:10 pm
- Forum: IBM QualityStage
- Topic: Probelm While Runing the QS Job
- Replies: 17
- Views: 8921
- Tue May 02, 2006 6:12 am
- Forum: IBM QualityStage
- Topic: Probelm While Runing the QS Job
- Replies: 17
- Views: 8921
What exactly IS your problem? That's the third different problem you've posted against this thread.
If qsrtmngr is not running then you won't see it in a ps report.
If qsrtmngr is not running then you won't see it in a ps report.
Code: Select all
ps -ef | grep qsrtmngr | grep -v grep- Tue May 02, 2006 6:09 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Storing a text file into ORACLE database
- Replies: 2
- Views: 1019
- Tue May 02, 2006 6:08 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DS rollback and triggers
- Replies: 4
- Views: 1237
Welcome aboard. :D How do you detect that a change has occured in db1? What kind of change detection mechanism do you use? Have you implemented triggers in db1? If so, can a trigger invoke an operating system command? To insert rows into two tables as a single transaction, you can use an ODBC stage ...
- Tue May 02, 2006 6:01 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: warning message while running DS Job
- Replies: 1
- Views: 793
You need first to understand the message. Answer these questions. Which stage is involved? To what is "input port 0" referring? What Data Set is associated with input port 0? (Hint: inspect the generated OSH.) What setting have you given for partitioning on this particular input link? Why is tsort (...
- Tue May 02, 2006 5:57 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Adding a Column to a Table
- Replies: 5
- Views: 1130