Search found 42189 matches

by chulett
Mon Oct 30, 2006 9:22 pm
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: No RTI INPUT and RTI OUTPUT STAGES
Replies: 6
Views: 4349

:shock: Doh! I forgot about that little sticky point... and it certainly is a very necessary step. Sounds like you should be fine after that.
by chulett
Mon Oct 30, 2006 6:12 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: replacing null column with some value and assigning a keyval
Replies: 20
Views: 4451

Or you need to create a copy of the routine that can work with pathed hashed files. Hint - it's a change of one keyword in the routine. :wink:
by chulett
Mon Oct 30, 2006 1:37 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Dynamic parameter assignment
Replies: 8
Views: 1596

Re: Dynamic parameter assignment

I have a job which reads a database and looks up against a hashed file. The lookup returns just one row. So, the output contains one row with two columns. Now, I want to use these output values as parameters in the next stage. Explain exactly what you mean by the last sentence. How are you intendin...
by chulett
Mon Oct 30, 2006 9:32 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Decimal to COMP3
Replies: 18
Views: 7167

Typical flat file interfaces don't put the onus of COMP-3 creation on the file creator. If I was in your shoes I'd push back on the requirement, insist on sending everything in 'display' format and put the burden of the COMP-3 conversion back on the target system where it is fairly trivial for them ...
by chulett
Mon Oct 30, 2006 9:28 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problem with VOC after database Migration.
Replies: 7
Views: 2768

ray.wurlod wrote:No, this is just DELETE.FILE failing because of entries pre-existing in the VOC file.

Granted, but trying to get to the root cause. Before that, something caused the delete of the VOC record to fail causing this error on subsequent runs... yes? :?
by chulett
Mon Oct 30, 2006 7:39 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problem with VOC after database Migration.
Replies: 7
Views: 2768

Hmmm... ok. Don't worry about how the database migration was done, that's a DBA thing and they like to keep that kind of arcane knowledge secret. Just wanted to see if you did something specific with DataStage as well as part of that. Shouldn't have needed to. Are there any other messages in the job...
by chulett
Mon Oct 30, 2006 6:41 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problem with VOC after database Migration.
Replies: 7
Views: 2768

Welcome Aboard. :D

How did you accomplish this 'database migration'? Specifically, what changes did you make to your DataStage environment? I ask because the two problems should in no way be related. :?
by chulett
Mon Oct 30, 2006 6:39 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: job to compile jobs
Replies: 8
Views: 1846

answering to chulett: why sould i do that? because i have configured the sequence job with multiple instances option. Thanks. Sometimes people ask a specific question about how to do X and they don't mention they are trying to use that answer to solve problem Y... and X isn't the right answer. You'...
by chulett
Mon Oct 30, 2006 6:25 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DSclient_xpsp2.zip
Replies: 2
Views: 1442

Contact Support and they will make it available for download to you. You could also try the IBM/Ascential ESERVICES site if you have a login there.
by chulett
Mon Oct 30, 2006 6:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: RE:ERROR
Replies: 1
Views: 874

sqlldr failed. And it noted you should "see the log file for the Oracle specific message". What did it say when you looked in the log file? You'll even note it provided the LOG filename from the sqlldr command line for you.
by chulett
Mon Oct 30, 2006 5:58 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Maximum No of jobs in a Project
Replies: 10
Views: 3471

Exactly. I've seen Projects with three times that number of jobs or more. They can become unwieldy and slow to open in the client tools, depending on how they are organized - but proper use of categories can help alot in that regard. I believe you'll find a physical limit on an AIX server, but that'...
by chulett
Mon Oct 30, 2006 5:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Get log for job last executed
Replies: 3
Views: 1501

Re: Get log for job last executed

As -logsum option populates entire log history, but require only last executed log details for job. Is there any way to get latest log only with dsjob command That would be the -lognewest option. As noted, all of the command line options exist as 'DSGet' functions that can be used inside a job as w...
by chulett
Sun Oct 29, 2006 9:12 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: core.* files
Replies: 12
Views: 6072

Not unusual on UNIX systems to have regularly scheduled processes sweep the system for core files. They do tend to be fairly common. Too bad they aren't doing that here, just did a quick check of the limited areas on our dev server I can reach with my userid and found 56 of them.
by chulett
Sun Oct 29, 2006 8:56 pm
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: No RTI INPUT and RTI OUTPUT STAGES
Replies: 6
Views: 4349

we do not have these stages in the stage types folder of the repository tree. Then, in spite of what you have stated, you have not successfully installed the RTI components. Also in the job properties window we are not finding the option to ENABLE RTI services Confirms it. And the 'package installe...