You either need a loopback adapter installed or to have your network card connected to any network that can serve you an IP address.
Search the forum for more information.
I'm assuming that you have the DataStage server installed on the same machine.
Search found 53125 matches
- Fri May 11, 2007 3:21 pm
- Forum: General
- Topic: Connectivity problems
- Replies: 2
- Views: 1270
- Fri May 11, 2007 2:17 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: DB2 EE stage - Extract - SQL IN Clause
- Replies: 4
- Views: 1483
- Fri May 11, 2007 2:16 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Oracle Fatal Error not Fatal
- Replies: 6
- Views: 1378
- Fri May 11, 2007 2:15 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: controljob compatibility between ds 7.5 and 8
- Replies: 4
- Views: 1076
- Thu May 10, 2007 11:20 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Oracle Fatal Error not Fatal
- Replies: 6
- Views: 1378
If you think the product should work differently submit an enhancement request. There's a forum here on DSXchange for doing that. You could, of course, detect the condition in a job sequence and trigger some remedial processing, email notification, or whatever - even abort the job sequence. Personal...
- Thu May 10, 2007 11:18 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: DB2 EE stage - Extract - SQL IN Clause
- Replies: 4
- Views: 1483
- Thu May 10, 2007 11:16 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: DB2_Bulkloading_records not inserting
- Replies: 7
- Views: 2105
- Thu May 10, 2007 9:19 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Oracle Fatal Error not Fatal
- Replies: 6
- Views: 1378
My thought is that you are using server job thinking. In server jobs a "fatal" error causes the job to abort. Not in parallel jobs, however. An operator (player process) may abort, but its section leader and conductor process do not. This enables control to be maintained, and clean up to be performed.
- Thu May 10, 2007 6:42 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Modify stage error
- Replies: 20
- Views: 10710
- Thu May 10, 2007 6:31 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: able to view data but job is aborting
- Replies: 12
- Views: 3269
- Thu May 10, 2007 5:14 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Timestamp to string in modify stage
- Replies: 7
- Views: 5820
In the Modify stage the format string is given in square brackets, the input argument (field name) is given in parentheses. For example
Note that minutes are specified as %nn, not %mm.
Code: Select all
string_from_timestamp[%yyyy-%mm-%dd %hh:%nn:%ss](MyTimestamp)Note that minutes are specified as %nn, not %mm.
- Thu May 10, 2007 5:10 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Modify stage error
- Replies: 20
- Views: 10710
To answer my question open the Administrator client, open the Parallel tab in your project properties, and determine the date, time and timestamp format strings recorded there. These are the defaults for your project. Chances are that the default date format is "%yyyy-%mm-%dd", which follows the ISO...
- Thu May 10, 2007 4:56 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Cleanup resources problem
- Replies: 10
- Views: 1785
- Thu May 10, 2007 4:54 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Concatenating datasets
- Replies: 6
- Views: 2361
- Thu May 10, 2007 4:53 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Source Data Truncated
- Replies: 9
- Views: 2317