Integration with Other Applications > Info*Engine Adapters > JDBC Adapter Guide > JDBC Adapter Configuration > Configuring an Out-of-Process JDBC Adapter > Encrypt Adapter Service Properties
  
Encrypt Adapter Service Properties
If the following are true, you must run a command to encrypt passwords on the Info*Engine Property Administration page and place them in the keystore on the adapter machine:
The adapter is on a host that is different from the Info*Engine host.
The JDBC adapter LDAP entry form has been created and specifies a password that needs to be encrypted.
From the following location:
<IeAdapter.zip_extracted_location>/bin/adminTools/sip
Run the following command on one line:
ant -f EncryptPasswords.xml addValueToKeyStore -DpropertyName=<property>
-Dpassword=<property_password>
-Dwt.home=<IeAdapter.zip_extracted_location>
where:
<property> is the name of property used to set the password. For example, for an adapter named “JDBCAdapter1,” you would specify the passwd property as JDBCAdapter1.passwd.
<property_password> is the actual password for this property.
<IeAdapter.zip_extracted_location> is the directory path to the files extracted from the IeAdapter.zip file.
* 
The extraction of the files from the IeAdapter.zip file is done as part of the installation steps. If you are unable to locate the IeAdapter.zip file, complete the following steps:
1. Run the following command from the <Windchill>/bin/infoengine directory on the Info*Engine server (where <Windchill> is theWindchill installation directory):
ant -f PackageAdapter.xml package_files
Executing the above command results in the creation of IeAdapter.zip under <Windchill>/temp/ie_adapter_install.
2. Copy the newly created IeAdapter.zip file to the installation directory on the adapter server.