I have a webserver (NT4 SP6 IIS4) running an app that needs to write to a file on another server on the same subnet. Now I have tried this several ways:
I have tried mapping a network drive to a server in the same domain, and on a server in another domain (Both however on same subnet), I also tried just access by share name (example: \\server\dir)
I keep getting:
Error processing CFFILE
Error attempting to write data to target file 'L:\020429.ord'.
Error: The file could not be accessed.
I have checked the trusts, they are OK. I can connect to the share when sitting in front of the servers, and I can write a text file to the drives directory from the other server too.
It just seems I can not write to a file via CFFILE on to another computer.
On the share on the remote computer I even put DOMAIN\Everyone 'full control' (DOMAIN being where the server trying to use CFFILE is located)
Any suggestions? Anything I may have missed?
PS: I am ableto wrote to a file locally write on the webserver doing the CFFILE so I know the syntax is correct.
I have tried mapping a network drive to a server in the same domain, and on a server in another domain (Both however on same subnet), I also tried just access by share name (example: \\server\dir)
I keep getting:
Error processing CFFILE
Error attempting to write data to target file 'L:\020429.ord'.
Error: The file could not be accessed.
I have checked the trusts, they are OK. I can connect to the share when sitting in front of the servers, and I can write a text file to the drives directory from the other server too.
It just seems I can not write to a file via CFFILE on to another computer.
On the share on the remote computer I even put DOMAIN\Everyone 'full control' (DOMAIN being where the server trying to use CFFILE is located)
Any suggestions? Anything I may have missed?
PS: I am ableto wrote to a file locally write on the webserver doing the CFFILE so I know the syntax is correct.