Search found 42189 matches

by chulett
Thu Aug 13, 2009 5:49 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ODBC error
Replies: 18
Views: 5085

That's not an "ODBC error" and as noted, for OCI it would be the tnsnames entry. Have "you" used OCI from DataStage before this successfully or is this your first time trying this? I'm asking to see if DataStage has been properly configured for Oracle yet and this is an overall p...
by chulett
Thu Aug 13, 2009 5:35 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ODBC error
Replies: 18
Views: 5085

What stage are we talking about here? What error are you getting? For ODBC the 'DSN' should be the name of the ODBC connection you defined, for OCI it would be the tnsnames entry for the instance.
by chulett
Thu Aug 13, 2009 5:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parellel job does not run
Replies: 4
Views: 1404

Exactly, I too would assume that is the issue. That special 7.5x2 version is the only "pre-8" version that will run PX jobs on Windows.
by chulett
Thu Aug 13, 2009 5:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to set config file on two(or more) DS8.1?
Replies: 6
Views: 2759

Ah... never mind then. There are several free file hosting sites out there, you could upload it to one and then link to it from here.
by chulett
Thu Aug 13, 2009 5:26 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Find all jobs in a proj using certain hash file.
Replies: 7
Views: 1688

Chuck Smith has some tools that would help. For this, specifically the 'List all files and tables' one - I've tweaked my copy to load the results into a database table so it can be easily queried.
by chulett
Wed Aug 12, 2009 9:17 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: The view adapter has a binding for the non-existent destinat
Replies: 9
Views: 11395

Found 8 other posts that mention "The view adapter has a binding for the non-existent destination field", see if any of them help.
by chulett
Wed Aug 12, 2009 9:16 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Splitting the row
Replies: 10
Views: 3551

Right, know about the DOS record delimiter, just forgot about the field delimiter string as an option. Am I missing something with the Column Import stage as well, does it have the same 'delimiter string' option? Not somewhere where I can check tonight.
by chulett
Wed Aug 12, 2009 9:14 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Issue in connecting to database through SQLplus
Replies: 1
Views: 4216

How are you attempting this sqlplus connection? Manually? Give us some details around what you are doing and the sqlplus syntax you are attempting to use.
by chulett
Wed Aug 12, 2009 5:30 pm
Forum: General
Topic: DSParams
Replies: 11
Views: 13135

Interesting, indeed. That would seem to imply that a manual edit should still work. Perhaps there's more to it in 8.x, meaning there are more "sections" in the DSParams files where critical information is stored? :?
by chulett
Wed Aug 12, 2009 5:23 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Inconsistent lookup fail
Replies: 2
Views: 928

The NOTFOUND Link Variable is only valid for hashed file reference lookups, it is way too inconsistent when used with a direct DB reference lookup to use and maintain your sanity. Stick with a null check. That being said... How did you setup the OCI lookup, meaning is the SQL custom or generated by ...
by chulett
Wed Aug 12, 2009 5:12 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Splitting the row
Replies: 10
Views: 3551

D'oh! I looked at the "Delimiter" property and it had as an option "<other> => A single ASCII character". I didn't see the "Delimiter String" property. :?
by chulett
Wed Aug 12, 2009 3:10 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datasets
Replies: 4
Views: 1550

Yes.
by chulett
Wed Aug 12, 2009 1:38 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Splitting the row
Replies: 10
Views: 3551

They would except for the fact that multi-character delimiters are not supported.
by chulett
Wed Aug 12, 2009 11:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Splitting the row
Replies: 10
Views: 3551

The Field function works fine but it does require a single character delimiter, just like the way the Column Import stage does. So you have at least two choices that comes to my mind. 1. Pre-process the file to change all occurrences of those two characters to a single character that you are certain...
by chulett
Wed Aug 12, 2009 9:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to set config file on two(or more) DS8.1?
Replies: 6
Views: 2759

How big is it? Meaning, why not just post the contents here?