Search found 53125 matches

by ray.wurlod
Fri May 11, 2007 3:21 pm
Forum: General
Topic: Connectivity problems
Replies: 2
Views: 1270

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.
by ray.wurlod
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

That's why I asked you to look in the log for the actual parameter as passed - then I would almost certainly have suggested escaping the characters that are meaningful to the shell. So, well done for solving it.
by ray.wurlod
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

I'd search for a *.bad or *.log*bad file generated by sqlldr.
by ray.wurlod
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

Everything currently available in jobs and job sequences and routines and all the other bits still works in version 8.0.

There are some good new bits also.
by ray.wurlod
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...
by ray.wurlod
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

Show us precisely what you have done.

Also open the "job starting" event from the job log and show us the actual value used for the parameter.

Chances are you've not gotten the quotes right in the syntax for the IN clause.
by ray.wurlod
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

Load Immediate = No

This means that the control and data files are generated but the loader is not invoked.
It has done precisely what you asked.
by ray.wurlod
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.
by ray.wurlod
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

:?
Did you really mean handle_null() ?
Or maybe you're replying to a different post?
by ray.wurlod
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

DataStage has NLS set, and therefore requires that NLS_LANG be set for Oracle.
by ray.wurlod
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

Code: Select all

string_from_timestamp[%yyyy-%mm-%dd %hh:%nn:%ss](MyTimestamp)

Note that minutes are specified as %nn, not %mm.
by ray.wurlod
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...
by ray.wurlod
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

Can you try it from a different client machine, to isolate the possibility that it's the dsadmin executable (or one of its related dlls) on your machine?
by ray.wurlod
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

Yes you do, it's immediately under the File property. And it's a mandatory property, so it will be there. It's only possible values are Overwrite and Append.
by ray.wurlod
Thu May 10, 2007 4:53 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Source Data Truncated
Replies: 9
Views: 2317

Version 8 is still very new. Bounce it off your support provider, supply a reproducible case, and let us know the outcome.

Have you specified Char with no length in the table definition? Some databases interpret that as Char(1).