I am upgrading HANA to rel32 from aolder version ( 23 ) . I did it on my test server ,it upgraded succesfully. Then i tried to upgrade on my production .
I got the following error
Enter System Administrator (xxxadm) Password:
Checking upgrade...
ERR: Upgrade failed
ERR: Error checking Upgrade
ERR: Checking upgrade failed
ERR: Error checking local sapstartsrv
ERR: AccessCheck request failed: Invalid Credentials
After looking through the web , i found a file in the exe directory sapuxuserchk file and the permissions need to be set
-rwxr-xr-x sapuxuserchk - on the server where upgrade completed succesfully
-rwsr-x--- 1 sidadm sapsys sapuxuserchk - upgrade failed with the above error
After i changed the permissions of the file sapuxuserchk
chown root:sapsys sapuxuserchk
chmod u+s,o-rwx sapuxuserchk
upgrade was succesful.
But the instance startup failed after the upgrade is done .
So I started the instance manually. Every thing worked fine.
Now the issue is
from the HANA studio ( rel 32) , I am not able to stop( same credentials issue) .
Does anybody encountered this problem ?
Any help will be appreciated
Murali