Search found 42189 matches

by chulett
Fri Apr 13, 2012 2:47 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Adding header and footer records to a output file
Replies: 7
Views: 8376

What is this "filename.txt" of which you speak? Where do it come from?
by chulett
Fri Apr 13, 2012 2:42 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Creating 64 bit Hash files
Replies: 2
Views: 971

Re: Creating 64 bit Hash files

just4geeks wrote:We would like to use 64 bit hash files to avoid size limitation.
Where exactly are you having any file size issues? You've marked this as 'Parallel' and parallel jobs don't use hashed files like Server jobs do. Is this so you can have ginormous job logs? :?
by chulett
Fri Apr 13, 2012 10:56 am
Forum: General
Topic: Importing one job from dsx resulting two jobs in designer
Replies: 3
Views: 1105

Open up the dsx file with your editor of choice and see if the job is in there once or twice...
by chulett
Thu Apr 12, 2012 8:38 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: CHECKSUMSTAGE
Replies: 15
Views: 6221

You get 32 character output from an MD5 checksum and it is indeed hexidecimal.
by chulett
Thu Apr 12, 2012 2:30 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ftp multiple file using the ftp stage
Replies: 9
Views: 9067

With a script and plain old command line ftp.
by chulett
Thu Apr 12, 2012 12:29 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: CHECKSUMSTAGE
Replies: 15
Views: 6221

What "that" are you begging to differ on? :?

If you mean my "easily solved" comment, that was strictly regarding your inability to see Premium Content.
by chulett
Thu Apr 12, 2012 12:24 pm
Forum: General
Topic: Backing up to Disaster Recovery server
Replies: 6
Views: 2424

OK, we understand blink errors. How about my other question, when are the copies being made - while jobs are running?
by chulett
Thu Apr 12, 2012 8:56 am
Forum: General
Topic: Backing up to Disaster Recovery server
Replies: 6
Views: 2424

Can we get some details on what "log file corruption" means here? What logs and are they doing this file copying from a live, up and running system?
by chulett
Thu Apr 12, 2012 6:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: in stmt
Replies: 5
Views: 1500

In other words, inadvertent sub-string matches.
by chulett
Thu Apr 12, 2012 6:45 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ftp multiple file using the ftp stage
Replies: 9
Views: 9067

Well, there you go. My point still stands, though - it can't be used to transfer multiple files from one location to another, if that is the need here. It can, however, read multiple files into a single input stream.
by chulett
Thu Apr 12, 2012 6:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: CHECKSUMSTAGE
Replies: 15
Views: 6221

chandra.shekhar, that particular problem is easily solved. Provided, checksums of no two strings should be equal Checksums in no way guarantee uniqueness across large data volumes. Anyone that uses them in that fashion or with that expectation is asking for problems in my opinion. As noted, checksum...
by chulett
Thu Apr 12, 2012 6:18 am
Forum: General
Topic: MST and TPM packages info
Replies: 5
Views: 1368

Does this have anything whatsoever to do with DataStage?

bff is some kind of "backup format file" and the other two something to do with security, apparently. :?
by chulett
Wed Apr 11, 2012 8:47 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ftp multiple file using the ftp stage
Replies: 9
Views: 9067

That's the biggest disconnect sometimes with the FTP stage - it is metadata driven and streams a record through it one at a time as if you were reading or writing to a file. It's not equivalent to what the ftp function does, which is just stream bytes / characters from one location to another and al...
by chulett
Wed Apr 11, 2012 3:44 pm
Forum: General
Topic: wait for file activity stage issue
Replies: 2
Views: 1732

The stage does not support wildcards. One solution might be to dynamically generate the DDMMYYYY part based on the current date, pass it in as a parameter and use the parameter in the stage.