Search found 653 matches

by ogmios
Wed Feb 18, 2004 4:27 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: File Stage
Replies: 4
Views: 2216

Just setup a symbolic link to point to the appropriately named file. This allows your job to have a fixed name, and the symbolic link switches between files. An alternative is to copy the landed file into a processing directory under the fixed name. What is a symbolic link (is it another stage) how...
by ogmios
Wed Feb 18, 2004 10:57 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ODBC -- Oracle entries
Replies: 6
Views: 1189

The file is in the DSEngine directory but it's called ".odbc.ini" (it's a hidden file). If you do

Code: Select all

ls -las
in the DSEngine directory the file should appear.

Ogmios
by ogmios
Tue Feb 17, 2004 5:10 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: UVRelVar error in &PH&
Replies: 0
Views: 600

UVRelVar error in &PH&

Does anyone know a possible reason for the following error that sometimes appears in the files in the &PH& directory.

Code: Select all

DataStage Phantom Finished.
>>>>> UVRelVar failed to Disconnect
It doesn't seem to affect the jobs though.

Ogmios
by ogmios
Thu Feb 12, 2004 3:45 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage Licensing
Replies: 5
Views: 2580

Thanks, but I see licenses of people currently not working and there are more licenses in there than the number of "licensed" licenses we have.

Will keep it for now, we can still move to a terminal server on license problems to keep it official :lol:

Ogmios
by ogmios
Thu Feb 12, 2004 3:21 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Connection to DataStage over Wide Area Network (WAN)
Replies: 5
Views: 2628

If only used for development: export all jobs, put them in your favored version control tool and erase all DataStage jobs you don't currently need for development. DataStage gets remarkably slower with a higher number of jobs in a project. Other tricks are to use DataStage Manager instead of Directo...
by ogmios
Thu Feb 12, 2004 3:04 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage Licensing
Replies: 5
Views: 2580

What I see in one site is that with a client license of 3, at least 5 people can logon simultaneously without a problem (version 6.0.1). So I was kind of wondering whether anything is broken in their scheme, in this version. Only one kind of client cd/license key was ever used at that site. We were ...
by ogmios
Thu Feb 12, 2004 2:58 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Transaction Grouping
Replies: 16
Views: 5040

Thanks Ogmios, what strategy did you ultimately implement when you encountered this problem? It depends. This would be called being creative to get around DataStage limitations. It usually ended up landing the data either to file or to temporary database tables and then using full refreshes or usin...
by ogmios
Thu Feb 12, 2004 2:45 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage Licensing
Replies: 5
Views: 2580

DataStage Licensing

Does someone know how the DataStage licensing scheme actually works in version 6.x?

The server CPU limit is enforced on UNIX, but I'm getting a distinct feeling the client licenses are not really enforced. Are they supposed to be floating licenses, ...?

Ogmios
by ogmios
Thu Feb 12, 2004 4:38 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Transaction Grouping
Replies: 16
Views: 5040

EmmaP wrote:Assumming we can put up with committing after every pair, does anybody know how/why this insert is committing prior to the update failing?
We've been there before, the easiest is to rethink your strategy altogether else peformance will really suck.

Ogmios
by ogmios
Tue Feb 10, 2004 1:02 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage Upgrade from 5.2 to 6 needs DB2 8 in AIX5 ?
Replies: 2
Views: 1268

Re: DataStage Upgrade from 5.2 to 6 needs DB2 8 in AIX5 ?

From the install guides of DataStage 6.x supports DB2 on AIX as follows "DB2 wire protocol UDB 6.1, UDB 7.1, UDB 7.2", so no UDB 8.0 Haven't been playing with DataStage 7.x yet. Going from DB2 stage to ODBC stage can be painful if you use the SQL After and SQL Before of the DB2 stage. Ogmios
by ogmios
Tue Feb 10, 2004 12:52 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: looping
Replies: 6
Views: 3420

Re: looping

If the input data is not too big the easiest would be to write a small BASIC DataStage job to cover your required functionality.

Ogmios
by ogmios
Sat Feb 07, 2004 4:45 am
Forum: General
Topic: I need a DSX-Cutter
Replies: 48
Views: 68035

Now I'm trying to figure out how to automatically compile a job on the Client side (without going inside DataStage BASIC -- migrating this to all 100+ projects (and counting) within the entire corporate would be... painful. :) Not to mention the inevitable bug fixes...) Anyone know how? Install Com...
by ogmios
Fri Feb 06, 2004 6:41 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Can You Make Available the etlarticlelist from DSX Site!
Replies: 9
Views: 3478

Re: Please Explain!

:o UNIX open source :D, tell that to HP and Sun. Most firms make the mistake in this area of buying a very expensive tool and then not catering for a proper training for the developers. Although I would like Ascential to stop promoting hash files as "silver bullet" to everything in their c...
by ogmios
Fri Feb 06, 2004 6:06 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Buckle without end
Replies: 1
Views: 1084

Re: Buckle without end

Try debugging it a bit yourself, we all have to debug sometimes. And it's getting late here :wink: . Try to strip everything from it that is not required E.g. The following runs perfectly: MAX_RUN = 3 n=1 Loop While n <=MAX_RUN n+=1 Call DSLogInfo("Job Failed: V2NewTestTransitif2", "J...
by ogmios
Fri Feb 06, 2004 1:20 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: MOVING DS JOBS
Replies: 9
Views: 3190

Another known issue: You use Oracle in PX for 6.x? Just for fun, check out the scratch directories, and look for ora*.par files. Whoops, password is visible. Haven't test it with 7.0.1 to see if they fixed my open issue. -T.J. The DB2 Bulk Load Stage has the same problem, on the other hand since it...