Search found 68 matches

by HariK
Thu Oct 22, 2009 4:21 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Stage variables
Replies: 2
Views: 2040

Use copy stage with two outputs
1--> remove duplicates on all three cols --> transformer with constraint & filter u menioned --> join stage
2 --> Join stage, join on key1, key2
by HariK
Thu Oct 22, 2009 4:00 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: aborting job while executing the select statement
Replies: 6
Views: 3653

I have never worked on SQL server. But the question is, is it possible to have spaces in column identifiers ('A Key') in SQL Server?
by HariK
Tue Oct 20, 2009 7:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: To skip a job for null dataset
Replies: 14
Views: 5968

If for some reason you need the past data then add a date field to data set.
In job1 set the derivation as sysdate for this field.
add filter on this field in the job2.
by HariK
Fri Oct 16, 2009 1:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: some warnings with sort stage
Replies: 1
Views: 1065

Re: some warnings with sort stage

Execute the job after deactivating the run time column propagation(RCP) property of the stage.
If RCP is not required then for all the stages in the job.
by HariK
Tue Sep 29, 2009 8:36 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Spaces in the File
Replies: 7
Views: 2866

Could you post the metadata of the target sequential file.
by HariK
Tue Sep 29, 2009 8:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SQLLDR ignoring APT_ORACLE_LOAD_OPTIONS
Replies: 11
Views: 10222

Try adding the below two options to your Environment variable and check if job completes succesfully

SKIP_UNUSABLE_INDEXES=TRUE,SKIP_INDEX_MAINTENANCE=TRUE
by HariK
Fri Sep 18, 2009 5:36 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem while using LookUp stage and Join Stage
Replies: 5
Views: 1827

Re: Problem while using LookUp stage and Join Stage

Remove the fail if lookup not found property and check if the result is same as the result of the join. then it most probably would be data problem.
by HariK
Wed Nov 26, 2008 11:58 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Loading the schema file
Replies: 8
Views: 2435

Use the 'Orchestrate Schema Defintions' instead of 'Sequential File Defintions' under Import while you try to load column defintions to sequential file stage.

This wizard will let make you save the metadata in schema file as a Table defintion before loading it to any stage.