Search found 53125 matches

by ray.wurlod
Tue Jun 19, 2007 1:27 am
Forum: General
Topic: Only Time & Date is not geting extracted from JDE
Replies: 5
Views: 1826

JD Edwards has an idiosyncratic way to store dates. Extract them as VarChar and convert them within your job. Search the forum for examples.
by ray.wurlod
Mon Jun 18, 2007 10:53 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: problem when inserting records into DB2 table
Replies: 8
Views: 1902

Send it to a text file and use a hex editor to find out what the box character represents. My guess would be the character specified by APT_STRING_PADCHAR environment variable, used to pad Char fields to their correct length. In a hex editor this will probably be displayed as 00 or, in the viewable ...
by ray.wurlod
Mon Jun 18, 2007 10:49 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: dsjob command
Replies: 25
Views: 9969

It does NOT have to be re-compiled if it aborted. It only needs to be reset. You can accomplish this with dsjob -run -mode RESET ...

You can also accomplish it automatically ("reset if required, then run") if running your job from a job sequence - the job sequence can be started from dsjob.
by ray.wurlod
Mon Jun 18, 2007 10:48 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Desiging Jobs
Replies: 7
Views: 1646

In a word, "MORE". Data Sets, particularly with unbounded strings, consume rather more disk space than you would expect. There is an 80-bit-per-record storage overhead at the record level that also needs to be considered. The Parallel Job Developer's Guide (page 2-32) helps you to calculate the stor...
by ray.wurlod
Mon Jun 18, 2007 10:42 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ORCHESTRATE ERROR
Replies: 8
Views: 4173

It's a UNIX kernel parameter. It's not called MAXUPROC on all variants of UNIX - you need to determine what the kernel parameter that sets your "maximum number of processes per user" is. Then you need to learn how superuser goes about changing it in that UNIX (which may require a re-boot of the UNIX...
by ray.wurlod
Mon Jun 18, 2007 10:39 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: need to access data in different files,merge into temp table
Replies: 3
Views: 1264

Premium membership is just a few cents per day, and helps to defray the bandwidth charges incurred by DSXchange. Please understand that I want this site to keep operating, and therefore am unwilling to take any action that undermines its funding.
by ray.wurlod
Mon Jun 18, 2007 9:02 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: need to access data in different files,merge into temp table
Replies: 3
Views: 1264

To quote from an old Nike ad campaign - just do it. YOU tell DataStage where the files are. You might even arrange for the files to be brought locally first - such a script could be run under DataStage control. YOU tell DataStage how to merge the data by choice of stage type (could be Merge stage). ...
by ray.wurlod
Mon Jun 18, 2007 8:58 pm
Forum: General
Topic: Frequently getting logout of dsxchange website
Replies: 4
Views: 1602

Check with "them" but, surely, if you were blocked, you wouldn't get in at all. The only time I've been blocked (because of the proximity of "S" and "X" in DSXchange, in a country in which English was not the official language) I got nowhere near DSXchange until I had access unblocked following repr...
by ray.wurlod
Mon Jun 18, 2007 7:20 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Use of Server routines in Parallel Jobs
Replies: 13
Views: 5475

You an use server routines in an MPP setup, provided you license DataStage server on every machine in the cluster or grid. Your account rep will be able to retire on the commission! Server routines require the DataStage Engine to execute. This only exists on the machine where the DataStage server is...
by ray.wurlod
Mon Jun 18, 2007 7:18 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB2 EE stage Error
Replies: 1
Views: 1285

You might also try searching for, or asking support about, exit status 256 (which is 65536 - 65280).

Set APT_STARTUP_STATUS environment variable so that you can watch distribution of the score. It is this procedure that is failing to complete successfully.
by ray.wurlod
Mon Jun 18, 2007 7:13 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: constrains,derivations,stage variables which one is executes
Replies: 9
Views: 2234

We haven't had that spirit here since nineteen sixty nine.

And still those voices keep calling from far away: wake you up in the middle of the night just to hear them say...
by ray.wurlod
Mon Jun 18, 2007 3:23 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Moving DataStage from SAN to NAS
Replies: 2
Views: 1728

There are many dangers inherent in moving DataStage projects without due care and diligence. Thanks for posting this particular one.
by ray.wurlod
Mon Jun 18, 2007 3:18 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Teradata multiload 1 record gets dropped
Replies: 4
Views: 1105

Unlikely to be "first line is column names" from a Data Set. What is your job design? Please use "ASCII art" within Code tags - it makes it so much easier to read. What row counts are reported on each link? Enable APT_RECORD_COUNTS (perhaps as a job parameter) so that the player processes log their ...
by ray.wurlod
Mon Jun 18, 2007 3:06 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: problem with decode stage
Replies: 8
Views: 5223

:idea: Encrypted <> Encoded
by ray.wurlod
Mon Jun 18, 2007 3:03 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to run job --2
Replies: 5
Views: 3223

We can not see your job logs. Right now your question is in the "my car won't start, what's wrong with it?" category.