Search found 53125 matches

by ray.wurlod
Wed Sep 12, 2007 12:48 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How could I get current parameter value from unix command
Replies: 9
Views: 2099

dsjob -logsum project job
Find and parse out the entry relating to the most recent job start. You can get the job start timestamp from dsjob -jobinfo project job
by ray.wurlod
Tue Sep 11, 2007 8:51 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to stop datastage job from unix?
Replies: 1
Views: 2254

Welcome aboard.

The dsjob command has a -stop option. You need to specify both the project name and the name of the running job.
by ray.wurlod
Tue Sep 11, 2007 4:22 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Bigint values changed writting to Netezza table
Replies: 3
Views: 1415

Are you by any chance testing on a two-node configuration file? Use Peek stages to see what's happening on each node.
by ray.wurlod
Tue Sep 11, 2007 4:20 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sequential Execution in a Parallel Job
Replies: 1
Views: 594

The score will report the node on which they are executed. This is a function both of your job design (for example if you use node pools) and resource allocation performed by the conductor process when the score is composed.
by ray.wurlod
Tue Sep 11, 2007 4:17 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Before/After Parallel Subroutines
Replies: 1
Views: 731

Without a whole lot more knowledge about calling C functions from DataStage BASIC you will not succeed. This process includes relinking the dssh executable, so it's not to be undertaken by the faint hearted. What's wrong with using before-stage and after-stage routines? Ultimately the effect is the ...
by ray.wurlod
Tue Sep 11, 2007 4:13 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB2 Performance Question
Replies: 4
Views: 1175

No improvement if you continue to use SQL. The DB2 Enterprise will see the table as having a single partition, and therefore operate in sequential mode.
by ray.wurlod
Tue Sep 11, 2007 4:12 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: IIS 8.0.1 DSR.ADMIN Error Adding New Project
Replies: 5
Views: 1710

Have you run out of disk space on the file system where you are trying to install this project?
by ray.wurlod
Tue Sep 11, 2007 4:09 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Occasional "Missing StringID[2046]" error
Replies: 7
Views: 2619

You could try doubling T30FILE
by ray.wurlod
Tue Sep 11, 2007 4:08 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage 7.5.2 Client Install Problem
Replies: 7
Views: 2277

Software under both HKEY_LOCAL_MACHINE and HKEY_CURRENT_USER
by ray.wurlod
Tue Sep 11, 2007 4:06 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Datastage 7.5 generate html reports
Replies: 3
Views: 1257

Curious. In IE 6.0 enabling pop-ups works. For me anyway.
by ray.wurlod
Tue Sep 11, 2007 4:04 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: CAT Command
Replies: 7
Views: 1951

Two jobs. One overwrites the file. The next appends to it.
by ray.wurlod
Tue Sep 11, 2007 6:20 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: 39125 error while login to Datastage Client
Replies: 1
Views: 1558

Make sure that all services are running, make sure that the UV.ACCOUNT file is intact, and make sure that the UV_SCHEMA table also refers to the project in question. Can you connect to other projects on this server? Can you connect to the DataStage server via telnet? Can you connect from other clien...
by ray.wurlod
Tue Sep 11, 2007 6:17 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Datastage 7.5 generate html reports
Replies: 3
Views: 1257

Welcome aboard.

This is a known "feature" in Internet Explorer. Enable pop-ups for that page and you will see the column names.
by ray.wurlod
Tue Sep 11, 2007 6:14 am
Forum: General
Topic: Regarding Executing jobs in Unix
Replies: 16
Views: 4573

Make sure that the parent directory of dsjob is mentioned in the list of directory pathnames in your PATH environment variable.
by ray.wurlod
Mon Sep 10, 2007 8:12 pm
Forum: General
Topic: IBM U2 University
Replies: 15
Views: 5316

IBM U2 University

I shall be heavily involved with IBM U2 University this week, so may not be checking DSXchange as frequently as usual.