Search found 42189 matches

by chulett
Sat Dec 13, 2008 10:11 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: to load selective columns in ORACLE load
Replies: 3
Views: 711

Other thread. While this one may be "reframed" the original post has important details germain to the issue.

Again, next time restate the problem in a reply to the original post, please don't start another one.
by chulett
Sat Dec 13, 2008 10:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ORACLE Load -unsupportive type for column not mentioned
Replies: 1
Views: 737

Seems to me you'll need to avoid any bulk loading options as they typically want all columns to be handled. For Oracle, that specifically means a DIRECT=TRUE 'direct path' load. You should be able to switch to a conventional load which essentially does 'normal' insert/update DML, or just go for plai...
by chulett
Sat Dec 13, 2008 8:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Integer to Date conversion
Replies: 10
Views: 1936

OK, Server job it seems. Rather than attack this piecemeal, how about details like target database & stage you are using? Custom or generated SQL? All affect the answer.
by chulett
Sat Dec 13, 2008 8:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: to load selective columns in ORACLE load
Replies: 3
Views: 711

:? No need to post the same question again just because you haven't gotten an answer yet. Next time, simply reply to the original post to 'bump' it back up to the top.

viewtopic.php?p=310236
by chulett
Fri Dec 12, 2008 1:08 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Regd An Error Calling a Routine
Replies: 7
Views: 1692

Not to mention:
chulett wrote:Please search the forums for "Controller problem: Unhandled failure", this question has been asked and answered quite a number of times.
by chulett
Fri Dec 12, 2008 9:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Integer to Date conversion
Replies: 10
Views: 1936

Server job as marked or Parallel job per the forum you posted in?
by chulett
Fri Dec 12, 2008 9:15 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DS Startup problem
Replies: 5
Views: 2989

May help to share the reason why you needed to restart.

Try do an exact search for "Internal Error (39202)" and see if any of those discussions help.
by chulett
Fri Dec 12, 2008 9:13 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: sql query two dates between 90 days and 7 days
Replies: 4
Views: 1472

Probably. Change "select count" to "select *" to check. Add a "not" before the "between" as an additional check of what is being excluded.
by chulett
Fri Dec 12, 2008 9:02 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DS Startup problem
Replies: 5
Views: 2989

What changed? Why did the engine need to be restarted and did you change any values in the uvconfig file before restarting?
by chulett
Fri Dec 12, 2008 8:59 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how to remove box character insequential file
Replies: 17
Views: 5976

'0D' is a carriage return, usually a record terminator mismatch DOS to UNIX. Use Convert to remove them:

Code: Select all

Convert(CHAR(13),"",YourField)
If they are in data fields. If it is only at the end of the last field, change from UNIX to DOS terminators in the stage reading the file.
by chulett
Fri Dec 12, 2008 8:37 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: sql query two dates between 90 days and 7 days
Replies: 4
Views: 1472

Do we have to guess what database? :?

I would assume your "+7" needs to be "-7".
by chulett
Fri Dec 12, 2008 8:17 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how to remove box character insequential file
Replies: 17
Views: 5976

Good Lord. YES, you can. :roll:

Regardless, you need to let us know what the actual value of the "box" is, then people can help. Maybe saying it three times will be the charm.
by chulett
Fri Dec 12, 2008 8:09 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: records of who login
Replies: 1
Views: 598

Not that I know of, but you may be able to get that information from your UNIX SysAdmins.