Search found 53125 matches

by ray.wurlod
Fri Dec 07, 2012 5:35 pm
Forum: General
Topic: IBM Information Server console in not available
Replies: 6
Views: 1518

The Web Console is browser-based. Unless you specify desktop shortcuts it won't appear on any list. You can invoke it with the URL http://servername:9080/ibm/iis/console where servername is the hostname of the services tier machine.
by ray.wurlod
Fri Dec 07, 2012 4:43 am
Forum: General
Topic: Datastage installation error
Replies: 4
Views: 3165

Welcome aboard.
Did you enter the EXACT URL specified by the installer?
by ray.wurlod
Fri Dec 07, 2012 4:42 am
Forum: General
Topic: Identifying installed patch in server
Replies: 1
Views: 758

Try Help About in one of the clients.
by ray.wurlod
Fri Dec 07, 2012 12:18 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ORA-31011: XML parsing failed
Replies: 3
Views: 2946

My guess is that it IS an XML data type, because the error message is coming from Oracle. My further guess is that you are not working with well-formed XML.
by ray.wurlod
Fri Dec 07, 2012 12:17 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to read special character in Datastage
Replies: 1
Views: 4654

Is it really being converted, or is it simply a deficiency in the data viewer?

That is, is the registered trade mark character successfully being processed into your target? DO NOT rely on what the Data Browser is showing you - it is quite limited in the characters that it can display.
by ray.wurlod
Thu Dec 06, 2012 7:28 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How can I apply this logic?
Replies: 11
Views: 3085

Specify Modulus or Hash (with ID as the selected key) as the partitioning algorithm, on the Partitioning tab of the Input link properties in the Sort stage.
by ray.wurlod
Thu Dec 06, 2012 2:33 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Address Shuffle
Replies: 8
Views: 3169

I think we need to wait for the OP's answer on this one.
by ray.wurlod
Thu Dec 06, 2012 2:31 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How can I apply this logic?
Replies: 11
Views: 3085

Partition by ID. Sort by ID and Pin. Use Remove Duplicates to preserve last record in each group, where groups are defined by ID.
by ray.wurlod
Thu Dec 06, 2012 2:29 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Address Shuffle
Replies: 8
Views: 3169

What do you mean by "shuffle"? Sort? Use a Sort stage.
by ray.wurlod
Thu Dec 06, 2012 2:26 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: TWO DIFFERENT DATA FLOWS IN A SINGLE JOB
Replies: 13
Views: 3952

Each operator in a parallel job runs in a separate process anyway. So it could be argued that two flows in one job would use fewer processes than two jobs, because only one set of (conductor and section leader processes) would be required.
by ray.wurlod
Thu Dec 06, 2012 2:23 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Oracle sequence for getting the value
Replies: 11
Views: 4042

You can do that. Use user-defined SQL in the Oracle stage that provides rows to the reference input. Pass a constant (say 'X') as the "key" and, basically, ignore it in the Oracle stage.

Code: Select all

SELECT sequence.NEXTVAL AS NEXTKEY from DUAL WHERE :1 = 'X'
by ray.wurlod
Thu Dec 06, 2012 2:20 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: HFC hashed file calculations
Replies: 5
Views: 1646

I can't recall whether the Help in HFC provides the algorithm for modulo. Replying to Colin by PM.
by ray.wurlod
Thu Dec 06, 2012 2:16 pm
Forum: General
Topic: Datastage Installation Error 8.0
Replies: 1
Views: 728

Welcome aboard. Did you download Information Server for some other platform?
by ray.wurlod
Thu Dec 06, 2012 2:15 pm
Forum: General
Topic: Install fail
Replies: 1
Views: 614

You really need to ascertain why this is occurring. Has someone (or an inactivity timeout) killed the window/session from which the installer was started?

You are correct that you can restart the installer and it will skip any task that has been checkpointed as successfully completed.
by ray.wurlod
Thu Dec 06, 2012 1:59 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ** Dataset display after SORTING ** V8.7
Replies: 3
Views: 1184

Data are sorted separately on each partition.

Partitioning (and within-partition sort order) is preserved in Data Sets.