cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

SUM Update Error on Solution Manager

Former Member
0 Likes
2,638

Hi,

I am having an error updating Solution manager to SP12 from SP04. I am using SUM and please see error attached.

I am just on the step specify credentials.

Log is also attached here. Please assist us as we have a go-live this week so we need to update the SP to a higher level.

Thank you!

Regards,

AJ

View Entire Topic
Former Member
0 Likes

Try importing your SSL certificate in SUM:


sapgenpse export_own_cert -v -p /usr/sap/<SID>/<instance>/sec/SAPSSLS.pse -o /<SUM_dir>/ssl_cert.crt

cd /<SUM_dir>/jvm/jre/bin/

./keytool -importcert -noprompt -alias XYZ -trustcacerts -file /<SUM_dir>/ssl_cert.crt -keystore /<SUM_dir>/jvm/jre/lib/security/cacerts -storepass changeit

There's a note for that, can't remember which.