Page 2 of 2

Posted: Tue Jun 29, 2010 9:05 pm
by ray.wurlod
priyadarshikunal already showed you how to remove the warnings.

RCP is usually set on the Output properties, Columns tab.

Posted: Tue Jun 29, 2010 9:08 pm
by rahul8055
ray.wurlod wrote:priyadarshikunal already showed you how to remove the warnings.

RCP is usually set on the Output properties, Columns tab. ...

what should I do for the RCP do i need to change it in the stages?

and the other warning is the sort stage....could you tell me what can i do....the
warning is in my previous posts..

thanks,
Rahul

Posted: Tue Jun 29, 2010 11:17 pm
by ray.wurlod
priyadarshikunal already showed you how to remove the warnings.

Posted: Wed Jun 30, 2010 5:10 am
by priyadarshikunal
datastage by default inserts a sort check before remove duplicate stage and that default operator expects the data to be sorted in ascending order. The time you change the sort order to ascending the warning will disappear but you need to be careful as changing the sort order may lead to incorrect results.

so first check the requirements before you do anything.

Posted: Wed Jun 30, 2010 8:09 am
by rahul8055
priyadarshikunal wrote:datastage by default inserts a sort check before remove duplicate stage and that default operator expects the data to be sorted in ascending order. The time you change the sort order to ascending the warning will disappear but you need to be careful as changing the sort order may lead to incorrect results.

so first check the requirements before you do anything.

Thank you kunal,
I got rid of some warnings due to the ascending order but I get an extra column in my output is there any way to get rid of it,

and My other warning is of RCP as you said how do I get rid of it ...?

thanks,
rahul

Posted: Wed Jun 30, 2010 4:38 pm
by ray.wurlod
Go back, read all the advice carefully. Everything you need to do is already in this thread.