Posts

Showing posts from May, 2021

Reset SAPSR3DB Password Failed using SAP brtools - Manual Way updating SecStore

 Refer to SAP note 1592575 - Recreating Secstore.properties and secstore.key for 7.00/7.01/7.02 J2EE Netweaver systems Download the attachments. BEWARE: THE POWERPOINT CONTAINS INCORRECT SYNTAX. BEWARE: THE LAST COMMAND IN THE TXT FILE HAS A TYPO. the steps in that note might not directly rrelfectted here. but these steps are valid. Exmaple of executions as below: # java -classpath tc_sec_secstorefs.jar:exception.jar:iaik_jce.jar:logging.jar com.sap.security.core.server.secstorefs.SecStoreFS create -s ECD -f Sec.properties -k sec.key -enc -p Password1 SAP Secure Store in the File System - Copyright (c) 2003 SAP AG Store with encryption and a key phrase created. # java -classpath tc_sec_secstorefs.jar:exception.jar:iaik_jce.jar:logging.jar com.sap.security.core.server.secstorefs.SecStoreFS insert -s ECD -f Sec.properties -k sec.key admin/user/ECD SAPSR3DB SAP Secure Store in the File System - Copyright (c) 2003 SAP AG Key/value pair inserted. # java -classpath tc_sec_secstorefs.jar:exce