Reset the password of user Administrator of SAP Cloud Connector
– Stop the SAP Cloud Connector Service with the following command;
#service scc_daemon stop
– Go to Configuration Directory and open the …\config\tomcat-server.xml file.
Find the “<Realm>” element, if digest=”SHA1″ then you need a SHA1 hash.
(or digest=”SHA-256″ in this case you need yo use SHA-256 hash
– Edit the file “…\config\users.xml”
Find the line username=”Administrator” and set the password field like ;
for SHA1 ;
password=”3F282FCBA8933E03A65A6DC92A27DE8396961E2F”
for SHA-256;
password=”181229424893BB65D94A74C2132B8B9E5ADFE851464FDB5CB9F49E8A8204BE7B”
– Save the users.xml and start the SAP Cloud Connector Service again with the following command;
#service scc_daemon start
– Now we can login with the password “manage” and than change the password we preferred.

















