Search found 773 matches

by keshav0307
Thu Aug 21, 2008 12:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Left over ORCH_WORK_ tables in the database
Replies: 3
Views: 868

The ORCH_WORK_XXXX table will not be dropped if the job abort.
similarly ORCH_ERR_XXXX will not be dropped if there are any error records.
by keshav0307
Wed Aug 20, 2008 7:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Mload Vs Enterprise stages while using Teradata as target DB
Replies: 15
Views: 8291

using Teradata Enterprize stage,you can not delete record based on a condition in the input row.

for only Insert Teradata Enterprize stage is the fatstest.

then LOAD for update, insert and/or delete.
by keshav0307
Tue Aug 19, 2008 11:28 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Regd Schema File and Sequential File
Replies: 5
Views: 1466

Yeah... but i am not sure wht to put as delimiter and other properties for csv file
you are saying its a CSV file that means it comma separated file.

you must be knowing what is the delimiter for your input file.
if it does not have any delimiter set it none
by keshav0307
Tue Aug 19, 2008 10:41 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Regd Schema File and Sequential File
Replies: 5
Views: 1466

something like:
record
{final_delim=end, delim=',', quote=double}
(
Field001:string[max=200];
Field002:string[max=100];
)
by keshav0307
Tue Aug 19, 2008 6:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error executing view data command while reading from table
Replies: 9
Views: 7986

Error loading "orchoracle": Could not load "orchoracle": No such file or directory.
probably you do not have the link for orchoracle in your library path
$DSHOME/../PXEngine/lib
by keshav0307
Tue Aug 19, 2008 1:20 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Stored procedure properties
Replies: 6
Views: 2783

enable dump_score for this job, and check what values are being passed.
by keshav0307
Tue Aug 19, 2008 1:11 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Runtime column definition for Oracle Stage
Replies: 4
Views: 1539

Let me clarify:

The source stage metadata needs to be supplied at runtime as well.
that is what called, runtime column propogation
by keshav0307
Mon Aug 18, 2008 8:59 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Runtime column definition for Oracle Stage
Replies: 4
Views: 1539

first you have to enable runtime column propogartion in datastage administrator. after that when you open the job in designer you will find a check box for runtime column propogation in the column tab on the oracle stage output tab.
by keshav0307
Mon Aug 18, 2008 6:36 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: String to timestamp
Replies: 7
Views: 7863

F1 in the transformer stage, The help.
by keshav0307
Mon Aug 18, 2008 6:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to do a conditional delete on sequential file
Replies: 2
Views: 902

set the Sequential file as after dataset and dataset as before dataset link for Change Capture stage, and drop records for delete, update and insert, the output from this is what you need.
by keshav0307
Fri Aug 15, 2008 10:50 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Teradata PX
Replies: 14
Views: 5276

are you doing anything else in your job, then just reading the dataset and load using teradata Enterprise stage? it should not take more then 10 min to load this volume. the atrget is set table or multiset? have you choosen correct key and Primary Index. for lnsert Teradata Enterprise stage is faste...
by keshav0307
Fri Aug 15, 2008 10:02 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Teradata PX
Replies: 14
Views: 5276

how any sessions are used?
by keshav0307
Fri Aug 15, 2008 10:01 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Remove Duplicate Error
Replies: 12
Views: 8229

what is the scratch Dir? what is the size of it?
by keshav0307
Thu Aug 14, 2008 3:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to capture duplicate rows separetly in datastage
Replies: 7
Views: 15550

Search for "Capture duplicate" in this forum, you will find many suggested solutions.
by keshav0307
Wed Aug 13, 2008 7:29 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Implicit conversion from source type ustring to string
Replies: 1
Views: 4988

is it because some UTF-8 character can be multibytes. means 1 character can be of 2 or more bytes