-
Access Denied Saving Recordset to XML File on Server Share
I am having problems saving a recordset as an XML file under certain conditions. If the file already exists, an "Access is Denied" error is generated. Also, temporary files named dag*.tmp appear in the directory.
I am seeing this problem occur with an Windows XP Professional SP2 client is trying to overwrite an XML file on a Windows 2003 file server. Permissions on the file and directory are OK, I can edit or delete the file as I want using Notepad and Windows Explorer.
When I run the application locally (on the client's hard drive) and write the XML file to the hard drive, there is not an issue.
The problem did not occur using a Windows 2000 client with MDAC 2.7 RTM. The new Windows XP SP2 client is running MDAC 2.8 SP1. The same user account was used in both cases.
I have done a lot of searching on the Internet and seen only two other accounts of this behavior.
The line of VB6 code that does the writing (and fails under the conditions described) is:
Recs.Save FileName, adPersistXML
Any ideas or suggestions would be appreciated.
Similar Threads
-
By JavaFaces in forum Java
Replies: 1
Last Post: 02-14-2006, 07:04 AM
-
Replies: 2
Last Post: 10-24-2002, 06:20 AM
-
Replies: 8
Last Post: 08-23-2002, 04:35 PM
-
Replies: 1
Last Post: 07-13-2001, 03:50 PM
-
By Patrick Lauber in forum enterprise.announcements
Replies: 0
Last Post: 03-07-2001, 10:49 AM
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
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks