Search found 42189 matches

by chulett
Fri Oct 31, 2014 1:46 pm
Forum: General
Topic: Credentials Mapping
Replies: 10
Views: 4890

Documented here. Note the first prerequisite, guessing you are not.
by chulett
Fri Oct 31, 2014 1:10 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Summarize entries based on multiple fields
Replies: 5
Views: 3831

I don't see that as a problem. Can you tell me why you think it is? Curious what I might be missing.

As to your second sentence, show us what you are actually doing. Full disclosure. There was no mention of other fields in your posted example, which was why I answered you as I did.
by chulett
Fri Oct 31, 2014 9:44 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hash File Existence
Replies: 4
Views: 3694

So... are you resolved here or is there something more you need?
by chulett
Fri Oct 31, 2014 8:48 am
Forum: General
Topic: Which is the suitable routine to get max value from query?
Replies: 1
Views: 774

You could use a Server job and USERSTATUS. Or a routine using DSExecute to run either a script (more control) or call sqlplus directly.
by chulett
Thu Oct 30, 2014 12:29 pm
Forum: General
Topic: Unix Script not executing from DataStage
Replies: 2
Views: 1381

Is this script on your ETL server? Does the job's executing user have the permissions it would need to run it?
by chulett
Thu Oct 30, 2014 8:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datastage -Netezza Error : SQLCODE=HY000][Native=46] ERROR:
Replies: 3
Views: 6348

I doubt it would help in this circumstance but it's always good to be current on your fixpacks.
by chulett
Thu Oct 30, 2014 7:46 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hash File Existence
Replies: 4
Views: 3694

Have you not tried the 'Where used' option? You'd need the metadata for the hashed file in the repository for that, however... is it?
by chulett
Thu Oct 30, 2014 7:44 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Terdata Connector Parameter values
Replies: 2
Views: 2359

No clue. Have you asked your DBA?
by chulett
Thu Oct 30, 2014 7:44 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Shared container with multiple output links
Replies: 2
Views: 1897

Simplest way to check is to try it.

You'll have to "use" all of the output links in some manner.
by chulett
Thu Oct 30, 2014 7:35 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: TNS:could not resolve the connect identifier specified
Replies: 9
Views: 8417

So... you ARE on a grid? If so, does this error happen on a specific node? For the record, I am not talking about the credentials you are using. I'm talking about the environment in both cases, the collection of values like $ORACLE_HOME, path, shared library (etc) that exist when the job runs or whe...
by chulett
Wed Oct 29, 2014 8:15 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: TNS:could not resolve the connect identifier specified
Replies: 9
Views: 8417

Not sure you understood. When you run a job, what user actually executes it? Meaning, the engine credentials in the web console.
by chulett
Wed Oct 29, 2014 5:08 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: TNS:could not resolve the connect identifier specified
Replies: 9
Views: 8417

So what's different between your environment and the environment of the user that runs the job? ORACLE_HOME perhaps? TNS_ADMIN? Something is.
by chulett
Wed Oct 29, 2014 11:20 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: sendWriteSignal() failed on node LKF-PISRVENG01 ds = 7 consp
Replies: 16
Views: 14094

As a first guess with all those write failures - you ran out of space.
by chulett
Wed Oct 29, 2014 8:46 am
Forum: General
Topic: Dynamic dates as parameters in batches
Replies: 10
Views: 5213

Welcome. Hint - The first day of the previous month is "1". :wink: The old trick for the last day of the previous month is to set an internal value to the first day of the current month and then subtract 1 day from it for the EDate. Then rebuild it with a day of 1 for the SDate. All of thi...