Search found 74 matches

by Shruthi
Mon Feb 23, 2009 1:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Output stage for Change Capture stage
Replies: 7
Views: 2426

Re: Output stage for Change Capture stage

Hi Shalini,

Sequential file stage can also be used as output of change capture.
We havent tried Oracle Enterprise stage.

Just check the properties of Change capture stage.
If you have given Drop for Copy as True. And if all the records match, we will not have anything in output
by Shruthi
Mon Feb 09, 2009 5:36 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Concatenate Two string
Replies: 3
Views: 3039

Thanks VJ

Thanks VJ. This helped
by Shruthi
Mon Feb 09, 2009 3:36 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Concatenate Two string
Replies: 3
Views: 3039

Concatenate Two string

Hi.. I have a requirement where I have to concatenate a date field and time field and send it to Timestamp field. How to achieve this? My thought was to convert both date and time into string and concatenate them and later convert from string to timestamp? Is this is the correct approach. I'm also n...
by Shruthi
Tue Jan 13, 2009 4:33 am
Forum: General
Topic: Learning how to write Routines
Replies: 2
Views: 1458

Re: Learning how to write Routines

Examples are given in datastage itself. If you check the routines category in designer, there is something called as Examples\ Functions. There are 8 routines. Hope this helps
by Shruthi
Sat Dec 13, 2008 3:52 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Juluan day Error
Replies: 2
Views: 1430

Re: Juluan day Error

If you are validations with date, the initial date value passed to that column is incorrect. This is one of the reasons for the error
by Shruthi
Thu Dec 11, 2008 4:44 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error
Replies: 2
Views: 1069

Re: Error

Check for this message in search "Failed to connect to JobMonApp on port 13403".

Also, check out this link. It might be of a help
[url]http://www-128.ibm.com/developerworks/f ... 8&tstart=0[/url]
by Shruthi
Thu Dec 11, 2008 12:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Run on Single node in multi node environment
Replies: 12
Views: 9202

We tried auto partition also. It didnt work. As this issue occurs only with huge data, we are not able to trace back to the root cause. We are still debugging the issue. Meanwhile, due to time constraint, planning to proceed with single node.
by Shruthi
Wed Dec 10, 2008 8:22 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to capture performance statistics of a job
Replies: 7
Views: 3156

Hi Rajeev, I had the same scenario and it was done in after job routines using DSGetLinkInfo() function.
by Shruthi
Wed Dec 10, 2008 10:03 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Run on Single node in multi node environment
Replies: 12
Views: 9202

Thanks

Thanks so much. Do you know where this new config file which we create in designer will be stored? In case if it gets created in unix, I just wanted to make sure that no other user deletes it.
by Shruthi
Wed Dec 10, 2008 9:45 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Run on Single node in multi node environment
Replies: 12
Views: 9202

Run on Single node in multi node environment

Hi, Is there any parameter that can be defined at job level to make the job run on single node in multi-node (4 nodes) environment? We dont have access to change the Config file. Is there any other parameter available in datastaga? I'm facing issue with join stage which gives different output for ea...
by Shruthi
Tue Dec 09, 2008 10:01 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Fetch records based on date range from reference table
Replies: 2
Views: 902

Thanks

Thanks Ray. As the feature was available in other ETL tool and as am new to datastage, was wondering if there is such thing in Datastage also. Thanks agian.
by Shruthi
Tue Dec 09, 2008 8:04 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Fetch records based on date range from reference table
Replies: 2
Views: 902

Fetch records based on date range from reference table

Hi.. I have the following scenario. In the source, I have a date field named VALID_D. In the reference DB2 table, I have the following columns CURRENT_DATE, FROM_DATE and TO_DATE. Primary key is CURRENT_DATE. We have entry for every day for 5 years. I have to check if the VALID_D from source is betw...
by Shruthi
Tue Dec 09, 2008 8:05 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Partition Issue
Replies: 8
Views: 2967

Rartition Issue

Hi Balaji.. It worked fine with single node. Re-creating the jobs to check if something has missed out. Is there any other method to find the issue?
by Shruthi
Tue Dec 09, 2008 6:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Hash partition not working in Join stage
Replies: 5
Views: 3339

Re: Hash partition not working in Join stage

Hi Amit,

I'm also facing similar issue. How did u use entire partitioning?

My target is a DB2 table. When I give entire partition in join, it gives primary key violation.

Going mad with this... Please help!