XSW: "Incompatible Database Version" Wrong Error

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 role) on the database server. Typically, this role belongs to DBA who manage database server. 

This problem is resolved by making sure that the user who will be creating the database has the correct admin permissions.

If you are unable to locate the solution needed or if you need additional assistance please Click Here
 to open a case from our Customer Care Portal.


    • Related Articles

    • 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: 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 ...
    • XWG: How to find out the XSW database version in SQL SERVER?

      The easiest way is to Open the SQL Server Management Studio and run the below query. In the example below, the database version is XSW 3.25. Open Microsoft SQL Server Management Studio. Click to open Databases folder Right click on the XYGATESW ...
    • 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 ...
    • XAC: XAC - Database server object filename wrong.

      Stop the XAC database process. The next XAC command will automatically restart the database server with the default object DBSO. The default XAC database process is named $ACDB If this article did not provide a solution, please open a case with our ...