Search found 42189 matches

by chulett
Tue Mar 13, 2007 6:50 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: call DSGetLinkInfo from a trigger
Replies: 19
Views: 7422

We're way past the DSJ.ME issue and into the 'interlude' now. Please try to keep up. :wink:
by chulett
Tue Mar 13, 2007 5:05 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Delete on a Database
Replies: 11
Views: 3585

A combination of Craig and Kumar's suggestion. Change your job design to <snip> Can't work that way, all the metadata would have to be the same for the keys in each table. Unless you mean four sql statements in the 'before' tab and something bogus in the main sql area. Yeesh... Use four links. Easy...
by chulett
Tue Mar 13, 2007 5:02 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Delete on a Database
Replies: 11
Views: 3585

There's no files, dummy or otherwise, involved with the 'source from a Transformer' method. Just literally four Transformers stages all linked to one OCI stage. There are no input links on the Transformers, only one output link apiece to the same OCI stage. Create a bogus stage variable in each tran...
by chulett
Tue Mar 13, 2007 4:25 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Delete on a Database
Replies: 11
Views: 3585

One Oracle stage feed by four Transformers, each providing the keys for the delete statements. All kinds of discussions here on how to 'source' from a Transformer, you pretty much just need a stage variable and a constraint so it does not feed in rows forever.
by chulett
Tue Mar 13, 2007 3:44 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Logic for Extracting Substrings
Replies: 15
Views: 3404

dir /b | find ".zip" should work just fine from DOS as long as you are sure you are in the right directory. Not sure what else the issue might be. :?

Or just do dir /b *.zip instead.
by chulett
Tue Mar 13, 2007 3:04 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Database stage for Oracle 10g
Replies: 16
Views: 3961

Exactly. The 9i Client software should be installed and configured on the DataStage server and then you can use that to connect to any 10g instance.
by chulett
Tue Mar 13, 2007 3:03 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: User-Defined Sql in Target Stage
Replies: 25
Views: 5484

Reset the job after it aborts and post any 'From previous run...' log message.
by chulett
Tue Mar 13, 2007 3:02 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: call DSGetLinkInfo from a trigger
Replies: 19
Views: 7422

You mean a shared or local container? I don't think that matters. Are you specifying an active stage for the function?
by chulett
Tue Mar 13, 2007 3:00 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Reading using FTP Stage - Need to improve performance
Replies: 8
Views: 2164

Ugh. Or just use a tool designed to move Mainframe/UNIX files at high speed and do the EBCDIC to ASCII conversion on the fly during the transfer.
by chulett
Tue Mar 13, 2007 2:57 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Database stage for Oracle 10g
Replies: 16
Views: 3961

Yes - OCI9 and OCI Load both, with a 9i client. They don't 'officially' support 10g until 7.5.x from what I recall.
by chulett
Tue Mar 13, 2007 2:54 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Logic for Extracting Substrings
Replies: 15
Views: 3404

Re: Logic for Extracting Substrings

Syntax dir /a-d|find ".zip" It is giving me an error saying Result = find: unable to access ".zip": The system cannot find the file specified. The same syntax works fine from the Command Prompt... You are probably not in the directory you think you are in. Are you using fully qualified paths or at ...
by chulett
Tue Mar 13, 2007 12:25 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Is this the right way to execute a script in a sequence
Replies: 2
Views: 907

It should mean you left out the connection information. Are we talking Oracle here? Then your script needs to spawn a sqlplus session, supply the logon credentials it needs and then run your sql script. Would be pretty much identical for other databases except for the 'sqlplus' bit. That's what any ...
by chulett
Tue Mar 13, 2007 9:47 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: skip a job in sequencer
Replies: 4
Views: 1798

:lol:

As noted, please let us know under what circumstances you'd like to be able to skip it. Otherwise, a generic answer would be to branch around it using either Triggers or a Nested stage and then a Sequencer set to 'Any' to bring the stream back together before Job3.
by chulett
Tue Mar 13, 2007 9:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Execute command stage with password
Replies: 7
Views: 1412

Good to know! Thanks for posting that...