Getting Started > Installing Secure Agents > Secure Agent installation on Windows
  

Secure Agent installation on Windows

On Windows, the Secure Agent runs as a Windows service. When you install the Secure Agent, you also install the Informatica Cloud Secure Agent Manager.
By default, the Secure Agent starts when you start Windows. You can stop and restart the Secure Agent using the Secure Agent Manager or Windows Services. If you install the Secure Agent on a different volume than you use to run the installation program, you must start and stop the Secure Agent from Windows Services.
You can also use the Secure Agent Manager to check the Secure Agent status and configure proxy information. The Secure Agent works with BASIC, DIGEST, and NTLMv2 proxy authentication.
You can launch the Secure Agent Manager from the Start menu or desktop icon. When you close the Secure Agent Manager, it minimizes to the Windows taskbar notification area for quick access.
When you install a Secure Agent, you perform the following tasks:
  1. 1Verify that the machine meets the minimum requirements.
  2. 2Download the Secure Agent installer files.
  3. 3Install and register the Secure Agent.

Secure Agent requirements on Windows

You can install the Secure Agent on any machine that has internet connectivity and can access Informatica Intelligent Cloud Services.
Verify the following requirements before you install the Secure Agent on Windows:
For more information about Secure Agent requirements, see this article: https://knowledge.informatica.com/s/article/526096

Configure the firewall

If your organization uses a protective firewall, include the Informatica Intelligent Cloud Services domain name or IP address ranges in the list of approved domain names or IP addresses. To ensure that the Secure Agent can perform all necessary tasks through the firewall, enable the port that the Secure Agent uses.
The Secure Agent uses port 443 (HTTPS) to connect to the internet. Configure your firewall to allow traffic to pass over port 443.
The allowlists of domains and IP addresses can vary according to your data center, which is also called a POD (Point of Deployment). You can identify your POD through the URL that appears when you open any service in Informatica Intelligent Cloud Services. The first few characters of the URL string identify the POD. For example, if the URL starts with usw3.dm-us.informaticacloud.com, your POD is USW3.
For the allowlists of Informatica Intelligent Cloud Services domains and IP addresses for different PODs, see Pod Availability and Networking in the documentation portal or click the link at the top of the Runtime Environments page in Administrator.

Secure Agent permissions on Windows

A Secure Agent requires certain permissions to transfer data between sources and targets.
When you install a Secure Agent on Windows, the Secure Agent must be part of the local Administrators group.

Configure Windows settings

Before you use the Secure Agent on Windows, configure proxy settings and a Windows Secure Agent service login.
You can configure proxy settings in Secure Agent Manager. Configure a login for the Windows Secure Agent service on Windows.
Note: If you use the Secure Agent for Informatica Cloud Data Wizard, you do not need to configure proxy settings or a Windows service login for the Secure Agent.

Downloading and installing the Secure Agent on Windows

To install the Secure Agent on a Windows machine, you must download and run the Secure Agent installation program and then register the agent.
Secure Agent registration requires an install token. To get the install token, copy the token when you download the agent or use the Generate Install Token option in Administrator. The token expires after 24 hours.
Before you download and install the Secure Agent, verify that no other Secure Agent is installed on the machine. If there is, you must uninstall it.
Tip: To verify the checksum of the Secure Agent installation program, use the agent REST API version 2 resource. For more information about the agent resource, see REST API Reference.
    1Open Administrator and select Runtime Environments.
    2On the Runtime Environments page, click Download Secure Agent.
    3Select the Windows 64-bit operating system platform, copy the install token, and then click Download.
    The installation program is downloaded to your machine. The name of the installation program is agent64_install_ng_ext.<agent core version>.exe.
    4Run the installation program as an Administrator:
    1. aSpecify the Secure Agent installation directory, and click Next.
    2. bClick Install to install the agent.
    The Secure Agent Manager opens and prompts you to register the agent as shown in the following image:
    The Secure Agent Manager displays a message alerting you that the Secure Agent has not been registered. To register the agent, you must enter your user name in the User Name field, paste the install token into the Install Token field, and then click Register.
    5If you did not copy the install token when you downloaded the agent, click Generate Install Token on the Runtime Environments page in Administrator, and copy the token.
    6In the Secure Agent Manager, enter the following information, and then click Register:
    Option
    Description
    User Name
    User name that you use to access Informatica Intelligent Cloud Services.
    Install Token
    Token that you copied.
    The Secure Agent Manager displays the status of the Secure Agent. It takes a minute for all of the services to start.
    7If your organization uses an outgoing proxy server to connect to the internet, enter the proxy server information.
    8Close the Secure Agent Manager.
    The Secure Agent Manager minimizes to the taskbar and continues to run as a service until stopped.

Configure the proxy settings on Windows

If your organization uses an outgoing proxy server to connect to the internet, the Secure Agent connects to Informatica Intelligent Cloud Services through the proxy server. The Secure Agent installer configures the proxy server settings for the Secure Agent based on settings configured in the browser. You can change the proxy server settings through the Secure Agent Manager.
Contact your network administrator for the correct proxy settings.
    1In the Secure Agent Manager, click Proxy.
    2To enter proxy server settings, click Use a Proxy Server.
    3Enter the following information:
    Field
    Description
    Proxy Host
    Required. Host name of the outgoing proxy server that the Secure Agent uses.
    Proxy Port
    Required. Port number of the outgoing proxy server.
    User Name
    User name to connect to the outgoing proxy server.
    Password
    Password to connect to the outgoing proxy server.
    4Click OK.
    The Secure Agent Manager restarts the Secure Agent to apply the settings.

Configure a login for a Windows Secure Agent Service

On Windows, configure a network login for the Secure Agent service. The Secure Agent can access the network with the privileges and permissions associated with the login.
Configure a login for the Secure Agent machine to allow the Secure Agent to access directories to configure and run tasks. When you configure connections, configure tasks, and run tasks that use flat file or FTP/SFTP connection types, the Secure Agent might require read and write permissions on the related directories.
For example, to browse to a directory to configure a flat file or FTP/SFTP connection, the Secure Agent login might require permission to access the directory. Without a Secure Agent login with the appropriate permissions, Informatica Intelligent Cloud Services cannot display the directory in the Browse for Directory dialog box.
    1Go to the Services window from the Windows Administrative tools.
    2In the Services window, right-click the Informatica Cloud Secure Agent service and choose Properties.
    3In the Properties dialog box, click the Log On tab.
    4To configure a login, select This Account.
    5Enter an account and password.
    Use an account with the required privileges and permissions for the network security defined for the domain. By default, the account format is <domain name>\<user name>.
    6Click OK.
    7In the Services window, restart the Secure Agent service for the changes to take effect.