Search found 42189 matches
- Tue Dec 04, 2007 11:51 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: encrypt environment variable
- Replies: 5
- Views: 1393
- Tue Dec 04, 2007 10:53 pm
- Forum: General
- Topic: How do I use simple functions (ConvertMonth) in a Server Job
- Replies: 4
- Views: 1952
- Tue Dec 04, 2007 12:23 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Importing metadata
- Replies: 4
- Views: 1547
- Tue Dec 04, 2007 12:09 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Importing metadata
- Replies: 4
- Views: 1547
- Tue Dec 04, 2007 12:06 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: No SQL statement Error??
- Replies: 14
- Views: 3979
- Tue Dec 04, 2007 9:54 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Transformer
- Replies: 10
- Views: 1933
- Tue Dec 04, 2007 9:21 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: No SQL statement Error??
- Replies: 14
- Views: 3979
- Tue Dec 04, 2007 8:49 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: No SQL statement Error??
- Replies: 14
- Views: 3979
- Tue Dec 04, 2007 8:31 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Use of dsjob from backend (unix)
- Replies: 20
- Views: 6799
- Tue Dec 04, 2007 8:27 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Cannot read template file 'dssendmail_template.txt'
- Replies: 3
- Views: 4524
- Tue Dec 04, 2007 8:15 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Use of dsjob from backend (unix)
- Replies: 20
- Views: 6799
What does that mean?
I wasn't asking if you could spawn a new shell or not, but if doing so before you issued those commands 'fixed' your problem. Specifically:
Does that change the behaviour at all?
I wasn't asking if you could spawn a new shell or not, but if doing so before you issued those commands 'fixed' your problem. Specifically:
Code: Select all
$ sh
$ cd `cat /.dshome`
$ . ./dsenv Does that change the behaviour at all?
- Tue Dec 04, 2007 8:10 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Use of dsjob from backend (unix)
- Replies: 20
- Views: 6799
- Tue Dec 04, 2007 8:07 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Use of dsjob from backend (unix)
- Replies: 20
- Views: 6799
dsenv is a file, not a directory and as such is inappropriate for use in a PATH statement. Replace it with these statements:
Then continue on with your scriptage.
Code: Select all
cd `cat /.dshome`
. ./dsenvThen continue on with your scriptage.
- Tue Dec 04, 2007 8:04 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Problems running a routine to compile a single job
- Replies: 15
- Views: 4984
Hmmm... since the routine seems to work when run stand-alone and only has issues when launched from your job control, perhaps we should look there rather than focus on the routine itself? If you are willing to post the code which calls the routine, that is. And it might help explain what you meant b...
- Tue Dec 04, 2007 7:45 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: can you override a "Add Environment Variable" parm
- Replies: 9
- Views: 3818