Search found 15603 matches

by ArndW
Wed May 26, 2010 9:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Moving From 8.0 to 8.1: Through upgrade or fresh install ?
Replies: 9
Views: 3082

If you are in a production environment then I would schedule for the additional work that a new install entails and do that. Particularly at V8 with the new repository structures I feel more comfortable starting with a clean slate. If you are still in development only then I'd start off with an upda...
by ArndW
Thu Apr 22, 2010 10:06 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle error messages relating to the rejected records
Replies: 8
Views: 2139

:lol: That's a pretty compelling argument, in my opinion!
by ArndW
Thu Apr 22, 2010 9:18 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle Table
Replies: 4
Views: 1046

The second job will run once it gets it's input file, only it will wait for job A to complete if job A is already running, ditto for job A - it will wait for job B to complete if that is running.
by ArndW
Thu Apr 22, 2010 9:15 am
Forum: General
Topic: CheckSum() Function
Replies: 11
Views: 7878

One cannot convert from one CRC result to another, the algorithms don't work that way. You could either program your own CRC-16 in BASIC or use a UNIX level CRC-16 program and call that from your job for each value to be computed.
by ArndW
Thu Apr 22, 2010 8:38 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: C Stage PlugIn function "Get" required (DB2)
Replies: 1
Views: 949

If one environment work and the other doesn't because a function cannot be found, then the likely cause is in your LIB or LIBPATH values (also set through the dsenv script). Can you compare the two environment values to locate discrepancies?
by ArndW
Thu Apr 22, 2010 8:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle Table
Replies: 4
Views: 1046

Job Sequences have the "Wait for File Activity", which is perfect for doing what you wish. Let us call the files A and B; then you would have a WFF(appear, file A) -> WFF(disappear, controlfile B) -> PX Job file A. Unconnected to that stream you would have a WFF(appear, file B) -> WFF(disa...
by ArndW
Thu Apr 22, 2010 8:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: NDM as a direct source?
Replies: 1
Views: 1278

You do have external source stages to work with. I assume that by NDM you mean network data mover, and if it has a command line interface and write the data to stdout then the external source stage would solve your problems.
by ArndW
Thu Apr 22, 2010 8:25 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job design snafu?
Replies: 3
Views: 1362

This would be a good place to use the source level debugger available in server jobs; with it you can stop execution in a given stage for a given condition, then view the values of the relevant columns and variables and perhaps figure out what could be causing the error. I can't see anything from wh...
by ArndW
Wed Apr 21, 2010 9:35 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job design snafu?
Replies: 3
Views: 1362

First thought is that either of your 2 stage variables are causing the discrepancies, how are they being calculated?
by ArndW
Wed Apr 21, 2010 9:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB2 Bulk Load Stage
Replies: 3
Views: 2551

You don't have much choice, create a 8 node configuration file and use that for jobs that load to your 8-way partitioned database. It will be quite efficient.
by ArndW
Wed Apr 21, 2010 7:18 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Upgrade Websphere Application Server
Replies: 2
Views: 1654

I'm not going to touch upon the subject of compatible versions of WAS for DataStage but want to give some food for thought. First of all, DataStage Server barely uses the WAS application. At 8.1 the default location of log files is in the XMETA repository and authentication runs the WAS, but otherwi...
by ArndW
Wed Apr 21, 2010 7:12 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: date issue
Replies: 2
Views: 1160

The Parallel Job Developer Guide describes the

DateFromDaysSince() function, which returns a date with a date input and an integer (number of days) input.
by ArndW
Wed Apr 21, 2010 6:35 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: PX Job not running
Replies: 6
Views: 2162

Odd. Even though it shouldn't make a difference, are both client machines in the same subnetwork (2nd to last group in the IP address)?
by ArndW
Wed Apr 21, 2010 3:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem loading data into DB2 database table
Replies: 2
Views: 1193

The SQLSTATE=22005 means an error in assignment so your assumption that the conversion is causing the problem is probably correct.
What is your output datatype to DB2 in the stage and what does your conversion call look like?
by ArndW
Wed Apr 21, 2010 3:37 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Swedish language characters not getting processed
Replies: 1
Views: 1405

What is your runtime value for NLS_LANG (check the director log)? This affects how the values are extracted from Oracle and sent to DataStage and this setting is not used for the ODBC connection.