Deployer 10.7 | Using Project Automator | Setting Up Aliases for Source and Target Servers | Setting Up Aliases for Source and Target Integration Servers
 
Setting Up Aliases for Source and Target Integration Servers
The following example illustrates how to set up aliases for source and target Integration Servers.
<IS>

<isalias name="alias name>">
<host>Integration Server host</host>
<port>Integration Server port</port>
<user>user name</user>
<pwd>password</pwd>
OR <pwdHandle>handle</pwdHandle>
<useSSL>true/false</useSSL>
<version>version_number</version>
<installDeployerResource>true/false</installDeployerResource>
<Test>true/false</Test>
<executeACL>acl</executeACL>
</isalias>
</IS>
For information on the values to supply for the following tags, see Connecting to Integration Server and Trading Networks.
Attribute
Description
isalias name
Name to assign to the server.
host
Host name or IP address of the server.
port
Port for the server.
user
Optional. User name for a user account with Administrator authority that Deployer can use to access the server.
pwd
Password associated with the user name. You must specify either pwd or pwdHandle.
Note:
Project Automator encrypts passwords the first time it runs. If you must change the passwords in the future, change the passwords in the XML file and run Project Automator to encrypt the passwords again.
pwdHandle
The password handle. You must specify either pwd or pwdHandle. For more information about creating a password handle, see Using Handles Instead of Passwords.
useSSL
Specifies whether Deployer should use SSL to connect to the server. Set to:
*true to use SSL to connect to the server.
*false to connect to the without any client authentication.
version
Version of the server.
install Deployer Resource
Specifies whether Deployer should install the WmDeployerResource package on each Integration Server server that will run the process steps. Set to:
*true to install the package.
*false to avoid installing the package.
Test
Specifies whether Deployer should test the connection to the servers. Set to:
*true to test the connection to the target server. If Project Automator cannot ping the target server, it registers an error and handles the error according to the exitOnError attribute of the <DeployerSpec> tag. For more information, see Root Tag.
*false to create the source alias without testing the connection to the target server.
executeACL
Optional. Specifies the ACL for the alias. If no value is specified, Deployer assigns the alias to the Administrators ACL by default.