How to Enable the Business User Portal Link in DI Suite 10.2
Steps:
Please follow the below steps to enable the link
1-Navigate in DI Suite to Miscellaneous --> Settings --> Miscellaneous
2- Go to the BUP Details tab and click the "+" icon
3- Enter your BUP connection details in the format http:// or https://<BUP_Host>:<BUP_Port>/erwinBUP/home
*Note that the Host, Port, and Web App name will vary with each deployments. The context path (/home) is required.
4- Click save and validate the connection is successful. (Check for a flashing green dot under Status).
If SSL is enabled, there are a few additional steps. First, to obtain a copy of the DI Suite SSL certificate....
1- Open DI Suite in your browser
2- Click the lock icon next to the url
3- Click Certificate
4- Then click Details --> Copy to file
5- Use the resulting wizard to export the file
Then imported to Java truststore....
1- Copy the certificate file to <Java_Home>\jre\lib\security
2- Open command prompt
3- Run the following....
cd <Java_Home>\jre\bin
keytool -importcert -file "<Java_Home>\jre\lib\security\<certificate>" -keystore "<Java_Home>\jre\lib\security\cacerts" -alias <alias>
...where
<Java_Home>is the path to the Java instance running DI Suite
<certificate> is the path and file name for the certificate presented by DI Suite
<alias> can be any identifier used to name the certificate entry in the keystore file
4- Restarted Tomcat and confirmed the BUP url is working.
Comments
0 comments
Please sign in to leave a comment.