cancel
Showing results for 
Search instead for 
Did you mean: 

initialize the liveCache

Former Member
0 Kudos

Good Morning

I’m Michele. I have a problem with livecache.

I have installed SAP SCM 4.0 server.

I have installed SAPliveCacheServer for SAP SCM Server 4.0.

I have problem with initialization livecache istance.

I have executed the following instructions:

Setting up Connection to the liveCache Instance

Before checking the connection, you must initialize the liveCache instance using transaction

LC10.

1. Start the SAP SCM instances:

2. Log on to the SAP SCM System as user DDIC (production client).

3. Apply SAP Note 305634 RFC destination for global working on the liveCache

4. To maintain the liveCache connection in table DBCON, call transaction LC10.

The liveCache: Initial Screen appears.

5. In the Name of database connection field, enter LCA and then choose Integration.

6. Name the physical liveCache <LC_NAME>, the liveCache server <LC_HOST>, user data

and the corresponding passwords and make sure that Central Authentication is enabled.

8. Enter the administration report /SAPAPO/DELETE_LC_ANCHORS in field Follow-up

Procedures of section Initialize liveCache.

9. Save your entries.

10. To initialize the liveCache instance LCA:

a. Choose Back (F3). The liveCache: Initial Screen re-appears.

b. Enter LCA in the Name of database connection field.

c. Choose liveCache: Monitoring.

When I execute monitoring appear following message:

Name and Server LCA – bw

DBMRFC Function: DBM_EXECUTE

Command: dbm_version

Error: DBM: Error

Return Code: -2

Error message: ERR_USRFAIL: user authorization failed

Please inform me how can I solve this problem

Thank you for your collaboration.

Best regards

Michele medaglia

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

The cause of your problem is probably incorrect user credentials. Check the SAPDB users (CONTROL, SUPERDBA, SAPR3). There are numerous notes in OSS available which describe how to change/recreate these users, for example:

11593, 644332, 39439, 653887, 442944, 739985.

Please check the logfiles in /sapdb/data/wrk/<SID>:

knldiag.err, lcinit.log

Also the system log or ABAP dumps can be checked.

Goodluck. If you need more help, please post the logfiles, etc in this message.

Best regards,

-Chung Yan Lam.

roland_mallmann
Advisor
Advisor
0 Kudos

Hello Michele,

we handle liveCache issues really only over OSS/CSS messages, so I will have to ask you to open such a message (for queue BC-DB-LVC).

From your problem description, you seem to have a problem with the user authorization. You could try to connect the following:

1. dbmcli -d <SID> -u <dbm-user>,<pwd> db_state

(The dbm-user normally is 'control'.)

2. Test the LCA connection in transaction DB59.

Please put any output of the above in the OSS message.

Kind regards,

Roland

Former Member
0 Kudos

Hello Roland, I'm Davide Corsale and I help Michele to initialize livecache. Thank you for yours suggestions, but are you sure that "DB59" is the correct name for that transaction ?

Best regards,

Davide Corsale

roland_mallmann
Advisor
Advisor
0 Kudos

Hello David,

yes, from a certain Basis SP, you can use the transaction DB59 to integrate both OLTP and liveCache instances into your system, similar to what you normally do in LC10 - Integration. One extra feature in transaction DB59 is the option to test the connection. That is why I wrote it.

But as said, for liveCache issues, we prefer official OSS/CSS messages.

Regards,

Roland