Search found 42189 matches
- Wed Nov 19, 2008 11:32 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Compilation error
- Replies: 2
- Views: 1101
- Wed Nov 19, 2008 10:49 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Passing Delimited List of Values to StartLoop
- Replies: 5
- Views: 1839
- Wed Nov 19, 2008 10:22 am
- Forum: General
- Topic: calling routine/job across proejcts
- Replies: 10
- Views: 2803
- Wed Nov 19, 2008 10:10 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Can 7.5.2 Client connect to v7.5.1A Server
- Replies: 3
- Views: 1133
- Wed Nov 19, 2008 10:02 am
- Forum: General
- Topic: calling routine/job across proejcts
- Replies: 10
- Views: 2803
Not sure about the routine, anything like a Routine Activity is going to be tied to the Project the Sequence is running in. However, jobs can be run 'cross project' if you leverage dsjob from the command line rather than using a Job Activity stage. In other words, use an Execute Command stage and a ...
- Wed Nov 19, 2008 8:44 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Error with Script
- Replies: 11
- Views: 1783
- Wed Nov 19, 2008 8:41 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Can 7.5.2 Client connect to v7.5.1A Server
- Replies: 3
- Views: 1133
Technically your answer is "yes" because there's only a minor difference in the versions but officially the answer is no. I've personally had strange issues doing what you are asking about. Best to install both clients to separate locations and use the MCM - the Multiple Client Manage - to switch fr...
- Wed Nov 19, 2008 8:38 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Issue in Reading xml data through DS PX
- Replies: 4
- Views: 1173
- Wed Nov 19, 2008 8:37 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: User defined SQL
- Replies: 4
- Views: 1826
- Wed Nov 19, 2008 8:35 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Before/After Sub-routine showing password
- Replies: 2
- Views: 1266
- Wed Nov 19, 2008 8:32 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Invalid Date issue bug
- Replies: 8
- Views: 2266
- Wed Nov 19, 2008 8:28 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Director Logging
- Replies: 10
- Views: 2883
- Wed Nov 19, 2008 8:24 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How does a user-defined query works?
- Replies: 4
- Views: 1727
- Wed Nov 19, 2008 8:22 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Invalid Date issue bug
- Replies: 8
- Views: 2266
- Wed Nov 19, 2008 8:10 am
- Forum: General
- Topic: Perl Script Not Running
- Replies: 7
- Views: 2029
Why don't you take a step back and do a better job job of explaining what exactly you are doing? Running any script 'after-job' can be done with ExecSH alone. From inside a routine or "job control" you use the DSExecute() function Ray notes. Either could be done from a Sequence job as well. So... w...