Search found 42189 matches

by chulett
Mon Jun 22, 2009 6:47 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: can we do query on fileset or datset
Replies: 1
Views: 532

No. Just like a sequential file you just read them, then perhaps filter from there. Or load them into a database table, then query them to your heart's content.
by chulett
Mon Jun 22, 2009 6:44 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: can i query on flat files
Replies: 13
Views: 3213

You don't "query" flat files, you read them. After that, you use whatever stage is appropriate for the "transformation", the original source doesn't matter at that point. If you still need help, try explaining what exactly it is you need to do - without using the word "query...
by chulett
Mon Jun 22, 2009 6:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML Output
Replies: 8
Views: 4803

What are you getting?
by chulett
Mon Jun 22, 2009 6:34 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Datastage Routines
Replies: 3
Views: 1111

Sequence job. Seriously.
by chulett
Mon Jun 22, 2009 6:32 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Read lookup file into memory using basic routine
Replies: 15
Views: 4431

Several of the included routines use COMMON, and many are in the 'RowProc' group if I recall correctly. Look at their code as well for example usage.
by chulett
Mon Jun 22, 2009 6:29 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: SFTP with FTP stage version 8.1
Replies: 8
Views: 7126

Right, has nothing to do with DataStage directly. Best to just google for it, for example here is a Linux version but the instructions are fairly generic.
by chulett
Mon Jun 22, 2009 6:24 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: error in job log
Replies: 22
Views: 4550

What makes you think it is 'picking up c4 instead of c3'? Are you using the exact same metadata in the lookup hashed file as the hashed file was created with?
by chulett
Mon Jun 22, 2009 6:20 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Inserting record - two behaviours
Replies: 16
Views: 6254

ps. You should have done a CLEAR.FILE on your log file name as noted in the error, not the completely unrelated "phantom" directory.
by chulett
Mon Jun 22, 2009 6:18 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Inserting record - two behaviours
Replies: 16
Views: 6254

Re: Inserting record - two behaviours

while running the job for custom query with update and insert login on target table This confusing statement was why I thought you were using custom sql on the target. :? Best way to 'avoid' these kind of issues is by pre-qualifying your actions using a reference hashed lookup and two dedicated tar...
by chulett
Sun Jun 21, 2009 11:13 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: whitespace between two words
Replies: 13
Views: 3668

It will go into the target intact unless you explicitly remove them. How are you certain that they are gone before you send them to Teradata? Have you added a logging link (or three) to check?
by chulett
Sun Jun 21, 2009 11:07 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Inserting record - two behaviours
Replies: 16
Views: 6254

I meant the "update and insert" dml not the source query, I thought that was your "custom" one. And your phantom is strictly from blowing the logs over 2GB in size just as it states, probably by running with unlimited warnings allowed.
by chulett
Sun Jun 21, 2009 10:44 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Inserting record - two behaviours
Replies: 16
Views: 6254

I would suspect it's an issue with your 'custom query', that and loading multiple records with the same keys in a run. Why custom rather than generated? Care to post it?
by chulett
Sun Jun 21, 2009 8:23 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Surrogate Key Generator Stage
Replies: 14
Views: 3540

Just wanted to pop back in and tell Sreeni I really didn't mean to single them out or anything, it's just that that is one of my pet peeves and I guess I was feeling a little... peevey... this morning. :(
by chulett
Sun Jun 21, 2009 2:18 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Could not find DateGenericToTimeStamp routine
Replies: 5
Views: 1536

Well... first thing would be a better idea of what "not working" means - error? warnings? odd results? Specific examples would probably be helpful as well.

What is "sysDate", something custom? Are you certain that exists in your other environments?
by chulett
Sun Jun 21, 2009 10:52 am
Forum: General
Topic: check that 'dbx' and 'sed' are installed and on your PATH
Replies: 7
Views: 10472

Not sure what link or file you're talking about here. :?

I took a different tack and searched for the "nPartition" part of your message, you might try the same but first see if this post fixes your problem:

viewtopic.php?t=122429