Search found 53125 matches

by ray.wurlod
Fri Jul 11, 2008 8:59 pm
Forum: General
Topic: Authentication Failure
Replies: 3
Views: 3008

No-one here can really help. You have to track that person down and have their authentication to IBM support services transferred. Even if anyone here had a hack that could defeat the Information Server authentication mechanism, I doubt that they would be willing to admit it publicly. I certainly do...
by ray.wurlod
Fri Jul 11, 2008 5:45 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error:Converting nullable source to non nullabale in Agg
Replies: 5
Views: 1822

Does the metadata on the input and output links of the Aggregator stage indicate that either of these fields (or any other) is nullable?
by ray.wurlod
Fri Jul 11, 2008 5:43 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DS server crash
Replies: 4
Views: 1341

Is it the DataStage server or a database server that is "getting crashed"? And what, precisely, does "getting crashed" involve?
by ray.wurlod
Fri Jul 11, 2008 5:41 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Stage Variable problem
Replies: 2
Views: 799

Use an "In-band null" - a value that is valid for the data type, that represents null and that will not otherwise appear in the data. Convert this to an actual null in a downstream Modify stage using handle_null() or a Transformer stage.
by ray.wurlod
Fri Jul 11, 2008 5:40 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ODBC Connector error/warning
Replies: 4
Views: 1009

Target field has min=8, Source field has min=0. That, I'm guessing, is where the mismatch has been detected. Is one a Char and the other a VarChar?
by ray.wurlod
Fri Jul 11, 2008 5:38 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error message in RTI Agent Log
Replies: 2
Views: 1208

Can you be totally sure that /tmp has not become full even ever so transiently?

Can you set the path of the temporary directory to somewhere else?
by ray.wurlod
Fri Jul 11, 2008 5:37 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: View adapter has a binding for the non-existent destination
Replies: 7
Views: 2524

Obviously it does exist, as your inspection of the generated OSH reveals.

Has this job been modified from an earlier one, perhaps using copy/paste?

Without seeing your job design and/or generated OSH it's not possible to offer any more advice - you will need to do some detective work.
by ray.wurlod
Fri Jul 11, 2008 5:35 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DataStage EE installation
Replies: 4
Views: 1400

You can install side by side. Change your 7.5x2 to use a different shared memory key.
by ray.wurlod
Fri Jul 11, 2008 5:34 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Changing CURRENTDATE to CURRENTTIMESTAMP through dsx
Replies: 13
Views: 4813

Is the data type of the field/stage variable Date or Timestamp?
by ray.wurlod
Fri Jul 11, 2008 5:32 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

You might also review this post

Moderator: please move to server forum
by ray.wurlod
Fri Jul 11, 2008 5: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

Somewhere there's a VarChar(255). Examine the generated OSH to see if you can spot it. Otherwise please post your job design.

Why do you think changing the NLS map would resolve this? The map does not affect SQL data types.
by ray.wurlod
Fri Jul 11, 2008 5:28 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Shared library error
Replies: 1
Views: 1119

Perhaps there is an unneeded space in the pathname (or perhaps you put this in for emphasis or inadvertently when applying a color tag). "Shared library failed to load" messages can mean that the shared library search path (LD_LIBRARY_PATH or SHLIB_PATH or LIBPATH) environment variable needs more en...
by ray.wurlod
Fri Jul 11, 2008 5:22 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: como on command
Replies: 1
Views: 1057

How, precisely, are you "checking" in the project directory? I have COMO files many MB in size (mainly trace files, admittedly).
by ray.wurlod
Fri Jul 11, 2008 5:25 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Regarding SMP or MPP Environment...
Replies: 2
Views: 1655

Look in the configuration file.

If the fastname property has the same value for all nodes, then you are on an SMP configuration. If there are differences, then you are on an MPP environment.

This changes a bit if the hardware is a grid, where the configuration file needs to be dynamic.
by ray.wurlod
Fri Jul 11, 2008 2:13 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ODBC error
Replies: 4
Views: 1164

Note: if your DataStage server is on Windows, then you will not have a .odbc.ini file - instead, ODBC.INI is a Registry entry. It is maintained using the ODBC Administrator (odbcad32.exe) on the DataStage server machine.