If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > ASP > Moving data source to a new location

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 09-16-04, 13:12
SHK SHK is offline
Registered User
 
Join Date: May 2003
Posts: 144
Moving data source to a new location

Hi, my asp page accesses an Access database that currently resides on the same server. I am moving the database to a different network. I have changed the datapath to use a UNC. When running the page, I am getting the following message --

80004005 -- Disk and Network Error.

I have searched google and microsoft and have tried their possible solutions and still does not work.

Help.

Thanks

SHK.
Reply With Quote
  #2 (permalink)  
Old 09-16-04, 13:53
Seppuku Seppuku is offline
Useless...
 
Join Date: Jul 2003
Location: SoCal
Posts: 721
Sounds like the IUSR account IIS runs under might not have access. If you can create a domain user that has rights on both servers, then use that ID to run IIS, you should be able to access your DB.
__________________
That which does not kill me postpones the inevitable.
Reply With Quote
  #3 (permalink)  
Old 09-17-04, 15:50
SHK SHK is offline
Registered User
 
Join Date: May 2003
Posts: 144
Thanks for pointing out the permission issue.

I found the solution at the following site:

http://support.microsoft.com/default...NoWebContent=1

Thanks

SHK
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On