Search found 53125 matches

by ray.wurlod
Fri Mar 12, 2004 12:18 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job control for reset all jobs
Replies: 5
Views: 1023

If you're looking for a niche market and you think it would sell, the DataStage API is C-callable, so you could create a little C application! 8)
by ray.wurlod
Fri Mar 12, 2004 12:15 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: viewing metadata of a hashed file
Replies: 2
Views: 542

There will be a problem if you want to import the metadata from a hashed file that has been created in a directory, rather than in an account. The problem is that the import process needs a reference in the project to the hashed file. This can be created by the SETFILE command. Search the forum for ...
by ray.wurlod
Fri Mar 12, 2004 12:14 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How should I use the system variables(@User0-@User4)
Replies: 8
Views: 2723

Yes it does. Don't be concerned by the fact that the derivation remains red. All this means is that the system variables @USER0 through @USER4 are not listed in the DSParams file in the project directory on your DataStage server. The job will still compile and run correctly. If the red colour really...
by ray.wurlod
Thu Mar 11, 2004 5:30 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Datastage designer frieze when trying to open a job
Replies: 1
Views: 586

What happens if you try to open that same job from the Manager?

You may need to re-index the repository database.
by ray.wurlod
Thu Mar 11, 2004 4:38 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Loading XML files from folder into relation table
Replies: 2
Views: 1042

Do the folks who generated the XML files have a style sheet? (If not, what rules did they use for the tags?!!)
Get them to give you the style sheet, and you should be able to point the properties of the XML Reader stage to this.
by ray.wurlod
Thu Mar 11, 2004 4:35 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: PX Jobs on N Nodes: Inconsistent Output
Replies: 1
Views: 450

The row count discrepancy might be accounted for if there were internal end-of-line characters in the rows output from the Transfomer stage. These rows would, properly, be seen as multiple lines in a text file.
Just a thought.
by ray.wurlod
Thu Mar 11, 2004 4:33 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Week Of the Year
Replies: 3
Views: 790

Take a look at the WEEK.TAG Transform supplied with DataStage. It's under Built-In\Dates category of the Transforms branch. In turn it invokes the WeekTag function, which is under the Examples category. In the routine you will find the business rules that determine which week is the first in the yea...
by ray.wurlod
Thu Mar 11, 2004 4:27 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Tranform runs too long!
Replies: 5
Views: 3679

Can you give us a reference for this statement?
Is it on the Ascential web site?
Is there an e-case for it?
by ray.wurlod
Thu Mar 11, 2004 12:11 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Creating Hierarchical Flat Files using DS6.0 ?
Replies: 3
Views: 748

If you don't know what a hierarchical flat file is, why do you want to create one? It's not the kind of thing an ETL process would produce. Sometimes, though, it's necessary for an ETL process to be able to extract data from a hierarchical format in a file (which is what a hierarchical flat file is...
by ray.wurlod
Wed Mar 10, 2004 7:18 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Purging Large Dynamic Files
Replies: 0
Views: 673

Purging Large Dynamic Files

Private Message: Ray, Thank you for responding to my post. The information you provided was helpful, however, I'm having diffulty comprehending why we can't purge (or at least zero out) extremely large (by UNIX standards) DATA.30 & OVER.30 files that have not been touched/accessed in over a month - ...
by ray.wurlod
Wed Mar 10, 2004 4:43 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error when opening datastage director
Replies: 1
Views: 1631

Rebuild the Repository indexes.

You can do this in the Administrator client (Cleanup Project) or from the DS.TOOLS menu or DS.REINDEX ALL command on the server (within the "UniVerse" environment).
by ray.wurlod
Wed Mar 10, 2004 3:03 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Windows X UNIX
Replies: 4
Views: 1475

Here's a sig from a different forum that I saw this morning.

The package said Windows 98 or better so I installed Linux.
by ray.wurlod
Wed Mar 10, 2004 3:01 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Write all logs to a formatted file
Replies: 4
Views: 1707

Whenever anyone says shell script, you can think BAT file. Nearly anything that can be done in a shell script on UNIX can be done in a BAT file on DOS. To execute "UniVerse" commands from the operating system shell, you must be attached to the project directory and have the DataStage Engine bin dire...
by ray.wurlod
Wed Mar 10, 2004 2:56 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: A warning msg that i'm unable to solve
Replies: 3
Views: 1184

That message usually indicates that there is at least one character in your data that can not be mapped using the NLS character map set on that link. Usually there is a "?" character in the View Data grid indicating which character(s) could not be handled. If this is coming from an ODBC data source,...
by ray.wurlod
Wed Mar 10, 2004 2:53 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Using Debug bar & following it up
Replies: 2
Views: 961

There are many possible reasons that Next Link will begin processing the next row but they all have one thing in common; further processing of the current row can not proceed. Perhaps, as Peter suggested, the row is contrained from being written to a Transformer stage's output link. If this is not c...