Hotcopy multiple database

Theo_KerstenTheo_Kersten Member Posts: 35
I created a parameter-file for hotcopy in order to backup multiple databases. But when I run hotcopy an error appears:
'The number of source database files do not equal the number of physical database files available'.

My parameter-file looks like:

[backup files]
d:\data\navisiondb-dli\nav5-dli.fdb=d:\data\copytest
d:\data\navisiondb-wrs\nav5-wrs.fdb=d:\data\copytest
[options]
description="test BU"
dbtest=minimum
cc=no
email=xxxxxxxxxxx
user=xxxxxx
osauthentication=no
nettype=tcp

Does anybody have a clue what the problem might be?

Answers

  • krikikriki Member, Moderator Posts: 9,110
    A hotcopy must be done PER DB. You cannot hotcopy multiple DB's at once.
    You must also exactly define the DB-files (OF THE SAME DB) to be hotcopied).
    Regards,Alain Krikilion
    No PM,please use the forum. || May the <SOLVED>-attribute be in your title!


  • Theo_KerstenTheo_Kersten Member Posts: 35
    But the part of the Navision documentation about [Backup files] mentions multiple databases. What is meant by that?
  • Theo_KerstenTheo_Kersten Member Posts: 35
    Excuse me, it mentions database files. But the question remains, what is meant by that?
  • Luc_VanDyckLuc_VanDyck Member, Moderator, Administrator Posts: 3,633
    If you have a large database, you can split this big database into multiple smaller ones, and spread them over different disks. Then you'll end up with multiple databases: c:\data\mydatabase1.fdb, d:\data\mydatabase2.fdb, e:\data\mydatabase3.fdb etc. This is one database (you only need 1 server) but physically it is split in multiple files.
    No support using PM or e-mail - Please use this forum. BC TechDays 2024: 13 & 14 June 2024, Antwerp (Belgium)
Sign In or Register to comment.