Error in the application after server OS is migrated from Windows 2012 to Windows 2016

sajan pillai 1 Reputation point
2021-10-12T17:07:28.633+00:00

We have recently migrated a SQL server instance server OS from Windows 2012 R2 to Windows 2016 server. The SQL server version on the server is maintained as MS SQL server 2012 (SP3) standard edition (64 bit)

After the upgrade, the java application hosted on the application server is throwing the below error -
There was a database error or concurrent use of the same folder or object.

What could be the root cause of this issue ? Any suggestions to possibly fix with the OS migration or reconfiguration of the database SQL instance. ?

SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
12,704 questions
{count} votes

3 answers

Sort by: Most helpful
  1. Tom Phillips 17,716 Reputation points
    2021-10-12T17:29:45.183+00:00

    That is not a SQL Server error. Without more information, it is impossible to guess as to the problem.

    0 comments No comments

  2. YufeiShao-msft 7,056 Reputation points
    2021-10-13T06:39:43.343+00:00

    Hi @sajan pillai

    You should check your error log for more information

    You can try to use DMA (Data Migration Assistant) to migrate SQL Server. If you migrate your SQL Server to another server, you will need the license key for the new SQL Server.(for detailed information about the license issue, please call 1-800-426-9400, Monday through Friday, 6:00 A.M. to 6:00 P.M. (Pacific Time) to speak directly to a Microsoft licensing specialist. For international customers, please use the https://www.microsoft.com/en-us/licensing/worldwide to find contact information in your locations. For Volume Licensing Service Support, please use the https://learn.microsoft.com/en-us/licensing/contact-us to contact information for your country.)

    https://learn.microsoft.com/en-US/troubleshoot/sql/general/use-sql-server-in-windows#minimum-sql-server-version-requirements-for-windows-10-and-windows-server-2016

    Here's what you need to know about SQL Server 2012 setup and migration
    https://learn.microsoft.com/en-us/troubleshoot/sql/install/sql-server-2012-setup-issues


  3. Nilsson Fredrik K 6 Reputation points
    2021-10-21T07:56:22.01+00:00

    You need to provide more information than that single error message, the wording in the error message is to vague to speculate what is the problem, its a little bit like it is either the database or something totally different, if you read it.

    Is this an inplace upgrade of the Windows OS? Or is this a totally new machine?

    0 comments No comments