Documentation Index

Fetch the complete documentation index at: https://docs.lobstersoftware.com/llms.txt

Use this file to discover all available pages before exploring further.

QuickReport

Prev Next

Description

The cron class QuickReport creates an XML file. It briefly describes all profiles and their key properties.

You do not need a configuration file for this.

Configuration

In the Config file field, enter the name of a Data Flow entry. The generated report then contains only profiles from this entry.

An invalid name causes an error. The system does not create a job in that case. You can find the error under Control Center > Logs > General Messages.

Example

Example of a generated report file for the cron class 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">
    Query data directly from the database
		<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=&lt;http-data&gt;" 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=&lt;http-data&gt;&amp;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=&lt;http-data&gt;" target_profile="" error_profile="" post_exec="" post_exec_config="" />
		</output>
	</profile>
  </report>