Search found 42189 matches

by chulett
Wed Dec 16, 2009 9:35 am
Forum: Site/Forum
Topic: 30,000 users banner
Replies: 3
Views: 3280

30,000 users banner

It was better when it as "too small" - now it's "too big".
by chulett
Wed Dec 16, 2009 9:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: default.apt does not exist
Replies: 17
Views: 14908

When you did an "ls -l" on the environment variable, why did two files get listed? Echo that variable.
by chulett
Wed Dec 16, 2009 9:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: log.bad file in scratch disk not looks like actual text file
Replies: 4
Views: 1033

It is a "plain text file". However, it is a dump of your bad data so what you are seeing is what you were trying to load. Make sure you are viewing it with the correct characterset.
by chulett
Wed Dec 16, 2009 9:27 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: default.apt does not exist
Replies: 17
Views: 14908

If you're certain it exists, check the permissions it has.
by chulett
Wed Dec 16, 2009 8:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: error with node
Replies: 17
Views: 5270

No, it's not. You cannot have "a file" that you "created for 2,4,8 nodes". Each combination of nodes requires a different file. :?
by chulett
Wed Dec 16, 2009 8:42 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Aggregator Output
Replies: 4
Views: 1681

Or course there are many ways, that was only the opening salvo. :wink:

The whole point was to understand that you must process something to have any output. Or as noted, use a job that just handles the 'nothing to do today' part and run one or the other.
by chulett
Wed Dec 16, 2009 8:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: error with node
Replies: 17
Views: 5270

suneelchallagali wrote:Here is the config file i have created for 2,4,8 nodes
:?
by chulett
Wed Dec 16, 2009 8:37 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: multiple update statements
Replies: 6
Views: 2185

Re: multiple update statements

Now, if i want to update only the required columns, i think the only way is to use multiple oracle stages. which i dont want to do.. Want or don't want, doesn't matter. You'll need multiple stages. A Server job would support multiple links into a single stage but PX doesn't. Or as you've noted, you...
by chulett
Wed Dec 16, 2009 8:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: error with node
Replies: 17
Views: 5270

That is a "one node" config file. :?
by chulett
Wed Dec 16, 2009 8:30 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: numeric overflow error
Replies: 6
Views: 3403

What are you selecting? This issue could also be in your 'where' clause.

ORA-01426: You tried to evaluate an expression that resulted in a numeric overflow (or underflow).
by chulett
Wed Dec 16, 2009 8:25 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Lookup Stage Erroe
Replies: 10
Views: 6706

You could also be looking at a 'range lookup' bug of which there were several, from what I recall. Time to involve your official support vendor, it seems.
by chulett
Wed Dec 16, 2009 8:16 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error connecting to AS400 file
Replies: 18
Views: 7368

So how are you 'trying to set the codepage' in the job? You can do it at the project level - set it to $ENV there, then add it to and override the value in your job.
by chulett
Wed Dec 16, 2009 8:14 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ORA-03113
Replies: 6
Views: 4701

I'm perfectly aware of the issues around trouble-shooting this error. :wink: You're talking about datastage instance ? No shutdown occurred. 'Instance' is an Oracle term rather than a DataStage term. I asked the DBA to investigate oracle logs. The DBA told me that in the Oracle log he found the TNS-...
by chulett
Tue Dec 15, 2009 9:32 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Aggregator Output
Replies: 4
Views: 1681

Zero rows in equals zero rows out, I'm afraid. Can you union your input sql to include a 'dummy' row that you recognize as zero in your processing when that's all you see?
by chulett
Tue Dec 15, 2009 9:27 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: are there Oracle plugins for versions 10g and 11g?
Replies: 3
Views: 1187

While the internal name is ORAOCI9, it's been called simply the "Oracle OCI" stage on the palette for quite some time now, well before the 8.x release. And, as noted, it officially supports 9i and 10g. Check your Connectivity Guide for Oracle pdf.