Quantcast
Channel: SCN: Message List - SAP MaxDB
Viewing all articles
Browse latest Browse all 2539

Re: Upgrade Livecache 7.6 to 7.9 Error: liveCache is not ready for upgrade

$
0
0

Hello,

 

The error indeed refer to an empty livecache database. If indeed you

don't have any data in this livecache, you may try the following steps:

 

 

 

You can manually set the indicator as follows:

 

 

 

dbmcli -d LCA -u control,control

  db_online

  sql_connect <Standard-liveCache>,<password>

  sql_execute enable write transaction

  sql_execute create table "__$__LCFLAG" (flag CHAR(1),begin CHAR(23),

end CHAR(23),version CHAR(12))

  sql_execute insert into "__$__LCFLAG" values ('X','nix', 'nix','nix')

  sql_execute grant select on "__$__LCFLAG" to public

  sql_release

  db_offline

 

 

 

*The standard liveCache user is usually SAPR3, or SAP<SID>.

 

Regards,

David


Viewing all articles
Browse latest Browse all 2539

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>