Search found 15603 matches

by ArndW
Thu Jul 02, 2009 8:17 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Dataset on 2nodes read with 4 nodes
Replies: 12
Views: 10925

The dataset will be read and repartitioned according to whatever method you declare in your job.

[edit]
I was curious as to what would happen so I tested it.
by ArndW
Thu Jul 02, 2009 7:55 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: null replaced by "^"
Replies: 18
Views: 3426

Look again, the character after the carat is always an uppercase O in the sample you provided.
by ArndW
Thu Jul 02, 2009 7:42 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Abnormal termination of stage -Transformer
Replies: 19
Views: 7325

You need to do a "dbx $DSHOME/bin/uvsh core" but the dbx environment is complex and there is little you can see while debugging without knowing what you are looking for. I recommend you use the help facility and do a stack trace and see if the stack element names give you a clue as to what...
by ArndW
Thu Jul 02, 2009 6:03 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Abnormal termination of stage -Transformer
Replies: 19
Views: 7325

In order to analyze the core you need to understand how an executable program is built together and how runtime memory allocation and processing functions. The dbx program is usually used to do this (it is free with UNIX but not always installed) along with the actual executable that cause the core....
by ArndW
Thu Jul 02, 2009 5:40 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: null replaced by "^"
Replies: 18
Views: 3426

You are seeing a "^O" displayed. I don't know which tool you are using, but it could be ASCII 15. The value has probably been introduced during the move from the AS400 system.
by ArndW
Thu Jul 02, 2009 2:27 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Null Handling
Replies: 7
Views: 1864

For string fields add "EMPTY" as the value in the null handling section of the "edit row" for that each column.
by ArndW
Thu Jul 02, 2009 2:05 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DataStae v8 Installation Process
Replies: 11
Views: 3538

You need to enter the credentials for the UNIX userid and corresponding password in that space (and don't check the box - I can't remember what the exact text is, but it is something about pooling or sharing the server's user information).
by ArndW
Thu Jul 02, 2009 2:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Null Handling
Replies: 7
Views: 1864

You need to have DataStage do something to columns with null values prior to writing them to a sequential file. I use the "edit row" and then set the null attributes for each column to do this.
by ArndW
Thu Jul 02, 2009 1:54 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error When Creating Project?
Replies: 10
Views: 2130

Does the same error occur if you try to add project "TestProj" in "/tmp" (a new project name and a location where everyone can write)? Could it be that you don't have access to the UV_SCHEMA hashed file or that it is broken? Do you know how to enter TCL?
by ArndW
Thu Jul 02, 2009 1:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Delete all Datasets from folder Datasets
Replies: 19
Views: 5165

I'll chime in as well - don't delete the .ds files with "rm". You can cd to your directory with dataset descriptors and issue

Code: Select all

find . -name *.ds -exec orchadmin rm {} \;
if you'd rather not do an explicit loop.
by ArndW
Thu Jul 02, 2009 1:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem in Sourcing dsenv
Replies: 7
Views: 2859

Yes "dsenv" file is in the $DSHOME directory, if that environment is not set, you can cd to it with "cd `cat /.dshome`"
by ArndW
Thu Jul 02, 2009 1:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Installing IIS Patches
Replies: 6
Views: 1766

Since shell scripts generally don't cause core dumps, the error is elsewhere. Please post the complete message and your command line as well.
by ArndW
Wed Jul 01, 2009 8:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Strange DataStage problem
Replies: 15
Views: 7921

Any running clients (director or designer) will have this file open.
by ArndW
Wed Jul 01, 2009 8:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DataStae v8 Installation Process
Replies: 11
Views: 3538

Ahh, that changes things a lot. In the webconsole, did you go into Administration -> Domain Management -> DataStage Credentials; choose your server and enter the default credentials (correctly)? This is where the incorrect userid/password combination is most likely coming from.
by ArndW
Wed Jul 01, 2009 7:14 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Client Side in French
Replies: 12
Views: 2804

AFAIK is As Far As I Know.