Hello,
Recently after system we are facing below issue while importing the Instance Profile from SAP in RZ10 Tcode.
While multiple restart & also changed the profile authorization to 777 that also doesn’t work.
There is an SAP Note – 2157878 which describe the solution for this error, however in our case that we need to change profile parameter in START profile(if start profile is separate then Instance) & also change the entry in /usr/sap/sapservices file.
Correct Entry
DIR_PROFILE = $(DIR_INSTALL)$(DIR_SEP)profile
Adjust /usr/sap/sapservices, change /sapmnt/
After updating above 2 entries & then restart the application server by killing the SAPSTARSRV process, that resolve the issue & we are able to import the profile in RZ10 successfully.
Hope this Helps.