Solved

FSM DB Metrix Version

  • 19 April 2021
  • 2 replies
  • 307 views

Userlevel 4
Badge +11

Anyone know how to check the Metrix version of SQL server database ? Stuck with this issue. Need to check if database has the same Metrix version.

**Database exists in the server and security permissions are already given.

 

icon

Best answer by Erin McQuestion 30 April 2021, 20:38

View original

This topic has been closed for comments

2 replies

Userlevel 5
Badge +9

You can issue the query select * from currver to get the history of the versions of FSM that have been deployed with that database.

The “Database not available” and the A128e exception seen in the image most often means the Application Server is currently unable to communicate with the Database.  If a restart of the app server does not resolve the issue, restart the database, and then restart the app server pools again once the database is available.

Userlevel 4
Badge +11

You can issue the query select * from currver to get the history of the versions of FSM that have been deployed with that database.

The “Database not available” and the A128e exception seen in the image most often means the Application Server is currently unable to communicate with the Database.  If a restart of the app server does not resolve the issue, restart the database, and then restart the app server pools again once the database is available.

Thanks Erin for the answer !!! This worked