Update Center

Here you can download updates manually or set an automatic download. The updates are installed after a restart of the Integration Server. You need administrator rights. You can also download the latest version and upload patches.

Settings


(1) Upload patch: Here you can manually upload a patch (self-developed or specially developed for you or downloaded from the customer area). Note: See the corresponding instructions in the customer area: https://portal.lobster.de/en/patches-en/.

(2) Download updates automatically: New updates are downloaded automatically by the system. You can define one cronjob via "Times/Execution".

(3) Permit transfer of technical data: Here you can allow technical data of your system to be uploaded, which makes it easier for our support to process your tickets faster. The data sent is the export XML file of page Insight (statistics). Note: This page is only active if you allow the data transfer here.

(4) Allow transfer of non-anonymised data: Allows the transfer of non-anonymised data (installation ID, customer name, maximum licensed number of profiles/ETL pipelines/workflows/users/CPUs).

(5) Allow beta versions: Checkbox is only available on test systems. If it is set, beta versions are also offered for (manual, not automatic) download.

(6) Lobster_pro: Option is only displayed if Lobster_pro is licensed.

(7) Preset settings: Templates can be downloaded here (if available), see sections Databases/connectors (administration), HTTP (Input Agent cron) and Response "HTTP" . Note: The file "presets.xml" is automatically integrated after downloading, no manual steps are necessary.

(8) New updates: New updates are displayed here (installed and not installed). Updates that are downloaded but not yet installed can be deleted (→ context menu). Important note: If you download an update via the Update Center, it is automatically transferred to the DMZ server (if available). To install the update on the DMZ server, the Integration Server must be restarted there.

(9) Updated connectors: Updates of licensed Business Connectors can be downloaded here.

Logs


Logs can be found under Server-Logsinternal.

The debug mode can be activated with the following entry in configuration file ./etc/startup.xml. Please note, however, that this generates a lot of data, so the debug mode should not be activated permanently.


<Call name="enableLobsterLoader">
<Arg>
<New class="com.ebd.hub.datawizard.app.update.LobsterLoader">
<Set name="verbose">true</Set>
</New>
</Arg>
</Call>