Search found 42189 matches

by chulett
Mon May 16, 2011 10:02 pm
Forum: General
Topic: max value of table column value as vriable in the sequencer
Replies: 3
Views: 1724

Then you'll need to determine it outside the Sequence job and pass it into the Sequence as a job parameter. Another Sequence could be used to accomplish that.
by chulett
Mon May 16, 2011 5:57 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Aggregator performance
Replies: 7
Views: 2484

Make sure you don't lie to it about what order the data is sorted in or it will bust you. Also make sure that, as noted, your sorting supports the grouping being done or you'll be wasting your time. You can tell when everything is in alignment because data will flow into and out of the Aggregator at...
by chulett
Mon May 16, 2011 3:37 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Header repeatition in the XML file
Replies: 3
Views: 1716

Not a thing, so off we go to (hopefully) the appropriate place. Hang on!

sunita, can you edit your post to add the 'Required' information, please?
by chulett
Mon May 16, 2011 12:56 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Roll back is not working
Replies: 4
Views: 2887

I don't see how insert/update plays any role here.
by chulett
Mon May 16, 2011 8:31 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Diffrent input to sequntial
Replies: 2
Views: 1551

Sequential files do not support multiple writers. Readers yes, writers no. Collect the two links together first, then write.
by chulett
Mon May 16, 2011 7:08 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Compare two tables with same structures in different servers
Replies: 12
Views: 8299

Which part do you need help with? Just the comparison? I'd suggest using the CRC32 function to build a checksum over the data fields in each record and then see if the same key in the other file has the same checksum. If not, something is different between the two records. If you are unfamiliar with...
by chulett
Mon May 16, 2011 6:55 am
Forum: General
Topic: File options are not visible in designer
Replies: 4
Views: 1536

Welcome! You have a registry issue or at least need to get into regedit to fix this. Do an exact search here for "menu bar" for the answers others have posted.
by chulett
Mon May 16, 2011 6:52 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parallel job reports failure (code 132)
Replies: 20
Views: 12002

Repeating your error over and over isn't going to get you any closer to your goal of solving this. Have you contacted your official support provider yet?
by chulett
Mon May 16, 2011 6:47 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Compare two tables with same structures in different servers
Replies: 12
Views: 8299

What kind of "comparison" are we talking about here?
by chulett
Mon May 16, 2011 6:38 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: jobs are failing with same type of error
Replies: 3
Views: 2291

Sorry but that's not what was asked of you. After you Reset any of the aborted jobs from the Director, did a new log entry appear saying "From previous run..."? If so, double-click on it and post the contents here.
by chulett
Mon May 16, 2011 6:36 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Roll back is not working
Replies: 4
Views: 2887

The first DB2 stage gets its last row and thus closes/commits before the second one does due to the Aggregator. No, there's no way to defer commits until everything completes.
by chulett
Mon May 16, 2011 6:30 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ds_uvput() - Write failed for record id '35612396'
Replies: 17
Views: 9943

Ah, you've been poking around. :wink:

No, don't delete anything. And you need to add "-64BIT" to the command so it creates a 64bit hashed file. The resize command doesn't use the dash, this one does.
by chulett
Mon May 16, 2011 6:24 am
Forum: General
Topic: unix command
Replies: 1
Views: 707

Hmmm... piping cats. Not a good sign. :wink: UNIX commands are documented everywhere - the web, your server, you colleagues, etc. Try looking up what "cat", "grep", "cut", "tar" etc do, they are all pretty basic commands and easy to understand. Google can help...
by chulett
Sun May 15, 2011 7:14 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: MQseries stage add to installation
Replies: 4
Views: 2735

In the pre 8.x world, you'd have to repeat the installation and it would go into "maintenance mode", allowing you to add any missed optional plug-ins as one of the options. I don't believe that's the case for 8.x but unfortunately don't know off the top of my head what the new procedure mi...
by chulett
Sat May 14, 2011 5:49 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Rejections - Oracle EE stage
Replies: 2
Views: 1591

So... do you need help with something or are you just venting? :wink: