Skip to main content
16-Pearl
April 11, 2014
Solved

Requiring ModelManager to be running in order to start Part Library

  • April 11, 2014
  • 2 replies
  • 2097 views

This was an option we used before. I do not remember how it was done. We need to make having ModelManager running a requirement before parts library can start.

 

Does anybody know how to do this?

 

Thank you


This thread is inactive and closed by the PTC Community Management Team. If you would like to provide a reply and re-open this thread, please notify the moderator and reference the thread. You may also use "Start a topic" button to ask a new question. Please be sure to include what version of the PTC product you are using so another community member knowledgeable about your version may be able to assist.
Best answer by ThomasKirkman

Max

I ended up writing a lisp program that checks if model manager is running and offers to start it if not.  Normally I do not like using "if then else" and prefer conditional statements, but it worked very well for this.

Regards

Tom

2 replies

1-Visitor
April 11, 2014

Open a Support Case and you will get the answer.

Max

13-Aquamarine
September 4, 2015

Did you get an answer?

ThomasKirkman16-PearlAuthorAnswer
16-Pearl
September 8, 2015

Max

I ended up writing a lisp program that checks if model manager is running and offers to start it if not.  Normally I do not like using "if then else" and prefer conditional statements, but it worked very well for this.

Regards

Tom