Search found 42189 matches

by chulett
Fri May 17, 2013 2:33 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Setting up Oracle Enterprise getting ORACLE not available
Replies: 16
Views: 8476

My point was that TNS_ADMIN is not typically set so telling someone it is "to be looked for" may cause confusion when it is not found. Not sure why that would rate a :roll: from you.

:?
by chulett
Fri May 17, 2013 11:09 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Setting up Oracle Enterprise getting ORACLE not available
Replies: 16
Views: 8476

Keep in mind the fact that you only need TNS_ADMIN if the tnsnames file is in a non-default location. Meaning other than $ORACLE_HOME/network/admin so it knows where to find it.
by chulett
Fri May 17, 2013 10:03 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: need logic to achieve requirement
Replies: 5
Views: 2401

Do an exact search here for "fork join" or perhaps "fork-join".
by chulett
Fri May 17, 2013 10:00 am
Forum: General
Topic: Analyse DSX for complexity
Replies: 1
Views: 699

Haven't checked in a while but Chuck Smith might under his ETL Tools link. I don't mean something that does exactly what you need but you'd have the source code so that if you found something close you could easily adapt it.
by chulett
Thu May 16, 2013 3:15 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Setting up Oracle Enterprise getting ORACLE not available
Replies: 16
Views: 8476

rberman wrote:I can also import the metadata
That typically happens on the client side... unless you are using the command line on the ETL server to do that?
by chulett
Thu May 16, 2013 3:14 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Setting up Oracle Enterprise getting ORACLE not available
Replies: 16
Views: 8476

If you are saying that Oracle connectivity is "fine" from the Server side of the house then I'd say you have everything configured correctly there. Others would have to verify that PX uses the exact same mechanism / variables to connect as well as I'm not certain and have no ability to che...
by chulett
Thu May 16, 2013 2:42 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Setting up Oracle Enterprise getting ORACLE not available
Replies: 16
Views: 8476

The first ORA message you posted shows that you did indeed connect to an instance but it was not in a running state. Which to me means you didn't connect to the one you thought you did if it is known to be up and accessible. Double-check which $ORACLE_HOME and tnsnames.ora file that DataStage is usi...
by chulett
Thu May 16, 2013 10:00 am
Forum: General
Topic: Delete file using DataStage Job
Replies: 5
Views: 3238

After Job ExecSH.
by chulett
Thu May 16, 2013 9:59 am
Forum: General
Topic: Director Log and Max Number of Invocations Displayed
Replies: 5
Views: 1575

Because they were purged. At least that's what I thinking. It's a common 'issue' with MI jobs.

There is a filter but that controls the number of entries to show in an individual log. You can try bumping that up and see if that changes anything.
by chulett
Thu May 16, 2013 9:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reading Packed Decimals in Complex Flat File stage
Replies: 18
Views: 13255

srds2 wrote:It is PIC 9(11) COMP-3.
Thanks. Just wanted to see if it was signed and that it was actually a COMP-3. Sometimes people have odd definitions of what "packed decimal" means. :wink:
by chulett
Thu May 16, 2013 9:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Run time error
Replies: 7
Views: 2987

First off, there's no emailing. Questions and answers go into the forum so everyone benefits. Sounds like you have the wrong compiler installed or with invalid options. Make sure you are using one that is officially supported by that release. Don't ask me what that might be as I have no idea, howeve...
by chulett
Thu May 16, 2013 9:30 am
Forum: General
Topic: Director Log and Max Number of Invocations Displayed
Replies: 5
Views: 1575

Yes and no. There is a project setting for Auto Purge which controls when logs get removed. It can be set for X days or X runs and can be overridden at the individual job level. Don't forget that a MI job is still just a single job under the covers sharing one log table and each "instance"...
by chulett
Thu May 16, 2013 9:20 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Logic Issue
Replies: 7
Views: 1778

Odd reason in my book, we have a ton of "single job" parameters. We use them for data needed during a run that changes on a daily basis without regard to how many jobs may (or may not) need each one.
by chulett
Thu May 16, 2013 6:37 am
Forum: General
Topic: Link row count
Replies: 5
Views: 3215

DSGetLinkInfo needs JOBHANDLE, not JOBNAME.
by chulett
Thu May 16, 2013 6:11 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: not able to convert string to time stamp
Replies: 4
Views: 1565

Which you would have seen if you'd followed the link James posted and read the actual formats needed rather than assume it was the same as Oracle or whatever other tool you are used to. :wink: