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:
<database_id>=<database_path>
The Local Access section can include databases in the following format:
- SXV4
- SDMX
- SuperSTAR Archive File Format (.sar)
For example:
[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:
[SuperAdminServers]
SuperSTAR Database Server=inet:localhost:9230
[CORBA]
This section stores CORBA naming service settings.
Entry | Description |
---|---|
DBISServer | The SuperWEB1 server address. |
NamingService | Naming service location in the format inet:<host>:<port> |
For example:
[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:
<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.
[MandatoryFields]
bank=<Gender><Marital Status>
people=<Occupation>
[SingleSignOn]
Use this section to enable single sign on with Kerberos, by adding the following lines:
[SingleSignOn]
SSODLL=SSPI_Kerberos.dll
You must also configure an appropriate authentication service. See Single Sign On with Kerberos for more information.