Skip to content

Connect the Backend Systems ???? Für aktuelles Produkt umarbeiten ????


After the installation, the Fileupload (scratch) and the PLOSSYS netdome (p4) connectors are available. All other connectors have to be activated in the configuration in order that the correspondent backend system can be connected.


(De-)Activate the Connection to the Backend Systems

  1. Export the complete configuration of SEAL Operator from Consul to a YAML file in order to ensure that the current configuration settings are used.

    operator config export <filename>.yml --insecure

  2. In the section of the desired connector, set cstatus to on or off.

    operator:
      connectors:
        dpf:
          cstatus: 'off'
          serviceName: operator-dpf
          url: 'https://localhost:3014'
        p4:
          cstatus: 'on'
          serviceName: operator-p4
          url: 'https://localhost:3010'
        p5:
          cstatus: 'on'
          serviceName: operator-p5
          url: 'https://localhost:3013'
        sap:
          cstatus: 'off'
          serviceName: operator-sap
          url: 'https://localhost:3012'
        scratch:
          cstatus: 'on'
          serviceName: operator-fileupload
          url: 'https://localhost:3009'
    

    Caution - do not turn off

    The Fileupload (scratch) connector represents My Documents in the SEAL Print Client user interface. Do not deactivate this connector!

  3. Save the file <filename>.yml and re-import it to Consul.

    operator config import <filename>.yml --insecure

Hint - no restart required

The changes are active immediately. You do not have to restart the system.


Next Step

Continue with: Configure the Connectors


Back to top