Digital Process Factory 2.4.0¶
New Features¶
-
For connecting a DPF system to the Conversion Control Center (CCC), the new component DPF SAP Retriever is available. (DPF-1407)
-
Jasper reports in the customer-specific directory,
%SEAL_CUSTOMDIR%/server/dpf
are taken into account when compiling. (DPF-1094) -
For
dpfclearjobs
, the option-job <job>
is available for deleting a job with all sub jobs. With<job>
, the job ID or the job directory can be specified. Unless the job is finished, a warning will be output which can be suppressed by specifying-F
. Via the option-status ERROR|SENDING
, all finished jobs in anerror
status or in thesendback
status are deleted. (DPF-988) -
When packing the job for the support (lifesaver icon), JSON files containing the system versions and the
installed-packages.txt
file will be included additionally. (DPF-1410) -
DPF URL Callback appends its messages to the job log file. (DPF-1380)
-
When using the remote working unit, the
SEAL_CUSTOMDIR
path is adjusted to the remote system. (DPF-1397) -
Due to the Java working unit checks via DB call if an update is required, the script
server/dpf/startstop/177.update-java-wu.start
has been removed. (DPF-1389) -
Apache Tomcat has been added to the standard dependencies of DPF due to it is required by the REST service which is an inherent part of DPF. When starting the DPF system, Apache Tomcat is started, too. (DPF-1383)
-
When packing the job the support via lifesaver icon, JSON files containing the system versions and the
installed-packages.txt
file will be included additionally. (DPF-1410)
Bug-Fixes¶
-
DPF SAP Retriever can now be found easier in the task list. (DPF-1417)
-
The wait working unit terminates the wait process if the correspondent module returns an error. (DPF-1405)
-
To avoid collisions when loading classes, the jar files and the other classes are stored for each working unit separately. (DPF-1189)
-
The bug when deleting the current job has been fixed. (DPF-1391)
-
The bug with starting kNet when using the remote working unit has been fixed. (DPF-1403)