Search found 53125 matches

by ray.wurlod
Wed May 23, 2007 5:35 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Regarding Hash file
Replies: 2
Views: 1167

It is very much better practice to question why you might need to go anywhere near this size. Only populate that hashed file (note, not "hash" file) with those columns that are absolutely necessary, and only populate the hashed file with those rows that are absolutely necessary. If I may indulge in ...
by ray.wurlod
Wed May 23, 2007 3:23 pm
Forum: General
Topic: Getting Max Row From DB2 To Be Used DownStream
Replies: 14
Views: 3330

You are joining on the constant value 'X'.
by ray.wurlod
Wed May 23, 2007 3:21 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Version 8.0.1 Installation
Replies: 16
Views: 15055

WebSphere Application Server. Not web application server.
by ray.wurlod
Wed May 23, 2007 3:20 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: before job sub routine
Replies: 11
Views: 3523

You might like to remove abc.dat from your project directory on the server.
by ray.wurlod
Wed May 23, 2007 3:18 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Lookup Stage Partitioning-related warnings
Replies: 4
Views: 2344

Hi. I have cleared the Upstream partitioning, as mentioned in my query. As regards the main input, is there a specific protocol to be followed while setting the partitioning for input links when using Lookup Stage? As in Entire for reference and (say) Hash for input? There are two possible protocol...
by ray.wurlod
Wed May 23, 2007 3:15 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Using Make Sub Record Stage
Replies: 1
Views: 967

Column references in subrecords use a dot notation. Read the manual more carefully.
by ray.wurlod
Wed May 23, 2007 3:10 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: db load
Replies: 2
Views: 1036

Look in the Red Brick Warehouse Messages and Codes Reference Guide to determine the meaning of code 10274. RBO10274E Column column number: error attempting data conversion. Cause: The value you were trying to retrieve is inappropriate for the datatype into which you wanted to store it. For example, ...
by ray.wurlod
Wed May 23, 2007 3:06 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problem in storing the SQL o/p into DS Varaible
Replies: 4
Views: 1037

Why not use a design that has two Oracle stages; one to select the filter values and the other to use those values (transmitted through the job as column values) to do whatever they need to do?
by ray.wurlod
Wed May 23, 2007 3:02 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Unix Scritp with Multi Instance
Replies: 2
Views: 913

Why are you running a DataStage job that calls a UNIX script to run other DataStage jobs? This is hopelessly inefficient, and introduces unnecessary potential causes of error. You should prefer to use a job sequence. Or, if you must call other jobs from one job, prefer the UtilityRunJob() routine th...
by ray.wurlod
Wed May 23, 2007 2:58 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Discrepancy in number of records in UNIX and DATASTAGE
Replies: 3
Views: 1117

I don't believe so. That really depends, however, on what you're using to display the data. The newline character might occur - even legitimately - in any field in the data.
by ray.wurlod
Wed May 23, 2007 2:55 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: restarting DS server for Dsdlockd.config
Replies: 7
Views: 2612

You may find it easier to restart the DataStage services, which will also work, even though it's overkill.
by ray.wurlod
Wed May 23, 2007 2:53 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage Userids and KEON on Unix
Replies: 3
Views: 2997

Does smit update the KEON records of user IDs and passwords, or do you have to manage user IDs and passwords twice?
by ray.wurlod
Wed May 23, 2007 2:51 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Routine or Transform, which one wins
Replies: 8
Views: 1736

Wolfgang, you need to get in touch with Walter (the webmaster) because of the problem with not being able to set the status to Resolved.

As to the rest of the answer, think back prior to version 3.0 - I know you were there!
by ray.wurlod
Wed May 23, 2007 2:44 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to Prevent Locking Jobs
Replies: 8
Views: 1536

Forbid the use of Monitor. This also locks jobs.

Does anyone open job properties in Manager? Lock! Ban their use of the Manager client for this purpose also.