Difference between revisions of "OS4X plugin os4xplugin engdat light"
Jump to navigation
Jump to search
| (One intermediate revision by the same user not shown) | |||
| Line 1: | Line 1: | ||
| − | == | + | [[Category:Plugins]] |
| + | == Purpose == | ||
| + | Changing the virtual file name in the XML file of a job for each file. The basis is the address code of the addressee. If this is longer than 5 digits, the last 5 digits are used. If the address code is shorter than 5 digits, the plugin will abort. | ||
| − | + | == Requirements == | |
| + | * File <code>/etc/os4x.conf</code> or configuration file referenced by environment variable <code>$OS4X_CFGFILE</code> | ||
| − | == | + | == Configuration == |
| + | None. | ||
| − | * | + | == Return codes == |
| − | + | *0: everything OK | |
| − | + | *1: Number of parameters != 1; Config file <code>/etc/os4x.conf</code> not found; Config in database not readable; License not valid; XML file invalid | |
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
Latest revision as of 08:32, 29 July 2024
Purpose
Changing the virtual file name in the XML file of a job for each file. The basis is the address code of the addressee. If this is longer than 5 digits, the last 5 digits are used. If the address code is shorter than 5 digits, the plugin will abort.
Requirements
- File
/etc/os4x.confor configuration file referenced by environment variable$OS4X_CFGFILE
Configuration
None.
Return codes
- 0: everything OK
- 1: Number of parameters != 1; Config file
/etc/os4x.confnot found; Config in database not readable; License not valid; XML file invalid