Now, you can save your searches to easily repeat search requests.
Saving a search is as easy as 1-2-3:
1. Perform a search. The Search Results page opens. 2. Optionally, choose filters or update your search term. 3. Click Save Search.
You can access saved searches from a list next to the Search field that appears on every page. Saved searches store the search term and any search filters that you apply.
If you import the certificate into a custom truststore file, you must save the truststore file in a different directory than the directory containing the default Informatica truststore file. The truststore file name must be
infa_truststore.jks
.
Use the Java keytool key and certificate management utility to import the certificate into the truststore file on each gateway node.
Copy the certificate files to a local folder on a gateway node within the Informatica domain.
From the command line, go to the location of the keytool utility on the node:
<Informatica installation directory>\java\jre\bin
From the command line, run the following command:
keytool -importcert -alias <certificate alias name> -file <certificate path>\<certificate filename> -keystore <path to infa_truststore.jks> -storepass <keystore password>