Search found 53125 matches

by ray.wurlod
Fri Mar 05, 2010 3:05 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problem with AS400 column which include special character
Replies: 8
Views: 6441

The "different name" replaces the reserved characters with substitutes of the form __nn__ where nn is the ASCII code for the character. It's all in the manual somewhere, I don't have access to them at the moment.
by ray.wurlod
Fri Mar 05, 2010 5:22 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Records getting dropped in Difference stage
Replies: 2
Views: 1646

Search DSXchange. This has been answered many times in the past.
by ray.wurlod
Fri Mar 05, 2010 5:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: FTP PX Stage
Replies: 1
Views: 1110

The same as the purpose of the escape character in any FTP session - it provides the ability to interrupt the flow.
by ray.wurlod
Fri Mar 05, 2010 5:17 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Intermittent error "the connection is broken (81002)&qu
Replies: 8
Views: 4852

I disable Director auto-refresh. I believe it's purely cosmetic. You get a refresh on any page change, and when you ask for one.
by ray.wurlod
Fri Mar 05, 2010 5:14 am
Forum: Information Analyzer (formerly ProfileStage)
Topic: DB2 9.7 as IADB
Replies: 2
Views: 1592

9.5 is the version that installs automatically. According to the documentation this or 9.1 are the only versions you can use for XMETA.

9.7 is the "warehouse" version of DB2.
by ray.wurlod
Thu Mar 04, 2010 11:47 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Change Capture Stage - How to avoid Scratch space usage
Replies: 3
Views: 2779

Take a look at the score to see whether tsort operators and/or buffer operators are being inserted.

Add explicit Sort stages on the input links, with sort mode set to "don't sort, already sorted" (to prevent insertion of tsort operators) and with memory boosted as high as you can afford.
by ray.wurlod
Thu Mar 04, 2010 11:20 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: NVARCHAR issue while updating Data in Oracle
Replies: 4
Views: 7870

A column may be declared, for example, as VARCHAR2(20 BYTES) or VARCHAR2(20 CHARACTERS). The latter takes up 60 bytes in Oracle. You can get DataStage to manage it properly if declared as VarChar(60). There is a setting in Oracle to switch the default from BYTES to CHARACTERS or vice versa, but I ca...
by ray.wurlod
Thu Mar 04, 2010 10:15 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: NVARCHAR issue while updating Data in Oracle
Replies: 4
Views: 7870

Depending on the database and how it has been configured, lengths for string data types may be reported in bytes rather than in characters. You get fewer Unicode characters than you have bytes.

What lengths are reported when you import the table definition? Use these.
by ray.wurlod
Thu Mar 04, 2010 6:42 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to Utilise as DPID not supported on HP unix
Replies: 2
Views: 1274

Please decode the DPID acronym in your context. Google does not yield anything probable. Where I am it means Delivery Point ID and is related to postal mail. Nothing to do with operating systems. You can get DPID data for QualityStage to use in conjunction with the AUAREA rule set. I'm guessing that...
by ray.wurlod
Thu Mar 04, 2010 5:15 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Invalid timestamp value
Replies: 14
Views: 9082

24:00:00 is not valid in DB2. Only 00:00:00 through 23:59:59 are valid.
by ray.wurlod
Thu Mar 04, 2010 5:14 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Extract data from a Database Field
Replies: 17
Views: 6025

Umm... not so, because the ";" characters have become field marks, and FindStr and related statements don't include these as data values. However, a trailing "+" would do the trick.
by ray.wurlod
Thu Mar 04, 2010 5:12 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parallel Routine to strip Non Ascii chars from a string.
Replies: 13
Views: 9094

Is there any scope to use a static variable instead?
by ray.wurlod
Thu Mar 04, 2010 3:39 pm
Forum: Information Analyzer (formerly ProfileStage)
Topic: DB2 9.7 as IADB
Replies: 2
Views: 1592

DB2 9.7 as IADB

Does anyone have any experience using DB2 version 9.7 as the Information Analyzer database?

Basically I seek to know whether (given that access is via ODBC) it works or not.
by ray.wurlod
Thu Mar 04, 2010 3:17 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: version 7 and 8
Replies: 5
Views: 2414

If you have installed 7.5 with the default memory key ("ade") you will need to change this. I vaguely recall that there are some scripts for doing this associated with the product. If there isn't, then you will need to re-install version 7.5 with the -itag option. You will also need to use...