> The connection to the data source file is made manually but it is lost
> when the merge file is opened again. The user does NOT have the permission
> to write in the folder where the data source is to be found. The folder is
> on a Windows 2003 Server.
Different versions of Word use different methods, by default, to open the
various file types. In Word 2002 and later, Word generally tries to use OLE
DB. If that fails, it may try ODBC. If that fails, it may try DDE (for Excel
and .mdb files) or it may try an internal or external file converter. For
example, if a text file has more than 255 data columns, Word cannot use OLE
DB to open it and will (probably) use its internal .txt file converter.
In Word 2000 and earlier, Word may try to open a .txt file using ODBC if it
is available, or using its internal text converter.
Every version of Word will use the internal converter to read native formats
.doc and .rtf (and perhaps the newer .xml formats).
My guess is that in most cases when Word uses an internal converter, it
wants to create and write a temp. file to the folder containing the data
source (just as it does when it opens a Word .doc in the usual way). I'm not
sure what you can do about this other than check whether or not that does
make a difference, and either change the settings for the users or create
another folder where they can create/write files.
I am pretty sure the same thing will happen if you open an Excel data source
using DDE, because in that case, Excel has to open the file and probably
does something rather similar. However, when you open using OLE DB, I don't
think the provider tries to create or write anything in the file's folder.
OK, so it still does not explain why a user can open the data source
manually but it is my best shot!
I had a look at the connection string length issue again and it appears that
this problem has now been fixed in Word 2003. I don't know when - perhaps
SP3. It isn't there in Word 2007 either. But I think it is still there in
Word 2002.

Signature
Peter Jamieson
http://tips.pjmsn.me.uk
> Hello!
>
[quoted text clipped - 42 lines]
>
> Franz Weghaus
jpccol - 21 Feb 2008 16:55 GMT
Has anyone found a resolution of this issue. Everything was working fine
until about a year ago after running MS (Office 2003) and Windows (XP)
updates. Then the problems started:
- My server has the data (W2K Server)
- My 2 XP machines can connect the data to my mail merge forms manually, but
must re-connect each time.
- My W2K office laptop finds the data file and does not need to be manually
recoonected.
- When the merge file and data file is loaded to my standalone XP machine at
home, the data (XL) file is not disconnected after the file is closed, and
when re-opened, is found automatically
This has been a continuing problem and unfortuantely I have so many of my
forms connected to XL via DDE, it has become a significent loss of time. Any
suggestions would be greatly appreciated
Jim Calamis
feel free to email to Jim@Calamis.com
Thanks
> > The connection to the data source file is made manually but it is lost
> > when the merge file is opened again. The user does NOT have the permission
[quoted text clipped - 80 lines]
> >
> > Franz Weghaus