Search found 42189 matches

by chulett
Thu May 28, 2009 6:52 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: .netrc file
Replies: 1
Views: 977

This is so not a DataStage question, but yes that's one way to accomplish that and there are many resources out there for you if you Google ".netrc file". This for example, or this. RSA keys are another solution.
by chulett
Thu May 28, 2009 6:46 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: what is the escape sequence in datastage 7.5.1?
Replies: 8
Views: 12878

Not sure why you'd need an 'escape sequence' for a trim... you should be able to call Trim() with the character surrounded by the 'other' quotes, i.e. "'" or '"' for example. Is that what you needed?
by chulett
Thu May 28, 2009 6:43 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: creation of log file
Replies: 8
Views: 2508

What evidence do you have that it actually ran? :?
by chulett
Thu May 28, 2009 6:42 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Version Control for DS 8.0
Replies: 4
Views: 1601

Your only option in that world is dsx exports of your objects combined with the external versioning tool of your choosing, like ClearCase or VSS for example.
by chulett
Thu May 28, 2009 6:35 am
Forum: General
Topic: Utility HashLookup
Replies: 3
Views: 1224

As long as you're supplying all keys fields, which it sounds like you are, it should work. Standard advice - make sure your values actually match, are trimmed properly, etc etc.
by chulett
Wed May 27, 2009 7:11 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parameterizing SQL in oracle Enterprise Stage
Replies: 6
Views: 2570

Suggest you start your own thread.
by chulett
Wed May 27, 2009 7:10 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: commit frequency in Oracle Enterprise stage
Replies: 10
Views: 4801

Right, sqlldr with DIRECT=FALSE is a 'conventional load' and does normal inserts, so the commit interval plays a role. When DIRECT=TRUE there are no commits done.
by chulett
Wed May 27, 2009 4:27 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Locks or process are not listing in Director, How to get all
Replies: 7
Views: 2071

No clue. Something must be different between the two environments, the hard part is going to be figuring out on your end what that difference is. Best suggestion would be to open a case with your official support provider, the ones being paid Big Money by your company for just this sort of thing. An...
by chulett
Wed May 27, 2009 4:22 pm
Forum: General
Topic: Merge two different columns
Replies: 13
Views: 2367

:? Can we get examples please? Not words, but example values. Show us a small number of values from all three tables and then how they would all fit together. Forget the "few other columns" part, just the "keys". Maybe then we'll have some idea what "get Table 1 sequence num...
by chulett
Wed May 27, 2009 4:15 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Expression Passed as Job Parameter is not working
Replies: 7
Views: 1896

Sorry, but that's not going to work. It won't do the multiple 'levels' or iterations of substitution / resolution you're looking for. It does turn your job parameter into the string you passed in but it's just a string at that point, it doesn't then know it then needs to resolve the stage variables....
by chulett
Wed May 27, 2009 4:05 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: oracle reject
Replies: 7
Views: 2481

But now sql code in the reject link is -1. It should be 00001. How can i overcome this? Nothing to overcome, in a way. They are reported as negative values so what you think "should be 00001" will be "-1", likewise a "02291" will be logged as a "-2291" as you...
by chulett
Wed May 27, 2009 3:52 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: reject link enterprise stages
Replies: 17
Views: 5180

You are encountering a "known issue" - reject links won't work correctly unless the array size is set to 1. Andy, isn't that strictly a Server issue? I don't see anything like the OCI 'Array Size' option in the OE stage doing Write Method=Upsert. What am I missing? :? Never mind, answerin...
by chulett
Wed May 27, 2009 3:02 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: import error in parallel job for sequential file
Replies: 2
Views: 1957

As far as I know, you'll need to read it as a string / varchar field and then convert it to a decimal 'in job', taking the trailing sign into account.
by chulett
Wed May 27, 2009 3:00 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: The current job run does not have the same parameters as its
Replies: 2
Views: 5160

There's no "workaround" per se, if you restart an Aborted/Restartable Sequence job and you use different parameters, you will get that message logged. As noted, you'd need a mechanism to not dynamically generate a new one but use the last one generated instead when you find yourself in a '...
by chulett
Wed May 27, 2009 1:31 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: oracle reject
Replies: 7
Views: 2481

Duplicated that. There should be a log message before that with the reason why. For example, my example: Oracle_Enterprise_child,3: Unable to use a record for update. Logged just before that: Oracle_Enterprise_child,3: Open failed for update: update is: INSERT INTO CRAIG_TEST_CHILD (CT_CHILD_KEY,CT_...