Search found 42189 matches

by chulett
Thu Oct 29, 2009 3:31 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: full path name
Replies: 2
Views: 1251

Oh... after that, if you still get 'no data' out then you have an XPath Expression issue where they don't match the incoming data. That or you didn't Fully Qualify the pathname in the Folder.
by chulett
Thu Oct 29, 2009 3:30 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: full path name
Replies: 2
Views: 1251

You pick up only the filename by defining one field in the folder rather than two. Mark it as a key. Then chose 'XML/File path' and make that key column the 'XML Source Column' in the XML Input stage.
by chulett
Thu Oct 29, 2009 3:23 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Running an Oracle SQL script
Replies: 8
Views: 5085

Interesting solution. So, no issues with quotes disappearing yet? It is notorious for stripping quotes from parameters, which usually means sql snippets are affected the most.
by chulett
Thu Oct 29, 2009 3:20 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to write date in csv file.
Replies: 7
Views: 1993

Just the one 'Days' function I mentioned should do it, no need for both like that. Heck, I'm not even sure what that is doing. :?
by chulett
Thu Oct 29, 2009 2:14 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to write date in csv file.
Replies: 7
Views: 1993

Depends on if this is a data field or part of the file's name. For the former, I'd check out 'DateFromDaysSince' with today's date and a "-1".
by chulett
Thu Oct 29, 2009 1:24 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SQL Loader Error while uld: OCIStmtExecu while loading
Replies: 5
Views: 3791

I guess slower and successful > faster and fatal. :wink:
by chulett
Thu Oct 29, 2009 12:23 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Informatica Table Definition Conversion to Datastage
Replies: 13
Views: 12434

Interesting that they added support for OCCURS DEPENDING ON as well. 8)
by chulett
Thu Oct 29, 2009 12:22 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Running an Oracle SQL script
Replies: 8
Views: 5085

Sorry, thought it supported multiple commands much like the before/after sql tabs do in other stages.
by chulett
Thu Oct 29, 2009 12:08 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Running an Oracle SQL script
Replies: 8
Views: 5085

Doesn't the CLOSE command support that? There's no direct equivalent to the 'SQL step' you mentioned, in my world this would be a scripted call to sqlplus that executed all of those commands and checked for issues, called as a separate job / step so it can be restarted without being tied to the load...
by chulett
Thu Oct 29, 2009 12:01 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Informatica Table Definition Conversion to Datastage
Replies: 13
Views: 12434

Craig, CFF stage supports Occurs as well as Redefines. I did not understand what you exactly meant by "not supported"! Well, by 'not supported' I literally meant not supported, as in it didn't support them and you have to remove / flatten them in the CFD before importing. Perhaps that's n...
by chulett
Thu Oct 29, 2009 11:55 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Unable to initial Oracle plug in
Replies: 8
Views: 1778

Sorry, couldn't resist. :wink:

Was your original dsenv completely wiped? If you go to $DSHOME and do a "ls -l dsenv*" does more than one file show up?
by chulett
Thu Oct 29, 2009 11:53 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Unable to initial Oracle plug in
Replies: 8
Views: 1778

You bet.
by chulett
Thu Oct 29, 2009 11:28 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Unable to initial Oracle plug in
Replies: 8
Views: 1778

OK. Have you checked your dsenv file?
by chulett
Thu Oct 29, 2009 11:20 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Unable to initial Oracle plug in
Replies: 8
Views: 1778

More than likely an issue with 'dsenv' not having the changes it needs to support Oracle. What exactly do you mean by 'reinstall'?
by chulett
Thu Oct 29, 2009 10:42 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Issues when calling a Routine in Seq
Replies: 6
Views: 2443

Sorry, but that didn't really answer either of my questions.