Search found 15603 matches

by ArndW
Tue Dec 04, 2007 8:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Could not map table file "/PX_Scratch/PX_Scratch1/looku
Replies: 4
Views: 1398

/dstage/tmp ran out of space. It might have been a one-off issue during the failed run, with other jobs using that same space.
by ArndW
Tue Dec 04, 2007 8:37 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Use of dsjob from backend (unix)
Replies: 20
Views: 6799

So, you've broken that line into two and this is what is causing your problem. Go into VI and fix it by combining the lines with "J"
by ArndW
Tue Dec 04, 2007 8:28 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Use of dsjob from backend (unix)
Replies: 20
Views: 6799

Is the LD_LIBRARY_PATH all on one line in the editor?
by ArndW
Tue Dec 04, 2007 8:21 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Use of dsjob from backend (unix)
Replies: 20
Views: 6799

edit your dsenv file. find the line containing "jre/lib/i386:/" and past the previous 2 and subsequent 2 to this thread.
by ArndW
Tue Dec 04, 2007 8:09 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Use of dsjob from backend (unix)
Replies: 20
Views: 6799

Your dsenv script is corrupted. It looks like someone hit a <cr> in the middle of the long line that sets your LIBPATH, and perhaps the PATH as well.
by ArndW
Tue Dec 04, 2007 8:03 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Use of dsjob from backend (unix)
Replies: 20
Views: 6799

Sai, usually "dsenv" script in the $DSHOME directory will contain all the commands necessary to set up the environment, you should execute this to correctly put in your library search rules as well.
by ArndW
Tue Dec 04, 2007 7:43 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: massage while using Basic tranformer in Parallel job
Replies: 2
Views: 841

Can you make a copy of your job, and then remove everything from the BASIC transform stage and just copy the columns 1:1 from input to output and re-compile and re-run the job. If the error goes away you should look into your transform stage for functions that might not be present.
by ArndW
Tue Dec 04, 2007 7:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: datastage
Replies: 4
Views: 1132

Then that means your source is probably a sequential file. You need to specify the non-default date format in your column options.
by ArndW
Tue Dec 04, 2007 7:38 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Could not map table file "/PX_Scratch/PX_Scratch1/looku
Replies: 4
Views: 1398

I would suggest that you check the log files to ensure that both the good and the bad run used the same APT_CONFIG file, I suspect that the didn't.
by ArndW
Tue Nov 20, 2007 7:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parallel Jobs Complilation problem
Replies: 11
Views: 3846

Aquilis - you have posted your generated code, but haven't told us what error you are getting at compilation.
by ArndW
Sat Nov 17, 2007 5:30 am
Forum: General
Topic: installation in ubuntu
Replies: 4
Views: 3254

I've tried unsuccessfully to install DS on LINUX versions apart from the support Red Hat AS version with no success.
by ArndW
Fri Nov 16, 2007 4:20 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how many process will create
Replies: 5
Views: 1419

This answer might also change if you are using a partitioned DB2 database as source/target/lookup as well.
by ArndW
Wed Nov 14, 2007 9:40 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Recover Jobs from Old Folder
Replies: 2
Views: 661

Resinstalling to the directory should work. What happens - "no luck" isn't a great help in analyzing the problem.
by ArndW
Wed Nov 14, 2007 9:36 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Zombi
Replies: 7
Views: 2387

Sure, 46570 is a process number so your search of DSJOBS won't return anything. I assume you missed the trailing "e" on Zombi. This would be a process that is waiting on a signal from a process that no longer exists.I'm not sure from the context if you even have a pid 46570 on your system and even l...
by ArndW
Wed Nov 14, 2007 9:30 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: What is this Reconciliation Error ?
Replies: 5
Views: 1248

Hello and welcome to DSXChange.

This error is being raised from your after-job routine. You probably copied an existing job and then deleted the stages (I've done this many times before as well). Go to your job properties and remove the before-job and after-job routine calls.