Message 1 of 1
user rights for using apprentice

Not applicable
08-08-2011
04:19 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
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