Search found 15603 matches

by ArndW
Mon Jul 20, 2009 3:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parallel job compilation error with a transformer in the job
Replies: 10
Views: 8444

Your APT_COMPILEOPT should be "-O -c" and APT_LINKOPT should be "-G". Can you execute the compile from the command line? I also see that the error refers to "munch" instead of directly to the compiler.
by ArndW
Mon Jul 20, 2009 2:19 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Fault Type 11
Replies: 18
Views: 6517

Please post the "from previous run" entry.
by ArndW
Mon Jul 20, 2009 1:18 am
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: shared memory file is wrong size
Replies: 3
Views: 3632

Welcome to the trials and tribulations of BASIC transform stages in PX jobs. We've had similar issues and are working towards getting rid of this stage as it occasionally has problems that require manual fixing. What has probably happened is that your process has gotten hung up. Check with "ps ...
by ArndW
Mon Jul 20, 2009 1:13 am
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: We need the purpose of the file DSD.RUN_*
Replies: 5
Views: 3337

1. These are essentially "T"d output file from the main background (PHantom) process 2. No, the director does not use these files, except when a "reset" is done in which case the file contents are copied to the log entry titled "from previous run" 3. Yes, they are tempo...
by ArndW
Mon Jul 20, 2009 1:07 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error during Arabic data loading from text file
Replies: 12
Views: 4065

If you disable operator combination, which stage is the one generating the message - the input or output one?
by ArndW
Mon Jul 20, 2009 1:04 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DATETIME/INTERVAL datatype conversion error
Replies: 3
Views: 2217

More likely that your default date formats are different and that your job is using those defaults.
by ArndW
Sun Jul 19, 2009 9:01 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error during Arabic data loading from text file
Replies: 12
Views: 4065

This probably means that while you have used MS-1256 within DataStage, the Oracle Database or output table has another character set defined which cannot hold some character that is available in MS-1256. What are your Oracle NLS settings (check in Oracle, not DataStage)
by ArndW
Sun Jul 19, 2009 5:20 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Dataset stage: Input-file data set does not exist
Replies: 8
Views: 11035

It is difficult, if not impossible, to help with the data given. Your job reads a dataset located at "home/dsadm/Ascential/DataStage/DataSets/eng/Ord" which does not exist. That would lead one to assume that something went wrong with Job 1; or that Job 1 wrote to a dataset, but one located...
by ArndW
Sun Jul 19, 2009 5:17 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: GCI Initialisation error after installing Oci9 package
Replies: 7
Views: 5614

Re: GCI Initialisation error after installing Oci9 package

...At the same time, we enabled "Server Jobs" on this installation (using IBM tech engineer)... There is no way to disable server jobs, so I am not sure what this step actually involved. The same question applies to the "Oci9 package" installation - does this mean you installed ...
by ArndW
Sat Jul 18, 2009 3:15 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Fault Type 11
Replies: 18
Views: 6517

Reset the job and look at the "from previous run..." entry.
by ArndW
Sat Jul 18, 2009 2:29 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Datastage config error
Replies: 4
Views: 2032

I've had this error before. It happens when another userid is used to access DataStage clients than the one who used the the first time and when permissions on the PC are set to be restrictive. Login with administrator rights to the PC and set permissions on the XML file.
by ArndW
Fri Jul 17, 2009 9:28 am
Forum: General
Topic: Using Lookups And Error Reporting
Replies: 12
Views: 3460

Unless I am missing something from the description, this looks like a straightforward lookup stage application.
by ArndW
Fri Jul 17, 2009 9:26 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: change job parameter at runtime
Replies: 12
Views: 3917

If the codes come from a flat file, perhaps you could arrange a pseudo-join 1:1 in your job to assign those values to your data.
by ArndW
Fri Jul 17, 2009 2:54 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: change job parameter at runtime
Replies: 12
Views: 3917

Why not use @OUTROWNUM combined with @PARTITIONNUM to get a unique value (plus setting the transform to run in parallel)?
by ArndW
Fri Jul 17, 2009 2:23 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: change job parameter at runtime
Replies: 12
Views: 3917

That approach was often used in earlier versions of DataStage, where the parameters could be changed from within the invoked job. This is no longer possible, and attempt to change the value of an input parameter results in the job aborting.