The steps below will guide you through restoring a backup of the MET/TEAM database via Microsoft SQL Server Management Studio application that can be installed with the MET/TEAM application.
- Copy the database backup file to a known location (c:\Temp) and unzip if necessary.
- Open SQL Server Management studio on the computer where SQL Server was installed.
- The settings should be defaulted to your local SQL installation and to use “Windows Authentication”. If necessary contact your IT department for this information. Click Connect.
- When Microsoft Sql Server Management Studio opens, expand to locate your METTEAM database and then right click and select Tasks – Restore- Database
- In the “Restore Database – metteam” dialog, select “From Device” and the click the ellipse […]
- In the “Specify Backup” window, select the Add button.
- Locate the database backup file (.bak) and click OK.
- In the “Specify Backup” dialog, verify the “Backup location” contains the file you just selected and then click the OK button.
- In the “Restore Database – metteam” dialog, click the “Restore” check box next to the version of the backup you want to restore.
- In the top left of the dialog, click “Options” and then check the “Overwrite the existing database (WITH REPLACE) check box
- If you received the database from someone else (Technical Support or backup from another computer), you may need to change the "Restore As" drive and path location for your system.
- Click OK and you will see the Progress indicator start showing the progress in %.
- When the process finishes you will receive a prompt that it was successful.
-
Sometimes you will receive a “… database in use” error shown below. If this happens there are some additional steps you can take to resolve this issue. (Described below)
- Open Internet Information Services Manager (IIS) to stop the MET/TEAM website.
- Click Start --> and type “IIS” in the run box (three letters, those are capital letter i)
- Click to open the IIS manager
- In ISS manager expand out the server name and the “Sites”
- Click on METTEAM and in “Manage Web Site” on far right, click “Stop”
- Click on METTEAM Customer Portal and in “Manage Web Site” on far right, click “Stop”
- Leave IIS open so they can be started again
NOTE: Because the sites were stopped above, it is possible that the “metteam” processes discussed below will be gone, if so proceed to step 16.
- Click Start --> and type “IIS” in the run box (three letters, those are capital letter i)
- Open "Control Panel-->Administrative Tools-->Services" on the computer.
- then find "Fluke MET/TEAM Email Alerts Engine"
- Then Stop it
- Leave Services open so they can be started again after the restoring of the database.
- Use SQL Server Management Studio’s Activity Monitor to close all “metteam” connections with the following steps.
- Open SQL Server Management Studio
- Right click on the server name and select “Activity Monitor”
- Click to expand the “Processes” section
- Then use the drop down to view all “metteam” processes so they can be “killed”
- Now from the bottom up, right click and select “Kill Process” for all “metteam” processes.
- It will take a few moments but all “metteam” process will disappear
- Attempt to restore the “metteam” database again, this time it should work.
- Once you have successfully restored the “metteam” database, use IIS to “Start” the web sites
- Back in IIS, select the “METTEAM” site in top left and the click “Start” in the Manage Web Site section on the right
- select the “METTEAM Customer Portal” site in top left and the click “Start” in the Manage Web Site section on the right
- Back in Services, select the "Fluke MET/TEAM Email Alerts Engine" and click Start
- The issue should be resolved at this point if not contact softwaresupport@flukecal.com for further assistance.