cancel
Showing results for 
Search instead for 
Did you mean: 

Unable to initialize the Live Cache Instance

Former Member
0 Kudos

Hi

I have installed SCM 4.0 with windows environemnt and SQL as database.

I have installed Livecache in the same box and created an LCA instance

When i tried to initilise LCA instance i am getting the following error.

Name of the Database Connection:

LCA_MYSYS

Database User in the Integration Information:

SAPR3

Database User in the User Profile Container (UPC):

SAPR3

Type of the Database User in the UPC:

DBA

Database user in the UPC is not of the type "SAP".

Define User in the UPC as SAP User:

See SAP Note 616555.

could any body help me guiding and providing suitable information about Livecache and how to integrate with SCM.

Thanks & regards

Accepted Solutions (1)

Accepted Solutions (1)

former_member229109
Active Contributor
0 Kudos

Hello Gummadi,

Please post this question to the forum MAXDB/liveCache if you have questions about MAXDB or liveCache!!

-> Did you see SAP Note 616555?

-> To make sure that the lcinit script works with the correct user 'SAPR3' you should run the command to set the liveCache user in the upc container. In a dbmcli session (e.g. in LC10 -> tools). To set the 'SAPR3' user run dbm command:

user_sap sapr3,sap

( please see the note 616555 for more details ).

-> Please update the output of the dbm command after that:

user_get SAPR3

-> Please run 'dbmcli help' & see if you have the 'user_delete' command listed, then you could run following dbm commands on the liveCache server MYSYS:

< I assumed that you have the DBM user control with default password

control & SYSDBA user superdba with default password admin in your

liveCache >

dbmcli -d LCA -u control,control

<enter>

dbmcli on LCA>user_get SAPR3

OK

SERVERRIGHTS=

GUIRIGHTS=

SECONDPASSWORD=NO

DISABLED=NO

COMMENT=

USERTYPE=SAP

< if you will get USERTYPE=DBA => run the next command >

dbmcli on LCA>user_delete SAPR3

OK

dbmcli on LCA>user_sap sapr3,sap

OK

dbmcli on LCA>user_get SAPR3

...

< if you will get USERTYPE=SAP => 'exit' >

dbmcli on LCA>exit

After that repeat the initialization of the liveCache in LC10.

-> For SAP liveCache documentation in English: http://help.sap.com/saphelp_nw04/helpdata/en/f2/0271f49770f0498d32844fc0283645/frameset.htm

< -> Database Administration in CCMS: SAP liveCache -> liveCache Assistant->

Integration ! >

***

To get clear on your further problems additional information needed:

-> What is the version of the liveCache?

< check the version of the liveCache in the knldiag file, for example.

Update with the output of the command 'sdbregview -l', run it on the

liveCache server. >

-> Check the lcinit.log after you initialized the liveCache in the LC10 transaction.

-> Check errors in the current knldiag file < located in the liveCache

Rundirectory. >, knldiag.err & dbm.prt.

-> Check the errors in /nsm21<system logs> & corresponding dev log of the WP at the time you restarted the liveCache in LC10.

***

If you are the official SAP customer, I recommend you to create the ticket to SAP on 'BC-DB-LVC' queue!

Thank you and best regards, Natalia Khlopina

Answers (0)