Search found 42189 matches
- Thu Jul 01, 2010 5:41 am
- Forum: General
- Topic: Table value to local variable
- Replies: 27
- Views: 5848
- Thu Jul 01, 2010 5:40 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Date in oracle Timestamp in datastage
- Replies: 4
- Views: 4147
- Thu Jul 01, 2010 5:38 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Stop the sequence at specific time
- Replies: 7
- Views: 2328
- Thu Jul 01, 2010 5:35 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: JobStatus=Job Status : NOT RUNNING ~99~
- Replies: 10
- Views: 10261
Unfortunately, it's a "catch all status" so it could mean any number of things that the other status codes don't catch.
- Thu Jul 01, 2010 5:29 am
- Forum: General
- Topic: Table value to local variable
- Replies: 27
- Views: 5848
- Thu Jul 01, 2010 5:26 am
- Forum: General
- Topic: Another id to create project
- Replies: 4
- Views: 1421
- Thu Jul 01, 2010 5:21 am
- Forum: General
- Topic: Command sh did not finish OK, reply =
- Replies: 7
- Views: 8577
- Wed Jun 30, 2010 9:38 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Search for a string
- Replies: 2
- Views: 1326
- Wed Jun 30, 2010 7:15 pm
- Forum: General
- Topic: Command sh did not finish OK, reply =
- Replies: 7
- Views: 8577
- Wed Jun 30, 2010 5:01 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Change Data Capture
- Replies: 5
- Views: 1980
- Wed Jun 30, 2010 4:25 pm
- Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
- Topic: How can I run a WISD job on demand?
- Replies: 11
- Views: 6247
I would start here in your shoes, in particular the General RealTime Discussions section.
- Wed Jun 30, 2010 3:58 pm
- Forum: General
- Topic: Error while running RunImportStart.sh script
- Replies: 5
- Views: 1951
- Wed Jun 30, 2010 3:08 pm
- Forum: General
- Topic: Is there a way to give someone read-only access in 8.1?
- Replies: 10
- Views: 4016
There have been discussions here about ways to deliver the logs in such a manner as to allow people of lesser importance (i.e. developers) the ability to view them, but I don't know if you want to build something like that. There have been other discussions around permissions lock-downs such that on...
- Wed Jun 30, 2010 3:02 pm
- Forum: General
- Topic: Error while running RunImportStart.sh script
- Replies: 5
- Views: 1951
- Wed Jun 30, 2010 2:31 pm
- Forum: General
- Topic: Error while running RunImportStart.sh script
- Replies: 5
- Views: 1951
Hard to say from that message but the "not found" part means you have a PATH issue which typically means you have not sourced your dsenv file to prepare your environment. Try:
And then run the script. Note that the first four characters are dot-space-dot-slash.
Code: Select all
cd $DSHOME
. ./dsenv