Search found 42189 matches

by chulett
Wed May 09, 2012 9:55 am
Forum: General
Topic: Space Occupied by datastage logs
Replies: 6
Views: 2257

Where are you logging to, the 'legacy repository' or to XMETA? The former will have an ~2GB maximum size per 'log' and if that is exceeded they will corrupt.
by chulett
Wed May 09, 2012 7:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DSJOBTIMESTAMP to milliseconds
Replies: 1
Views: 1195

Lots of topics here on the subject of milliseconds if you do an exact search and I'm sure something out there would help. Here's one example, there are more:

viewtopic.php?t=138118
by chulett
Tue May 08, 2012 8:24 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Leading Zeros
Replies: 5
Views: 1856

Ah, I see...
by chulett
Tue May 08, 2012 4:32 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Insert job parameter in PX Stages behaves oddly
Replies: 18
Views: 8030

Right... specifically mentioned that because their post was marked as the 7.x release, but thanks for the clarification.
by chulett
Tue May 08, 2012 4:29 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Leading Zeros
Replies: 5
Views: 1856

FMTS... plural? Not familiar with that one or at least it's not ringing a bell, need to look it up later, it would seem. :?
by chulett
Tue May 08, 2012 10:55 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Leading Zeros
Replies: 5
Views: 1856

Investigate the FMT() function if we are talking about string fields here. What is the datatype of these columns in the target table?
by chulett
Tue May 08, 2012 10:52 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Occurs Functionality through CFF stage
Replies: 11
Views: 4502

Your thinking is not correct. The occurs notes multiple columns in the record, not multiple records.
by chulett
Tue May 08, 2012 10:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Insert job parameter in PX Stages behaves oddly
Replies: 18
Views: 8030

Just for the record... Windows 7 is not a supported platform for the client nor the server and is likely the cause of your issue.
by chulett
Tue May 08, 2012 6:17 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Decimal field validation
Replies: 2
Views: 1421

Why not use the IsValid() function?
by chulett
Tue May 08, 2012 6:11 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Director Job Monitor Status Shows Unknown
Replies: 4
Views: 2019

Unless those jobs all have something in common which could help trouble-shoot this issue, I would suggest involving your official support provider.
by chulett
Tue May 08, 2012 6:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Differentiate reject links in lookup with multiple ref links
Replies: 9
Views: 2348

Sorry Ray. It's a parallel job. Can this be moved to the Parallel forum? Yes, of course... done. Also, please make use of the Reply to topic button, there's no need to quote everything every time you reply. See how much nicer things look now? Lastly, the forum software removes all "extra"...
by chulett
Mon May 07, 2012 7:03 pm
Forum: General
Topic: Query reagarding Sequencer
Replies: 7
Views: 3122

What "param flag"? They can do all kinds of things for this but I really was curious to see how the OP was planning on handling it, how they would recognize that it had already run once (or alternatively hadn't run yet). Once we have some idea what the condition might be, then planned on c...
by chulett
Mon May 07, 2012 4:44 pm
Forum: General
Topic: Query reagarding Sequencer
Replies: 7
Views: 3122

Not you... them.
by chulett
Mon May 07, 2012 10:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Tool / Technique to convert Connectors to use Parameter Set
Replies: 4
Views: 1506

Still doesn't really change the base answer, which is no - there isn't any automatic way or tool to do this. However, that doesn't mean you couldn't build one... I'd look into taking a dsx export of a job before and after this 'conversion' process to see what is all involved and then see if you can ...