Search found 53125 matches

by ray.wurlod
Tue May 10, 2005 6:15 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: hash files location
Replies: 5
Views: 1393

The preferred commands for migrating hashed files are:
    Don't migrate them at all, but rely on Validate to recreate them.

    $DSHOME/bin/format.conv, which has -export and -import capability

    $DSHOME/bin/uvbackup and $DSHOME/bin/uvrestore
by ray.wurlod
Tue May 10, 2005 5:01 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DBF files on Unix
Replies: 2
Views: 1553

The test utility in branded_odbc goes to DBF by default; you may get some insight from there. Given that the ODBC driver is properly installed, the theory is that you don't need to care about how the "database" works - you deal with tables, rows and columns. Apart from that I can't really help; it's...
by ray.wurlod
Tue May 10, 2005 4:59 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to pass a job parameter into a Transformer as condition
Replies: 3
Views: 1099

Passing a function reference as a function argument - which is what you are trying to do - is not possible in the DataStage BASIC language.
If there's a small and finite number of functions that might be invoked, you might create a Routine that is in effect a dispatch table for those functions.
by ray.wurlod
Tue May 10, 2005 4:50 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: String Parsing
Replies: 37
Views: 11047

On the other hand, there are quite a few self-employed consultants and service providers here who would be happy to SELL a customised and working solution. This is what T42 was getting at with "pay someone".
by ray.wurlod
Tue May 10, 2005 12:54 am
Forum: IBM QualityStage
Topic: Error Code=-2 While installing QS plugin at Server side
Replies: 5
Views: 3386

Haven't seen that one before - it would certainly explain problems registering the DLL's!
Best place to get replacements is your vendor/first line support provider. Mention that you want the larger ones. :lol:
by ray.wurlod
Tue May 10, 2005 12:45 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: oracle sequences in Datastage
Replies: 8
Views: 7301

I think you'll find that you need the WHERE clause if you use a Dynamic Relational Stage, even if its connection protocol is set to Oracle. I had assumed that the OP required to invoke the sequence for each row processed through the job. I've also done this with generated SQL. My "table definition" ...
by ray.wurlod
Tue May 10, 2005 12:40 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Load from sequential files
Replies: 14
Views: 3186

Welcome aboard! :D If the muliple files are all in the one directory, all are governed by the same metadata ("table definition") and are moved out of there after processing, you can still use a Sequential File stage. Simply specify a filter like type *.* - output from this command will become the "s...
by ray.wurlod
Tue May 10, 2005 12:18 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Trying to use REPORT ASSISTANT in the Data Stage ( 7.1V)
Replies: 7
Views: 2664

Izzat so? "They" were pretty quiet about it then, then.
by ray.wurlod
Mon May 09, 2005 10:50 pm
Forum: Site/Forum
Topic: Home Page
Replies: 2
Views: 2180

Home Page

The Recent Items list on the Home page is more than somewhat out of date. When you fix that, you can update the announcement about IBM too! :wink:
by ray.wurlod
Mon May 09, 2005 5:45 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: New IBM web sphere datastage
Replies: 2
Views: 807

The intention, as with the entire Websphere suite, is to be as database-agnostic as possible. Don't worry about support for Oracle disappearing; there are just too many DataStage/Oracle shops out there paying maintenance! :wink:
by ray.wurlod
Mon May 09, 2005 5:44 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Strange behaviour of a hash file
Replies: 4
Views: 867

Records can not "go missing" from hashed files unless a specific DELETE statement (or command) is issued. It is possible, of course, that the hashed file has become corrupted; you would need to check for this. And your answer to Carter's question might help us to target an answer a little more accur...
by ray.wurlod
Mon May 09, 2005 5:05 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ODBC Connectivity for
Replies: 2
Views: 769

You also need to update uvodbc.config in the project directory. DataStage will do this automatically if you even partially import a table definition from your DSN.
by ray.wurlod
Mon May 09, 2005 5:00 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Update Environment variable run time
Replies: 11
Views: 7207

It's definitely possible to change the value of an environment variable; it's unlikely that the change will be detected. Think about it in terms of processes; your job sequence is the parent process. You change the value in a child process (shell) via an Execute Command activity, for example. The ch...
by ray.wurlod
Mon May 09, 2005 4:54 pm
Forum: IBM QualityStage
Topic: Error Code=-2 While installing QS plugin at Server side
Replies: 5
Views: 3386

First tip: never claim that something has gone through successfully if there are error messages in the log. It confuses things; people might stop reading at that point.

Were you logged in as qsadm when performing this installation? Were you logged in as a member of the Administrators group?
by ray.wurlod
Sun May 08, 2005 11:53 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reference streams changed to primary stream
Replies: 9
Views: 3205

Have the link types (stream/reference) been changed in the job design, whether by you or by the gremlins? Do the "Convert to..." pop-up menu options align correctly with the supposed link type?