Table of Contents

Search

  1. Preface
  2. Introduction to PowerExchange for Google BigQuery
  3. PowerExchange for Google BigQuery Configuration
  4. Configuring HTTP Proxy Options
  5. Google BigQuery Connections
  6. PowerExchange for Google BigQuery Data Objects
  7. PowerExchange for Google BigQuery Mappings
  8. Google BigQuery Lookup
  9. Google BigQuery Run-Time Processing
  10. Appendix A: Google BigQuery Data Type Reference

PowerExchange for Google BigQuery User Guide

PowerExchange for Google BigQuery User Guide

Configuring HTTP Proxy Options for the Data Integration Service

Configuring HTTP Proxy Options for the Data Integration Service

You can configure the proxy server authentication settings for the Data Integration Service from the Administrator Console.
  1. Ensure that you enable the proxy server settings from your web browser.
  2. In the Administrator Console, navigate to the Data Integration Service for which you want to set the proxy server settings.
  3. You can do one of the following options:
    • In the Service Process, add the following JVM options in the custom properties section:
      JVMOption1=-Djdk.http.auth.tunneling.disabledSchemes=(Value is a space/empty)
      JVMOption2=-DGBQ.http.proxyHost=<hostname>
      JVMOption3=-DGBQ.http.proxyPort=<port>
      JVMOption4=-DGBQ.http.proxyUser=<username if proxy is auth>
      JVMOption5=-DGBQ.http.proxyPassword=<password if proxy is auth>
      (or)
    • In the local process, add the following JVM options in the JVM Command line:
      -Djdk.http.auth.tunneling.disabledSchemes=(Value is a space/empty) -DGBQ.http.proxyHost=<hostname> -DGBQ.http.proxyPort=<port> -DGBQ.http.proxyUser=<username if proxy is auth> -DGBQ.http.proxyPassword=<password if proxy is auth>
  4. Restart the Data Integration Service.

0 COMMENTS

We’d like to hear from you!