|
-
July 28th, 2004, 08:44 AM
#1
Access Denied when saving file in NT server
Hi,
my application is SDI and uses MFC architecture.
When it runs from my computer (XP Pro) works fine and saves the files in the server (Windows 2003).
When it runs from other computers (Windows 2000 Pro) it does not save the document in the server and reports the "Access to file .... denied" error. The application works fine when the file resides on the local PC.
All users have full access to the server and to the specific file.
Debugging the code, i have noticed that the Kernel 32 function "ReplaceFile" called from the CDocument class fails when the program runs in Windows 2000.
Any ideas to overcome this?
Thanks in advance.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|