<< Click to Display Table of Contents >>

spmgr.properties

Set the error message level, OZ Server information display level, and whether to allow accessing the OZ Server.


client_message_secure_level

Set the error message level.

Value

Description

high

The client sends only the error code, and the server does not output any information.

middle

The client sends the error code and exception name. The server outputs only the server version.

low

The client sends all error information, and the server output all information.

show_browser_secure_level

Set the OZ Server information display level to be displayed in a web browser. If this is not set, the value of the client_message_secure_level option is applied.

Value

Description

high

Do not show anything.

middle

The login button is displayed. When logged in, the OZ Server information is displayed.

low

The login button is displayed. When logged in, the OZ Server information and system information is displayed.

user.multilogin

Set whether to enable multiple logins of a single user.

user.sessionTimeout

Set the session timeout(in seconds). Applies only when the value of the user.multilogin option is false.

enable_service_repository

Set whether to enable designer to access OZ Server using repository pane

allow_service_qd

Set whether to allow OZ Query Designer to run a query for ODI file in the server repository. Applies only when the value of the enable_service_repository option is true.

allow_service_em

Set whether to allow OZ Enterprise Manager to access OZ Server

allow_service_rm

Set whether to allow OZ Repository Manager to access OZ Server.

allow_service_rv

Set whether to allow OZ Report Viewer to preview for the OZR file in OZ Server Repository. Applies only when the value of the enable_service_repository option is true.

allow_service_api

Set whether to allow OZ Server API to connect to OZ Server.

allow_service_sh

Set whether to allow OZ Scheduler to connect to OZ Server.

allow_exportbind_service

Set whether to allow server binding function. This option only supports Java server.

exportbind_sessionkey

Set the session key for server binding. To set multiple session keys, add comma(,) as a separator. At this time, the session is checked with the OR condition. This option only supports Java server.

guest_account_sessionkey

Set the session key for a guest account to connect to OZ Server. To set multiple session keys, add comma(,) as a separator. At this time, the session is checked with the OR condition.

guest_account_session_allow_ip

Set the guest account IP that can access the OZ Server regardless of the guest_account_sessionkey option. To set multiple session keys, add semicolon(;) as a separator.

webservice_sessionKey

Set the session key when using a web service or data service function. To set multiple session keys, add comma(,) as a separator. At this time, the session is checked with the OR condition.

svgviewerbind_sessionkey

Set the session key when working with the HTML5SVG viewer. To set multiple session keys, add comma(,) as a separator. At this time, the session is checked with the OR condition.

svgviewerbind_encryptToken

Set whether to encrypt tokens when connecting with HTML5SVG Viewer. If there is no session or an incorrect value is set, tokens are not encrypted.

odiparam_usersecurity.Active

Set whether to encrypt ODI parameter value.

odiparam_usersecurity.Class

Set the class name to encrypt the ODI parameter value.

odiparam_usersecurity.InitParam

Set the file path that the required parameters are declared when driving the class to encrypt the ODI parameter value.

datafield_usersecurity.Active

Set whether to decrypt data field encrypted with external modules. This option only supports Java server.

datafield_usersecurity.Class

Set the class name to decrypt the data field. This option only supports Java server.

datafield_usersecurity.InitParam

Set the file path that the required parameters are declared when driving the class to decrypt the data field. This option only supports Java server.

repository_access_allow_ip

Set IP to allow access to the OZ Server repository. To set multiple session keys, add semicolon(;) as a separator.