MoveFile help
Hi!
I have 2 servers.One server runs my asp scripts and the other is used also for a database(in MS SQL).I have a component for importing data from excel to sql.All I have left to do is to move file from the server running the asp script to the other server.I chose to use the MoveFile method.This component is part of a bigger application,that uses the windows authentication.
I keep getting the following error:
Microsoft VBScript runtime error '800a0035'
File not found
The line that generates this is:
fs.MoveFile Server.MapPath("upload/tmb2.xls"), "\\tmav035a\Test\AssetDB_test\tmb22.xls"
Could you tell me what's causing this error?
I tried this method with the destination file situated on the same server and it works...
|