Search found 42189 matches

by chulett
Wed Jul 13, 2005 9:10 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Base64 Encoding
Replies: 27
Views: 10449

Great.
by chulett
Wed Jul 13, 2005 6:26 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Line Feed, Right Align
Replies: 3
Views: 1077

FMT will get you what you need for #2. For #3 I'd just define a seperate single character field in front of the numeric field and if-then-else a space or a '+' into it. Rule #4 seems to violate Rule #1, but if that's really what you need simply making the field a CHAR datatype will get you 'left ali...
by chulett
Wed Jul 13, 2005 6:21 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sequential stage and wildcards in the Filter
Replies: 8
Views: 2216

Hmmm... call the script in the Filter? Nope, didn't try that. Off we go.
by chulett
Wed Jul 13, 2005 2:36 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sequential stage and wildcards in the Filter
Replies: 8
Views: 2216

Sequential stage and wildcards in the Filter

Does the darn Filter command in the Sequential stage not support wildcards? I need to process an unknown number of files in a directory using a wildcard pattern. Yes, all have the same metadata and there's no header row to worry about. Rather than use a Folder stage with its potential size issues or...
by chulett
Wed Jul 13, 2005 10:36 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How different are user defined SQL and the generated SQL
Replies: 12
Views: 4215

... and makes maintenance a PITA. :wink:
by chulett
Wed Jul 13, 2005 7:07 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Base64 Encoding
Replies: 27
Views: 10449

ArndW wrote:Even if you know UV and C and have done it before you will spend an inordinate amount of time to get it working. Still interested?

Never really was in the first place... one thing I don't have a plethora of time for this. :evil:

Thanks for all your help with this.
by chulett
Wed Jul 13, 2005 6:51 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Base64 Encoding
Replies: 27
Views: 10449

Thanks for taking a look at it, guys. Once I tumbled across the 'encryted then encoded' bit, I figured I was pretty well screwed for a full BASIC implementation. Can you expand a little on your GCI comment? This could be new territorty for me, depending on exactly what that turns into and what exact...
by chulett
Tue Jul 12, 2005 8:38 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Base64 Encoding
Replies: 27
Views: 10449

Thanks, what I have is on its way.
by chulett
Tue Jul 12, 2005 8:10 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Integrity constraint violated - parent key not found
Replies: 6
Views: 4925

A couple of different ways... If you are loading them seperately, parents first in one job and then children in the next and you are hashing up the parent keys - a miss on the parent hash would indicate the child would generate the error if sent to the database. Use that information to logically rej...
by chulett
Tue Jul 12, 2005 5:37 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ORA 01008 error
Replies: 2
Views: 748

Check again, there must be a mismatch between the number of columns defined in the stage and the number of parameter markers used in your User Defined SQL, that's what generates this error.
by chulett
Tue Jul 12, 2005 4:20 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Base64 Encoding
Replies: 27
Views: 10449

Well, dang. The plot thickens... turns out this isn't just Base64 encoding they are doing, the key values are first run through an 'MD5 encryption' algorithm and that result is returned as a Base64 encoded string. So, unless I can somehow end up with routine code to do both, I'm SOL. We see two alte...
by chulett
Tue Jul 12, 2005 12:46 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Base64 Encoding
Replies: 27
Views: 10449

Yes - display format.

I'm just parroting what I'm reading on the web. :? I think it's just six bits because 2^6 = 64 and the other two bits are always treated as zero. Where did I see that?... one sec...here for one.
by chulett
Tue Jul 12, 2005 9:53 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Base64 Encoding
Replies: 27
Views: 10449

Thanks Arnd. No, no math, I need to emulate something written in Java that concatenates certain key fields in a data stream and encodes it to create what they call a 'munge key' - a unique and replicatable identifier string for those key fields. The resulting string is passed out along with everythi...
by chulett
Tue Jul 12, 2005 9:03 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Base64 Encoding
Replies: 27
Views: 10449

Base64 Encoding

I've been asked to see about the possibility of creating a DS routine to do Base64 encoding. Now, right off the bat be it known that I've never claimed to be a math prodigy but I know a few hang out here and was wondering if I could get any help. I've googled up the basics - converting sets of three...
by chulett
Mon Jul 11, 2005 8:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Removing licence without uninstall
Replies: 8
Views: 1990

Please don't hijack other people's posts. If you've got a question to ask, start a new post. Also read what the OP is asking - nothing about upgrading without reinstalling or having a new or expired serial number. At this point you are just guessing why they are asking about removing license keys, ...