Updating the Integration Gateway
On the Integration Gateway, you need to modify the following files:
-
gatewayUserProfile.xml
-
integrationGateway.properties
The gatewayUserProfile.xml file is located in the following directory:
<PS_CFG_HOME>\webserv\<domain_name>\applications\peoplesoft\PSIGW.war\WEB-INF
In the gatewayUserProfile.xml file, update the following text value:
<password>{V2.1}encrypted_password</password>Note:
There can be more than one password field in this
file. There could be different <password>
</password> entries for different users. You should use PSCipher to encrypt all
<password> </password>
entries.
Submit the values for
these properties to PSCipher, and copy the generated encrypted text
to the <password>
</password> entry in the gatewayUserProfile.xml file,
overwriting any previous value.
The integrationGateway.properties file is located in the following directory:
<PS_CFG_HOME>\webserv\<domain_name>\applications\peoplesoft\PSIGW\WEB-INF
Update the following text values stored in the integrationGateway.properties file.
Note:
If you are not currently assigning a value to one of the following properties, you don't need to supply a value.
-
ig.isc.password= -
ig.isc.$NODENAME.password= -
#ig.certificatePasswd= -
secureFileKeystorePasswd= -
#ig.jms.JMSTargetConnector.JMSProvider.Password= -
# ig.jms.Queue1.Password= -
# ig.jms.Topic1.Password= -
#ig.jms.Topic1.NodePassword=
Submit the values for these properties to PSCipher, and copy the generated encrypted text to the corresponding entries in the integrationGateway.properties file, overwriting any previous value.