Search found 15603 matches

by ArndW
Tue Sep 07, 2010 2:35 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: OCI_ERROR: Bad Oracle environment
Replies: 8
Views: 7631

Can you access Oracle from the command line outside of datastage?
by ArndW
Mon Sep 06, 2010 10:25 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job Aborted after loading 1500 records
Replies: 4
Views: 1492

We are just guessing as to the likely cause without getting the detailed error message from you. The specific SQL or database error message. It could be your transaction log filling up or any one of a number of possible errors.
by ArndW
Mon Sep 06, 2010 10:09 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hashed File Stage
Replies: 1
Views: 1270

If you have just one transform stage in both scenarios there will be no difference between the two at runtime.
by ArndW
Mon Sep 06, 2010 4:27 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: getting error in DB2UDB enterpise stage while doing upsert
Replies: 5
Views: 1990

Is your CS_ORDER_FACT Table in schema CDW your intended target?

Can you make a quick test job to read the CDW.CS_ORDER_FACT table from DataStage to see if that works?
by ArndW
Mon Aug 23, 2010 10:55 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: VOC Change.
Replies: 5
Views: 1466

The "VOC" is a hashed file, which can be treated as if it were a table. This contains not only the keywords used by the engine itself, but also pointers to all files used by all jobs; i.e. by creating a new job you will implicitly make several changes to the VOC; thus there is little to be...
by ArndW
Mon Aug 23, 2010 4:38 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Question regarding seq. file stage
Replies: 8
Views: 1748

austin_316 - since the user can choose any location when creating a project, one cannot specify a specfic path as an answer to the original poster's question.
by ArndW
Mon Aug 23, 2010 4:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Column Import
Replies: 5
Views: 1946

I still can't find a column labeled "INTEREST"
by ArndW
Mon Aug 23, 2010 4:23 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Implicit conversion from source type string[max=20]
Replies: 7
Views: 5574

No problem in doing so, but you need to answer the following question first:

If your data contains "Hello There", what should the resultant string value be?
by ArndW
Mon Aug 23, 2010 4:22 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Question regarding seq. file stage
Replies: 8
Views: 1748

You were on the right track and close - the project directory is where the files are stored.
by ArndW
Mon Aug 23, 2010 3:18 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Remote visibility of Data Sets
Replies: 3
Views: 1244

DataStage has no mechanism for internal transfer of DataStage data from one server to another, so the only way to read/write a dataset is for it to be visible to an "open" command and that means it needs to be visible on the file system.
by ArndW
Mon Aug 23, 2010 3:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Column Import support for COMP fields
Replies: 1
Views: 1283

What is the "Column Metadata" for the COMP-3 and the COMP columns? Note that ANSI COBOL does not specify a fixed format for COMP - the compiler implementor can choose the internal representation. Thus, unlike COMP-3, whose format is fixed, DataStage cannot know what the COMP binary format ...
by ArndW
Mon Aug 23, 2010 2:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Transformer Compilation error
Replies: 6
Views: 4990

Please start a new thread as this topic is closed and resolved and it very doubtful that you error is identical, otherwise the solution here would have solved your problem as well.
by ArndW
Fri Aug 20, 2010 5:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to remove all spaces in a string
Replies: 2
Views: 855

Code: Select all

CONVERT(' ','',In.ColumnName)

Code: Select all

TRIM(In.ColumnName,' ','A')
by ArndW
Fri Aug 20, 2010 4:54 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Meaning and solution of the warning
Replies: 6
Views: 2102

Double precision can store more values than single, so DataStage is warning you that there may be cases where this conversion can fail.
by ArndW
Fri Aug 20, 2010 2:47 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Column Import
Replies: 5
Views: 1946

I don't see an "INTEREST" column and the length of the schema doesn't add up to 8000. Did you cut off anything?