Search found 15603 matches

by ArndW
Fri Dec 09, 2005 8:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: help me to write shell script code for ths senario
Replies: 1
Views: 770

Arasan, would it be correct to condense your problem to something like this: We have a text file whose last line reads "### Job 86 (RPT507B BBW ): 25 lines, 1 pages, 10/26/2005 01:55:17" and we wish to rename this file to "RPT507B_BBW08", where the value 08 comes from the current day of the month. W...
by ArndW
Fri Dec 09, 2005 7:57 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Migration ds proj from 6.0 to 7.5
Replies: 2
Views: 633

If we were in a car forum your question would have been "my car isn't running, there's a blinking red light. What is wrong?". Also, using words like "urgent" and "asap" is not a good idea - we are all volunteers here - and usually results in slower responses. In your case you should reset the job an...
by ArndW
Fri Dec 09, 2005 7:54 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hashed files size in 7.1 vs 7.5.1
Replies: 7
Views: 2601

Tania, if you use that option, all hashed files that are created will be 64BIT. This is not necessarily wise, as the performance is somewhat slower due to overheads and the storage space required also increases. I wouldn't recommend doing this unless all of your hashed reference files are over 2Gb (...
by ArndW
Fri Dec 09, 2005 6:30 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Maximum stages in a job
Replies: 15
Views: 5139

Wolfgang,

I know I've seen jobs with over 100 stages. Don't know if they ever ran, though...
by ArndW
Fri Dec 09, 2005 6:27 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: One DS job Creating Multiple oracle session
Replies: 3
Views: 1011

Then you should reproduce the problem and have the DBA tell you which locks the processes hold and are waiting on (if it is a deadlock as you assume the locks/waits should match up amongst your 3 sessions). I think in this case you should only have two sessions, though. Could one of them be an old o...
by ArndW
Fri Dec 09, 2005 6:06 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: One DS job Creating Multiple oracle session
Replies: 3
Views: 1011

How many Oracle stages do you have in your job, and how many links going into the stage(s)? Each of these might be an Oracle connection. You should ask you DBA to monitor these sessions and see what lock or resource they are waiting on - a deadlock within connections for one DS job doesn't point to ...
by ArndW
Fri Dec 09, 2005 6:03 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Event Based Scheduling
Replies: 3
Views: 996

Have you looked into your database's trigger mechanism to fire of the UNIX dsjob command?
by ArndW
Fri Dec 09, 2005 5:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Compilation error in using environment variable in Job
Replies: 10
Views: 3655

Yes, looks like a bug - the "$" symbol prefix isn't accepted by the stage compiler. I tried using one in the stage variables as well and it didn't work.
by ArndW
Fri Dec 09, 2005 4:56 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hashed files size in 7.1 vs 7.5.1
Replies: 7
Views: 2601

The error message is when creating the file, not when writing to it. You most likely have a hashed file stage where you delete & create the file each run. A modulo of 985,339 and separtion of 11 will generate a file that needs more than the 32bit pointer to address; in fact I went to a DataStage...
by ArndW
Fri Dec 09, 2005 4:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Compilation error in using environment variable in Job
Replies: 10
Views: 3655

dsusr,

you won't be getting any userful advice unless you actually tell us what the compiler error is.
by ArndW
Fri Dec 09, 2005 4:14 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Maximum stages in a job
Replies: 15
Views: 5139

There is always going to be some limit on the number of stages a job can support - but this is far, far higher than any acceptable job you will write. Put yourself in the shoes of someone opening up your job and trying to understand it in order to make some changes. If you have 150 stages and lines ...
by ArndW
Fri Dec 09, 2005 3:47 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ds_seq open() error
Replies: 2
Views: 794

"permission denied" is a UNIX error message, the user you are running your DataStage job as does not have sufficient privileges to open the sequential for (probably for writing). If you do a unix "ls -al {seqfilename}" you will see what the access rights to that file are. Access rights are changed u...
by ArndW
Fri Dec 09, 2005 3:35 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Inter Process Row Buffering
Replies: 1
Views: 639

Rangs, yes. With a multprocessor windows machine even one program may span processeing time across the processors using multi-threading; but that is limited by many factors. When you specify multiprocess in a DataStage job you will have more than one Windows process running, and those can be active ...
by ArndW
Fri Dec 09, 2005 2:57 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hashed files size in 7.1 vs 7.5.1
Replies: 7
Views: 2601

Tania, the hashed file mechanism itself hasn't changed between versions, so any change in sizes is not due to internal structure modifications. Have you looked at the hashed file contents to see if there are visible differences in data (the one thing that springs to mind is that for some reason stri...
by ArndW
Fri Dec 09, 2005 1:58 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error Compiling Job Control Subroutine
Replies: 6
Views: 3225

Isonisak,

that's correct.