PK39853 ======= Problem Description: When the portal admin creates a non-shared Credential Vault slot, the new portal users must use the edit mode of the portlet to enter their credentials. When the user entered the credentials, the following error was displayed: EJPHB1221E: The credentials for slot {0} in the credential vault could not be accessed. The web clipping portlet, was not handling an exception from the Credential Vault service which is thrown when the vault slot is empty. Problem Solution: The CredentialSupport class was changed to catch and process the exception from the Credential Vault service. Affected Users: All portal users. Pre-Requisite(s): Portal Version: 5.1.x or 6.0.x Installation: 5.1.x Installation Instructions: -------------------------- 1. Detach and save the file WebPortlets51.zip in this package to a temporary directory. 2. Unzip the contents of the driver file to the WebSphere Portal installation directory (e.g. C:\WebSphere\PortalServer). If prompted to overwrite any existing files, answer "yes" or "OK". This file can be unzipped using any unzip utility or using the jar command, provided with the WebSphere Application Server JVM as follows. /java/bin/jar -xvf /WebPortlets51.zip , where, is the directory you saved the ZIP file to in step 1 above, is the WPS product installation directory, and is the WAS product installation directory. For example, if you saved WebPortlets51.zip to C:\tmp and you installed WPS to C:\WebSphere\PortalServer and WAS to C:\WebSphere\AppServer, you could use the following command. C:\WebSphere\AppServer\java\bin\jar -xvf C:\tmp\WebPortlets51.zip C:\WebSphere\PortalServer 3. Open /config/wpconfig.properties and TEMPORARILY set the property PortalAdminPwd to your portal admin password (e.g. wpsadmin). 4. At a command prompt, enter the following sequence of commands. cd where is the WebSphere Portal installation directory (e.g. C:\WebSphere\PortalServer). cd config wpsconfig update-web-clipping 5. Open /config/wpconfig.properties and remove the value for the property PortalAdminPwd that you entered in step 3. 6. Repeat steps 1-5 for each node in the cluster. 6.0.x The provided zip file contains a readme with installation instructions.