Inventor Crashes on First Lauch By User

Inventor Crashes on First Lauch By User

johnster100
Collaborator Collaborator
238 Views
0 Replies
Message 1 of 1

Inventor Crashes on First Lauch By User

johnster100
Collaborator
Collaborator

Hi,

I'm writing a small program which creates some simple drawings on a server. The program runs fine and basically does the following

  1. Launches Inventor (visibility set to false)
  2. Updates a part
  3. Creates a drawing

 

The issue is when a new user logs in to the server who hasn't opened Inventor before the code crashes(failure to create ActiveX component) at the createobject line:

 

InvApp = CreateObject("Inventor.Application")

 

If I log into the server and open Inventor using the person's profile and open Inventor and close it again the program will then run fine for that user with no future issues.

 

I think it might have something to do with the Data Collection pop up that appears the first time you run the software, but I can't be sure of this. I also can't replicate the error on my own machine as I've obviously opened Inventor before.

 

Any ideas on how I can remedy this?

 

Any help would be appreciated,

thanks,

John

0 Likes
239 Views
0 Replies
Replies (0)