adm.GetSystemFile
The job passes the system file (e.g. as.cfg) to the client and locks it.
System files are in the DB table osresources with resourcetype=1.
1. Input Parameters
| Name | Type | Required | Description |
|---|---|---|---|
|
INT |
Yes |
Controls opening mode and timestamp return: |
|
STRING |
Yes |
Name of the system file |
|
INT |
Yes |
Version of the system file to be requested |
2. Output Parameters
| Name | Type | Dependency | Description |
|---|---|---|---|
|
INT |
Optional |
Number of returned files (always |
|
INT |
Optional |
Timestamp in LowDateTime format |
|
INT |
Optional |
Timestamp in HighDateTime format |
4. Return Value
(INT): 0 = Job successful, otherwise error code.
See also: adm.StoreSystemFile