XSW: load error ?Cannot open database ''.
Upgrading to an MSSQL supported version of XSW (3.15 or higher) is required. Contact XYPRO for support for more details.
If this article did not provide a solution, please open a case with our support team by sending an email message to support@xypro.com.
Related Articles
XSW: "Incompatible Database Version" Wrong Error
The actual problem was found in the SQL database error log, this error was " Error occurred - schema common cannot be created." The Database User, who will be creating the database should have the sysadmin role (or similar permissions to a sysadmin ...
XSW: security error 48s during the XSW load
To resolve the error add a safeguard diskfile-pattern or XOS rule for the XSW collection subvol ($vol.zzxsw*.*) to allow the XSW GUI user to access the collection files. If the XSW collection subvolume location is $WORK00.ZZXSW*. A Safeguard ...
XSW: "Incompatible database version" error generated during connection test
Customer can use upgrade option on the XSW Data Management tool to upgrade the Database to the version compatible with GUI. Steps: 1. Opening the XSW Data Management GUI 2. Making sure Server Instance Name and Authentication Mode are both correct. 3. ...
XSW: Managing a database through console commands
sqlcmd -S Server/Instance -U Bob0101 -q "use [master];" Connects to that server, and then uses the master Database Password123 Enters password SELECT * FROM sys.databases; Displays a list of all databases GO Runs the command USE Database; Begins to ...
XSW: Service Process not loading collection automatically with XSW connect error
Run the below query in the XSW database and ensure that the connection information in the query output is correct. SELECT [Node_Name] ,[Connection_Node] ,[PC_User_Name] ,[PC_User_Id] FROM [XSW325].[xygateswdc].[cCfgUsr] If you are unable to locate ...