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.

Webject called from Java code produces file not found

BernardWielfaer
6-Contributor

Webject called from Java code produces file not found

Hi

I have a webject to modify the password of a user. When I run this it produces the error: (com.infoengine.util.IEResource/81) com.infoengine.exception.fatal.IENotFoundException: File not found: /ext/savaco/lvd/QueryUserDetails.xml

The xml file does exists at C:\PTC\Windchill_10.2\Windchill\tasks\ext\savaco\lvd and looks like;Snap14.png

 

The java code looks like:

 

Snap13.png

 

Can anyone know why this error is issued ?

Best regards

Bernard

1 ACCEPTED SOLUTION

Accepted Solutions

I answer my own question just in case this can be helpfull for someone else.
Apparently the method that contains the Info*Engine task must be envoked by the method server.

View solution in original post

2 REPLIES 2

I answer my own question just in case this can be helpfull for someone else.
Apparently the method that contains the Info*Engine task must be envoked by the method server.

Example:

 

Snap6.png

Top Tags