Search found 53125 matches

by ray.wurlod
Fri Mar 11, 2011 8:36 pm
Forum: IBM<sup>®</sup> DataStage TX
Topic: Recommentation to pick right tool to process XML files
Replies: 11
Views: 21372

Do you actually have WebSphere Transformation Extender? If not, the WTX map stage will be of no use at all to you.

I would seriously think about DataStage 8.5 in this case, for which there's a set of XML tools that can handle arbitrarily large XML files very efficiently.
by ray.wurlod
Fri Mar 11, 2011 3:01 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: warning message: DSD.BCIPut call to SQLExecute failed.
Replies: 11
Views: 5406

OK, then I'll concur with Craig, because DataStage expects the database server (or ODBC driver) to be silent on request but yours is returning informational content. So DataStage alerts you to the fact that unexpected output has been received.
by ray.wurlod
Fri Mar 11, 2011 2:53 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Need to find sum(sal) for all the active employees
Replies: 16
Views: 6760

Use a Column Generator stage to generate a constant (cycle with single value) and group by that.
by ray.wurlod
Fri Mar 11, 2011 2:52 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Install DS engine on Database server
Replies: 2
Views: 2682

For absolutely best performance having the DataStage engine co-resident with the database server is the way to go. But performance is usually satisfactory where they are on different machines connected by a very high speed network.
by ray.wurlod
Fri Mar 11, 2011 2:50 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: HA/Clustering of Datastage 8.1 on windows server 2003
Replies: 1
Views: 1913

Clustering yes, HA no. It's first supported in 8.5, at least for the services and repository tiers.

Of course, 8.1 will run on systems where HA is implemented, but does not have any failover capability.
by ray.wurlod
Fri Mar 11, 2011 2:48 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: warning message: DSD.BCIPut call to SQLExecute failed.
Replies: 11
Views: 5406

I don't see any value in that recordset that could be converted to smalldatetime.
by ray.wurlod
Fri Mar 11, 2011 2:46 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: IsNull not working
Replies: 9
Views: 6649

You need to be confident that you have NULL coming in. "" is not the same as null. Is the source a sequential file? If so, how is NULL mapped?
by ray.wurlod
Fri Mar 11, 2011 2:45 pm
Forum: General
Topic: Datastage MCM issue
Replies: 2
Views: 1490

Did you re-boot after installation?
by ray.wurlod
Fri Mar 11, 2011 2:44 pm
Forum: General
Topic: DSParams routine & TNS name
Replies: 5
Views: 4148

The DSParams routine code is not affecting the address, unless the entry in the parameter file itself is incorrect. Can you please check the entry in the parameter file and in tnsnames.ora for that particular system?
by ray.wurlod
Fri Mar 11, 2011 4:44 am
Forum: General
Topic: DSParams routine & TNS name
Replies: 5
Views: 4148

Probably not, except to the extent that the DSParams routine might not be well-written. Can you post the code of DSParams routine?
by ray.wurlod
Fri Mar 11, 2011 2:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to read a file having record delmiter as blank line
Replies: 2
Views: 1443

Search DSXchange for "vertical pivot", for this is what you are trying to accomplish.
by ray.wurlod
Fri Mar 11, 2011 2:35 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Slow Delete Operation in ODBC Stage
Replies: 12
Views: 4390

DELETE is a slow operation, because it's transactional and, if row by row, as in your design, has first to execute a WHERE clause to establish the rows to delete. An index on the column(s) in the WHERE clause will help. How is your transaction size (record count) set? You can also run on more than o...
by ray.wurlod
Fri Mar 11, 2011 2:33 am
Forum: General
Topic: 100 job in one Sequence Job
Replies: 4
Views: 1650

First off, don't shout (all capitals is "shouting" and bad netiquette).

You can program 100 jobs by adding 100 Job activities to the sequence.

You will then grind your server into dust trying to execute them. You have been warned.
by ray.wurlod
Thu Mar 10, 2011 11:45 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Need to impliment
Replies: 6
Views: 1966

Funnel DOES support two input links. I use it frequently. Please justify your assertion to the contrary.
by ray.wurlod
Thu Mar 10, 2011 11:40 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ODBC connector issues - Informix DB
Replies: 4
Views: 1889

Some intermittent database or network problem, then?