You are viewing limited content. For full access, please sign in.

Question

Question

SQL Database looking for LF Server version 8.6.1

asked on January 18, 2016

Get an issue with version compatibility when trying to re-attached a repository.

 

The LF Server is 8.3.2  and the SQL Server is looking for 8.6.1.  I read on another post the SQL database version 8.6.1 is the Laserfiche 9.2.1.

 

Is there a table with the SQL versions and compatibility?

0 0

Answer

SELECTED ANSWER
replied on January 18, 2016

Run the following query against the Laserfiche database that's attached to the SQL instance

select optionvalue from dboptions where optionname='version'

This will give you the version of the database schema. If the value returned is 8.6.1, then it means you'll need to use at least Laserfiche Server 9.2.1 to register the repository using that database.

  • Database schema version 8.7 is for Laserfiche Server 10
  • Database schema version 8.6 is for Laserfiche Server 9.2
  • Database schema version 8.5 is for Laserfiche Server 9.1
  • Database schema version 8.4 is for Laserfiche Server 9.0

and so on

2 0

Replies

replied on January 18, 2016

Perfect!  Thanks Alexander

0 0
You are not allowed to follow up in this post.

Sign in to reply to this post.