C
courtview
I will keep this as simple as possible but am stumped...
I have an application the writes a header (head.tkn) and data
(data.dat) file to a given directory. If I set that directory to a
local directory (C:\Windows\temp), all works as it should.
We have implemented a change where each user will have a private share
within the DFS tree. The UNC path to this share is
\\domain.com\dfs\users\%username%\. The mapped drive for this share is
H.
If I set the data and header file target directory to h:\merge
(\\domain.com\dfs\users\%username%\merge\), the head.tkn and data.files
are written to this location as expected but the merge will fail.
The process is as follows.
-Application writes data/header files
-Application invokes winword and a macro that initiates the merge
-winword opens the merge template (already set up for merge)
-merge template merges the form
With the DFS directory, I get the following dialog:
"{docname} is a mail merge main document. Word cannot find its header
source, H:\MERGE\head.tkn"
When I try and locate the file - h:\merge\head.tkn, the error repeats.
I can clear this error only by removing all merge info. If I do not
close the merge template, manually reset the header and data files and
then run the merge, all is well. It is as if the directory path
H:\merge\ can only be found within the same session that the merge
setup was performed - when using the DFS share.
Hope this makes sence - thanks in advance.
I have an application the writes a header (head.tkn) and data
(data.dat) file to a given directory. If I set that directory to a
local directory (C:\Windows\temp), all works as it should.
We have implemented a change where each user will have a private share
within the DFS tree. The UNC path to this share is
\\domain.com\dfs\users\%username%\. The mapped drive for this share is
H.
If I set the data and header file target directory to h:\merge
(\\domain.com\dfs\users\%username%\merge\), the head.tkn and data.files
are written to this location as expected but the merge will fail.
The process is as follows.
-Application writes data/header files
-Application invokes winword and a macro that initiates the merge
-winword opens the merge template (already set up for merge)
-merge template merges the form
With the DFS directory, I get the following dialog:
"{docname} is a mail merge main document. Word cannot find its header
source, H:\MERGE\head.tkn"
When I try and locate the file - h:\merge\head.tkn, the error repeats.
I can clear this error only by removing all merge info. If I do not
close the merge template, manually reset the header and data files and
then run the merge, all is well. It is as if the directory path
H:\merge\ can only be found within the same session that the merge
setup was performed - when using the DFS share.
Hope this makes sence - thanks in advance.