Search found 53125 matches

by ray.wurlod
Thu Jan 06, 2011 4:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job warnings
Replies: 9
Views: 4608

Re: Job warnings

:?: Hi, In ur job ur useing sort stage then after remove dupilicate stage is useing can u remove the dupilicates in sort stage itself so u can try on that option then u may get....... As previously admonished, please strive for a professional standard of written English on DSXchange. What you have ...
by ray.wurlod
Thu Jan 06, 2011 12:45 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job Session ID
Replies: 5
Views: 2462

There isn't one.

You have to derive it by whatever mechanism you prefer.

All DataStage job runs are independent of each other and therefore do not require any Session ID.
by ray.wurlod
Wed Jan 05, 2011 10:30 pm
Forum: General
Topic: Issue while IS 8 installation
Replies: 10
Views: 3977

You need the correct JRE for Information Server - not something from Sun or Oracle. Involve your support provider if you can not find it yourself.
by ray.wurlod
Wed Jan 05, 2011 7:55 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: row generation
Replies: 3
Views: 1933

No.I want to duplicate the incoming row to n same output rows. My answer to your specific question is unchanged. To generate multiple output rows from a single input row use a Transformer stage with multiple outputs. See for example I have a job which collects statistics of the job. if there are 10...
by ray.wurlod
Wed Jan 05, 2011 2:15 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reading Dynamic Schema in CFF
Replies: 1
Views: 1110

Not possible in the CFF stage type. What you can do is create the maximum record definition and specify "create fillers". Better is to have "them" deliver you a consistent structure. Another possibility is to use Sequential File stage to read each line as a single string, and to ...
by ray.wurlod
Wed Jan 05, 2011 2:14 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to distribute the records amoung the nodes..
Replies: 6
Views: 2332

Right click in Monitor background area and enable "Show instances". Parallel stages will show as x 4 if collapsed, or as four separate instances if expanded.
by ray.wurlod
Wed Jan 05, 2011 2:12 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: View Data doesn't show all requested rows
Replies: 8
Views: 3116

And, of course, 0x1A is Ctrl-Z.
by ray.wurlod
Wed Jan 05, 2011 2:10 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Does DataStage support miliseconds in the timestamp
Replies: 1
Views: 1333

Format is not relevant to timestamp until you convert it to string. Timestamps are stored internally as nine byte structures. View Data does not have a format string, so performs a default conversion to string preserving as much information as possible.
by ray.wurlod
Wed Jan 05, 2011 2:08 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job warnings
Replies: 9
Views: 4608

By now (491 posts) you should realize that we need exact error messages. Without these we're wasting time guessing. Oh, and disable operator combination before capturing the error messages, so that you know from which actual operator they are being generated.
by ray.wurlod
Wed Jan 05, 2011 2:06 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Fixed width sequential file and Char
Replies: 2
Views: 7681

This is an internal limit on the length of a message, not anything to do with the data. I think that DataStage has somehow preserved as a "leftover" the original Decimal data type. Unfortunately (as you noted) the diagnostic technique to dump the schema is not suitable in this case.
by ray.wurlod
Wed Jan 05, 2011 2:02 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Using DSGetParamInfo() to check if a parameter exist?
Replies: 2
Views: 2111

Result = DSGetParamInfo(hJob, vParamName, DSJ.PARAMVALUE) Begin Case Case Result = DSJE.NOERROR * Yay! Case Result = DSJE.BADHANDLE * hJob is not a valid job handle Case Result = DSJE.BADPARAM * Parameter named vParamName does not exist in job Case Result = DSJE.BADTYPE * You've mis-typed DSJ.PARAM...
by ray.wurlod
Wed Jan 05, 2011 1:59 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: row generation
Replies: 3
Views: 1933

To generate multiple output rows from a single input row use a Transformer stage with multiple outputs. When you say "different data" do you mean "different metadata" (that is, different structure)? In a server job about the only way you can handle different metadata it to read t...
by ray.wurlod
Wed Jan 05, 2011 1:55 pm
Forum: General
Topic: Issue while IS 8 installation
Replies: 10
Views: 3977

Download the correct JRE from IBM, like Martin advised.
by ray.wurlod
Wed Jan 05, 2011 1:54 pm
Forum:
Topic: Foundation Tools Fix Pack 4
Replies: 1
Views: 1221

Haven't installed it but, just from its sheer size (I have downloaded it ready to install) I'd say it is a roll-up.
by ray.wurlod
Wed Jan 05, 2011 5:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Shared Container
Replies: 5
Views: 2024

You don't have to compile the jobs manually. Use the multi job compile utility. This can be applied to the result of a Where Used analysis applied to the shared container.