Search found 15603 matches

by ArndW
Tue Jul 27, 2010 7:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Null Handling
Replies: 19
Views: 4830

If $APT_DISABLE_COMBINATION is set to "true" then your run will not contain any references to combined operators. Check the first entry in the director log for the run and you will see the runtime value for this environment variable. Correct that error and re-run to localize the stage. Rem...
by ArndW
Mon Jul 26, 2010 7:52 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: notnull conversion with non-nullable input
Replies: 9
Views: 7555

Is X1 nullable in your source link?
by ArndW
Mon Jul 26, 2010 7:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: The modify operator has a binding for non-existent output
Replies: 15
Views: 27306

Turn on $APT_PRINT_SCHEMAS for this job, it will show the actual schemas between each of the stages in the job and goes a long way into finding the sources of errors.
by ArndW
Mon Jul 26, 2010 5:30 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: sequential file stage - comma delimiter failed
Replies: 7
Views: 14352

"125"," WALT STEET "FIRST", LONDON UNITED KINGDOM ","3333"
is, unfortunately, an invalid format which DataStage cannot read. It should read:

Code: Select all

"125"," WALT STEET ""FIRST"", LONDON UNITED KINGDOM ","3333" 
by ArndW
Mon Jul 26, 2010 5:26 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Typical Warning : Implicit conversion from source type
Replies: 5
Views: 2954

But you aren't using AGENT_ID in DataStage, at least according to your SQL. The number datatype is represented as decimal in DataStage.
by ArndW
Mon Jul 26, 2010 5:24 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: notnull conversion with non-nullable input
Replies: 9
Views: 7555

Where are you doing your left join? If in SQL, have you declared the X1 column as nullable in DataStage?
by ArndW
Mon Jul 26, 2010 4:27 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Typical Warning : Implicit conversion from source type
Replies: 5
Views: 2954

What data type is AGENT_ID, or are there any decimal data types involved at all?
by ArndW
Mon Jul 26, 2010 4:21 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: sequential file stage - comma delimiter failed
Replies: 7
Views: 14352

I cut-and-pasted your 3 lines to a text file and then defined a sequential file stage with the default Quote=double setting and was successfully able to view the data. I suspect that you have another issue - try doing what I did to see if you can successfully read a quoted string with embedded delim...
by ArndW
Mon Jul 26, 2010 4:03 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: sequential file stage - comma delimiter failed
Replies: 7
Views: 14352

Is the input sequential file defined with format field defaults of double-quotes as the quote character?
by ArndW
Mon Jul 26, 2010 4:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job Warning re: PWD environment variable
Replies: 6
Views: 1625

While I haven't come across this error before I would ask if this is a multinode installation and if this is a new error.
by ArndW
Mon Jul 26, 2010 2:11 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ls Long() datatype supported by Datastage8.1
Replies: 3
Views: 1610

That error message answers your question. You will need to CAST this to a supported datatype in DataStage.
by ArndW
Mon Jul 26, 2010 2:09 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SIGABRT Error Occured while creating XML
Replies: 4
Views: 1620

After doing a reset there should be a new entry in the director log starting with "...from previous run...". Could you re-check your log to make certain that you don't have this entry after resetting?
by ArndW
Mon Jul 26, 2010 2:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Maximum Record Limit For lookup stage
Replies: 11
Views: 8744

The upper bound of the memory usable by the lookup stage is also dependant upon the platform implementation, see the threads on AIX (i.e. this thread). Using a number of "1 million records" is a bit misleading -> are the records 5 bytes wide or 500?
by ArndW
Fri Jul 23, 2010 3:11 am
Forum: General
Topic: Frequent deadlocks
Replies: 4
Views: 1600

If you open up a monitor window and then right-click on it, you can select the option "Show Instances" and that should answer your question.
by ArndW
Fri Jul 23, 2010 2:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error in IIS 8.1 - Windows 2003 64bits
Replies: 3
Views: 2111

I wonder if the installation was sucessful and/or complete.

Can you login using the browser front end by going to http://{YourServer}:9080