cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

We are happy to announce the new Windchill Customization board! Learn more.

I have a webject that invoked by the user's session.

ptc-4896214
1-Newbie

I have a webject that invoked by the user's session.

Hi,

I have a webject that invoked by the user's session.

My webject is certified by wcadmin, but when the user runs have permission error.

<ie:webject name="Undo-Checkout" type="ACT">

<ie:param name="INSTANCE" data="windchill" delim="!" valueSeparator="!" default="<%=com.infoengine.au.NamingService.getVMName()%>"/>

<ie:param name="ATTRIBUTE" data="*"/>

<ie:param name="GROUP_OUT" data="checkOutEng"/>

<ie:param name="OBJECT_REF" data="<%=obidOEP%>"/>

<ie:param name="DBUSER" data="<%=USER%>"/>

<ie:param name="PASSWD" data="<%=PASSWORD%>"/>

</ie:webject>

How can I solve this?

thank you!

1 REPLY 1

You don't need user auth. InfoEngine will use this account that user was loged in. So user must have permissions for checking in and out the objects. As the default wcadmin have no access to the context.

Top Tags