Problem with Hotcopy

VWohde
VWohde Member Posts: 13
Hello!

I have the following problem with the hotcopy tool.

When i start the hotcopy Batch-File i get the following messages.

---

The following message came from the server.

The operating system cannot gain acces to the file.

Please check thet the file type and attribute are correct.

---

Is there anybody how knoes how to handle the problem?

I have just chekched the filetype and attributes.

Comments

  • sharks
    sharks Member Posts: 22
    first read the manual http://www.kassinosdevelopers.com/donotdelete/HOTCOPY.zip.

    to make it as simple as possible :

    if I understood correctly then it doesn't even start so either put hotcopy and batch file in the same folder as your database and use this
    hotcopy source=database.fdb
    destination=\\backupcomputer\backup\Monday ..........other parameters.......
    

    or if hotcopy and batch somewhere else than database use
    hotcopy source=c:\database.fdb
    destination=\\backupcomputer\backup\Monday ..........other parameters.......
    


    if it starts and then you get stack on the "not finding destination" then i can help you with that also, just reply, hope i helped...