Update the Java security file in PowerCenter to enable remote access to
B2B Data Exchange
.
Go to the PowerCenter installation directory on the remote machine and locate the files named java.policy and javaws.policy in the following directory:
Use a text editor to open the java.policy and the javaws.policy files.
Search for the following text:
permission java.security.AllPermission;
If you do not find the text, add it to the list of permissions. To add to the list of permissions, add the permission to the end of the grant command before the closing bracket:
permission java.security.AllPermission;
If you modify the java.policy or the javaws.policy files, save the files.