Search found 42189 matches

by chulett
Sat Jun 03, 2006 7:54 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Environmental variable setting
Replies: 4
Views: 957

Many ways to do this. What is your overall scheduling mechanism? For example, we use Control-M and it provides the current 'Business Day' as a job parameter. Or a job / script could query the system and set the environment variable accordingly first off.
by chulett
Fri Jun 02, 2006 11:22 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Datastage 7.1 Server Job hangs when reading a named pipe.
Replies: 5
Views: 1749

Silly question, but are you absolutely certain the DataStage job is reading from the same pipe that the shell script is writing to? I also seem to recall something about the pipe needing to be in the Project directory?? :?
by chulett
Fri Jun 02, 2006 9:34 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problem running a routine
Replies: 10
Views: 1811

ArndW wrote:Does "E:\putty\pscp" require any additional terminal input?

You didn't answer this question from Arnd, the key question IMHO. If it needs to stop and prompt for an answer, there's no one there to answer when run from a routine. That's a very common cause of a 'hang' in situations like this.
by chulett
Fri Jun 02, 2006 7:14 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: remove character symbols
Replies: 9
Views: 1912

Was wondering if anyone would mention that. :wink:
by chulett
Fri Jun 02, 2006 6:32 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage Repository Error on AIX
Replies: 5
Views: 2265

Note, this has been answered in the other post created to continue this conversation. If anyone wants to throw their two cents into the bucket, please do it there. :wink:
by chulett
Fri Jun 02, 2006 6:27 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Capturing DBMSCode
Replies: 3
Views: 1162

As of now, I really couldn't explain it. Are you saying that you used that same shared container in a new job and it functions correctly there, whereas it doesn't seem to be working 'correctly' in the older jobs? Does it help if you simply recompile the older jobs? If there have been any changes in ...
by chulett
Fri Jun 02, 2006 6:23 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Datastage OCI Plugin Error
Replies: 8
Views: 3498

Re: Datastage OCI Plugin Error

Note: No oracle client has been installed on the server As I already have Oracle database server, which provides all the shared libraries required by Datastage. This statement concerned me but I wanted to get past the whole 64bit/32bit thing first. It is actually the client that provides the connec...
by chulett
Fri Jun 02, 2006 6:15 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Capturing DBMSCode
Replies: 3
Views: 1162

Re: Capturing DBMSCode

peppy_perky wrote:I have created a new job for testing and there DBMS Code has been captured correctly.

What's different about this 'new job'?
by chulett
Fri Jun 02, 2006 6:13 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Datastage OCI Plugin Error
Replies: 8
Views: 3498

Is your Oracle 'lib' 64bit? You need to specify the lib32 equivalents of those paths in your LIBPATH settings if they exist.
by chulett
Fri Jun 02, 2006 6:04 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Two links to Hashfile Stage, which one first?
Replies: 5
Views: 1347

Question: While you have two links into one hashed file stage, do they both reference the same hashed filename?

Yes, you have full control over link ordering - it's an option in the Transformer editor. There are two icons, one for Input and one for Output ordering.
by chulett
Fri Jun 02, 2006 5:59 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Lookup to Hashfile and Writing to same Hash File
Replies: 11
Views: 2663

Totally unnecessary to use the routine like that. While Validating can be used to create hashed files amongst other things, I can't remember the last time I actually validated anything now that we no longer have to do that to precreate them. Yes, boys and girls, once upon a time that was The Way to ...
by chulett
Fri Jun 02, 2006 5:47 am
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: web services table definition while importing is disabled
Replies: 1
Views: 2179

The critical piece to enable those options is the RTI Agent installation on your ETL server. Everything else just makes sure it all works correctly once they do light up. The question is - did you license the RTI Agent or just install it? Unforunately, the only way to license it is during the Server...
by chulett
Thu Jun 01, 2006 4:44 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Lookup to Hashfile and Writing to same Hash File
Replies: 11
Views: 2663

That's all well and good... and clever. However, that only solves the initial creation issue. Ongoing, I'm sure the hashed file needs to be cleared in one fashion or another each run, and hanging the transformer off the reference hashed file solves both issues.
by chulett
Thu Jun 01, 2006 11:58 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Trying to implement a different Type 1 Slowly Changing Dimen
Replies: 16
Views: 3934

Never did understand how you were planning on 'updating' a sequential file. :?

And there certainly is a Link Collector stage. I don't recall it being one of the 'optional' ones, however. Does it show up for you in the Manager under the 'Stage Types / Server / Processing' branch?