krn.GetServerInfo
This job returns a specific server information based on the information type.
1. Input Parameters
| Name | Type | Required | Description |
|---|---|---|---|
|
INT |
Yes |
Currently not supported — pass |
|
INT |
Yes |
Information type (see table below) |
2. Output Parameters
| Name | Type | Dependency | Description |
|---|---|---|---|
|
INT |
— |
Equal to the input parameter |
|
STRING |
— |
The identifier associated with the info type |
|
STRING |
— |
The queried server information |
3. Information Types
| Info Type | Info String | Description |
|---|---|---|
|
|
Server ID |
|
|
Server name |
|
|
Program instance name |
|
|
Server Comstring (e.g. |
|
|
Database name (e.g. |
|
|
Database parser (e.g. |
|
|
Path to client configuration files |
|
|
Status bar string |
|
|
|
|
|
Complete path of the server directory |
|
|
File names + creation time from |
|
|
File names + creation time from |
|
|
File names + creation time from |
|
|
File names + creation time from |
|
|
File names + creation time from |
4. Return Value
(INT): 0 = Job successful, otherwise error code.
See also: krn.GetServerInfoEx