========================================================================= IBM Security Access Manager for Enterprise Single Sign-On (ISAMESSO) Cached Wallet Maintenance Script ========================================================================= Release date : 02 Aug 2012 Script version : 1.0.4 Target IMS version : 8.1.x / 8.2.x Target Database : DB2 9.7 The cached wallet maintenance script removes expired/duplicated cached wallets based on the creation host name with the condition that it must be greater than 30 days from the creation time. In order to improve the efficiency of the maintenance script, 'SIMULATE' and 'DELETE' modes are designed to work with random sets of users when is greater than 0. This leads to possibilities of different execution results that shares the same parameter value of . 1. Creating a stored procedure Create a stored procedure in the ISAMESSO schema. Make sure the database login account that uses the following tasks have a current schema that points to the ISAMESSO schema and with the following privileges: - Create,drop,execute on a stored procedure - Create,drop,select,insert,delete,update on a session temporary table - Select,insert,delete,update on ISAMESSO database tables. Choose either 1.1 or 1.2 steps to create a stored procedure. 1.1 Using the DB2 Command Shell ---------------------------- 1.1.1 Replace , and in the following script and execute it to connect to the target database. db2 connect to user using 1.1.2 Replace the