Search found 15603 matches

by ArndW
Mon Oct 08, 2007 9:52 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Big lookup: cannot allocate memory error
Replies: 18
Views: 9262

I think you should see if the error remains after rebooting. It probably will go the way of the dodo bird.
by ArndW
Mon Oct 08, 2007 9:49 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hashed file handling
Replies: 12
Views: 2573

Generally that statement about caching is correct, but in your job design the file won't be loaded to memory until the cached writes complete, so keeping the write cache will speed up and not hurt this particular job.
by ArndW
Mon Oct 08, 2007 9:46 pm
Forum: General
Topic: EXPORTING ROUTINE
Replies: 12
Views: 3590

Ray,

I tried that before posting, since I had a vague memory that I had done this before but no routines showed up in my list, this is at 7.5. Are you using V8?
by ArndW
Mon Oct 08, 2007 7:33 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Big lookup: cannot allocate memory error
Replies: 18
Views: 9262

Those ulimit values look good. Are you using the same dataset in 2 or more lookups in your job?
by ArndW
Mon Oct 08, 2007 7:29 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error in viewing dataset through View Data
Replies: 2
Views: 2855

try "ls -al /Fld1/Dataset1.ds" from unix. If ther permissions are OK, you can also try a "orchadmin ll /Fld1/Dataset1.ds" at unix to see if all the partfiles are accessible.
by ArndW
Mon Oct 08, 2007 6:45 pm
Forum: General
Topic: EXPORTING ROUTINE
Replies: 12
Views: 3590

Currently neither the export nor import allow single routines to be selected.
by ArndW
Mon Oct 08, 2007 5:45 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Abnormal termination of stage CopyOfthTransactionTest2..CTra
Replies: 3
Views: 1182

This is the equivalent of saying "I have a red light on my car's dashboard. What do I need to do?".

Try a reset of the job and seeing what the "from previous run" entry in the log states.
by ArndW
Mon Oct 08, 2007 5:43 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Lookup inter dependency
Replies: 5
Views: 2008

No, you will need to use 2 transformers to do this.
by ArndW
Sun Oct 07, 2007 10:26 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Big lookup: cannot allocate memory error
Replies: 18
Views: 9262

Can you add a call in your before-job to issue a "ulimit -a" and see what the actual runtime values are?
by ArndW
Sun Oct 07, 2007 10:25 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to check if 2 numbers are equal in datastage
Replies: 8
Views: 1978

Are you sure the link is called "DSLink", not "DSLink1"?
by ArndW
Sun Oct 07, 2007 4:59 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Control Job Aborts Unexpectedly - DSD.WriteLog
Replies: 13
Views: 11978

My thought is that if the error occurs during a write statement it is probably due to bad data (a null in the key, for example) otherwise the pseudocode statement will help pinpoint the cause.
by ArndW
Sun Oct 07, 2007 2:22 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Control Job Aborts Unexpectedly - DSD.WriteLog
Replies: 13
Views: 11978

Nick - let us see what is happening at line 250 of your DSD.WriteLog program and that might give a hint as to the cause. a) Enter TCL or the command line execution in the Administrator. b) "LIST VOC DSD.WriteLog F2 F3" to get the program name and file name for this routine. c) "VLIST DSD.BP {Basic P...
by ArndW
Fri Oct 05, 2007 12:38 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Key Management Concurrent Value - is not working correctly
Replies: 5
Views: 1738

What did Ray's suggestion return? If the file is corrupt it would give you an error message. If the file is broken then restarting DataStage won't do a thing.
by ArndW
Thu Oct 04, 2007 9:27 pm
Forum: General
Topic: Removing Header/Trailer from Seq File
Replies: 7
Views: 8195

Ray - are you sure? I tried to convert that raw type into something useable and failed - I'll look into the column import stage now.
by ArndW
Thu Oct 04, 2007 9:03 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Need Help
Replies: 5
Views: 1877

I don't know if sql server can do a "Convert(datetime ,'20071005')", that would explain your problem.