Video Screencast Help
Search Video Help Close Back
to help
New in the Rewards Catalog: Vouchers for "Symantec Technical Specialist" and "Symantec Certified Specialist" exams.

SWV: Office 2003 in Win7 thesaurus hangs...

Updated: 29 Jul 2010 | 6 comments
EddieNYC's picture
0 0 Votes
Login to vote

Hello everyone.  We've built an Office 2003 SWV layer in Win7, and for the most part, everything works wonderfully.  However, if you open the thesaurus (the full blown side panel one, not the right click) it will take awhile ~5 minutes for the panel to appear.  Any ideas what could cause this?  Has anyone seen anything similarly?

Comments

Jordan's picture
04
Dec
2009
0 Votes 0
Login to vote

Virtualization version and

Virtualization version and have you read my article on SWV and office?  If no look it up and look at the short file name issue and see if that fixes your problem.

If a forum post solves your problem please flag is as the solution

ohzone's picture
08
Dec
2009
0 Votes 0
Login to vote

Is this the article you were

Is this the article you were referring to Jordan?

Virtualizing Microsoft Office: a Handy Collection of Tips

Hope it helps!
Cheryl

Endpoint Management,
Endpoint Virtualization
Community Manager
www.twitter.com/EMnV_symc
Need Altiris help? IRC chat #Altiris

Jordan's picture
08
Dec
2009
0 Votes 0
Login to vote

Yep that be it

Yep that be it

If a forum post solves your problem please flag is as the solution

David Kirby's picture
11
Dec
2009
0 Votes 0
Login to vote

Thesaurus Troubles

Hello, I'm having the same trouble with thesaurus freezing in Word too, and unfortunately the short file name fix did not resolve the issue (I installed Office to the folder "Office 2003" instead of "Microsoft Office"). Any other ideas?

David Kirby's picture
11
Dec
2009
0 Votes 0
Login to vote

Actually I found the issue;

Actually I found the issue; if you open up Thesaurus and click on "research option", it bring up a list. I clicked on "update/remove", and then removed all the character translation services (arabic to chinese, chinese to french, etc.). That solved the problem completely; thesaurus doesn't freeze or lag at all anymore.

EDIT: this does seem to solve the problem, unfortunately when you close word and reopen it the settings are not saved. They are saved in non-virtualized installations, but not in virtual ones.

David Kirby's picture
14
Dec
2009
0 Votes 0
Login to vote

SOLUTION

Here's are some registry keys that seem to solve the problem:

HKEY_LOCAL_MACHINE\Software\Microsoft\Office\11.0\Common\Research\Options.

Entry name Value type Value data Required? Default value
NoAdd DWORD Boolean used to disable the Add Services button. This
setting prevents the addition of any service except the internal services.
It also disables the discovery mechanism. Possible values include:
a.. True (1). The Add button and discovery are disabled.
b.. False (0). The Add button and discovery are enabled.
No False is assumed if absent.
NoDiscovery DWORD Boolean used to disable the discovery mechanism.
Possible values include:
a.. True (1). The Research task pane never queries discovery
servers.
b.. False (0). The Research task pane can query the discovery
servers.
No False is assumed if absent.
DiscoveryNeedOptIn DWORD Boolean used to ask the user to opt in to the
discovery mechanism. This setting is irrelevant if NoDiscovery is set to 1.
The HKEY_CURRENT_USER version of this value overrides the HKEY_LOCAL_MACHINE
value. Possible values include:
a.. True (1). Ask the user to opt in to the discovery mechanism.
b.. False (0). Enable the discovery mechanism without asking the
user.