Search found 42189 matches

by chulett
Sun Oct 25, 2009 10:17 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to differentiate a new file from the old one.
Replies: 6
Views: 1729

Sorry, what part is unclear? To track something, you need to store whatever makes it unique, which sounds like the date in your case. Then a lookup tells you if you've seen it before or not.
by chulett
Sun Oct 25, 2009 9:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: What port DataStage uses to connect to the databases
Replies: 8
Views: 3947

You might want to add a teensy bit of detail as to how simply going to the Release Notes for 8.1.1 will help here.
by chulett
Sun Oct 25, 2009 9:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ORA-01036: illegal variable name/number while running job
Replies: 5
Views: 1819

Which is your problem, of course. You've got the "two columns" part right as whatever you select needs to have a place to go, it's the key column that's your issue. If you'd read through all of those other posts on the issue you should have seen that Key columns are bound into the "wh...
by chulett
Sun Oct 25, 2009 9:22 am
Forum: General
Topic: install datastage v8 on virtual pc
Replies: 5
Views: 2919

DataStage 8 server or client?
by chulett
Sun Oct 25, 2009 9:21 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: dynLUT* files location question
Replies: 10
Views: 6811

I was wondering the same thing. Haven't found an ldedit on the system yet, perhaps it's something optional we can download.
by chulett
Sun Oct 25, 2009 12:27 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to differentiate a new file from the old one.
Replies: 6
Views: 1729

Keep track of the dates and numbers you've processed. A successful lookup would mean use the old number (I assume) else assign a new one then store both it and the date.
by chulett
Sat Oct 24, 2009 6:40 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: dynLUT* files location question
Replies: 10
Views: 6811

:!: OK, here's another question for anyone that is playing along in our home audience.

The dev server where this works is running the 64bit edition of Linux, whereas the production server where this doesn't work is running the 32bit edition. Coincidence? Of no consequence? Smoking gun?
by chulett
Sat Oct 24, 2009 5:45 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: dynLUT* files location question
Replies: 10
Views: 6811

Crapola, while that change did cause the "dynLUT" files to move to the new location, it did not solve the issue. It now aborts with: luKeys,0: Could not map table file "/etl1/tmp/FEP/lookuptable.20091024.tdjcnic (size 3506947648 bytes)": Invalid argument Error finalizing / saving...
by chulett
Sat Oct 24, 2009 5:16 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Compare rule set between two datasets
Replies: 2
Views: 1194

If you could rephrase / restate your requirements, that would probably be best. Perhaps expand on your examples as well. I for one have no clue what exactly it is you are trying to accomplish and would rather not guess. :?
by chulett
Sat Oct 24, 2009 5:06 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: dynLUT* files location question
Replies: 10
Views: 6811

Found a TMPDIR where the project default value is empty. I'll try changing that to point to our larger tmp area...
by chulett
Sat Oct 24, 2009 4:21 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: dynLUT* files location question
Replies: 10
Views: 6811

For what it's worth, I changed where UVTEMP was pointing and as I suspected it had no effect on this issue. :(
by chulett
Sat Oct 24, 2009 3:13 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: dynLUT* files location question
Replies: 10
Views: 6811

dynLUT* files location question

Searched for people having the same problem and really can only find similar issues, so I'm hoping someone can answer a specific question or two. Got a production PX job aborting with the following fatal error: luKeys,0: Could not map table file "/etl1/tmp/FEP/lookuptable.20091024.tdjcnic (size...
by chulett
Sat Oct 24, 2009 2:51 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Aggregator + Performance
Replies: 5
Views: 1759

Why not just do all that in Oracle? And why would you expect adding the overhead of a sort stage sorting on one field to improve overall performance? If you want to go that route, you'd need to sort by all three grouping columns (not just the first one) and somehow make sure the Aggregator knew you'...
by chulett
Sat Oct 24, 2009 9:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ORA-01036: illegal variable name/number while running job
Replies: 5
Views: 1819

54 matches and there's not enough information out there? [sigh]

How many columns do you have defined in the stage? Are any of them marked as Key columns?
by chulett
Sat Oct 24, 2009 9:23 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: add integer to date feild
Replies: 1
Views: 1043

And this integer value is... a number of days?