Hi Friends,
I know this a very basic question. But its driving me crazy..
I have put a
<user-list> in available_templates.cfg for a workflow. It looks like
<user_list>
<user value="stage\mdocadm" include="yes"/>
<user value="stage\mgapusr1" include="yes"/>
<user value="all" include="no"/>
</user_list>I did not put any
<role-list>. It works on fine on cms staging and production, when I log in Teamsite through UI.
But if try to login on cms staging with URL like
http://cmsserver/iw/webdesk/teamsite/launch.jsp?iw_user=mgapusr2&iw_password=123456&iw_which_ui=ccpro&iw_role=editorIt gives error, that no workflow in configured. Strange thing is that, this works fine on production.
Then I put the
<role-list> in staging like follows
<role_list>
<role value='Editor' include='yes' allusers='no'/>
< /role_list>But this also, works only if I log into Teamsite through UI. If I log in with URL, it throws error, for every user. If I give
alluser=yes, it works on staging, but allows to every user. I can not give
alluser='yes', as I want to restrict few users invoking the workflow.
overall, it is working fine on production, but not on staging.
can it be because of any difference in stage and prod..?
version and Build number is same on both environments..
any expert mind....
Env: Teamsite 6.5 SP2 , Windows server 2003
thanks in advance,
amit