Skip to main content
Skip table of contents

ssii.ini

Summary

Stores the SuperSTAR II catalogue settings for SXV4 databases.

Default Location

C:\ProgramData\STR\SuperCROSS\Catalogue

[DBPath]

This section stores the list of databases and tables in the Local Access section of the Catalogue, in the form:

CODE
<database_id>=<database_path>

The Local Access section can include databases in the following format:

  • SXV4
  • SDMX
  • SuperSTAR Archive File Format (.sar)

For example:

CODE
[DBPath]
RetailBanking=C:\ProgramData\STR\SuperCROSS\Databases\Retail Banking
peopledemo=C:\ProgramData\STR\SuperCROSS\Databases\people

[SuperAdminServers]

This section contains the name and address of the SuperADMIN server. This entry is automatically created when a SuperADMIN connection is made in SuperCROSS.

For example:

CODE
[SuperAdminServers]
SuperSTAR Database Server=inet:localhost:9230

[CORBA]

This section stores CORBA naming service settings.

EntryDescription
DBISServerThe SuperWEB1 server address.
NamingServiceNaming service location in the format inet:<host>:<port>

For example:

CODE
[CORBA]
DBISServer=DBIS_server
NamingService=inet:super_server:9000

[MandatoryFields]

This section can be used to force users to include certain fields in a table.

SuperCROSS will not allow a cross tabulation unless the table includes all the mandatory fields:

To specify mandatory fields, use the following format:

CODE
<database_id>=<list of mandatory fields enclosed in angle brackets>

The following example specifies that:

  • For the Retail Banking database (ID: bank) the Gender and Marital Status fields are required.
  • For the people database, the Occupation field is required.
CODE
[MandatoryFields]
bank=<Gender><Marital Status>
people=<Occupation>

[SingleSignOn]

Use this section to enable single sign on with Kerberos, by adding the following lines:

CODE
[SingleSignOn]
SSODLL=SSPI_Kerberos.dll

You must also configure an appropriate authentication service. See Single Sign On with Kerberos for more information.

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.