user rights for using apprentice

user rights for using apprentice

Anonymous
Not applicable
287 Views
0 Replies
Message 1 of 1

user rights for using apprentice

Anonymous
Not applicable

Hi!

In a VB6-project I use a code like this:

 

Dim oApprentice As New Inventor.ApprenticeServerComponent

Dim oDoc as Inventor.ApprenticeServerDocument

Dim sDocPath as String

...

sDocPath = .......

Set oApprentice = Inventor.ApprenticeServerComponent

set oDoc = oApprentice.Open (sDocPath)

.....

 

This works fine as long as I have local admin rights in Windows (XP, 7). When a user starts the EXE he gets an error 432. On the same machine a local admin runs the EXE without an error.

 

Can someone help here?

 

Kind regards

Norbert

0 Likes
288 Views
0 Replies
Replies (0)