edmiRemoteGetDatabaseLogFiles
Â
EdmiError edmiRemoteGetDatabaseLogFiles(SdaiServerContext serverContextId, SdaiString location, SdaiString databaseName, SdaiString logFilesFirstPart, SdaiString logFiles, SdaiString destinationFolder, SdaiString outputFile, SdaiOptions options, SdaiInvocationId *edmiInvocationId);
Transfer database log files from an EDM server to a client machine.
Arguments
1 | Type | Name | Comment |
2 | SdaiServerContext  | serverContextId | Context identification, from edmiDefineServerContext |
3 | Â SdaiString | location | The full path to the directory on the remote file system where the database files will be located. The remote file system is the file system of the EDMserver. |
4 | Â SdaiString | databaseName | The name to assign to the EDMdatabase. EDMdatabase names are case sensitive on Unix platforms and case insensitive on Windows platforms. |
5 | SdaiString | logFilesFirstPart | A log file name has the following syntax: EDM.<database name>.<database creation time>.<database server startup time>.<log type specific part>. The two time parts have the following syntax: YYYYMMDD-HHMMSS. When this parameter is specified, only log files matching this part are transferred to the the client. If the parameter is blank, only files related to the last database creation / startup time are transferred. If the value is equal to * and the option ALL_OF_SPECIFIED_TYPE is checked, all files of the specified types are transferred regardless of the database creation / startup time Exception: There is only one server report file and it has not server startup time as part of its name. In the EDMS command "Get remote database log files" this field is named "Database creation-start time". |
6 | SdaiString | logFiles | The log files specified here, separated by space, will be transferred. The names shall only consist of the <log type specific part>. The full file name will consist of the logFilesFirstPart + part specified here. In the EDMS command "Get remote database log files" this field is named "Database log file name". |
7 | SdaiString | destinationFolder | Folder where the the transferred database log files will be stored. In the EDMS command "Get remote database log files" this field is named "Local destination folder". |
8 | SdaiString | outputFile | A file where a log from the transfer is written. By using the option GET_DATABASE_FILE_LIST, a list of all files in the database folder is written to this file. |
9 | SdaiOptions | options | ALL_OF_SPECIFIED_TYPE, GET_DATABASE_FILE_LIST, GET_AND_DELETE, ONLY_DELETE, OPEN_DATABASE_INFO, SERVER_TRACE, APP_SERVER_TRACE, VM_TRACE, SERVER_DUMP, SERVER_REPORT_FILE |
Return Value
Â
Options
 Â
Option | Comment |
ALL_OF_SPECIFIED_TYPE | If no log file is explicitly specified in parameter logFiles, all files of the specified types are transferred. |
GET_DATABASE_FILE_LIST | A list of all files in the database folder is written to the file specified in parameter outputFile. |
GET_AND_DELETE | All files that are transferred to the client are deleted from the server log file folder after transfer. |
ONLY_DELETE | No files are transferred. The specified files are deleted from the server log file folder. |
OPEN_DATABASE_INFO | Transfer open database info file. |
SERVER_TRACE | Transfer EDM server trace file. |
APP_SERVER_TRACE | Transfer EDM application server trace files. |
VM_TRACE | Transfer Virtual Machine dump files. |
SERVER_DUMP | Transfer EDM server / application server dump files. |
SERVER_REPORT_FILE | Transfer the Server Report File. |
Â
Example
Â
Â
Â
See also
Filter by label
There are no items with the selected labels at this time.
Â