Table of Contents

Search

  1. Preface
  2. Introduction to PowerExchange for Microsoft Azure Data Lake Storage Gen2
  3. PowerExchange for Microsoft Azure Data Lake Storage Gen2 Configuration
  4. Microsoft Azure Data Lake Storage Gen2 Connections
  5. PowerExchange for Microsoft Azure Data Lake Storage Gen2 Data Objects
  6. Microsoft Azure Data Lake Storage Gen2 Mappings
  7. Appendix A: Microsoft Azure Data Lake Storage Gen2 Datatype Reference

PowerExchange for Microsoft Azure Data Lake Storage Gen2 User Guide

PowerExchange for Microsoft Azure Data Lake Storage Gen2 User Guide

Configuring the Proxy Server

Configuring the Proxy Server

If your organization uses a proxy server to access the internet, you must configure the proxy server authentication settings for the Data Integration Service. Proxy server settings are applicable to the native environment and on the Spark or Databricks Spark engine.
You can configure both authenticated and unauthenticated proxy servers to use with PowerExchange for
Microsoft Azure Data Lake Storage Gen2
.
  1. Open the Administrator tool.
  2. Click the
    Administration
    tab, and then select the Data Integration Service.
  3. Click the
    Processes
    tab.
  4. You can configure the proxy server settings in the advanced properties or custom properties.
    • To configure the proxy server in the advanced properties, add the proxy server properties in the JVM Command Line Options field.
      Add the following properties for HTTPS proxy server:
      -Dhttps.proxyHost=<Host name of the HTTPS proxy server>
      -Dhttps.proxyPort=<Port number of the HTTPS proxy server>
      -Dhttps.proxyUser=<user name>
      -Dhttps.proxyPassword=<password>
      -Djdk.http.auth.tunneling.disabledSchemes=""
      Add the following properties for HTTP proxy server:
      -Dhttp.proxyHost=<Host name of the HTTP proxy server>
      -Dhttp.proxyPort=<Port number of the HTTP proxy server>
      -Dhttp.proxyUser=<user name>
      -Dhttp.proxyPassword=<password>
      -Djdk.http.auth.tunneling.disabledSchemes=""
    • To configure the proxy server in the custom properties, add the following properties as JVMOptions:
    JVM Option
    Property Name
    Description
    JVMOption1
    -Dhttps.proxyHost
    Name of the proxy server.
    JVMOption2
    -Dhttps.proxyPort
    Port number of the proxy server. Default is 8080.
    JVMOption3
    -Dhttps.proxyUser
    Required for authenticated proxy.
    Authenticated user name for the proxy server.
    JVMOption4
    -Dhttps.proxyPassword
    Required for authenticated proxy.
    Password for the authenticated user.
    JVMOption5
    -Djdk.http.auth.tunneling.disabledSchemes
    Required for authenticated proxy.
    This property is required to enable the basic authentication.
    For example:
    JVMOption1=-Dhttps.proxyHost=<Host name of the HTTPS proxy server>
    JVMOption2=-Dhttps.proxyPort=<Port number of the HTTPS proxy server>
    JVMOption3=-Dhttps.proxyUser=<user name>
    JVMOption4=-Dhttps.proxyPassword=<password>
    JVMOption5=-Djdk.http.auth.tunneling.disabledSchemes=""

0 COMMENTS

We’d like to hear from you!