Search found 42189 matches

by chulett
Tue Dec 30, 2008 11:48 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: keymgtgetnextvalue
Replies: 13
Views: 4868

That would imply either that someone else already used those key values or the routine has been edited and its behaviour changed. What do you see if you dump the contents of the hashed file? All you need for that is a job with a Hashed File stage set to 'Use account name' with 'SDKSequences' as the ...
by chulett
Tue Dec 30, 2008 11:24 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: keymgtgetnextvalue
Replies: 13
Views: 4868

Nope, one hashed file with (in your case) 20 records having the name you pass in as the key. And yes, for every new key value you pass to the routine it creates a new record with a starting value of 1. If you don't like this behaviour, you can always copy the routine and edit it to your heart's cont...
by chulett
Tue Dec 30, 2008 11:01 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DSJ.JOBCONTROLLER does not return all sequences
Replies: 3
Views: 1671

No, it doesn't. That function just returns the name of the most recent controlling job, not everything that could ever 'control' it. From the help: Name of the job controlling the job referenced by the job handle. Note that this may be several job names separated by periods if the job is controlled ...
by chulett
Tue Dec 30, 2008 10:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XMLread
Replies: 1
Views: 972

Re: XMLread

yogeshcts wrote:i have tried using external source file also to read the xml file but of no use
How so 'no use'? That is the answer and the preferred method over the sequential file stage in PX jobs. For example:

http://dsrealtime.wordpress.com/2007/12 ... -a-source/
by chulett
Tue Dec 30, 2008 10:26 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: keymgtgetnextvalue
Replies: 13
Views: 4868

That static hashed file lives in each Project where you've used the routine, so you should be able to find it just with a wildcard listing or a more better find command: find <ProjectDirectory> -name SDKSequences -print And since it is an account-based hashed file, you cannot simply copy it over to ...
by chulett
Tue Dec 30, 2008 10:11 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: User Defined Query File in DRS Stage
Replies: 5
Views: 6415

Yes, that's how it is meant to be used - you put the path to the "SQL file" in the user-defined SQL area rather than the sql itself. However, I never had success with it in the DRS stage and there's no such option in the ODBC stage itself... only ever got it to work for the OCI stage.
by chulett
Tue Dec 30, 2008 8:52 am
Forum: General
Topic: Regarding Joins in server jobs
Replies: 10
Views: 2072

Perhaps.

And with all the discussion of redness it seems *are* talking about a reference lookup in a transformer stage, but (in my best Dana Carvey George not W Bush imitation) "Try'n to make a point here, people". <waves fingers around> :wink:
by chulett
Tue Dec 30, 2008 8:03 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: datastage job compilation
Replies: 7
Views: 5831

DataStage 'mission'? :?
by chulett
Tue Dec 30, 2008 7:58 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Date and Time of Last Successful Job Run
Replies: 7
Views: 2125

Right... and this supposes that the 'last successful run' information is still in the log. If you really need this, you'd be better off capturing it elsewhere after every job run.
by chulett
Tue Dec 30, 2008 7:56 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Chinese Characters
Replies: 21
Views: 14845

Re: Chinese character

ragunathan13 wrote:We have changed our system settings to incorporate chinese characters.
Also, what exactly does this mean? You changed what?
by chulett
Tue Dec 30, 2008 7:55 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: error using reset command in datastage director
Replies: 7
Views: 2336

What did abort your job? Something else, I'd wager.
by chulett
Tue Dec 30, 2008 7:53 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ERROR: Timeout waiting for BW to indicate InfoPackage ready
Replies: 3
Views: 2605

Checked their posting history and their last post was three years ago, so don't hold your breath. Just exactly how 'same' is your problem? I'd suggest you start your own post, with your details and messages and then see if anyone can help.
by chulett
Tue Dec 30, 2008 7:49 am
Forum: General
Topic: Regarding Joins in server jobs
Replies: 10
Views: 2072

No, you can join inside database stages as well. Trying to make a point about the lack of coherent details of the job design in the original post and the assumptions being made, and a weak attempt to get clarification from the OP before people went too deep into the alleged 'solution'.
by chulett
Mon Dec 29, 2008 11:47 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ODBC vs RDBMS
Replies: 6
Views: 4702

No thanks. And was wondering when you would make an appearance. :wink: Sorry, I didn't mean to ruffle any feathers. I know it worked well for the PeopleSoft models and how much it meant for the product. And yes, tangential to the main discussion but the OP did throw it in their list so so did I. I'm...
by chulett
Mon Dec 29, 2008 11:33 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: pass a parametersthrough file
Replies: 15
Views: 4288

Of course, but you'll need to write your own 'job control' for this. Read the list of parameters into memory, interogate the job for the parameters it needs and set any you have that match.