What is the Statistica meta database version that corresponds to Statistica version?

What is the Statistica meta database version that corresponds to Statistica version?

book

Article ID: KB0070414

calendar_today

Updated On:

Products Versions
Spotfire Statistica Version 8 and higher

Description

This article is only applicable for Statistica Enterprise installations. Statistica Enterprise installations ask for a database during installation. This database is often referred to as the meta database for Statistica. Refer to : How to determine Statistica metadatabase ,if necesssary.

USE CASES :
It can be useful to know what Meta database version corresponds to what Statistica versions so Database migrations can be performed .For example, since the meta database version of Statistica 13.4 and Statistica 13.5 match, database migration can be performed between these two versions.
It can also be used to infer the Statistica version a meta database corresponds to from an old Statistica meta database backup.

Resolution

Every Statistica version has a corresponding database version. The following query can be executed on a Statistica meta database/meta schema  to return the MAJVER and MINVER in the below table that will help determine the meta database version.

  Select * from CSDBINFO ; (or) SELECT MAJVER,MINVER from CSDBINFO;

Below table has the Statistica Version and its corresponding Meta database version.
 

Statistica version Release Number CSDBINFO-MAJVER CSDBINFO-MINVER
Statistica Version  8 8.0.725.0 8.0 123
Statistica Version 9 9.1.210.53 8.0 134
Statistica Version 10 MR1 10.0.1011.0 8.0 137
Statistica Version 110A 11.0.170.2 8.0 148
Statistica Version 12SSP3 12.0.1133.23 8.0 153
Statistica Version 12A 12.0.1133.0 8.0 168
Statistica Version 12.5 12.5.192.5 8.0 170
Statistica Version 12.6 12.6.255.0 8.0 171
Statistica Version 12.7 12.7.207.1 8.0 178
Statistica Version 13 13.0.159.12 8.0 180
Statistica Version 13.1 13.1.336.0 8.0 182
Statistica Version 13.2 13.2.92.1 8.0 184
Statistica Version 13.3.0 13.3.704.1 8.0 188
Statistica Version 13.3.1 13.3.721.0 8.0 188
Statistica Version 13.4 13.4.0.14 8.0 191
Statistica Version 13.5 13.5.0.17 8.0 191
Statistica Version 13.6 13.5.0.17 8.0 191
Statistica 14.0 14.0.0.15 8.0  201
Statistica 14.0.1 (SP1) 14.0.1.25 8.0 201
Statistica Version  14.1 14.1.0.8 8.0 204
Statistica Version  14.2 14.2.0.18 8.0 205
Statistica Version 14.3 14.3.0.6                            8.0                           206






 

Issue/Introduction

This article details the Statistica version and its corresponding Statistica meta database version for Enterprise installations