Search found 15603 matches

by ArndW
Wed Aug 08, 2007 4:48 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Restarting Jobs after DataStage re-start
Replies: 6
Views: 2008

I'm not certain as I'm currently not on an AIX system, but isn't the uv.rc installed in /etc/rc/rc.d directory?
by ArndW
Wed Aug 08, 2007 4:44 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Import Table Definition (ODBC) from Datastage Manager
Replies: 7
Views: 3868

Do a direct 'diff' on the files. If you are using the same userid and logon to connect to the database, these files are most likely different and causing the problem.

Also, what exactly is the error you are getting?
by ArndW
Wed Aug 08, 2007 3:23 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Restarting Jobs after DataStage re-start
Replies: 6
Views: 2008

The `.profile' gets run by every DataStage user, so that would not be a good place. The logical location would be in your uv.rc file which is called as part of the startup - but is in a different location depending upon your OS - what Unix version are you running?

p.s. Welcome to DSXChange!
by ArndW
Wed Aug 08, 2007 3:20 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Import Table Definition (ODBC) from Datastage Manager
Replies: 7
Views: 3868

Wouldn't your ODBC configuration be a good place to start looking for differences?
by ArndW
Wed Aug 08, 2007 3:16 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SIGSEGV error with a Funnel operator
Replies: 4
Views: 2651

Your error message includes information about repartitioning. A 1-node configuration doesn't need to do that, so if the error goes away then you've narrowed down the probable cause. The Copy stage does the same thing, it might assist in finding out whether the error comes directly in the funnel or i...
by ArndW
Wed Aug 08, 2007 3:08 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reading Bunch of Zip files using File pattern
Replies: 4
Views: 918

The simplest solution is to put all the zip files in a directory by themselves so you don't need a filter. You could also use an external stage with a command like "uncompress -c *Z" to uncompress the files to the data stream (this version will keep the original compressed files on disk).
by ArndW
Wed Aug 08, 2007 3:06 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: need logic
Replies: 1
Views: 542

Limit your data to adjustment_type GE 11 then order the remaining data by ascending claim_id, descending adjustment type and ascending service_number, then take the first unique claim_id and service_number combination.
by ArndW
Wed Aug 08, 2007 3:02 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SIGSEGV error with a Funnel operator
Replies: 4
Views: 2651

Brad, does the error occur when both datasets have some data? It is worth it to add $APT_CONFIG_FILE and $APT_DISABLE_COMBINATION as parameters and experiment with a 1-node configuration file and disabling combination at a job level to debug the problem. If the problem persists, could you try runnin...
by ArndW
Wed Aug 08, 2007 2:56 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Conversion error calling conversion routine decimal_from_str
Replies: 5
Views: 1202

You cannot get rid of this warning altogether, but you can set up a job level or project level handler for the message and either deprecate it (turn it into an informational message) or remove it from the logs altogether.
by ArndW
Wed Aug 08, 2007 3:58 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Node configuration
Replies: 9
Views: 2496

It is visible in the add environment option when adding parameters, it is just very well hidden in the list. Even though I know where it is I still miss it.
by ArndW
Wed Aug 08, 2007 3:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to use transformer as lookup
Replies: 2
Views: 1060

You need to use a transform stage in SERVER in order to do a lookup; but in PX there a specific stage called (surprisingly) a lookup stage which you need to use.
by ArndW
Wed Aug 08, 2007 3:13 am
Forum: General
Topic: Certification
Replies: 1
Views: 807

There is no certification for the Server edition. The certification for PX is done by two companies, Prometric and Pearson VUE for IBM. You can check up information on This IBM page
by ArndW
Wed Aug 08, 2007 12:52 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Node configuration
Replies: 9
Views: 2496

Yes. Add the job parameter $APT_CONFIG_FILE and you can specify the appropriate configuration file at runtime on a per-job basis.
by ArndW
Wed Aug 08, 2007 12:47 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Trying to convert Dacimal to Packed Decimal
Replies: 10
Views: 2393

Two options are either output to a CFF stage and make DataStage do the conversion for you or use the sdk builtin routine "DataTypePicComp3Unsigned" to explicitly convert that value to the binary representation.
by ArndW
Wed Aug 08, 2007 12:44 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Cannot view data in Sequential stage
Replies: 8
Views: 2456

There should be quite a bit more in that error message, and that information will be helpful in diagnosing what your problem is. Could you post the full error message?