Search found 53125 matches

by ray.wurlod
Tue Jun 19, 2007 5:51 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: problem when inserting records into DB2 table
Replies: 8
Views: 1902

Please do what I suggested (output to text file). You have provided no extra diagnostic information in your latest post.
by ray.wurlod
Tue Jun 19, 2007 5:48 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: 64-bit hashed files
Replies: 1
Views: 856

1. No. 2. Define performance. Obviously the storage space will go up, since you now have three eight-byte pointers per record rather than three four-byte pointers per record. The perfect world scenario (a perfectly tuned hashed file) will continue to require 1.0 logical I/O operations per key access...
by ray.wurlod
Tue Jun 19, 2007 5:45 am
Forum: General
Topic: job is getting stucked at transformer stages.
Replies: 3
Views: 1419

Draw us a picture. Use "ASCII art" enclosed in Code tags. Your explanation remains too vague to be of use in diagnosis.

And please delete the duplicate posts you have in the server forum.
by ray.wurlod
Tue Jun 19, 2007 5:43 am
Forum: General
Topic: Only Time & Date is not geting extracted from JDE
Replies: 5
Views: 1826

Post some lines from this file. Also post what the structure (metadata) is.

And please delete the duplicate posts you have in the server forum.
by ray.wurlod
Tue Jun 19, 2007 5:38 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: dsjob command
Replies: 25
Views: 9969

Job status 3 means that the job is not in a runnable state (and must be reset). Job status 1, 2 or 21 mean that the job is in a runnable state (and need not be reset). Job status 0 means that the job is running, and can not therefore successfully process a run request. There are other status values,...
by ray.wurlod
Tue Jun 19, 2007 5:35 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Desiging Jobs
Replies: 7
Views: 1646

A Copy stage that does nothing will be optimized out. You won't see it in the score.
by ray.wurlod
Tue Jun 19, 2007 5:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Decimal problem with OCI
Replies: 2
Views: 1030

Importing table definitions through OCI is known to be inaccurate for decimal data type. Even IBM recommends that you import Oracle table definitions using Orchestrate (the orchdbutil utility).
by ray.wurlod
Tue Jun 19, 2007 5:18 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Email notification
Replies: 12
Views: 2771

Download blat.exe from the Web; it's a good SMTP client.
by ray.wurlod
Tue Jun 19, 2007 5:14 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Unable to Connect to DS Server
Replies: 4
Views: 1206

What's different between your client machine and theirs?

Clearly "nothing" is not the correct answer - otherwise they'd be behaving identically.
by ray.wurlod
Tue Jun 19, 2007 5:00 am
Forum: General
Topic: job is getting stucked at transformer stages.
Replies: 3
Views: 1419

Insufficient information. Can you prove your assertions? What is the job doing? Try not to put too much faith in rows/sec as a meaningful metric (search the forum for reasons why not).
by ray.wurlod
Tue Jun 19, 2007 4:54 am
Forum: General
Topic: Only Time & Date is not geting extracted from JDE
Replies: 5
Views: 1826

If they are extracte as VarChar and coming out like that, then that's how they are in that particular source file. NO conversion takes place for VarChar. Your problem is with your data.
by ray.wurlod
Tue Jun 19, 2007 1:38 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: dsjob command
Replies: 25
Views: 9969

FORGET re-compile. It is not necessary!

You can reset the job from dsjob.
You can even test whether it needs to be reset (Aborted = 3).

After resetting, the job status will be 21 (has been reset).
Then you can run the job normally.

No need to re-compile.

Are you listening?
by ray.wurlod
Tue Jun 19, 2007 1:35 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem with Inner Join
Replies: 1
Views: 781

Make the partitioning specific. Don't rely on (Auto) to preserve previous partitioning - it is just as likely to repartition using round robin.
by ray.wurlod
Tue Jun 19, 2007 1:32 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Unable to Connect to DS Server
Replies: 4
Views: 1206

Login with telnet. If that doesn't work, login on the server itself (maybe using Remote Console). Check the NLS settings. Make sure they match the code page set for the Windows environment on your client machine.
by ray.wurlod
Tue Jun 19, 2007 1:29 am
Forum: General
Topic: Can't open property of any Activity in Sequence
Replies: 6
Views: 2151

Re-boot the client machine to clear out any DLLs or OCXs with unattached handles from memory.

Are you running on Windows XP sp2? If so, do you have the patch needed to have Designer work properly with job sequences?