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

Community Tip - When posting, your subject should be specific and summarize your question. Here are some additional tips on asking a great question. X

Translate the entire conversation x

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

ptc-4896214
7-Bedrock

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.

Announcements

Top Tags