Search found 15603 matches

by ArndW
Thu Dec 06, 2007 8:29 am
Forum: General
Topic: Bouncing DataStage Server Edition - frequency and releasing
Replies: 11
Views: 3866

Some OS's are pretty bad at terminating pids and releasing locks; and it is easier to bounce the DataStage engine than to go in and clean up any zombies or locks. I would guess that if you do that cleanup you wouldn't need to restart. I've seen system uptimes of over a year and the developers can't ...
by ArndW
Thu Dec 06, 2007 5:29 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage Warning......
Replies: 1
Views: 684

Yes, this is because DataStage is trying to convert a row's string data to numeric and the data contains non-numeric data. You cannot get rid of this error without actually correcting your data. Perhaps you could put in a derivation such as IF NOT(NUM(In.Column)) THEN 0 ELSE In.Column
by ArndW
Thu Dec 06, 2007 5:26 am
Forum: General
Topic: getting the error while viewing data /running
Replies: 7
Views: 2656

ajay - as mentioned before by Ray and myself - check your connectivity. Most likely your rsh rights or perhaps even userid/password have changed and DS can no longer connect to your remotely defined machine. Until you sort this out, you can complain to us that you are only looking at a local sequent...
by ArndW
Thu Dec 06, 2007 5:14 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Abnormal termination of transformer stage
Replies: 15
Views: 3678

You've now narrowed down the problem to your source stage and transform stage. You can now try a job which doesn't use an explicit transform stage and just go from source -> sequential file. Does the error persist? If you remove all the columns apart from the key and some small data column does the ...
by ArndW
Thu Dec 06, 2007 5:12 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: CREATE.FILE usage for 64 bit hashed files
Replies: 30
Views: 7576

I'm not at a DataStage box so cannot confirm your CREATE.FILE syntax, in my opinion you would be creating a local hashed file called "/applis/psoft/FSCM4_APPL/CBLKOM/Datastage/Projects/FDM84_90_CBLKOM/HF_T84_PS_SHIP_INF_INV " and that would cause issues when creating the actual files since they cont...
by ArndW
Thu Dec 06, 2007 5:07 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error in using the start and end loop activity in a seq
Replies: 12
Views: 5609

But your missing variable and error is from a list based loop. If you activate the list and remove all text in there, then go back to counted loop, does the error go away?
by ArndW
Wed Dec 05, 2007 5:59 pm
Forum: General
Topic: Deployment without using dierector
Replies: 11
Views: 2250

Oops, I just re-read what I posted. I should have checked the cut-and-paste since I did miss some syllables in the middle line!!! But I did miscount line 1.

Jobs aborting now,
Crash dumps sighing wistfully;
Director missing.
by ArndW
Wed Dec 05, 2007 5:47 pm
Forum: General
Topic: Deployment without using dierector
Replies: 11
Views: 2250

I thought I did a 5-7-5 but I'm terrible at syllables. Pehaps it is my German pronounciation that did me in.
by ArndW
Wed Dec 05, 2007 5:40 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job Running Logic
Replies: 40
Views: 5322

I would either do an external "select count(*)" from a sequence and parse the results in order to conditionally call a job; or do that count in a DataStage job and set the user return code and use that as the condition in the sequence.
by ArndW
Wed Dec 05, 2007 1:20 pm
Forum: General
Topic: Substrings issue with specific characters
Replies: 4
Views: 1587

SubStrings() checks the string for specific value marks, which happen to map to characters in the German set and thus can (and did) give you strange results.
by ArndW
Wed Dec 05, 2007 10:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: chopping decimals
Replies: 3
Views: 1147

If you have fixed decimal to 2 places, do "ABS(In.Column*100)/100"
by ArndW
Wed Dec 05, 2007 10:48 am
Forum: General
Topic: getting the error while viewing data /running
Replies: 7
Views: 2656

Ok, if you don't believe me, try viewing a DataSet. Do you get the same error? You also didn't answer if this is a new installation or one that used to work but has now changed.
by ArndW
Wed Dec 05, 2007 10:46 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error in using the start and end loop activity in a seq
Replies: 12
Views: 5609

Look at your start loop activity, are you actually using a list and how did you define it?
by ArndW
Wed Dec 05, 2007 10:42 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Capturing Log Info
Replies: 4
Views: 1033

So you really want the last 3 lines of output per job, is that correct?
by ArndW
Wed Dec 05, 2007 10:39 am
Forum: General
Topic: Error while importing Orchestrate schema
Replies: 4
Views: 1035

That is not an error message, that is a command.