Search found 42189 matches

by chulett
Fri Aug 13, 2004 9:18 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: convert hex to integer
Replies: 4
Views: 1817

You'll need to write your own, I'm pretty sure. Check the online help for the MY conversion code. It "Converts ASCII characters to hexadecimal values on input, and vice versa on output." - see if that will work for you.
by chulett
Fri Aug 13, 2004 8:37 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Using JOB parameters in Email Notification Activity Stage
Replies: 10
Views: 4443

Upgrade to 7.5 - that's the first time that parameters are supported in that stage.

What we do is "hard code" email notification groups there. That way we can change who gets the emails without having to touch the jobs.

Or... write your own email routine. :wink:
by chulett
Fri Aug 13, 2004 7:32 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DS Internal error on W2003: 39202
Replies: 9
Views: 4610

Search is your friend as most questions have been asked before. For example, this thread, while covering other topics should also provide some help for your error message. There were others, so if this fails to help try searching for "39202" again... and if after that you're still stumped - come bac...
by chulett
Thu Aug 12, 2004 11:03 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sort stage
Replies: 6
Views: 1783

True, true. I've seen the same thing with the Sort stage, but haven't had the time lately to run any comprehensive benchmarks versus a UNIX level sort, let's say, on this particular server. There *is* SyncSort in the house, but "we" don't have (and can't seem to get) a license for it. In people's ex...
by chulett
Thu Aug 12, 2004 10:51 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Update
Replies: 5
Views: 1045

It won't "fail" in the sense that you'll get an error message, it will just fail to update any rows. :wink: Perhaps some other databases are different, but Oracle (and what I recall of Informix) is perfectly happy updating zero records.
by chulett
Thu Aug 12, 2004 8:27 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Update
Replies: 5
Views: 1045

Martin, you're going to need to restate your problem. We can't really tell what your issue is or why you "could not do update" from your post. Are you using one of the OCI stages? Did you notice you could change the "Update Action", and that there are several that do various forms of updates? When y...
by chulett
Thu Aug 12, 2004 8:15 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: loading Column information - how to remove derivation
Replies: 5
Views: 1395

Actually, the easiest way to solve this problem is to not use the "Load" button to bring your metadata in. I dislike the way it loads the "full path" to a field in the derivation and prefer to leave it blank, so poked around and found another way to do it! In the Designer, make sure you have the Rep...
by chulett
Thu Aug 12, 2004 3:41 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: can not call a Stored Procedure using odbc stage
Replies: 9
Views: 3120

Not that I am aware of. In my opinion, it's always better to use a 'native' stage rather than a generic one, if available.
by chulett
Thu Aug 12, 2004 2:35 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: can not call a Stored Procedure using odbc stage
Replies: 9
Views: 3120

You might want to consider using an OCI stage, or better yet (if on 7.5) the Stored Procedure stage.
by chulett
Thu Aug 12, 2004 9:34 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sort stage error: Error in merging files
Replies: 13
Views: 4997

Thanks Tony.
by chulett
Thu Aug 12, 2004 8:49 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Syntax for clearing Hash file in administartor
Replies: 3
Views: 1072

You are only going to be able to do this if your hash file is in the project or you've created a VOC record for it. If it is "pathed", i.e. is living in a directory outside your project, then this won't work. Otherwise, the syntax is simply:

Code: Select all

CLEAR.FILE HashFileName
by chulett
Thu Aug 12, 2004 8:46 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Converting data types
Replies: 1
Views: 689

Just do math on it and DataStage will "convert" it to a number. Fastest thing seems to be to add 0 to it, or you could multiply it by 1. Anything that doesn't change the value.
by chulett
Thu Aug 12, 2004 8:00 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sort stage error: Error in merging files
Replies: 13
Views: 4997

Out of curiousity, have you verified that it is unlimited in the environment your jobs run in? Not just from the same user at the command line as they can be different.
by chulett
Thu Aug 12, 2004 7:28 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sort stage
Replies: 6
Views: 1783

Hey, there's an echo in here! :lol:
by chulett
Thu Aug 12, 2004 7:26 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sort stage error: Error in merging files
Replies: 13
Views: 4997

What O/S? 2GB is a suspicious number, being the typical file size limit for sequential files on UNIX systems. What is your "ulimit"?