Hello,
To make sure that the lcinit script works with the correct liveCache user you
should run the commands to check the liveCache user in the upc container.
As you did =>
sql_execute user-type=SAP select user from dual
It should return the liveCache user. When an error returns ( unkown user/password ), then no
user is set.
To set the liveCache user the liveCache user in the upc container run:
dbmcli -d NDL -n <LC-server> -u control,<control> user_sap SAPNDL,<SAPNDL-password>
This sets the new user in the upc container.
After that the above command should return SAPNDL
I assumed that you already checked the sql connect as SAPNDL user to the liveCache, and this user is the owner of the liveCache data.
Please see the SAP note 616555 for more details.
After that, repeat the liveCache upgrade.
Regards, Natalia Khlopina