Search found 459 matches

by T42
Thu May 12, 2005 4:23 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to increase memory usage on HPUX
Replies: 15
Views: 9270

Oh, so this was a MPP setup?
by T42
Thu May 12, 2005 4:22 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem obtaining Performance Stats for one Project
Replies: 11
Views: 8567

DataStage is attempting to spot the actual PID of JobMonApp. Then it will pull the information, and push the information based on the XSD file within the java directory. This is why I find it critical that you verify that the "Environment variable setting:" have the correct value, which in...
by T42
Thu May 12, 2005 4:12 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Fatal Error
Replies: 22
Views: 7154

Please provide the result from within the DataStage job, as I asked. The results CAN be different, despite using the same username to run jobs.
by T42
Thu May 12, 2005 4:10 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: checking for null values
Replies: 7
Views: 4162

I guess you can recognise null values in such a file, when you find a zero length string between two TABs. The only way you can do this is if you trigger "APT_IMPEXP_ALLOW_ZERO_LENGTH_FIXED_NULL". It will not work otherwise. Bunny mentioned that he/she does not know about this, so I am aw...
by T42
Thu May 12, 2005 4:07 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problems inserting a row in a table with identity column
Replies: 10
Views: 14128

This is one of many things that are different between Server jobs and Parallel jobs.

Orchestrate is the actual engine's name running Parallel jobs. OSH code = Orchestrate Code.
by T42
Thu May 12, 2005 4:04 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Solaris 5.10
Replies: 10
Views: 4867

Solaris 2.10 (aka 5.10, aka 10) is not supported for DataStage 7.5a. Sorry.
SPARC 2.8, 2.9
Solaris is a 64bit OSs with 32 bit compatibility. DataStage is a 32bit application
Contact Ascential Support to get the official line on this.
by T42
Thu May 12, 2005 4:01 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Designer eats 100% CPU and is very slow
Replies: 9
Views: 4926

It does sound like something in your job's OSH code or whatever triggered a latent bug. Did you save that job? Are you able to restore it and repeat the crazy CPU action?

If so, PLEASE hit Support with that.
by T42
Thu May 12, 2005 4:00 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Multiple record entries to be produced from a single row.
Replies: 5
Views: 3449

I do support the concept of using buildops, but when you do not have an expert C/C++ staff, it would be a maintenance nightmare.

Plus migration of buildops have its own interesting set of problems.

There are advantages and disadvantages to everything, naturally.
by T42
Wed May 11, 2005 4:50 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job Status
Replies: 5
Views: 1843

Director.

dsjob.

Kim Duke's tools.

Those are the three options you have. What do you want to do with the information? Where do you want to see the information? Do you want a history? Do you just want someone to watch the jobs?
by T42
Wed May 11, 2005 4:48 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Update Environment variable run time
Replies: 11
Views: 8607

I am not quite clear on what you are trying to do.

When I am referring to Routines, I am referring to BASIC routines (yes, they can pass values to called PX jobs), and scripts are UNIX-level (Perl, KSH, C using the API, et cetera.)
by T42
Wed May 11, 2005 4:46 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Fatal Error
Replies: 22
Views: 7154

Try it within DataStage. Do an ExecSH with that command.
by T42
Wed May 11, 2005 1:07 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Designer crash with PX CFF
Replies: 4
Views: 1831

Hmm, dang, was not able to test this on my computer, since I only have 7.1 right now. Hope someone else here could help you with this.

Sorry.
by T42
Wed May 11, 2005 12:58 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Multiple record entries to be produced from a single row.
Replies: 5
Views: 3449

You could use the pivot stage. You also could use a multiple output from a transformer (or filter if you can use it to verify the qualifying information), and funnel the results.
by T42
Wed May 11, 2005 12:56 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problems inserting a row in a table with identity column
Replies: 10
Views: 14128

This is exactly what I thought happened. The most proper way to insert values within SQL from a Datastage stream is to use the following format: INSERT INTO [table] (field1, field2, field3...) VALUES (ORCHESTRATE.INPUT_FIELD1, ORCHESTRATE.INPUT_FIELD2, ORCHESTRATE.INPUT_FIELD3...) Basically, you can...
by T42
Wed May 11, 2005 12:51 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem obtaining Performance Stats for one Project
Replies: 11
Views: 8567

FYI: Server jobs do not use JobMonApp. Do a search on this forum to learn more about JobMonApp. 1. Verify that absolutely nobody is using or setting $APT_ORCHHOME anywhere outside the dsenv file. 2. Within Director, check the job log, and verify that APT_ORCHHOME is exactly the same on runtime of th...