Article Content
Article Number | 000021259 |
Applies To | TCL script ACEBulkAdmin RSA ACE/Server Administration API CAS |
Issue | Change or Add User and Token (CAUT) command in RSA ACE/Server Administration API No changes take place in the RSA ACE/Server database when using the CAUT action through ACEBulkAdmin (v. 2.2.3 and earlier) |
Resolution | The ACEBulkAdmin.tcl script requires a condition statement to be changed. Follow these steps to do so: 1. Open the ACEBulkAdmin.tcl script using an editor such as Notepad 2. Locate the following line: proc changeOrAddUserToken {} { 3. Scroll down this procedure definition to 'set tokenSN [format "%012s" $inFlds(tokserial)]', and then to the if statement following the next two comment lines 4. Change 'if {!$debug} {' to 'if {$debug} {' 5. Save the change and test ACEBulkAdmin Previously, this statement was forcing the procedure to 'break' before any action was being performed. |
Legacy Article ID | a21912 |