Search found 53125 matches

by ray.wurlod
Mon Feb 15, 2010 1:43 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Import metadata to Fast Track
Replies: 14
Views: 9852

Hi Ernie,

Do you happen to know if that rule (about the locator) is documented anywhere?
by ray.wurlod
Mon Feb 15, 2010 1:40 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: error in running a job with DB2 UDB Stage
Replies: 16
Views: 11929

Yes, but there's still more that you must do, including bind. There is a manual on DB2 connectivity - reading it will benefit your understanding.
by ray.wurlod
Mon Feb 15, 2010 1:37 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: sendmail error
Replies: 8
Views: 2973

What mail client have you installed on your DataStage server?

It does seem likely that the fact that you can't ping the SMTP server is the root cause of your sendmail problem.
by ray.wurlod
Mon Feb 15, 2010 1:33 pm
Forum: Site/Forum
Topic: Problem with posting.php
Replies: 11
Views: 9317

I get this problem on a daily basis. It may be because I have a larger number of posts, and posting.php updates indexes the hard way. Whenever posting stalls, I return immediately to the forum (using the navigation list just above "Post a reply") which avoids multiple posts. The post is ma...
by ray.wurlod
Mon Feb 15, 2010 1:06 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: [IBM][CLI Driver] CLI0112E Error in assignment. SQLSTATE=22
Replies: 7
Views: 13278

HOW is the problem solved?

Was it that the data type of COL1 was not some kind of integer?

In any case please mark this thread as Resolved using the green button at the top.
by ray.wurlod
Mon Feb 15, 2010 1:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to pick all files from DS load directory to job .
Replies: 5
Views: 1419

If the files are of different format, how do you propose to process them all (parse them) in the same job? You are correct that you can read them using a single VarChar column, but what happens after that? Is there some trigger in the data that you can use to indicate how to parse that particular re...
by ray.wurlod
Mon Feb 15, 2010 1:02 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: sendmail error
Replies: 8
Views: 2973

I'm going to assume that USTCAX008 is your SMTP server as mentioned in your routine. The error message states that this server can not be contacted. Perhaps you should check whether this server is, indeed, accessible from your DataStage server.
by ray.wurlod
Sun Feb 14, 2010 7:18 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Questions regarding Null handling in Stage variables
Replies: 17
Views: 17863

Parallel Transformer stage variables are implicitly NOT NULL. You can not have a stage variable expression evaluate to NULL.
by ray.wurlod
Sun Feb 14, 2010 7:17 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Fatal Error :- Design schema field: L cannot be unbounded
Replies: 5
Views: 6817

ODBC protocol does not allow for an unbounded VarChar (that is, a VarChar with no maximum length (precision)).
by ray.wurlod
Sat Feb 13, 2010 6:05 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Modify Stage varchar to date conversion
Replies: 1
Views: 2332

The date format string must exactly match the string, including any delimiter characters. Try: o_date=date_from_string[%yyyy-%mm-%dd](a_varchar) However, if the output field is of data type Date, then the conversion is to a date, which is a binary quantity. The only time you get a format is when the...
by ray.wurlod
Sat Feb 13, 2010 4:10 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Import metadata to Fast Track
Replies: 14
Views: 9852

The Metadata Repository option gives access to the shared tables.
by ray.wurlod
Sat Feb 13, 2010 3:32 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Compiling through CLI
Replies: 4
Views: 2279

OK, I've managed to track it down. Details follow. Just stumbled on this - happened to catch one in a list of processes. Obviously the $DSHOME/dsenv script needs to have been executed first. You need to be attached to the project directory. $DSHOME/bin/uvsh "DSD.CompileJob jobname FULL" Ha...
by ray.wurlod
Sat Feb 13, 2010 3:19 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Ds Export
Replies: 5
Views: 1649

When you get to 8.1 or later, you will be able to use istool (Information Server Manager) for this functionality. It is available server and client side....
by ray.wurlod
Sat Feb 13, 2010 3:18 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Records getting rejected in Column Import Stage
Replies: 6
Views: 3293

Ankur_KapoorUK wrote:As suggested by u ...
U did not suggest anything in this thread.

The second person personal pronoun in English is spelled "you".
by ray.wurlod
Sat Feb 13, 2010 3:16 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Internal Error When Using ODBC Connection
Replies: 7
Views: 10898

Microsoft don't call them patches. It would be a "service pack". The spin's the thing!