cancel
Showing results for 
Search instead for 
Did you mean: 

liveCache error

Former Member
0 Kudos

Hello, I have SCM 5 and LiveCache on same server

In transaction DB59 i got error on Connection test:

General Connection Data

Connection Name....: LCA

Database Name......: SCM

Database Server....: scm

tp Profiles........: no_longer_used

DBM User...........: CONTROL

Test Scope

1. Execute an external operating system command (DBMCLI)

2. Determine status using TCP/IP connection SAPDB_DBM (DBMRFC command mode)

3. Determine status using TCP/IP connection SAPDB_DBM_DAEMON (DBMRFC session mode)

4. Test the SQL connection (Native SQL at CON_NAME)

Application Server: scm_SCM_00 ( Linux )

1. Connect. test with "dbmcli db_state" Successful

2. Connect. test with command mode "dbmrfc db_state" Successful

3. Connect. test with session mode "dbmrfc db_state" Successful

4. Connect. test with "native SQL" ( LCA ) No connection

For detailed information, see the developer trace for work process: 1

In trace i found a error:

B Connect to LCA as ADMINL with scm-SCM

C Try to connect as ADMINL/<pwd>@scm-SCM on connection 1 ...

C Attach to SAP DB : Kernel 7.6.00 Build 029-123-130-265

C Database release is SAP DB 7.6.00.029

C INFO : Database 'SCM' instance is running on 'scm'

C INFO : LVC DEFAULTCODE = ASCII

C *** ERROR => different codepage: application=UNICODE, LVC=ASCII

[dbslsdb.cpp 4668]

B ***LOG BY2=> sql error -4025 performing CON [dbds#1 @ 1044] [dbds 1044 ]

B ***LOG BY0=> <message text not available> [dbds#1 @ 1044] [dbds 1044 ]

M

I found a Note 882788 - LiveCache code page problem with Solution Manager, but it only for Solution Manager

Anyone can tell me how I can change codepage ?

Thanks !

Message was edited by:

Evgeniy Druzkin

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member229109
Active Contributor
0 Kudos

Dear Mr Druzkin,

1)

As you are running SCM/liveCache => you're an SAP customer . If you have data in liveCache or have further questions/problems on this issue, could you please open the OSS message to the component BC-DB-LVC. We could check your system & discuss the Unicode migration procedure & this Issue in more details.

Please review the Rules of Engagement at

2)

I assumed that you installed the UNICODE system SCM & nonUnicode liveCache. You cannot store Unicode data in the ASCII Database!!!

If you have brand new installation, then you could change the _UNICODE parameter to YES of the liveCache using DBMGUI & recreate instance with initialization.

After that you need to follow the post installation step with Initialization of the

liveCache in LC10.

Please review the SAP notes::

767598 Available documentation

680556 DEFAULT_CODE = 'UNICODE' in liveCache for SCM 4.0

926450 Short dump with error -4025 during connect to ASCII database

Thank you and best regards, Natalia Khlopina

Former Member
0 Kudos

Hello Natalia.

I have totally deinstalled SAP DB with SDBSETUP and installed it again with BS2005 Installation master. Now all four tests are successful.

Thank you for your help .

Message was edited by:

Evgeniy Druzkin

Former Member
0 Kudos

a