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 versionRelease NumberCSDBINFO-MAJVERCSDBINFO-MINVER
Statistica Version  88.0.725.08.0123
Statistica Version 99.1.210.538.0134
Statistica Version 10 MR110.0.1011.08.0137
Statistica Version 110A11.0.170.28.0148
Statistica Version 12SSP312.0.1133.238.0153
Statistica Version 12A12.0.1133.08.0168
Statistica Version 12.512.5.192.58.0170
Statistica Version 12.612.6.255.08.0171
Statistica Version 12.712.7.207.18.0178
Statistica Version 1313.0.159.128.0180
Statistica Version 13.113.1.336.08.0182
Statistica Version 13.213.2.92.18.0184
Statistica Version 13.3.013.3.704.18.0188
Statistica Version 13.3.113.3.721.08.0188
Statistica Version 13.413.4.0.148.0191
Statistica Version 13.513.5.0.178.0191
Statistica Version 13.613.5.0.178.0191
Statistica 14.014.0.0.15                   8.0 200
Statistica 14.0.1 (SP1)14.0.1.258.0201
Statistica Version  14.114.1.0.88.0204
Statistica Version  14.214.2.0.188.0205
Statistica Version 14.314.3.0.6                       8.0                       206
Statistic Version 14.414.4.0.11                       8.0                       206






 

Issue/Introduction

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