Search found 42189 matches

by chulett
Wed Aug 11, 2004 7:04 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error Accessing Oracle from Datastage
Replies: 10
Views: 3122

If you invoke the Djinn by name, he charges! :wink:

So, not interesting in answering my questions? :cry:
by chulett
Wed Aug 11, 2004 7:01 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hash lookup Vs. Table look up for smaller volume
Replies: 8
Views: 3738

I never make use of the "Next Key" methodology, not liking hash files in my projects. I also minimize the use of Oracle Sequences, if possible. We store surrogate key values in an Oracle table and have built Shared Containers to access and update them in a standard fashion. The key is pulled at the ...
by chulett
Wed Aug 11, 2004 6:55 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error Accessing Oracle from Datastage
Replies: 10
Views: 3122

What are you choosing for the Import? Make sure you pick "Plugin Metadata" and then picking "OCI8". Is that what is generating this error? If so, at which step does this error occur?
by chulett
Wed Aug 11, 2004 6:51 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Truncate a project
Replies: 14
Views: 3883

I'm still really curious why someone would "need" to do this. :?
by chulett
Wed Aug 11, 2004 6:48 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: deletes in odbc
Replies: 6
Views: 1511

Re: deletes in odbc

peternolan9 wrote:INFA invokation of SPs is easier and you have more control over them than in DS....

Probably true... until 7.5. Check out the Stored Procedure stage. Only good for Oracle right now, but other databases are coming 'real soon now'. :wink:
by chulett
Tue Aug 10, 2004 7:24 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Exit from a transformer
Replies: 5
Views: 1374

Exactly. Even starts counting from 1. :wink:
by chulett
Tue Aug 10, 2004 5:22 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Warnings compiling a routine
Replies: 5
Views: 1954

It's hard to say. A couple of things would help: Posting a summary of what the routine is supposed to be doing. Editing your post and added 'code' tags so the code it is more readable and maintains your indent levels. That being said, I believe that message usually means you are manipulating the arg...
by chulett
Tue Aug 10, 2004 10:59 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: deletes in odbc
Replies: 6
Views: 1511

No, all you can see are how many sets of key fields (ie, 'rows') were sent to the stage. Since the granularity of those deletes are totally up to you and transparent to the stage, I don't believe you can really know - unless there is a one-to-one correspondence. If your key fields uniquely identify ...
by chulett
Tue Aug 10, 2004 9:39 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: deletes in odbc
Replies: 6
Views: 1511

You need to use User Defined SQL.
by chulett
Tue Aug 10, 2004 9:33 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Status code = 39204
Replies: 2
Views: 1587

Not sure how much help this is going to be, but grepping through my install shows this status code in the $DSHOME/gcidir/include/api_public.h header file: #define IE_SR_SLAVE_EXEC_FAIL 39204 /* The slave failed to start correctly */ I'd suggest contacting Support. One question - how are you actually...
by chulett
Tue Aug 10, 2004 8:19 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Exit from a transformer
Replies: 5
Views: 1374

Ahh... but you can start a job with a Transformer for the purpose of generating data. This is what the OP is doing. :wink:
by chulett
Tue Aug 10, 2004 5:38 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Character Set Problem in ORAOCIBL
Replies: 7
Views: 2022

Did you install NLS when you installed your DataStage server? If that optional step was not selected (and you probably had no reason to install it at the time) you won't have access to change that in DataStage. I'd double-check with Ascential Support, but my assumption is that you'd have to re-insta...
by chulett
Mon Aug 09, 2004 9:19 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Aggregator Stage: Server vs. Mainframe
Replies: 5
Views: 1289

Probably better to post something like this over on ADN where Ascential folks will have a better chance of seeing it. And I agree - it would be nice to make the Aggregator just a wee bit easier to use. When you have a large number of columns, it can be quite the PITA to setup. :?
by chulett
Mon Aug 09, 2004 6:06 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Templates I found on my version 7 client
Replies: 9
Views: 2625

Interesting... I just checked my new (test) install of 7.5 Server and there's no trace of Intelligent anything out there. There is a teeny mention in the Designer's online help, an index entry for 'Intelligent Assistants'. Selecting it gives you three sub-choices: creating a job from a template crea...
by chulett
Mon Aug 09, 2004 5:45 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Templates I found on my version 7 client
Replies: 9
Views: 2625

As far as I know, the "Intelligent Assistants" (like for SCD jobs) are only for PX. :? Like with other things, Ascential likes to tease us and install bits we can't use in lowly Server jobs.

I completely forget to check my docs for you... hope to get some time soon.