Search found 53125 matches

by ray.wurlod
Thu Feb 16, 2006 4:03 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: A mandatory value has not been entered
Replies: 9
Views: 2512

That's right. Jobs and job activities work differently. A job can pick up any value, including an empty value, from the job parameters grid directly. A job activity in a job sequence, however, expects to find an expression (rather than a value) there. Ultimately it becomes an rvalue in an assignemen...
by ray.wurlod
Thu Feb 16, 2006 3:57 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Routine - Code not visible to anybody
Replies: 9
Views: 3710

That post sums it up fairly well - create the code in a separate subdirectory in the project which you can protect with O/S permissions.
by ray.wurlod
Thu Feb 16, 2006 3:39 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sqlldr Password visible at Unix level
Replies: 9
Views: 5373

Surely the TECHNIQUE doesn't violate any security?!! The sqlldr program is invoked with various command line options, but can prompt for user id and password if required. In that case a "here script" can be used to supply responses to the prompts, and environment variables can be used to supply the ...
by ray.wurlod
Thu Feb 16, 2006 3:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: About UDB API stage
Replies: 21
Views: 4709

You do not mention whether the column is Char(4) or VarChar(4) in the DB2 table.
by ray.wurlod
Thu Feb 16, 2006 3:30 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ExternalTargetStage: data feed [send/receive] mechanism
Replies: 1
Views: 789

It is correct (as documented) behaviour. The External Source program is invoked once, and generates as many lines as it will onto stdout. These are delivered into the job design via the output link from the External Source stage. In your shell script $1 can only ever mean the first token from the sc...
by ray.wurlod
Wed Feb 15, 2006 11:48 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Retrieving Metadata dynamically at run time
Replies: 6
Views: 2537

Write it yourself in C or shell script. It can't be done with DataStage.
by ray.wurlod
Wed Feb 15, 2006 11:46 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Routine - Code not visible to anybody
Replies: 9
Views: 3710

Delete the code after compiling. Use a white font! What is it you want to achieve? Does "anybody" include yourself?!! If it's a money issue, adding a copyright notice should suffice, or making it read-only. You can create routines as external UniVerse routines, globally catalog them and create inter...
by ray.wurlod
Wed Feb 15, 2006 11:42 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sqlldr Password visible at Unix level
Replies: 9
Views: 5373

Does your "solution" involve the -s switch? Please let future searchers know how you solved it.
by ray.wurlod
Wed Feb 15, 2006 11:41 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Remote exec
Replies: 5
Views: 1331

Excellent! Thank you. :D
by ray.wurlod
Wed Feb 15, 2006 11:39 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: MS SQL Server Load stage
Replies: 7
Views: 2759

Does the production system have a system or file DSN that points to the correct SQL Server instance?
by ray.wurlod
Wed Feb 15, 2006 11:37 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Weird error - accessing ODBC Stage
Replies: 6
Views: 1146

DataStage can not find (or can not read) a uvodbc.config file in your project directory or in the DataStage Engine directory. Or you have not configured any data sources in the .odbc.ini file in the DataStage Engine directory.
by ray.wurlod
Wed Feb 15, 2006 11:34 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: sum and count function in Aggregate Stage Problem
Replies: 8
Views: 2998

You need to create an extra output column for the sum. You can then associate the sum rows property with this output column.
by ray.wurlod
Wed Feb 15, 2006 11:32 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: job being monitored eror
Replies: 11
Views: 2766

That doesn't show locks held by defunct processes. You need to get to the Administrator client window or to the server and issue a LIST.READU command. If you can get to a UNIX prompt, even better is to issue the command from UNIX, so that you can pipe the output through grep and just search for that...
by ray.wurlod
Wed Feb 15, 2006 11:26 pm
Forum: Information Analyzer (formerly ProfileStage)
Topic: Invalid BROWSE Connection
Replies: 3
Views: 2617

The far right columns are sometimes incomplete and there are no trailing spaces. This would be fine if the final column was ragged right, but the record may end a few columns previously. Hence, my import to SQL Server "wraps" the records and misaligns them. Pre-process with DataStage to true fixed ...
by ray.wurlod
Wed Feb 15, 2006 11:24 pm
Forum: Site/Forum
Topic: Periodicly top posters in addition to the overall top ten
Replies: 3
Views: 2613

You can't take a vacation in this line of work; your skills would become out of date. :twisted: