Search found 15603 matches

by ArndW
Tue Feb 23, 2010 10:00 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Abnormal termination of stage tfmr detected
Replies: 10
Views: 13079

It looks like you will have to debug this the hard way. I would remove all columns that do a 1-1 mapping, then recompile and text. Chances are very high the error will still be there. Then start removing single columns, starting with the most complicated derivations first until the error goes away a...
by ArndW
Tue Feb 23, 2010 6:56 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: job error
Replies: 11
Views: 2588

Re: job error

qutesanju wrote:D:\Ascential\DataStage\Projects\proj1\sendmail_SubMasterLoad18608_618_2320.bat
Perhaps that batch file is being called from a before/after job subroutine call. Examine the .bat file to see if that is where your error is coming from.
by ArndW
Tue Feb 23, 2010 5:09 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Avoiding 0 byte Sequential File creation
Replies: 4
Views: 1467

While you cannot prevent the file creation, you could add an after-job call to UNIX which would delete those files if empty.
by ArndW
Tue Feb 23, 2010 5:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Multiple environments - same project
Replies: 15
Views: 4015

In principle you can use the multinstance capability if all of the data sources, interim data, and targets are parameterized and distinct. I would feel uncomfortable doing this, particularly as creating a separate project is simple to do.
by ArndW
Tue Feb 23, 2010 4:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Multiple environments - same project
Replies: 15
Views: 4015

Job names must be unique within a project, so that is not possible.
by ArndW
Tue Feb 23, 2010 4:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Transformer Stage compile error
Replies: 4
Views: 1485

xinhuang66 - My car wouldn't start this morning. I filled it with super unleaded. What is wrong with it? :D


hint - please post your compile error message if you wish qualified assistance.
by ArndW
Tue Feb 23, 2010 4:27 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to see the C code generated after Transform is compiled
Replies: 2
Views: 912

The generated transform C code is stored in the RT_SC subdirectory with the job number. The easiest way to find the code is to attach to the project directory and then do a "find . -name *{TransformStageName}*.trx".
by ArndW
Tue Feb 23, 2010 4:22 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Which is better database join or Datastage join
Replies: 4
Views: 2471

Are all the tables in the same database? That is probably the most important factor for this question.
by ArndW
Tue Feb 23, 2010 4:21 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to login to DataStage
Replies: 9
Views: 5897

Are you connecting through something like Citrix or a similar application?
by ArndW
Mon Feb 22, 2010 9:03 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Compile time issue
Replies: 8
Views: 1967

This is also V8, so the user DataStage uses to create the file might be different from the userid with which you login to DataStage.
by ArndW
Mon Feb 22, 2010 8:51 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Compile time issue
Replies: 8
Views: 1967

It could be that you have reached a file system limit. Attach to your project directory and try entering "mkdir testdir", if successful just "rm testdir" - job 4700 is quite a big number. What OS are you working on?
by ArndW
Mon Feb 22, 2010 6:36 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Compile time issue
Replies: 8
Views: 1967

Does the original job compile or does it have an error?
by ArndW
Mon Feb 22, 2010 6:35 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to view data from lookup fileset
Replies: 3
Views: 1375

No such utility exists; this is the major drawback of using a looup fileset and some tests that I did at V7 showed that the performance gains of a lookup fileset versus a dataset were not particularly great. For this reason I don't use them anymore.
by ArndW
Mon Feb 22, 2010 6:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Read File Containg 21 Record Types Using Complex Flat File
Replies: 1
Views: 1424

This is likely happening when your data contents for a record type is not the same as the PICture data description; perhaps on the last record type in your data.
by ArndW
Mon Feb 22, 2010 5:52 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Compile time issue
Replies: 8
Views: 1967

Check the directory RT_CONFIG4700 in your project directory; does your user have access rights to it?