Digital Process Factory 3.2.1¶
New Features¶
-
During installation, directories are no longer created under
%PLSROOT%/data
, since the data directory can be specified arbitrarily in SEAL Setup. Scripts have to access the data directory via the%PLSDATA%
environment variable instead of%PLSROOT%/data
. (DPF-1618) -
When collecting data belonging to a job already deleted, a warning will be output that the collected data only contains the log file and no job data. (DPF-1559)
Bug-Fixes¶
-
The bug with the missing
libDpfClient.dll
fordpf-deploydpfclient
has been fixed. (DPF-1610) -
The REST Web Service, SOAP Web Service and DPF SAP Retriever Java clients set the
DPFTRACKER_URL_JOB
parameter analog to DPF Batch Client (dpfclient). (DPF-1621) -
The bug with the encoding of collected files has been fixed. (DPF-1600)
-
In case of a license error, the
ERR_REASON
DPF parameter will be set. This way, also a helpful error message is displayed in SAP. (DPF-1310) -
JobDir
is generated using the correct filesystem separators in order to avoid errors when using it in environment variables. (DPF-1628) -
The umlauts in the log messages are displayed correctly. (DPF-1644)
-
The REST WU only reads values from the
{{ restwu }}
element in the configuration.{{ workingunit }}
is no longer evaluated. (DPF-1641) -
Due to security reasons, the Apache Commons libraries have been updated. (DPF-1614)
-
When starting DPF SAP Retriever, the connection of the RFC servers are checked before processing working packages to avoid errors during checkout. (DPF-1646)
-
The license is checked in subprocesses as well. (DPF-1624)
-
The bug when expanding variables has been fixed. (DPF-1630)