Setup for Barcode Scenario

yuuvis® RAD repository-manager 10.x »

The barcode scenario is configured and activated via the rmalink-prod.yml configuration file.

The servicewatcher-sw.yml file located in the \config directory of yuuvis® RAD service-manager must also be customized.

rmalink-prod.yml

Parameters of the rmalink-prod.yml configuration file for the barcode scenario:

Parameter Type Description Sample value Default
repositorymanager-al.barcode.interval Integer

Barcode processing interval (in minutes).

The default value 0 deactivates barcode processing.

30

0

repositorymanager-al.barcode.limit Integer Batch size of the barcode documents that are processed per repository in an interval.

100

1000

repositorymanager-al.barcode.library-folder String

Directory for the files sapjco3.jar and sapjco3.dll

C:/rm-alink/lib

${repositorymanager-al.working-dir}/lib

repositorymanager-al.barcode.cnt-type-doc-type String

List of entries for mapping the barcode document type, separated by pipe characters.

Entries consist of content type, equals sign, and SAP® document type.

Image/TIFF=FAX|application/pdf=PDF Image/TIFF=FAX|application/pdf=PDF
repositorymanager-al.barcode.default-doc-type String Standard SAP® barcode document type TIF TIF
repositorymanager-al.barcode.default-protection String Protection of the document rcud rcud
repositorymanager-al.barcode.default-protocol-version String SAP Content Server HTTP Interface Version 0047 0047
repositorymanager-al.rad.barcode.sap.connections List List of SAP® connections to the repository.
repositorymanager-al:
  rad:
    barcode:
      sap:
        connections:
          - name: OSH
            contRep: IR
            ashost: 10.10.4.7
            sysnr: 00
            client: 800
            user: USERNAME
            passwd: PASSWORD
            lang: en
-

servicewatcher-sw.yml

The servicewatcher-sw.yml file located in the \config directory of yuuvis® RAD service-manager must be customized:

applications:
- name: rmalink
  type: microservice
  profiles: prod,cloud,red
  instances: 1
  memory: 512M
  port: 8092
  path: ${appBase}/rmalink/rmalink-app.jar
  options:
  - -Dloader.path=${enaio.data.path}/rm-alink/lib

Enter the path to installed SAP® libraries. Default: ${enaio.data.path}/rm-alink/lib