Search found 53125 matches

by ray.wurlod
Wed Aug 22, 2007 5:43 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: File name length or table name length limit
Replies: 4
Views: 4125

Most databases impose a limit. From memory Oracle's is also 31 characters; ODBC's is 18. Sometimes this is a configurable default; sometimes it is a hard default. DataStage uses imported metadata and theoretically has no limit but, in practice, the category and table name must be smaller than MAXKEY...
by ray.wurlod
Wed Aug 22, 2007 5:17 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: what is JOB SCHEDULE PLAN.
Replies: 2
Views: 1061

1. Whatever you like. It describes target from source mapping at an individual target column level.

2. Whatever you like. It describes what needs to be run, and when, and whether there are any dependencies.
by ray.wurlod
Wed Aug 22, 2007 5:07 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: share connection between EE and TeraData
Replies: 3
Views: 1773

You must also ensure that the 32-bit libraries are found by DataStage processes - this means either removing the 64-bit libraries from the shared library search path (environment variable LD_LIBRARY_PATH, SHLIB_PATH or LIBPATH) for DataStage processes, or at least guaranteeing that the 32-bit librar...
by ray.wurlod
Wed Aug 22, 2007 5:04 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: db2 udb enterprise stage view data
Replies: 7
Views: 2462

Whenever a library can not be found it is probably your shared library search path (environment variable LD_LIBRARY_PATH, SHLIB_PATH or LIBPATH) that is the problem.
by ray.wurlod
Wed Aug 22, 2007 5:03 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ODBC connection
Replies: 4
Views: 1812

What did you do that was different, and fixed the problem?
by ray.wurlod
Wed Aug 22, 2007 5:02 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: dsjob -report cmd not working from Execute cmd stage
Replies: 7
Views: 2610

You don't even need set - the second event in the job log shows all environment variables being used.
by ray.wurlod
Wed Aug 22, 2007 5:00 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Log for Multiple instance
Replies: 14
Views: 3662

It's only greyed out when Immediate Purge option is selected.
by ray.wurlod
Wed Aug 22, 2007 4:58 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job Getting aborted with the Timed out error
Replies: 2
Views: 975

You also need to prove that the timeout occurs in DataStage and not in one of the databases to which it is connecting.
by ray.wurlod
Wed Aug 22, 2007 4:54 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Can I automate saving column definitions in saved folder
Replies: 8
Views: 2153

In theory yes, in practice no. The internal structure of the table that contains table definitions is not documented, so you would need to figure that out before writing your routine. There can be more than 216 fields in this record, so it's not something for the faint-hearted to undertake. Further,...
by ray.wurlod
Wed Aug 22, 2007 4:49 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hash File Performance Degrading ??
Replies: 27
Views: 8329

HFC is indeed on the installation CD (DataStage clients), in the Utilities\Unsupported folder.

However, as Arnd says, don't concern yourself with this yet. Get the default hashed file populated, then see what tuning might be possible.

And please start calling them hashed files.
by ray.wurlod
Wed Aug 22, 2007 4:42 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Valiadete date field
Replies: 13
Views: 3058

Search the forum for a server version of the IsValid() function.
by ray.wurlod
Wed Aug 22, 2007 4:38 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: NLS Warning
Replies: 2
Views: 1200

Susbtituting what?

You never answered this question on your other post relating to this issue.

Please post the entire error message.
by ray.wurlod
Wed Aug 22, 2007 4:36 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: does ds_jobobjects supported in the hawk edition ??
Replies: 1
Views: 834

The repository for version 8.0 is no longer "DataStage Engine" - instead it is somewhere in the Information Server repository (DB2, Oracle or SQL Server). Anything you find in DS_JOBOBJECTS can no longer be guaranteed to be up to date or accurate. In version 7.5, DS_JOBOBJECTS and the other reposito...
by ray.wurlod
Wed Aug 22, 2007 4:33 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to get Chinese Character from SQL Server 2005?
Replies: 3
Views: 2007

Welcome aboard.

To process Chinese characters you must have an NLS map installed that can handle them; for example BIG5 or GB2312. And you must set the stage that is processing these data to use this map.