Search found 53125 matches

by ray.wurlod
Fri Oct 06, 2006 2:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sequencer getting errors trying to run
Replies: 4
Views: 2281

Did the file system on which your project exists ever become full? If so, some of the repository tables (which are hashed files) may have become corrupted. Search the (server) forum for ways to check the integrity of hashed files in the project. To check a single file you can run a query against it ...
by ray.wurlod
Fri Oct 06, 2006 2:38 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Proces id..
Replies: 4
Views: 1451

Windows process IDs are allocated by the Windows login process. You can see the process IDs on the Processes tab in Task Manager. You can NOT allocated process IDs yourself; they are the operating system's mechanism for uniquely identifying each process that may be requesting system resources.
by ray.wurlod
Fri Oct 06, 2006 2:36 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Repository....
Replies: 8
Views: 2515

1. To delete all the content from the repository (make sure you have an export or two and a backup) go to the Administrator client, delete the project and create the project anew. 2. To remove orphaned files execute the command DS.CHECKER in your project, either via the Administrator client Command ...
by ray.wurlod
Fri Oct 06, 2006 2:33 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: utility run job: get return values
Replies: 20
Views: 7453

I don't have access to DataStage right now, but I am fairly sure that there is another function to decode the return value from UtilityRunJob.

Can you search your routines for it? It's probably in the same category as UtilityRunJob.
by ray.wurlod
Fri Oct 06, 2006 2:32 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Version Value for every run
Replies: 2
Views: 863

Use the key management routine when initializing a stage variable, and do not overwrite that value with a stage variable derivation. That way, the function is only evaluated and the number is only allocated once.
by ray.wurlod
Fri Oct 06, 2006 2:30 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Regarding Data
Replies: 4
Views: 1052

Jagan,

Can you please be more specific? Note from your other posts that there are different kinds of rejected rows. About which kind do you wish to ask?
by ray.wurlod
Fri Oct 06, 2006 2:29 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Regarding Data
Replies: 4
Views: 1052

Hey, I've learned something new today! Now all I have to figure out is to whom to spruik it.

Performance tip: this design

Code: Select all

Stage 
  |
  |
  V
Stage
  |
  |
  V
Stage

will run faster than this design:

Code: Select all

Stage ---->  Stage ---->  Stage

because of the assistance of gravity.
by ray.wurlod
Fri Oct 06, 2006 2:25 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error during .dsx Eport
Replies: 3
Views: 1219

0x80 (or 128 in decimal) as a single byte that represents NULL in DataStage, but the Euro symbol in Windows. Did you have code page 1252 set when performing the export?
by ray.wurlod
Fri Oct 06, 2006 2:23 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to build a External Filter Stage
Replies: 2
Views: 1225

Our beloved moderator is extremely busy at the moment. How about you post in the parallel forum? Just copy your post above into the new one.
by ray.wurlod
Fri Oct 06, 2006 2:21 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Process Frozen
Replies: 10
Views: 1545

Can you try running the SQR using START, so that it runs in a separate Window?
by ray.wurlod
Fri Oct 06, 2006 2:19 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Increasing user limit
Replies: 10
Views: 3293

You can take advantage of shared connections by starting one client from the Tools menu of another. For example, if you start Director from the Tools menu of Designer, it still counts as only one connection for client licensing purposes. Up to ten connections are supported from any one client machin...
by ray.wurlod
Fri Oct 06, 2006 2:14 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: About "Commit/Backout only once at end of job" of
Replies: 1
Views: 788

I doubt that "commit" relates to reading messages, but would need to read further to be sure. You can, too; there is a manual for the MQ plug-in stage.
by ray.wurlod
Fri Oct 06, 2006 2:11 am
Forum: IBM<sup>®</sup> DataStage TX
Topic: More a question of IBM support....
Replies: 10
Views: 6501

DataStage TX 8.0 has been GA for some time already.
by ray.wurlod
Fri Oct 06, 2006 2:08 am
Forum: IBM QualityStage
Topic: Job not running in Quality Stage
Replies: 8
Views: 5036

I guess the whole point of CASS is that there ought not to be anything unclassified (if it promises total coverage)!

:idea: Make sure you have a process in place for getting regular updates - folks demolish and build, which does change the data!
by ray.wurlod
Thu Oct 05, 2006 3:49 pm
Forum: IBM<sup>®</sup> DataStage TX
Topic: More a question of IBM support....
Replies: 10
Views: 6501

IBM is SO much larger a company than Ascential, you've got to expect SOME more bureaucracy. My personal opinion is that they overdo it, and it has cost them some business on occasions, but it's their company and they can run it as they like. The support folks are largely still the same ones you used...