It was the Label pallette everytime i activated it it slowed down the whole draft session.
PDMS admin picked it up and tweaked the Label pallette now its running great.
cheers
Happy no more hourglass
There can be a performance problem in the navigator if you have multiple licence file servers in your LM_LICENSE_FILE environment variable.
Every time you navigate it does a test to see if you have a final design licence, if you have servers that aren’t visible in your environment variable it takes about 3 seconds every time you navigate in the tree view.
!session = current session
!license = !session.finalDesigner()
In one of the later SP release for 12 (not sure which but I think its SP6) this has been changed to check a variable rather than execute the command which speeds it up. The only problem is, the fix has only been applied to the navigation in the tree view, if you use the popup menu on the tree view it still uses the above, so can take several seconds display the menu!
To get around it you need to make sure you have only one server in you environment variable or modify the relevant files so that if you don't have final designer (not sure how many people do have it) the variable !license is set to false.
Neil
It was the Label pallette everytime i activated it it slowed down the whole draft session.
PDMS admin picked it up and tweaked the Label pallette now its running great.
cheers
Happy no more hourglass
There can be a performance problem in the navigator if you have multiple licence file servers in your LM_LICENSE_FILE environment variable.
Every time you navigate it does a test to see if you have a final design licence, if you have servers that aren’t visible in your environment variable it takes about 3 seconds every time you navigate in the tree view.
!session = current session
!license = !session.finalDesigner()
In one of the later SP release for 12 (not sure which but I think its SP6) this has been changed to check a variable rather than execute the command which speeds it up. The only problem is, the fix has only been applied to the navigation in the tree view, if you use the popup menu on the tree view it still uses the above, so can take several seconds display the menu!
To get around it you need to make sure you have only one server in you environment variable or modify the relevant files so that if you don't have final designer (not sure how many people do have it) the variable !license is set to false.
Neil