Search found 53125 matches

by ray.wurlod
Thu Jul 10, 2008 3:32 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Setup communication with DS server and Oracle
Replies: 3
Views: 1025

The .odbc.ini file is usually in the DataStage Engine directory. Its location is usually stored in the $ODBCINI environment variable.
by ray.wurlod
Thu Jul 10, 2008 3:30 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Mapke parallel job default NLS map UTF-8
Replies: 7
Views: 2641

Don't try to (implicitly) shoehorn a potentially 255-character string into a 2-character string. Your input is VarChar(255), your output is Char(2). DataStage alerts you that such is the case.
by ray.wurlod
Thu Jul 10, 2008 3:26 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reg new vedios and tutorials
Replies: 1
Views: 767

Are you volunteering to spend the 100 hours it takes to script one hour of video?
by ray.wurlod
Thu Jul 10, 2008 3:24 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error in Transformer stage using a Vector column
Replies: 1
Views: 1225

Moderator: please move to parallel forum

In the column definition the size of the vector on the output from the Transformer stage is different from the size of the vector on the input.
by ray.wurlod
Thu Jul 10, 2008 3:23 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Custom trigger in sequence. DSJS.RUNNING
Replies: 2
Views: 1431

Simply remove the links. The jobs will then run at the same time.

Triggers are not checked until the job (or other activity) finishes.
by ray.wurlod
Thu Jul 10, 2008 3:20 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: IsNULL function in Lookup Columns
Replies: 5
Views: 1414

What is the problem that you are having?

The expression is syntactically correct. The key columns will not be null unless the lookup fails (a lookup is functionally a left outer join).
by ray.wurlod
Thu Jul 10, 2008 3:16 pm
Forum: General
Topic: SQLServer Loader in UNIX.
Replies: 3
Views: 1091

There is a UNIX-based ODBC driver for SQL Server that ships with DataStage, but no mechanism for accessing the loader from UNIX.

So Craig's initial thought is the likely solution that you will need to implement.
by ray.wurlod
Thu Jul 10, 2008 3:11 pm
Forum: General
Topic: Fuzzy logic/matching
Replies: 4
Views: 2067

Sure is. It's called QualityStage. There are "over 24" probabilistic algorithms, though that estimate is from marketing I suspect. Nonetheless the range is good, including number/date plus or minus, string matching allowing for omissions/transpositions, match if shorter string matches, and so on. Pl...
by ray.wurlod
Thu Jul 10, 2008 7:17 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Suroggate key generator error
Replies: 5
Views: 1826

Did you initialize the state file?
by ray.wurlod
Thu Jul 10, 2008 7:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Server jobs to include Parallelism Conept
Replies: 1
Views: 1256

Pipeline parallelism is implemented using inter-process row buffering. Partition parallelism is implemented using either Transformer or Link Partitioner stage to partition the data and Link Collector stage should you need to collect the parallel streams back to a single stream. In short, in parallel...
by ray.wurlod
Thu Jul 10, 2008 7:11 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job log from RT_LOGxx
Replies: 1
Views: 742

Code: Select all

SELECT NAME,JOBNO FROM DS_JOBS WHERE NAME NOT LIKE '\\%';
by ray.wurlod
Thu Jul 10, 2008 7:09 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sequential File- Using multiple readers
Replies: 4
Views: 5479

You don't need to specify number of readers per node - that's why it's an option. Its default value is 1. You should only need to increase it to read very large files in a smaller amount of time, but not so fast that you flood the next operator downstream.
by ray.wurlod
Thu Jul 10, 2008 7:07 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Reading the data file
Replies: 7
Views: 1554

I'm uncertain what the Heisenberg effect is - can you please amplify?
:wink:
by ray.wurlod
Thu Jul 10, 2008 7:03 am
Forum: IBM QualityStage
Topic: Errors in QS
Replies: 1
Views: 1331

WINNTRemote won't help - you're on local Windows. However, I wonder about whether QualityStage (which is a 32-bit application) will run successfully on a 64-bit version of the operating system. Please ask your support provider.
by ray.wurlod
Thu Jul 10, 2008 3:23 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ODBC error
Replies: 4
Views: 1164

This error is being generated by the driver. You should contact Data Direct (the supplier of the driver).