Search found 42189 matches

by chulett
Fri Oct 30, 2009 2:07 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: invocation id
Replies: 2
Views: 1227

1. Anything you like as long as it is unique amongst all currently running invocations.
2. Include the DSJobInvocationId macro in the file's name or they will collide.
by chulett
Fri Oct 30, 2009 2:03 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Doubt regarding Aggregator
Replies: 11
Views: 4773

The instructions worked just fine for me but then I'm on 7.5.2. Did you highlight the Column for Calculation then scroll the Available Properties to Add over to the right?
by chulett
Fri Oct 30, 2009 1:52 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: datastage job export folder wise
Replies: 4
Views: 2433

Sure. Don't really need to keep asking, however. :wink:

viewtopic.php?t=129944
by chulett
Fri Oct 30, 2009 1:23 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ds_uvput() error with a valid value
Replies: 9
Views: 3832

From what I recall, other messages get logged with ones like that, usually a dump of the entire record - can you post that here? It would help give us some idea of the number of columns in the hashed file and what kind of data you are writing to them. When it's not being run manually, how it is bein...
by chulett
Fri Oct 30, 2009 1:17 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: datastage job export folder wise
Replies: 4
Views: 2433

That's possible from the GUI but not the command line.
by chulett
Fri Oct 30, 2009 12:31 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Missing Sort Stage
Replies: 3
Views: 1151

8)
by chulett
Fri Oct 30, 2009 12:28 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DATE FORMAT
Replies: 7
Views: 2206

If you're saying you don't know how to start a new topic, from the Forum view (i.e. 'inside' sny forum where all the topics are listed) there is a Post New Topic button at the top and the bottom of the screen. There's also one inside each topic as well, like right here and right now for instance. Pi...
by chulett
Fri Oct 30, 2009 11:59 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DATE FORMAT
Replies: 7
Views: 2206

:!: Please do not hijack other people's threads.

Start your own topic and we'd be happy to help you.
by chulett
Fri Oct 30, 2009 9:17 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Delay during DSX import and Exports
Replies: 4
Views: 1802

Didn't really answer any of my questions. Have you involved your support provider yet?
by chulett
Fri Oct 30, 2009 9:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job aborts after 50 warning messages
Replies: 7
Views: 2628

Check what you have in your scheduler. For UNIX, it would be 'crontab -l' and after the job name would be something like 0/50/1/0/0 with the second number (50 here) being the warning limit.
by chulett
Fri Oct 30, 2009 8:51 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Missing Sort Stage
Replies: 3
Views: 1151

That's an optional plugin that needs to be selected when the Server is installed. I wasn't sure if the export/import of a stage type would actually work or not (never tried it) but it seems that it doesn't. So... What will work is a 'reinstall' of the Server in Prod. Note I put it in quotes as nothi...
by chulett
Fri Oct 30, 2009 8:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Conversion error
Replies: 4
Views: 1767

Then details if you like. Are you doing an explicit DateFromString() call in a transformer? Converting one type to the other in a Modify stage? That's about all the guessing I'm prepared to do.
by chulett
Fri Oct 30, 2009 8:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Lkp_1,0: Operator terminated abnormally: received signal SIG
Replies: 11
Views: 5780

All the more reason to check for a patch, IMHO - which the Linux version (I'm finding) has more than its fair share of. :wink:
by chulett
Fri Oct 30, 2009 7:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Re-calculate option in Aggregator Stage
Replies: 1
Views: 802

Press the Help button inside the Aggregator stage, there is quite a bit of documentation there, including details on the Recalculate type.
by chulett
Fri Oct 30, 2009 7:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Code for Build Stage
Replies: 2
Views: 1117

No idea myself, but a google search for "Error: Multiple declaration for in" returned over 5M matches. Got be some help in there somewhere.