PLOSSYS Output Engine 7.0.0¶
New Features¶
-
As of PLOSSYS Output Engine 7.0.0, SAP Spool printing has been improved to fully comply with the SAP specifications. The implementation is backwards compatible with old BC-XOM installations. On how to use it, refer to Configure Output from SAP Spool on Windows or on Linux. The following changes have been implemented:
-
The
seal-co-notifier
service can send job and device notifications to multiple SAP systems. (PLS-2055) -
Masterlock of the
seal-co-notifier
has been abolished. Instead it is locked perrmgId
(per LOMS). This enables correct horizontal scaling of the service. (PLS-2102) -
Device notifications are supported according to the BC-XOM specification. (PLS-2106)
-
In the event of a problem with a printer, the feedback is sent to SAP in an SAP-compliant manner. This makes it clear that the problem was with the printer and not the job. (PLS-2135)
-
SAP ROMS reconfiguration settings are evaluated by the
seal-co-notifier
service and logged. (PLS-2137) -
For the BC-XOM certification, job notifications have been modified according to the SAP requirements. (PLS-2138)
-
Device feedback with interval control works according to the BC-XOM specification. (PLS-2143)
-
In a cluster, multiple instances of
seal-co-notifier
service share their workload. For customers with several IPP or SAP systems, this results in load distribution. (PLS-2167) -
For the
seal-co-notifier
service, two new service keysKV_HISTORY_SIZE
andKV_STORAGE_TYPE
are available to configure the NATS key-value store. (PLS-2171) -
The
seal-co-notifier
service uses nwrfcsdk 7.50.15. (PLS-2172) -
The environment key SAP_JOBNOTIFY_TIMEOUT is obsolet. Instead, you have to configure the timeout for every SAP system in the
spad
transaction in SAP. For more information refer to Update to 7.0.0 for Linux or Windows. (PLS-2236)
-
-
Pickup jobs can be recognized in PLOSSYS Administrator by the letter P next to the job icon. (PLS-1652)
-
By default comments are now preserved when converting PDF to Postscript. To prevent this, the new environment key
NO_COMMENTS
is available. (PLS-2023) -
The
seal-co-notifier
service provides the new Prometheus metricout_ngn_sap_function_calls_total
to monitor communication with SAP. For the existing metricout_ngn_sap_notifications_total
the labelnotification_type
has been added. (PLS-2168) -
For security reasons, Node.js has been updated to version 22.13.1. (PLS-2186)
-
For printer configuration, bos2gyros has been updated to version 1.4.1 due to Node.js version 22.13.1. (PLS-2187)
-
For container based installations distroless images are available via Github. (PLS-2191)
Bug-Fixes¶
-
Sometimes BC-XOM notifications to SAP were lost. This error has been fixed. (PLS-1476)
-
The directory of the
sapnwrfc.ini
file is explicitly set inseal-co-notifier
service via theSAPNWRFCINI_PATH
environment key. (PLS-2013) -
The bug has been fixed, where error events between streaming services got lost because of network issues and caused a "… still waiting for response from follow up services" error message. (PLS-2050, PLS-2112)
-
The bug has been fixed, where PLOSSYS 4 scaling parameter were not evaluated if not received via IPP. (PLS-2058)
-
If job metadata have been changed by a converter service, the job parameter
job.metadata
is updated accordingly to be used in the flow ofseal-convert-dispatcher
service. (PLS-2147) -
SAP device notifications are fail-safe like job notifications. (PLS-2165)
-
Device notifications for a redirected device now include the device to which the job is being redirected to: e.g. 'Printer is redirected to printer2'. (PLS-2232)
Known Issues¶
-
When changing the
seal-island-checkout
on a Windows client using theRepair
option, default values will be written into the registry instead of the changed data. To prevent that issue, uninstall the current client first, then install anew. (PLS-1927) -
When a key has been entered into Consul with leading or trailing spaces it can override the correct version of the key. (PLS-1985)
-
When updating from PLOSSYS 5 to PLOSSYS Output Engine 6.0.0 or higher under Linux, the directories for the old services
seal-plossys-accounting
andseal-plossys-message-relay
will not be deleted. (PLS-1990) -
plossys service stop (--full)
fails if MongoDB is not running. (PLS-2189)