Search found 452 matches

by kaps
Thu Mar 22, 2007 2:59 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Abnormal termination of stage...
Replies: 6
Views: 2642

Craig

Thanks. It worked. So does that mean it's not able to allocate the memoey specified in the buffer size ?

Thanks
by kaps
Thu Mar 22, 2007 12:14 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Abnormal termination of stage...
Replies: 6
Views: 2642

Abnormal termination of stage...

I have a Job which is like this... Hashed_File Hashed_File | | | | SeqFile---------------------------------------SeqFile This job runs in 2 other environments and fails in one. Error message is... Abnormal termination of stage JOBNAME.TRN NAME detected JOBNAME.TRN NAME.LINKNAME: ds_ipcflush() - Erro...
by kaps
Thu Mar 08, 2007 12:11 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: add_to_heap() - Unable to allocate memory
Replies: 6
Views: 2000

Craig - Yes. I got that message also as Info next to the warning while reading from the hashed file...

Ray - So If I have this warning in my log file anytime then I can just ignore that (I understand that it slow down the performance)...Is that Correct ?

Thanks
by kaps
Wed Mar 07, 2007 6:30 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: add_to_heap() - Unable to allocate memory
Replies: 6
Views: 2000

add_to_heap() - Unable to allocate memory

OK..I know that this topic is covered here many times. I read some of them and am trying to double check that my understanding is correct. My job design is as follows...Both source and target is Seq Files. I have say 7 Hashed file lookups while a record goes from source to target. I have the 'pre-lo...
by kaps
Tue Mar 06, 2007 3:39 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: 64BIT Hashed Files
Replies: 27
Views: 10476

Than It contradicts what Ray is saying..is that correct ?

Thanks
by kaps
Tue Mar 06, 2007 3:23 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: 64BIT Hashed Files
Replies: 27
Views: 10476

I did this in one of my Hashed file...

od -x DATA.30 | head -1

and I got this...

0000000 acef 020c 0000 001e 0000 0000 0000 0001

Does this means this hashed file is 32 bit ? But when I look into my uvconfig file I see an entry like this...

64 BIT_FILES 1

what does this mean ?

Thanks
by kaps
Fri Mar 02, 2007 5:12 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Pre load file to memory..enables ?
Replies: 1
Views: 869

Pre load file to memory..enables ?

I have a job which has 10 look up's which was running slow so I enabled the option of Pre load file to memory in hashed files and it started to run fast...These files are already built when this job is running. My question is I have another job which has 17 lookup's If I do the samething on that job...
by kaps
Fri Feb 23, 2007 12:03 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Adding a column to an existing Hashed file ?
Replies: 4
Views: 1030

wow...that makes the job easier...Thanks Arnd...
by kaps
Fri Feb 23, 2007 11:34 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Adding a column to an existing Hashed file ?
Replies: 4
Views: 1030

Adding a column to an existing Hashed file ?

Can anyone tell me an easy and efficient way to add a column to an existing hashed file ? This has file has 14 million records so it will take atleast 8 hours to reload the hashed file with a column. I am looking for any command that can just add a column to an existing hashed file and the value of ...
by kaps
Wed Jan 31, 2007 10:59 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problem in getting environment variable in routines...
Replies: 29
Views: 14328

The way of echoing env variables to capture them in Routines is making the job run really slow which make sense as every row it's going to Unix and coming back. I think I am better of changing the Routine to add new parms so that I can pass env variables as new parms. Initially I did not want to do ...
by kaps
Fri Jan 26, 2007 5:33 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problem in getting environment variable in routines...
Replies: 29
Views: 14328

Craig - I don't know if that' the case. I am able to see the results now even when I just test the routine. I don't understand what's happeneing. But now I see output for the same routine. The issue I was facing before also solved when I changed the code from this HashFilePath = Trim(UnixOutput) to ...
by kaps
Fri Jan 26, 2007 4:21 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problem in getting environment variable in routines...
Replies: 29
Views: 14328

Sorry for the confusion. we share the ID. I replied when I try to view the response then realized that the responder may look for OP's name in the post so I pasted it again... Now...coming back to the question...Variables are defined in the DS Administrator. Values are going to job log. But still I ...
by kaps
Fri Jan 26, 2007 3:44 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problem in getting environment variable in routines...
Replies: 29
Views: 14328

What I meant by not working is that it's not returning me anything.
When I test the routine and see the result it's empty.

Thanks
by kaps
Fri Jan 26, 2007 3:21 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problem in getting environment variable in routines...
Replies: 29
Views: 14328

Craig - I understand that. Can you tell me where I am making mistake.
Why my simple routine is not working ?

Thanks
by kaps
Fri Jan 26, 2007 2:33 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problem in getting environment variable in routines...
Replies: 29
Views: 14328

It won't sipt out the value as the variable is DataStage environment variable. So Unix will recognize only If I run from DataStage.
Is my understanding correct ?

Thanks