SetSvcResult SetSvc(SetSvcArg tArg)
tArg. Operation execution parameters.
The SetSvc operation changes BI server work parameters.
This operation enables the user to change the following information:
Parameters used by BI server on working of separate sessions with repositories.
Parameters of connection pool used by BI server.
State server parameters.
Parameters of operation work statistics collection.
To execute the operation, set flags of the parameters that must be obtained in the tArg.pattern pattern. Use the tArg.credentials field to specify credentials of the user who has access permissions to system tables and is saved in BI server registry.
To execute the GetSvc operation, meet the following requirements:
BI server settings must have the determined SysLogMb parameter. It is required because system tables with statistics are addressed on executing the operation .
It is required to save the user credentials specified in the tArg.credentials field. The user credentials are saved by the PP.Util utility with the /DC key.
Various methods of using the operation are given in the following examples:
Example name |
Enabling Statistics Saving Mode |
See also: