Search found 42189 matches

by chulett
Thu Feb 11, 2010 12:50 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Informix connection
Replies: 7
Views: 2706

Can you post the actual entries that you created?
by chulett
Thu Feb 11, 2010 10:02 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Informix connection
Replies: 7
Views: 2706

What exactly was the 'setup' that you performed? For any ODBC connection you'll need an entry in .odbc.ini under $DSENGINE and uvodbc.config under the project directory, have you done so?
by chulett
Thu Feb 11, 2010 7:25 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: error in running a job with DB2 UDB Stage
Replies: 16
Views: 11929

All of the documentation installs on every client pc.
by chulett
Thu Feb 11, 2010 7:23 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to abort datastage job for sybase deadlock issue?
Replies: 7
Views: 7571

Sorry, but you enabled an option that says 'treat errors as non-fatal' and then you're wondering why your normally fatal error was logged as a warning? :?

Yes, it is due to this that the job is not aborted. Uncheck that option.
by chulett
Thu Feb 11, 2010 7:18 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Connection is broken
Replies: 2
Views: 1642

dsadm is an 'admin' user for DataStage but is not quite the same as a 'superuser' a.k.a. 'root'. What happens if you do the actual startups as root?
by chulett
Thu Feb 11, 2010 7:14 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Passing run time variables to ODBC stage
Replies: 1
Views: 2327

Not directly in a single job, no. Typically, that '1st ODBC' work would be in one job and the results would be landed somewhere, say in USERSTATUS. Then a Sequence job would read the value from user status and assign it to a Job Parameter in a second job where the '2nd ODBC' would use it in its wher...
by chulett
Thu Feb 11, 2010 7:10 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Automate Converting OCI 8 to OCI 9
Replies: 3
Views: 2439

Exactly. IBM / Ascential provides a utility to do that for you automagically.
by chulett
Thu Feb 11, 2010 7:08 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Oracle Bulk loader issue
Replies: 3
Views: 1437

Look at the generated .ctl file. I think by default sqlldr handles all strings as CHAR rather than VARCHAR (hence the 256) so you would need to use your own .ctl file and thus a 'manual' bulk load call.
by chulett
Wed Feb 10, 2010 9:33 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: error in running a job with DB2 UDB Stage
Replies: 16
Views: 11929

I'd also be curious if this is the first time ever you're attempting to use the stage or you've used it in the past and the issue is just with this connection? For the former, I would wonder if all of the 'configuration procedures' have been followed that the documentation mentions must be done befo...
by chulett
Wed Feb 10, 2010 9:28 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: error in running a job with DB2 UDB Stage
Replies: 16
Views: 11929

Perhaps, with a little extrapolation, this can help. :?
by chulett
Wed Feb 10, 2010 7:07 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Stage variables
Replies: 4
Views: 2378

A stage variable is a derived field, built row-by-row in the order listed. They are equivalent to Variable Ports in Informatica, if that helps. Use them to make complex expressions self-documenting, or to perform a complex expression once and then use it in other derivations rather than re-evaluate ...
by chulett
Wed Feb 10, 2010 12:58 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DB2 date and time column
Replies: 5
Views: 2145

vinothkumar wrote:Use DateFromDaysSince function.
No such thing in a Server job.
by chulett
Wed Feb 10, 2010 10:25 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: remove duplicate stage warning
Replies: 5
Views: 2408

Oddly enough, most questions have been asked before. :wink:

An exact search for "will partition despite the preserve-partitioning flag" would have answered this for you.
by chulett
Wed Feb 10, 2010 8:21 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: License - Number of CPU
Replies: 5
Views: 1907

It will always 'work', it will log a warning in every job run if it thinks you are out of compliance.
by chulett
Wed Feb 10, 2010 8:04 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Performance issue while loading frm flat file to oracle tab
Replies: 9
Views: 2743

So, if you remove the target OCI stage and replace it with a flat file target, the job runs at 12k r/s? Those 'combo actions' can be dog slow for volume loads, why not prequalify the action and run two links - dedicated Insert and Update links?