Search found 42189 matches

by chulett
Wed Oct 28, 2009 3:23 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Numeric value out of range
Replies: 5
Views: 4214

Check again, it seems to be telling you that your maximum value is in fact 100000000000000000, if that's what you found in your log.
by chulett
Wed Oct 28, 2009 1:34 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job getting aborted before loading all the data into target
Replies: 5
Views: 1981

Your Director log view is Filtered, turn it off or increase the limit. Ctrl-T or 'View / Filter Entries' from the log view.
by chulett
Wed Oct 28, 2009 1:32 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Performance of datasets
Replies: 4
Views: 1418

'Takes time'? 'Aborts'? Of course it takes time, you'd need to let us know how much and why you think it's too long. And post your abort message, of course.
by chulett
Wed Oct 28, 2009 1:30 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reading of Multiple files using Sequential File stage
Replies: 9
Views: 6774

No rows rather than an error usually means a metadata mismatch issue. Can you open a single file directly?
by chulett
Wed Oct 28, 2009 1:28 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: multiple invocations of a multi instance job failing
Replies: 18
Views: 8704

- multi instance jobs: change the autopurging to work on number of days in stead of number of runs. this worked for us This is key as - since this is a single job - there is only a single log for all invocations to share. It gets all kind of confused when you have X invocations running and auto-pur...
by chulett
Wed Oct 28, 2009 1:24 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Truncate table
Replies: 6
Views: 1856

... which has already been mentioned. :wink:
by chulett
Wed Oct 28, 2009 1:22 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Difference of 2 tables
Replies: 2
Views: 2398

No, there's no such rule - I suspect your sql is just "too long", but don't ask me how long is too long as I don't know the answer, am just aware of the limit. Sometimes taking out all the carriage returns (so it's "one line") helps or perhaps cutting your aliases from "cur&...
by chulett
Wed Oct 28, 2009 10:05 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: NOT ABLE TO VIEW JOB SCHEDULES
Replies: 19
Views: 4728

Ah... while most things work that way, forgot that the Schedule tab is only enabled for Windows servers. So it won't be an issue here.
by chulett
Wed Oct 28, 2009 10:03 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Concatenation
Replies: 5
Views: 1481

Which is one of the solutions that a search would reveal. :wink:
by chulett
Wed Oct 28, 2009 10:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Truncate table
Replies: 6
Views: 1856

Which would typically mean a scripted call to sqlplus.
by chulett
Wed Oct 28, 2009 9:59 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Geting warning's in decimal conversion
Replies: 11
Views: 3058

That wasn't the question.
by chulett
Wed Oct 28, 2009 9:22 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: datastage load data into oracle rac ,and hang the session
Replies: 6
Views: 5590

Didn't say anything about your table partioning, rather specifically how your data is partition over multiple processing nodes. And the fact that it works on 1 node is a big clue. Have you tried Hash (rather than Auto) partitioning?
by chulett
Wed Oct 28, 2009 9:20 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Geting warning's in decimal conversion
Replies: 11
Views: 3058

Not necessarily the wisest choice. Any chance you could answer my last question?
by chulett
Wed Oct 28, 2009 9:18 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: NOT ABLE TO VIEW JOB SCHEDULES
Replies: 19
Views: 4728

It means you're not logged in as 'dsadm'.
by chulett
Wed Oct 28, 2009 8:52 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: populating job statistics in an audit table
Replies: 9
Views: 3422

Process is easier for Server jobs, luckily. You can get the information from the 'Finishing' records in the log or by checking specific links in the jobs using DSGetLinkInfo with the DSJ.LINKROWCOUNT info type. From the command line, you could parse it from the dsjob -linkinfo output.