Hi,I am calling a cgitask to give a drop down list to current user so that he can choose a user from the list to be owner for all the next tasks. Basically reassigning. this is the code below what i am using.my $prodtaskid0 = int `$iwhome\\bin\\iwgettaskbyname.exe $wfid $tsk`;my $ptask0 = new TeamSite::WFtask($prodtaskid0);my $rc="";eval{$rc = $ptask0->SetOwner($setowner0);}; my whole workflow works fine is all our branches and workarea but it fails is qa branch qa work area.I can see in my debug code that my cgi task is not able to change owner in QA. What can be the reason? can i check any file somewhere which workflow is trying to change and it not changing.I am using teamsite 6.5 SP2 with latest patches on windows 2000 sever.ThanxTanuj