Search found 53125 matches
- Thu Apr 12, 2007 5:11 pm
- Forum: Site/Forum
- Topic: How long does it take for membership to kick in?
- Replies: 4
- Views: 2730
- Thu Apr 12, 2007 3:37 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: APT config file error
- Replies: 3
- Views: 4074
- Thu Apr 12, 2007 3:33 pm
- Forum: Site/Forum
- Topic: How long does it take for membership to kick in?
- Replies: 4
- Views: 2730
- Thu Apr 12, 2007 3:27 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Web Service Job gets SIGSEGV error
- Replies: 9
- Views: 2161
- Thu Apr 12, 2007 3:24 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Multi Format Flatfile
- Replies: 9
- Views: 3744
- Thu Apr 12, 2007 3:22 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Extracting info from the consol
- Replies: 2
- Views: 1408
Status is reported through stderr (it is documented thus).
Redirect file unit 2 to an appropriate file (or even to the same file).
Redirect file unit 2 to an appropriate file (or even to the same file).
Code: Select all
$DSHOME/bin/dsjob -lparams $project $jobname > Somefile.txt 2>Error.txt
$DSHOME/bin/dsjob -lparams $project $jobname > Somefile.txt 2>&1- Thu Apr 12, 2007 3:18 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: CFF issue
- Replies: 5
- Views: 1747
- Thu Apr 12, 2007 3:17 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Modify Stage Column Name Change
- Replies: 9
- Views: 18485
- Thu Apr 12, 2007 3:11 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: ORCHESTRATE Exception
- Replies: 9
- Views: 9401
- Thu Apr 12, 2007 3:06 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Director- Monitor Window not working
- Replies: 2
- Views: 906
- Thu Apr 12, 2007 3:05 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Problem with long running DataStage job
- Replies: 6
- Views: 6710
The deadlock daemon is not governed by any environment variable.
Its auto-start is configured in a file called dsdlockd.config in the DataStage engine directory.
You can check to see whether it's running by looking for its process using UNIX commands.
Its auto-start is configured in a file called dsdlockd.config in the DataStage engine directory.
You can check to see whether it's running by looking for its process using UNIX commands.
Code: Select all
ps -ef | grep dsdlockd | grep -v grep- Thu Apr 12, 2007 2:44 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Using Transform in Trigger expression
- Replies: 6
- Views: 1944
- Thu Apr 12, 2007 2:41 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Resetting an aborted sequence
- Replies: 7
- Views: 3660
- Thu Apr 12, 2007 2:39 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Column unexpectedly ended by EOR
- Replies: 2
- Views: 2075
Read the message carefully. Check the data to ensure that there are no embedded newline characters. Check the job log for "import failed" warnings. Use reject links to capture such rows. When you posted it was 2:43am in my current location, and I was sleeping. You made no case for urgency. If you wa...
- Thu Apr 12, 2007 2:35 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: SQLFetch: Error retrieving results from server
- Replies: 2
- Views: 2055
What other errors/warnings are logged? After the job aborts, reset it in the Director and examine any event logged "from previous run...". It might be something simple, like one of the parameters not being passed correctly, or the DB2INSTANCE environment variable not being set. Check the first four ...