| | Backup and restore Sage 100 Premium |
| Description | There are no Sage specific utilities to backup Sage 100 Premium (SQL) databases. Microsoft SQL Server and third-party tools can automate SQL database backups. |
| Resolution | [BCB:2:Database warning:ECB] Back up Sage 100 Premium - Get everyone out of Sage 100 Premium then stop the Sage 100 Application Service.
- Make a backup\copy of the ...\MAS90\ folder.
- Open SQL Server Management Studio.
- Select the SQL instance for your Sage 100 installation.
- Enter login credentials then select Connect.
- Expand Databases.
- Right-click the MAS_XXX database you’re backing up (XXX=company code).
- Select Tasks.
- Select Backup.
- Verify the Backup type is Full.
- Verify the Backup Component is Database.
- In the Destination field, note the path and file name (.BAK file by default).
- Click OK.
- Repeat Steps 6 – 13 for each Sage 100 Premium database; this includes MAS_System.
- Exit SQL Server Management Studio.
Restore Sage 100 Premium - Make sure ALL users are out of Sage 100.
- (if applicable) Rename existing MAS90 folder then restore from backup.
- Open SQL Server Management Studio.
- Select SQL Server Instance for Sage 100 installation.
- Enter Login credentials then select Connect.
- Expand Databases.
NOTE: Make sure you also have a copy of the current database before restoring from backup. In the next step, we’ll delete the existing copy of the database. - (If applicable) Right-click the database you want to restore and select Delete. Click OK to delete the database.
- Right-click Databases and select Restore Database.
- Select Device under Source then select browse button (ellipses ‘…’).
- Click Add, then browse to the location you saved your backup file.
- Select the backup file then click OK twice.
- On the Restore Database screen, select ‘Files’ from the left panel.
- Verify the Restore path is correct. If the path is incorrect select ‘Relocate all files to folder’, and enter the desired path.
- Select OK.
- Right-click the restored Database and select Properties.
- Select Files from the left panel.
- Type ‘MAS_USER’ (without quotes) in the owner field.
- Select OK.
- Repeat Steps 6 – 18 for each Sage 100 databases you need to restore.
- Exit SQL Server Management Studio.
[BCB:155:Chat 100 US:ECB] |
|