If you find the following error occurs when you open SellerDeck software, please see the solution below:
“The site 'Site1' cannot be opened now as its database is currently being upgraded or verified by other user. Please try again later”
Solution:
The action of change the SiteLocked value of 1 to 0 should resolve the problem.
“The site 'Site1' cannot be opened now as its database is currently being upgraded or verified by other user. Please try again later”
Solution:
- Browse to your sites folder on your PC, this may be in a location similar to the below:
C:\Users\Public\Documents\Actinic vX\Sites (Where X is the version of SellerDeck software you are using)
- Double click on the file “Sites.ini” to open it in notepad.
- Within the Sites.ini file, you will see something similar to the below:
Code:[Sites] Site1= [Admin] Server= UseDbAuth=2 MID1=fba447b2c8a567d1 MID2=fba447b2c8a567d1 BackupPath= [Site1] SiteLocked=1 UpgradeType= RTSOrderDownloadTime=1302665161 StockUploadNetwork=ef0ec0b5229be340e596fd074edc5v10 Upgrade= Backup=
- Change this line below:
SiteLocked=1
To
SiteLocked=0
- Save the file and close it.
The action of change the SiteLocked value of 1 to 0 should resolve the problem.