Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Java connector is a critical middle-ware component. Please follow the steps in this guide (SM 2011) Java Connector Setup to set it up before you continue. 

...

In addition to standard Datavard Java connector configuration, GCP libraries have to be used as a dependency in (SM 2011) Java Connector Setup.

...

If the library is missing, please contact the Datavard representative for further instructions on how to load the library bundle to the system.

...

The final step in SAP & GCP connectivity is a the creation of two storages in transaction /DVD/SM_SETUP. One for the transfer of flat files, the other one for table management, and SQL queries.

  1. Google Cloud Storage (GCS) - as seen in the screenshot, the required fields are:
    Storage ID - logical name of the storage connection
    Storage type - GCS (stands for Google Cloud Storage)
    Bucket name - name of the storage bucket from step 1.3
    Configuration path - physical path to JSON key file from step 2.1
    Java connector RFC - TCP/IP RFC destination used for communication with Datavard Java connector (configured in step 2.2)
    Avoid use of TMP files - Option if the transfer of content to cloud should be via memory or TMP files
    Path for TMP files - In case of using TMP files transfer - filesystem path, where the TMP files will be used

    Image RemovedImage Added

  2. Google BigQuery storage (BIGQUERY) - required fields
    Storage ID - logical name of the storage connection
    Storage Type - BIGQUERY
    Dataset - name of the BigQuery dataset from step 1.4
    Reference Storage - Google Cloud storage used for the flat-file transfer
    Java connector RFC - TCP/IP RFC destination used for communication with Datavard Java connector

    Use extended escaping - checked if extended escaping should be use used (replaces escape characters, such as newline, backspace, tabulator, etc., by the 'space' character)

    Image RemovedImage Added

When all configuration steps are completed and there is no problem with permissions, an automatic storage check shows a green tick.

...