Search found 15603 matches

by ArndW
Tue Jul 14, 2009 3:26 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: warning: score file
Replies: 10
Views: 1691

add a before or after job subroutine call to any job which does a ExecSh of "umask" and report what is written to the log file.
by ArndW
Tue Jul 14, 2009 2:25 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job controle not running in V8
Replies: 8
Views: 1880

By "Job Control" do you mean you have a server job and call up the functions in the "Job Control" section? If so, did you really perform correct error checking in that hand-written code? Do you have a sample or sample output?
by ArndW
Tue Jul 14, 2009 2:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DSSendMail error
Replies: 2
Views: 1528

You have run out of disk space in the sendmail. I am not sure which one is used, but the first place to check would be /tmp. Run a "df -k" command and see which ones are 100% full.
by ArndW
Tue Jul 14, 2009 1:59 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: CFF Stage problme in Parallel job
Replies: 7
Views: 4586

What is column XYZ declared as and shoul it be at position 316 in the row? You could use your favorite editor which supports binary to look at positions 316 to 319 and check the binary values.
by ArndW
Tue Jul 14, 2009 1:42 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Determine Scratch Space to be allocated
Replies: 1
Views: 959

You should also take into account the size of buffering between stages used (if your target is significantly slower than your source) as well as repartitioning, sorts (both implicit and explicit) and space used in lookups.
by ArndW
Tue Jul 14, 2009 1:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: warning: score file
Replies: 10
Views: 1691

Can you supply more information? Does this happen on all jobs on this machine, or just this job? Does it happen every time?
by ArndW
Tue Jul 14, 2009 1:30 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: warning: score file
Replies: 10
Views: 1691

There is a reason why the /tmp directory was referred to - the score is dynamically generated at runtime.
by ArndW
Tue Jul 14, 2009 1:23 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Projects not getting reflected in UNIX
Replies: 6
Views: 1468

Well, there are elements of truth in the statement, i.e. that parts of the repository that used to be in DataStage hashed file are now also in the database repository, but there will still be a a directory structure on UNIX.
by ArndW
Mon Jul 13, 2009 7:35 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Date Format - Fatal error
Replies: 8
Views: 8429

You need to use the isvalid function with a date and a format string. Note that you cannot detected whether 2009-03-01 is YYYY-MM-DD or YYYY-DD-MM format.
by ArndW
Mon Jul 13, 2009 6:55 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: configuration file
Replies: 6
Views: 1561

I checked my documentation and did not find a single reference to either physmem or virtmem, which is why I asked where you had the information that they are syntactically valid for a configuration file.
by ArndW
Mon Jul 13, 2009 6:09 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: warning: score file
Replies: 10
Views: 1691

Umm, then that is your error. You either need a "/tmp" directory (are you sure you don't have one?) or you need to change your DSParams and APT_CONFIG files to reflect that. Remember on Windows that it might be C:\TMP.
by ArndW
Mon Jul 13, 2009 5:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: warning: score file
Replies: 10
Views: 1691

Is the file still there after the program run? If yes, what are the attributes and does the user you use to run DataStage jobs have appropriate delete rights to the file?
by ArndW
Mon Jul 13, 2009 5:44 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: IXF file transfer and load
Replies: 5
Views: 3393

I haven't worked with IXF files and DataStage. Don't you also need to build a script load file in addition to the IXF data file?
by ArndW
Mon Jul 13, 2009 5:41 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Projects not getting reflected in UNIX
Replies: 6
Views: 1468

If the project was successfully created in the Administrator the the UNIX directory structure will have been populated. Unless you can explain the problem in more detail it will be difficult to help solve your problem.
by ArndW
Mon Jul 13, 2009 5:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: handling cobol files in comp-1 and comp-3 formats
Replies: 1
Views: 829

Please do not post the same question twice in DSXchange. The answer has already been given in your other thread with the same topic. It is "yes", use the CFF stage.