Search found 53125 matches

by ray.wurlod
Thu Feb 12, 2009 7:02 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Empty DSN Windows SQL 2005 Server - cannot see ODBC
Replies: 9
Views: 4305

Welcome aboard.

Usually this message means that the DSN has not been mentioned in the project's uvodbc.config file. But you say you updated this. Did you create the DSN as a system or file DSN? DataStage can not use user DSNs.
by ray.wurlod
Thu Feb 12, 2009 6:59 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Convert datetime to gmt datetime
Replies: 3
Views: 1481

Inspecting the value of the TZ environment variable will help, particularly if you need a more generic solution.
by ray.wurlod
Thu Feb 12, 2009 2:27 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Migrating jobs from v 7.5.1 to IIS v8.1
Replies: 20
Views: 6277

When someone says "installed" I assume that that includes setting up and testing database connectivity (perhaps even installing, configuring and testing database client software on the new DataStage server if applicable), because there would be no point in proceeding unless this had been d...
by ray.wurlod
Thu Feb 12, 2009 2:22 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Functions Documentation
Replies: 4
Views: 2183

Note, however, that there are some small errors in Appendix B. For example, handle_null() should be SetNull().
by ray.wurlod
Thu Feb 12, 2009 2:20 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: "Could not serialize - transaction aborted" error
Replies: 3
Views: 11595

Is it possible to have one of the jobs update a temporary table and move these updates to the main table at a convenient time?
by ray.wurlod
Thu Feb 12, 2009 2:17 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Change Capture with 1.5 million rows
Replies: 4
Views: 1994

It's reasonable (to use Change Capture stage), and you only need one pass.
by ray.wurlod
Thu Feb 12, 2009 2:16 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: percentages of CPU
Replies: 2
Views: 962

Be very careful with these numbers, particularly for short-running jobs. The CPU is sampled only at the indicated refresh interval in the monitor. Whether one is larger than the other does not really reveal much. Maybe the ODBC driver does more processing than the Oracle client software - highly lik...
by ray.wurlod
Thu Feb 12, 2009 2:09 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Number of Join in a Job
Replies: 3
Views: 1252

1) Yes, for some value of "reliable" and if you have sufficient resources on the server.
2) Yes - any load will "affect performance" (whatever "performance" means)
3) Who told you that?
by ray.wurlod
Thu Feb 12, 2009 2:07 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: surrogate key generator stage
Replies: 1
Views: 1129

To create the file use a job that has a Surrogate Key Generator stage with no input and no output.

To initialize the file use a job that has a Surrogate Key Generator stage with an input link.
by ray.wurlod
Thu Feb 12, 2009 2:05 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: failed to create stage server
Replies: 4
Views: 1951

What operating system is your DataStage client installed on?
by ray.wurlod
Thu Feb 12, 2009 2:03 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: MAx of two negative decimal
Replies: 6
Views: 1510

Remember back at school, when they taught you about the number line? As Craig observed, -89.62 is less than -88.02. Therefore the Max() function is yielding the correct result. You need to consider what you really want. It sounds like you want the number with the larger absolute value. (If you can b...
by ray.wurlod
Thu Feb 12, 2009 2:00 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: reading the file blockwise
Replies: 5
Views: 1320

You can not read a block at a time in DataStage.

You must read a line at a time and process a block at a time.

This is not difficult, but your mindset is.
by ray.wurlod
Thu Feb 12, 2009 1:58 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error while parameterize the surrogate file in SCD stage
Replies: 9
Views: 2046

Please advise what the precise compiler error is.
by ray.wurlod
Thu Feb 12, 2009 1:56 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Cannot get exlusive access to ex..job may be being monitored
Replies: 9
Views: 5350

Could anyone else in the organization be monitoring the job or have it open ? Just because you close the Director does not preclude that possibility. The locks are on the server.

If this is a parallel job with a Transformer stage, try a Force Compile.