Search found 53125 matches

by ray.wurlod
Fri Sep 05, 2008 5:42 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: weird warning 'Phantom"
Replies: 17
Views: 5756

Why not check in and around line # 185 in RT_BP828/JOB.2064671994.DT.1485054590.TRANS6 to find out in which part of the Transformer code (and, indeed, in which Transformer stage) the error is being generated?
by ray.wurlod
Fri Sep 05, 2008 5:41 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: LongVarChar length
Replies: 7
Views: 5771

Assassinate the novelists?
:lol:
by ray.wurlod
Fri Sep 05, 2008 5:39 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Datastage Director Scheduler running with specific userid
Replies: 3
Views: 2616

Go to your Administrator client, open the project properties then choose the Schedule tab. Here you can specify the user to be used for scheduled jobs and, indeed, test it.

Note that this is available only where DataStage engine is on a Windows platform.
by ray.wurlod
Fri Sep 05, 2008 5:37 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Poor Server Job Performance
Replies: 3
Views: 1469

It's database. You proved that with write speed to sequential file.

Have you considered using bulk loader for your inserts?
by ray.wurlod
Fri Sep 05, 2008 5:35 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Getting abnormal termination error while merging two files
Replies: 6
Views: 2774

Yes, but how have you configured the Merge stage?
by ray.wurlod
Fri Sep 05, 2008 5:34 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: SIGSEGV error in server job
Replies: 7
Views: 3065

Re: SIGSEGV error in server job

The job was running fine earlier. But suddenly it is showing this error (SIGSEGV). What changed? "Nothing" is not the correct answer. But what changed may have been in DataStage, in Oracle, in machine configuration, in network configuration, in the volume of data being processed, and so on. You nee...
by ray.wurlod
Fri Sep 05, 2008 5:30 pm
Forum: General
Topic: Need help with Parsing
Replies: 1
Views: 766

If the data are sorted so that each header and associated detail lines are adjacent (and on the same partition), you can do it in stage variables in a Transformer stage. You need to ability to detect the header rows, presumably using some characteristic of their structure. You preserve these in stag...
by ray.wurlod
Fri Sep 05, 2008 5:25 pm
Forum: General
Topic: Regarding Array Size
Replies: 9
Views: 2584

Agree. In that case something like (small_multiple_of_packet_size / row_size) ought to be close. Trial and error seems to be necessary (making sure that all other variabilities are reasonably controlled for), and it's not even a smooth curve - some experiments have indicated a multi-nodal curve, the...
by ray.wurlod
Fri Sep 05, 2008 6:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Certification - Some basic questions
Replies: 11
Views: 3251

abhilashnair wrote:Also I came to know it has a lot of bugs. Is it true?
What do you mean by "it"?
by ray.wurlod
Fri Sep 05, 2008 6:47 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Getting abnormal termination error while merging two files
Replies: 6
Views: 2774

Welcome aboard.

Reset the job. If a message "from previous run..." is logged, please post any content of that.

Also please describe precisely how you have configured your Merge stage.
by ray.wurlod
Fri Sep 05, 2008 6:46 am
Forum: Data Quality Best Practices
Topic: QualityStage - Match error
Replies: 1
Views: 7905

Moderator: please move to QualityStage forum
by ray.wurlod
Fri Sep 05, 2008 5:05 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sort stage and Partition sort
Replies: 1
Views: 1015

In all cases the same tsort operator is used. Input link sorting constrains you to all default settings. If that's all you need it's a way to avoid cluttering up your design. But the Sort stage gives additional choices, such as the ability to generate key change columns, the ability to perform sub-s...
by ray.wurlod
Fri Sep 05, 2008 5:02 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Usage of UVBackup and UVRestore
Replies: 37
Views: 14475

I'd like to see the 21 detail lines from the first query.

The second query tells us that there's no job in the project.
by ray.wurlod
Fri Sep 05, 2008 4:14 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Usage of UVBackup and UVRestore
Replies: 37
Views: 14475

To get some idea of whether your Repository is intact please execute the following queries in your project. SELECT "NAME" FMT '32L' FROM VOC WHERE "TYPE" = 'F' AND "NAME" LIKE 'DS%' AND "NAME" NOT LIKE 'DS_TEMP%' ORDER BY 1; SELECT EVAL "OCONV(@ID, 'M...
by ray.wurlod
Fri Sep 05, 2008 3:48 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: last date of the month
Replies: 2
Views: 1235

You might get your answer faster if you Search DSXchange. This question has been asked, and answered, previously.