Search found 15603 matches

by ArndW
Fri Feb 22, 2008 7:42 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job running: Not getting completed
Replies: 6
Views: 1704

Re: Job running: Not getting completed

saraswathi wrote:...But when i run the job, it's not getting completed, it's running for a long time...


Which is it? Does it run a long time or does it never complete? Have you traced it on the database side? Is it complex query with table scans? If you type "View Data" in the job does it return values?
by ArndW
Fri Feb 22, 2008 7:19 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Strange behavioral of multiple instance job
Replies: 1
Views: 739

I have seen that on AIX at v7.5 and it happens very infrequently. I never tracked it down since you need to check locks & processes from UNIX while it is happening.
by ArndW
Fri Feb 22, 2008 6:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: import error and no default value
Replies: 9
Views: 4257

Since it is complaining about position 17, your file or metadata must be different than what you posted.
by ArndW
Fri Feb 22, 2008 6:40 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Inserting NULL records even after defining constraint
Replies: 19
Views: 3984

No problem, Priyaraj. Someone else might post a non-premium response that will help you soon.
by ArndW
Fri Feb 22, 2008 6:36 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: date problem
Replies: 7
Views: 2383

Use a substring expression, in this case the date and time are separated by a " " (space), so the date would be "FIELD(In.Column," ",1)"
by ArndW
Fri Feb 22, 2008 6:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Filter reject link
Replies: 3
Views: 1610

If you specify a reject link and turn on the filter stage reject option you should not be getting compile errors. Are you certain that the reject link is marked as such (it should be showing as a dotted line leaving the filter stage)
by ArndW
Fri Feb 22, 2008 6:24 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Inserting NULL records even after defining constraint
Replies: 19
Views: 3984

Hi priyaraj, Y don you try a much simpler solution.... There is no need to use stage variables for this functionality. Instead check condition in the constraint for the link. Use this constraint: not(isnull(required link) ) You won't be getting NULLs from a text file. The constraint should be Trim&...
by ArndW
Fri Feb 22, 2008 6:17 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Data Manipulation
Replies: 8
Views: 1069

It can be done with stage variables, but not the way the data is sorted, you would need to sort by materialnum and descending seqnum to make that work.
by ArndW
Fri Feb 22, 2008 5:55 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Data Manipulation
Replies: 8
Views: 1069

Make sure the data is sorted, then use a Transform stage with a stage variable that store the last row's seqnum. If it is the same as this row's seqnum don't put a value in "text", otherwise do.
by ArndW
Fri Feb 22, 2008 5:46 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Data Manipulation
Replies: 8
Views: 1069

Did you still have a question on how to do this?
by ArndW
Fri Feb 22, 2008 4:58 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problem in Hash file
Replies: 12
Views: 3003

The documentation will tell you how to do this, but the steps are relatively simple:

1. Edit the "uvconfig" file
2. while attached to $DSHOME, execute "bin/uvregen" to parse the text file into the one that is actually used by DataStage
3. bounce DataStage
by ArndW
Fri Feb 22, 2008 4:18 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Inserting NULL records even after defining constraint
Replies: 19
Views: 3984

Please remember that an empty string, "", is not null.
by ArndW
Fri Feb 22, 2008 4:16 am
Forum: General
Topic: Comparison between DS Version Control and Visual Source Safe
Replies: 3
Views: 1000

Hello and welcome to DSXchange. If you look at the top menu bar you will see the Search button. Please use that to search for "Visual Source Safe" and you will see that there have already been several very informative threads on this subject. If you have any questions after that, you can post them h...
by ArndW
Fri Feb 22, 2008 3:46 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problem in Hash file
Replies: 12
Views: 3003

cd to your $DSHOME directory, then "cat uvconfig | grep MAXKEY" to get the current value.
by ArndW
Thu Feb 21, 2008 10:00 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Write failed for record id 'PCFPSXLR533'
Replies: 7
Views: 4918

Yep, missed that. And if the key string had a field mark (@FM) in it that would show as well when displaying the key.
When the error occurs again, do a FIX.FILE or uvfixfile to see if there are inconsistancies present in the hashed file, that will rule out corrupt hashed files.