Search found 773 matches

by keshav0307
Fri Jul 23, 2010 12:22 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: TDMload stage error:Bad keyword in the IMPORT command
Replies: 2
Views: 2145

remove the line , where written like :

/*NT*/ \\.\pipe\tdmpipe_DSLink71. AXSMOD np_AXSMOD.dll
by keshav0307
Tue Jul 20, 2010 8:02 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle Bind Variable
Replies: 3
Views: 3157

And it can have 100 distinct values if the parameter have 100 values, how are you using it in A.THREADID = #THREAD# ---------------------- you can put all the values in a sequential file. and then design a job to read the sequential file have a lookup stage to read data from the oracle table, using...
by keshav0307
Tue Jul 20, 2010 7:08 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle Bind Variable
Replies: 3
Views: 3157

My DBA is forcing to use a bind variable in input query instead of a job parameter.
Why??
can you post the input query?
by keshav0307
Thu Jul 15, 2010 11:51 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: non-equality based lookup
Replies: 2
Views: 1456

Then 1st dump the both table in one database and use database join.
by keshav0307
Thu Jul 15, 2010 11:46 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: need a message to output
Replies: 5
Views: 2566

put a transformer in between the lookup and target stage, and if the value from the reference link link is NULL then set the values to "no records found"
by keshav0307
Thu Jun 24, 2010 6:53 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: write fail to oracle table
Replies: 8
Views: 3506

Actually the same job works well in Development server . But when I export/import into UAT Server , its not working . Someone please help ASAP
are you using the same Oracle user and same database in UAT server also??
by keshav0307
Tue Jun 15, 2010 10:57 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: File Pattern
Replies: 4
Views: 2994

check this post and try setting those parameters,.
viewtopic.php?t=121263
by keshav0307
Mon May 03, 2010 7:06 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sparse Lookup
Replies: 4
Views: 2712

But in my query when I put key_column=orchestrate.key_column the job fails.
Fail with what error ? whats in the message??
by keshav0307
Sun Apr 18, 2010 5:55 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to solve this error
Replies: 2
Views: 1770

explain your job? what are you trying to do in the job?
by keshav0307
Sat Apr 17, 2010 4:47 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Brain Teaser...Complex Scneario
Replies: 8
Views: 5867

i think this could be designed quit easily in server job, by writing into a hashfile and do lookup the same hash file.
by keshav0307
Sat Apr 17, 2010 4:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Lookup Space
Replies: 3
Views: 2641

what are the reference link sources?
if they are tables, try sparse lookup.
Else try join
by keshav0307
Wed Apr 14, 2010 2:12 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: aggregator stage hangs and job aborts
Replies: 3
Views: 1437

did you tried writing the query in oracle stage as user defined query.
what error you get?
by keshav0307
Sun Apr 11, 2010 10:45 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Partition table
Replies: 1
Views: 1681

design a job to read from the oracle table, using oracle enterprise stage and load into the target table using oracle enterprise stage.

post the error or any problem you are having.