Cloud Integration Hub > Hub administration > Organization management
  

Organization management

Before the organization can use Cloud Integration Hub, you must set up an organization in Informatica Intelligent Cloud Services and then set up the organization in Cloud Integration Hub.
When you set up the organization in Cloud Integration Hub, Cloud Integration Hub creates the connection Cloud Integration Hub in Informatica Intelligent Cloud Services.
Warning: Do not rename the connection.
The only connection property that you can change is the option Do not use intermediate staging for subscription flows. For more details, see Intermediate staging policy for subscriptions.
Editing other connection properties or renaming the connection might result in errors at run time.
If you select to use a hosted publication repository, Cloud Integration Hub creates the Cloud Integration Hub publication repository on Informatica Intelligent Cloud Services Hosting Services.

Before you begin

Before you set up the organization in Cloud Integration Hub verify that the following conditions exist in Informatica Intelligent Cloud Services.
Before you can set up an organization in Cloud Integration Hub you must set up the organization in Informatica Intelligent Cloud Services. For details about setting up an organization, see the Informatica Intelligent Cloud Services Administrator help.

Configuration

From the Configure menu, under Runtime Environments, verify that the Secure Agent is running.

Administration

From the Administer menu, under Licenses, verify that following conditions exist:
License Category
Required Condition
REST API license
Maximum Concurrent Sessions is set to a high value, for example, 100 sessions.
Connector license
A valid Cloud Integration Hub connector.

Proxy Settings

If your organization uses an outgoing proxy server to connect to the internet, set the following JVM options on the Secure Agent:
Name
Value
JVMOption1
-Dhttp.proxyHost=<proxy host>
JVMOption2
-Dhttp.proxyPort=<proxy port>
JVMOption3
-Dhttp.useProxy=true
JVMOption4
-Dhttp.proxyUser=<proxy user name>
JVMOption5
-Dhttp.proxyPassword=<proxy password>
After the Secure Agent restarts, check the agent core log file to verify that the correct proxy server is used. The agent core log file is the following file:
<Secure Agent installation directory>\apps\agentcore\agentcore.log
To find the proxy information, search for "proxy" in the log file.
Note: You can also use a proxy server that uses NTLM authentication to connect to Cloud Integration Hub connector.

Setting up the organization in Informatica Cloud Integration Hub

Set up the organization in Cloud Integration Hub to create and manage Cloud Integration Hub assets. You must define the settings required by the organization.
    1Access Cloud Integration Hub and accept the license agreement.
    The Organization Cloud Setup dialog box appears.
    2Define the following settings:
    Property
    Description
    Organization Name
    Name of the organization in Informatica Intelligent Cloud Services. Appears in view only mode.
    Organization ID
    ID of the organization in Informatica Intelligent Cloud Services. Appears in view only mode.
    Informatica Cloud User
    Name of the Informatica Intelligent Cloud Services user to use at run time. The user must have an Admin user role in Informatica Intelligent Cloud Services. The user must also have Update and Execute permissions for the Data Integration assets associated with publications and subscriptions.
    Informatica Cloud Password
    Password for the Informatica Intelligent Cloud Services user to use at run time.
    Runtime Environment
    Informatica Intelligent Cloud Services Secure Agent runtime environment to use at run time.
    Rotate Key
    Click Rotate Key to rotate the encryption key used for data encryption.
    3To use a private publication repository, define the following settings:
    Property
    Description
    Repository Type
    Select Private.
    Enable Secret Vault
    Stores the publication repository password for the connection in the Secret Manager in the runtime environment that is configured for your organization.
    This property appears only if secrets manager is set up for your organization.
    Select this option to use the credentials from the Secret Manager. If you don't enable this option, the credentials are stored in the repository or on a local Secure Agent, depending on how your organization is configured.
    For information about how to configure and use a secrets manager, see "Secrets manager configuration" in the Administrator help.
    Repository Database Type
    Choose Oracle, Microsoft SQL Server, or a MySQL database. If you use an SQL Server database, the collation is case-insensitive.
    Repository URL
    JDBC URL of the repository, based on the database type:
    • - Oracle: jdbc:informatica:oracle://<ip>:<port>;sid=<sid>;
    • - Microsoft SQL Server: jdbc:informatica:sqlserver://<ip>:<port>; DatabaseName=<DatabaseName>;
    • - MySQL: jdbc:mysql://<ip>:<port>/<DatabaseName>;
    • Note: When you set up a MySQL 8.x private publication repository, you must add disableMariaDbDriver=true to the URL for Cloud Integration Hub to pick the appropriate drivers.
    • - Aurora MySQL: jdbc:mariadb://<ip>:<port>/<DatabaseName>;
    To successfully establish a connection to the proxy service, add the following string to the repository URL: useSystemProxyOptions=false;
    User
    Name of the user to access the repository.
    User Role
    Role granted to the user to access the repository, based on the database type:
    • - On an Oracle database, the user must be granted CONNECT and RESOURCE roles.
    • - On a Microsoft SQL Server database, the user must be granted db_datareader, db_datawriter, and db_ddladmin roles.
    Password
    Password of the user.
    Repository Schema
    Schema used with the repository. For more information, see Bypass the Publication Repository Service in a private publication repository.
    Use a separate schema as a private publication repository for each organization.
    4Optionally, define the following file store publication repository settings:
    Property
    Description
    Enable File Store
    If you use an on-premises Secure Agent, select to enable the hub to store published files as-is in a file store publication repository.
    File Store Repository Location
    File directory path of the file store publication repository. The Informatica Cloud Secure Agent must be able to access the location.
    5Click Save.

Editing organization settings in Cloud Integration Hub

Edit the organization settings in Cloud Integration Hub.
    1Access Cloud Integration Hub.
    2Click the Setup link in the upper right corner of the page.
    The Setup page appears.
    3Edit the required settings and then click Save.