Beschreibung
Die Cron-Klasse QuickReport erzeugt eine XML-Datei mit einer Kurzbeschreibung aller Profile und ihren wichtigen Eigenschaften. Sie benötigen dafür keine Konfigurationsdatei.
Konfiguration
Geben Sie im Feld Konfigurationsdatei den Namen eines DataFlow-Eintrags an. Der erzeugte Report enthält dann nur Profile aus diesem Eintrag.
Ein ungültiger Name führt zu einem Fehlerabbruch. Das System erzeugt dann keinen Job. Sie finden den Fehler unter Control Center > Logs > Allgemeine Meldungen.
Beispiel
Beispiel für eine erzeugte Report-Datei mit der Cron-Klasse QuickReport:
<?xml version="1.0" encoding="UTF-8"?>
<report>
<profile name="DTE Invoice splitten" active="false" valid_from="2024-03-05 00:00:00" valid_until="2034-02-28 00:00:00" group="Support" suspended="false" version="44" retain_backup="-1" file_encoding="8859_1" preparser="" preparser_config="" postparser="" check_environment="" check_environment_config="" swap="true" singe_run="false" priority="Normal" exception_mail="" exception_profile="" edifact_ctrl_profile="" verification_profile="" replace_profile="" error_mail_recipient="" error_mail_cc="" doc_type="CSV" iu="com.ebd.hub.datawizard.iu.NoActionUnit" iu_post_exec_encoding="8859_1">
Daten direkt aus der Datenbank abfragen
<input type="cron" server="" subtype="API">
<trigger_profile />
<settings class="com.ebd.hub.datawizard.util.DefaultSQLCron">
<schedule type="interval" interval="900" />
</settings>
</input>
<output run_as_thread="false" base_file_name="">
<response type="message" context="System" queue="DWForwardReceiver" profile="Invoice xml erstellen" post_exec="" post_exec_config="" />
</output>
</profile>
<profile name="Das_HTTP_Senden" active="true" valid_from="2024-08-05 00:00:00" valid_until="2034-07-31 00:00:00" group="intern" suspended="false" version="6" retain_backup="-1" file_encoding="8859_1" preparser="" preparser_config="" postparser="" check_environment="" check_environment_config="" swap="true" singe_run="false" priority="Normal" exception_mail="" exception_profile="" edifact_ctrl_profile="" verification_profile="" replace_profile="" error_mail_recipient="" error_mail_cc="" doc_type="CSV" iu="com.ebd.hub.datawizard.iu.NoActionUnit" iu_post_exec_encoding="8859_1">
<input type="upload" />
<output run_as_thread="false" base_file_name="">
<response type="http" host="http://localhost" port="80" uri="/dw/request/httpdrama?ID=1" query="daten=<http-data>" target_profile="" error_profile="" post_exec="" post_exec_config="" />
<response type="http" host="http://localhost" port="80" uri="/dw/request/httpdrama?ID=2" query="" target_profile="" error_profile="" post_exec="" post_exec_config="" />
<response type="http" host="http://localhost" port="80" uri="/dw/request/httpdrama" query="daten=<http-data>&ID=3" target_profile="" error_profile="" post_exec="" post_exec_config="" />
<response type="http" host="http://localhost" port="80" uri="/dw/request/httpdrama?ID=4" query="file=<http-data>" target_profile="" error_profile="" post_exec="" post_exec_config="" />
</output>
</profile>
</report>Verwandte Themen
Reports erzeugen (manuelle Report-Erzeugung über das Kontextmenü)