Skip to main content
1-Visitor
February 8, 2018
Solved

Webject called from Java code produces file not found

  • February 8, 2018
  • 1 reply
  • 3887 views

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

Best answer by BernardWielfaer
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.

1 reply

BernardWielfaer1-VisitorAuthorAnswer
1-Visitor
February 13, 2018
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.
1-Visitor
February 14, 2018

Example:

 

Snap6.png