Search found 53125 matches

by ray.wurlod
Sat Jan 23, 2010 2:51 am
Forum: General
Topic: Bulk Load
Replies: 1
Views: 942

There's no such thing as bulk load in DataStage.

Bulk load is a technique for adding new records to a database tables rapidly.

DataStage is able to invoke most databases' bulk load utilities.
by ray.wurlod
Sat Jan 23, 2010 2:49 am
Forum: General
Topic: Seruential file
Replies: 1
Views: 793

Many techniques are available.

The three most obvious are Switch stage, Filter stage and Transformer stage.
by ray.wurlod
Fri Jan 22, 2010 2:13 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: APT_LUTCreateOp
Replies: 1
Views: 1294

Did you Search DSXchange for "will partition despite" or similar?

This has been reported and solved many times.

Essentially the solution is to set "preserve partitioning" in the upstream stage on the reference input to a Lookup stage to "Clear".
by ray.wurlod
Fri Jan 22, 2010 2:11 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Need to delete temporary datasets after jobs get completed
Replies: 3
Views: 1713

You can place it job control. Use DSExecute() and specify both the commmand and the Data Set descriptor file as full pathnames.
by ray.wurlod
Fri Jan 22, 2010 6:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Controller problem
Replies: 2
Views: 1323

What it means is that it (the sequence (= Controller)) had a problem at or near the point where it was either about to execute or actually executing the activity called Job1 (dare one assume that this is a Job activity?).
by ray.wurlod
Fri Jan 22, 2010 6:13 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: problem with the teradata
Replies: 9
Views: 6092

Beware, with this approach, that you must have sufficient AMPS available to service the request. 2 x 4 = 8 AMPS.
by ray.wurlod
Fri Jan 22, 2010 2:18 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: problem with the teradata
Replies: 9
Views: 6092

Perhaps siva4joy can, since the thread has been marked as resolved.

Customary practice here on DSXchange is, when you mark a thread as resolved, to make a post indicating how it was resolved, so as to aid future searchers.
by ray.wurlod
Fri Jan 22, 2010 2:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SQL in filter stage
Replies: 3
Views: 1349

Except that you can use regular expressions, which I've only really seen in Informix.
by ray.wurlod
Thu Jan 21, 2010 7:18 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: unable to write record to file RT_CONFIG4575
Replies: 3
Views: 1347

Welcome aboard. We encourage you to Search before posting, because there are very few new problems, problems that have not been encountered previously. It may be that RT_CONFIG4575 is corrupted, it may be that the file system where your project is has become full (especially if you have more than 45...
by ray.wurlod
Thu Jan 21, 2010 4:05 pm
Forum: IBM QualityStage
Topic: New to QualityStage , lot of questions
Replies: 5
Views: 2055

Why not use a simple DataStage job? How do you identify the rows that you want to compare? Or is the question that you want to compare domains? (That is, the set of values in a column in Table A versus the set of values in a column in Table B. Information Analyzer can do that.) What's specific about...
by ray.wurlod
Thu Jan 21, 2010 4:03 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: page can't be displayed when try open administrator console
Replies: 9
Views: 3751

You're paying an official support provider to help you.

Personally I don't access DSXchange at 3am my time. Now that I've read your post, I find it outside the scope of my skills and, ordinarily, would not respond at all because of that.
by ray.wurlod
Thu Jan 21, 2010 3:59 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: CFF Stage - Importing REDEFINES within the same record
Replies: 32
Views: 15673

You can always incorporate the server job functionality into a server shared container and use that in the parallel job.

Review Chapter 2 of Parallel Job Developer's Guide for restrictions - I don't believe you'll hit any of them in this case.
by ray.wurlod
Thu Jan 21, 2010 3:57 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Issue while inserting data in Oracle table using OCI
Replies: 6
Views: 2145

If the data type is Char(14) and fewer than 14 characters are provided, DataStage will pad the field with the character specified in APT_STRING_PADCHAR, by default \0 characters, which parag.s.27 may be referring to as "control characters" since they are in Control Set 0.
by ray.wurlod
Thu Jan 21, 2010 3:53 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem with Oracle Enterprise stage in DS 8.1
Replies: 6
Views: 2132

Can you please advise the patch number?
by ray.wurlod
Thu Jan 21, 2010 3:44 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Teradata Multi-load fails with character error
Replies: 15
Views: 27227

I don't know the answer, because it will depend on how your data are actually encoded. And there's no way I can know this, so I suggest a more general approach.