- For individual users
- Instant access to solutions
- Ask your tech questions
- Start your 30-day Free Trial
Main Topics
Browse All TopicsI've run into this problem more than once. The exact solution for us hasn't been posted on the net. Close, but not a fix.
After a night, I found the answer for our version of the issue.
In my case, Terminal Services Users are getting these errors while running a Data Merge in Word 2003.
The document was recieving the merged data from another server on our LAN.
I've also had this problem in Word 2002. The terminal server is Server 2003 in both cases.
The solution is to add the (name or IP of the) remote data server to the Internet Properties>Security>Truste
list in the format; "file://server" with your server name or IP address replacing server, and no quotes.
(I have included this in the script below, if you'd rather script it instead)
Sometimes the error is preceded by another error saying....
Opening this document will run the following SQL command:
SELECT * FROM H:\HDS\BLAH\BLAHBLAH\BLAH\
Data from your database will be placed in the document. Do you want to continue?
That requires a reg fix that I'll post below in script form. The reason I use a script is that some of these reg entries need to be made while logged in as that user, and I don't know a way to edit the HKCU key of a user who isn't logged in. Since I have a number of users I wrote the script and set it as their login script.
Set WshShell = Wscript.CreateObject("Wscr
WshShell.RegWrite "HKEY_CURRENT_USER\Softwar
WshShell.RegWrite "HKEY_CURRENT_USER\Softwar
WshShell.RegWrite "HKEY_CURRENT_USER\Softwar
WshShell.RegWrite "HKEY_CURRENT_USER\Softwar
Cut and past the above (including quotes) into a .vbs file.
This applies to Word 2003. If you're using Word XP / 2002, then change the 11.0 to 10.0 . Also, replace Your_Server_Name in the last 2 keys with the name of your server.
Since both issues seem to come together, I normally use the entire script.
To setup a login script for terminal services users, view the MS document here....
http://support.microsoft.c
Hope this helps someone
NV
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Business Accounts
Answer for Membership
by: NetminderPosted on 2006-01-02 at 21:49:48ID: 15596482
Closed, 500 points refunded.
Netminder
Site Admin