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.

Options

Prev Next

Settings

Settings field for notification mail, error handling, subsequent profiles, and timestamp.

Max. duration until the system sends a notification mail: To prevent jobs started by the Input Agent from running unnoticed for a long time, you can set up an email notification. You configure the SMTP server to use and the sender email address for the error email in the enableErrorMail entry of the configuration file ./etc/startup.xml. If this field has a value greater than 0, the system sends an email if the calculated start time of the next job plus this field's value is earlier than the current time.

Runtime is absolute, refers to the next start point: If you set an absolute runtime here, uses the start time of the current job.

Cron job is considered an error if no data is found: If you select this checkbox, the system generates an error when a job starts and no data is available. See section Error handling for details.

Also send a notification mail on connection error: On a connection error, the system sends an error email. See section Error handling for details.

Call the following profile at the end of the cron job: If the Input Agent has started at least one job, you can trigger a subsequent (active) profile after the last job. The system also triggers this profile if no job ran successfully. IMPORTANT: This profile triggers the subsequent profile only once. The triggered profile must have a time-driven Input Agent (Trigger by other profile); you cannot use profiles with the Message Input Agent. The subsequent profile cannot access variables with the MSG_CALL_ prefix, because the variables in this profile are not yet initialized in phase 1 - unless another profile also triggers this profile here. In that case, the system can pass through its MSG_CALL_ variables.

NOTE: If you set the option Activate parallel processing, the system calls the selected profile as soon as it has passed the last file to be processed to the system for processing. This means it can no longer guarantee that all data has already been processed before the selected profile starts.

Call the following cron profile on error of the cron job: If an error occurs while fetching or processing the data, you can specify an (active) profile to call. Example: A profile fetches data from a customer via FTP. If the customer's FTP server is unreachable during the profile run, the system generates an error. You can specify a subsequent profile for this error case to contact an alternative server of the customer. IMPORTANT: This profile triggers the subsequent profile only once. The triggered profile must have a time-driven Input Agent (Trigger by other profile); you cannot use profiles with the Message Input Agent. The subsequent profile cannot access variables with the MSG_CALL_ prefix, because the variables in the calling profile are not yet initialized in phase 1 - unless another profile also triggers this profile here. In that case, the system can pass through its MSG_CALL_ variables.

File function custom class: For the data sources File, FTP (except via DMZ), SCP, and WebDAV, you can enter a file function class here - for example, one that checks whether another file belonging to the source file exists. If the check fails, the system does not create a job. NOTE: You can access the documentation for a selected class through the question mark icon.

Timestamp: Timestamp of the profile's last run. Before the first run, the field shows the default value 1.1.1970 01:00. Clicking Request displays the timestamp. The system can set it automatically in the Input Agents Basic SQL (Cron Input Agent) and HTTP (Cron Input Agent) (see there for details). You can also enter and save the timestamp manually here .