Search found 53125 matches

by ray.wurlod
Tue Jan 10, 2006 3:02 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: The host name specified is not valid, [81011]
Replies: 2
Views: 1758

All errors in the 81xxx range are RPC errors. Execute this query to decode:

Code: Select all

SELECT * FROM SYS.MESSAGE WHERE @ID = '081011';
by ray.wurlod
Tue Jan 10, 2006 2:59 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Need workaround - No error codes being returned from DB2
Replies: 12
Views: 5391

Would you be prepared to try using an Enterprise ODBC stage, just to determine whether the symptom is database related or client software related?
by ray.wurlod
Tue Jan 10, 2006 12:40 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Command Stage
Replies: 5
Views: 1070

No reason not to use stage variables. You just need to have sorted by the entire composite, and use stage variables to assemble the current and previous composites for the purposes of comparison. Or compare the individual components and combine the results (OR the "NE" test results, for example).
by ray.wurlod
Tue Jan 10, 2006 12:38 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: NLS Lang
Replies: 8
Views: 2827

Control Panel, System applet, Environment

You need to reboot after you've changed anything here in order for the changes to take effect.
by ray.wurlod
Mon Jan 09, 2006 11:15 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Conversion of Date in DataStage
Replies: 1
Views: 1281

In DataStage you handle the date and time components independently. Dates prior to the reference date are stored/processed as negative integers; after the reference date as positive integers. Because there are no data types in server jobs, there is no necessity to have an actual Date data type. You ...
by ray.wurlod
Mon Jan 09, 2006 11:09 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: What's the reason for "DataTransform detected" Err
Replies: 8
Views: 1362

While a job is running its phantom (background) process redirect their output to files in the &PH& directory in the project. If the job aborts, there is no possibility for these to be transferred to the job log. When you reset a job any such information (unless innocuous, such as "started, e...
by ray.wurlod
Mon Jan 09, 2006 7:37 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DS error message
Replies: 1
Views: 796

If the input value is invalid i have to abort the job Nested Condition activity to detect the invalid value triggering a Routine activity that invokes DSLogFatal. Better, if you have 7.5, is to use a Terminator activity ahead of DSLogFatal, to send "stop" requests to other running jobs. i have to d...
by ray.wurlod
Mon Jan 09, 2006 4:11 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Can datastage clients 5.2Ver & 7.5 Ver coexist?
Replies: 7
Views: 1482

I have definitely used the Client Switcher utility (precursor of MCM) in a 5.2 and 7.0 environment, successfully.
by ray.wurlod
Mon Jan 09, 2006 4:04 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: dsintbuf_getrow() - row has 71 columns when 6 expected
Replies: 15
Views: 9390

How many columns are defined on the input link to Agg01?

How many columns are defined on the output link from Agg01?

How many columns are defined on the other output link from Agg01?

( Optional: What are you trying to achieve by aggregating aggregated data?)
by ray.wurlod
Mon Jan 09, 2006 4:01 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: What's the reason for "DataTransform detected" Err
Replies: 8
Views: 1362

If you have recompiled the job, the "from previous job" information has been purged; it is no longer accessible. :cry:
by ray.wurlod
Mon Jan 09, 2006 1:35 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: dsintbuf_getrow() - row has 71 columns when 6 expected
Replies: 15
Views: 9390

This error means that DataStage found 71 columns in a row, whereas your job design has only six columns defined for that link. Can you please let us know what stage types you are using in your job design, and how they are linked together? One place this can occur is where reading from a sequential f...
by ray.wurlod
Mon Jan 09, 2006 1:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Service Pack issue
Replies: 3
Views: 917

You get all patches from/through your support provider. This may or may not be the same as your vendor; it depends entirely on the arrangements that you (or your site) have made.
by ray.wurlod
Mon Jan 09, 2006 1:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Dataset management Utility shows different results
Replies: 11
Views: 3930

The control file is the file whose name ends in ".ds" that you enter into the Data Set Management utility. In your case, this appears to be D:\target\NewFinance.ds Its schema has the 30 columns that you showed in red. That's what's in the Data Set, you will need to find the job that populated the Da...
by ray.wurlod
Sun Jan 08, 2006 11:56 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: What's the reason for "DataTransform detected" Err
Replies: 8
Views: 1362

When you reset the job is there a message "from previous run..." in the job log? If so, tell us what was in that.
(If you recompiled, rather than reset, you will have destroyed this history.)
by ray.wurlod
Sun Jan 08, 2006 11:54 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ora-00900
Replies: 2
Views: 781

It's an Oracle error.

Get to the server and type oerr ORA 900 to find out what it means.