Search found 53125 matches

by ray.wurlod
Wed May 30, 2007 2:31 pm
Forum: General
Topic: Reading xls file with DS ?
Replies: 1
Views: 1198

Welcome aboard. :D
Instead of using an OLEDB stage, try using an ODBC stage. When you import the "table definition" from Excel, make sure to check the box that says "include system tables": Excel ODBC driver presents worksheets as system tables.
by ray.wurlod
Tue May 29, 2007 11:30 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Difference between using multiple instance of a job Vs Copy
Replies: 4
Views: 947

The pronoun you're looking for is "you". We have a user registered called "U" who might take offence.
by ray.wurlod
Tue May 29, 2007 11:26 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Read-only jobs
Replies: 7
Views: 1482

Administrator client

Select project

Properties

Unprotect Project
by ray.wurlod
Tue May 29, 2007 11:16 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: RT_STATUS Record for wave 161???
Replies: 7
Views: 1966

"Clear Status File" does not touch any job designs.

Whatever deleted your sub-job earlier was not "Clear Status File".
by ray.wurlod
Tue May 29, 2007 11:13 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: using SIEBEL PACK
Replies: 8
Views: 1612

Of course it is, you have not changed anything. The from previous run" message will include additional diagnostic information about the cause of the problem.
by ray.wurlod
Tue May 29, 2007 7:39 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Multiple Lookup
Replies: 2
Views: 994

No. Use two Lookup stages. Run the reject links from them through a Funnel stage to accumulate the rejected rows. Or make the lookup failed rule on the first Lookup stage Continue, and perform the second lookup conditionally on one of the first lookup columns not being NULL.
by ray.wurlod
Tue May 29, 2007 7:33 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Converting Date format
Replies: 7
Views: 2653

Surely both these functions require the date to be converted as an additional argument?
by ray.wurlod
Tue May 29, 2007 7:31 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: List of Plug-in stages
Replies: 2
Views: 1056

Every stage is written to the DataStage Plug-in API. Plug-in really only means "optionally installed". With parallel jobs you will find that, by default, every free stage is automatically installed - the only parallel plug-in stages are the ones for which you have to pay extra.
by ray.wurlod
Tue May 29, 2007 7:29 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: date conversion
Replies: 4
Views: 1557

Look at the score. The import operator is the Sequential File stage. Are you sure the field is defined as a string, not a date, there?
by ray.wurlod
Tue May 29, 2007 7:26 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Contents of phantom output file
Replies: 5
Views: 4864

The process had a problem reading from a socket. Sockets are used between player processes during repartitioning in a multi-machine environment. You need to do a little more detective work - which stage generated the error? You may need to disable operator combination to narrow the focus of your inv...
by ray.wurlod
Tue May 29, 2007 7:19 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Date conversion
Replies: 3
Views: 1001

No you don't. Just specify the 20 in the data format string. There are examples in the manuals and on-line help.
by ray.wurlod
Tue May 29, 2007 7:17 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to load fixed width format file
Replies: 5
Views: 5842

The \r indicates that the file originated on a Windows system. Change the record delimiter string to \r\n
by ray.wurlod
Tue May 29, 2007 7:14 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: invocation id
Replies: 6
Views: 1208

WAT is a Buddhist temple.

The word you are looking for is WHAT.
by ray.wurlod
Tue May 29, 2007 7:11 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Use of FULL.NAME when retrieving RT_LOG information
Replies: 2
Views: 721

Finicky things, computers.
LIST DICT RT_LOG to display the available column names that you might use in a query. FULL.TEXT is among them, FULL.NAME is not.
by ray.wurlod
Tue May 29, 2007 7:09 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: why hashed file is prefered to sequential file
Replies: 5
Views: 939

Sequential file is fastest, and does not remove duplicates.