Skip to content

Keys – easyPRIMA


General

The configuration of SEAL APW REST service is specified in the [APWREST] section of the easyPRIMA configuration file:

"server/edc/conf/edc.cfg"

CONFIG_URI

CONFIG_URI specifies the address to which the settings of SEAL APW REST service are to be exported.

Available values: string

  • "http://<host_name>:<port_number>/apw-rest/settings/sealapw"

Default: "http://localhost:8084/apw-rest/settings/sealapw"


EXPORT_LOG_JSON

EXPORT_LOG_JSON specifies whether detailed printer data are to be written into the export log file.

Available values: Boolean

  • n

    Do not write detailed printer data into the log file.

  • y

    Write detailed printer data into the log file.

Default: n


EXPORT_PASSWORD

EXPORT_PASSWORD specifies the password under which the export of the printer data is processed.

Available values: string

  • <password>

Default: ""


EXPORT_REALM

EXPORT_REALM specifies a domain, e. g. Kerberos, in which the user who wants to execute the export to SEAL APW REST service is authenticated.

Available values: string

  • <domain_name>

Default: ""


EXPORT_TO_APWREST

EXPORT_TO_APWREST specifies whether easyPRIMA is allowed to export printer data to SEAL APW REST service.

Available values: Boolean

  • n

    Do not allow the export to SEAL APW REST service.

  • y

    Allow the export to SEAL APW REST service.

Default: y


EXPORT_URI

EXPORT_URI specifies the address of SEAL APW REST service to which the printer data are to be exported.

Available values: string

  • "http://<host_name>:<port_number>/apw-rest/admin/printers"

Default: "http://localhost:8084/apw-rest/admin/printers"


EXPORT_USERNAME

EXPORT_USERNAME specifies the user name under which the export of the printer data is processed.

Available values: string

  • user_name

Default: ""


OMSCONFIG_URI

OMSCONFIG_URI specifies the address of the remote SEAL APW REST Service to which the OMS configuration data are to be exported.

This parameter is necessary only if you install SEAL APW Service and easyPRIMA on different servers.

Available values: string

  • "http://<host_name>:8084/apw-rest/admin/omsconfig"

Default: By default this key ist deactivated.


RELOADCACHE_URI

RELOADCACHE_URI specifies the address of the route of SEAL APW REST service to trigger the update of the printer data in SEAL APW Client directly after the export.

Available values: string

  • "http://<host_name>:<port_number>/apw-rest/admin/commands/reload-cache"

Default: "http://localhost:8084/apw-rest/admin/commands/reload-cache"

Hinweis - mehrere Pfade

If you whish to define several paths, you have to enter them separated by comma and without blanks.


Back to top