Nav HotCopy Issues

banks18banks18 Member Posts: 2
Hi

Can anyone help with an issue i'm having setting up HotCopy. Below are the Parameters i'm using but it keeps coming back with an error message that reads

"Contains a character that may not be used" Please check the file name. You can find additional information on a file names in the documentation for your operatin system - The source file E:\database.fdb F:\database.fdb G:\database.fdb H:\database.fdb destination=E:\backup1 F:\backup1 G:\backup1 H:\backup1 user=test password=test is neither a valid database file nor a valid setup file

Backup ended with error

hotcopy.exe source="E:\database\database.fdb "F:\database\database.fdb" "G:\database\database.fdb" "H:\database\database.fdb" destination="E:\backup1" "F:\backup2" "G:\backup3" "H:\backup4" user=test password=test

Comments

  • northernernortherner Member Posts: 67
    Double-check your parameters - there's a missing " after: source="E:\database\database.fdb

    hotcopy.exe source="E:\database\database.fdb "F:\database\database.fdb" "G:\database\database.fdb" "H:\database\database.fdb" destination="E:\backup1" "F:\backup2" "G:\backup3" "H:\backup4" user=test password=test

    If you add it in it should work
Sign In or Register to comment.