cancel
Showing results for 
Search instead for 
Did you mean: 

Livecache just throwing dumps DBIF_DSQL2_SQL_ERROR

Former Member
0 Kudos

Hi Gurus,

I had done a Homogenous system copy for our SCM 4.0 Livecache systems from our Prod to Dev recently successfully.

On the dev system when we try to do anything it is just throwing dumps DBIF_DSQL2_SQL_ERROR. Even doing the consistency check results in the same. I suspect this could be the result of the Prod kernel level being low when we did the copy.

Prod Livecache kernel level : 7.5.0 BUILD 035-123-123-944

Dev Livecache kernel level : 7.5.0 BUILD 044-123-149-413

Below is the dump details:

Runtime Error DBIF_DSQL2_SQL_ERROR

Except. CX_SY_NATIVE_SQL_ERROR

Date and Time 10.09.2008 11:44:24

-


-


ShrtText

An SQL error occurred when executing Native SQL.

-


-


What happened?

Error "-28534" occurred in the current database connection "LCA".

-


-


What can you do?

Print out the error message (using the "Print" function)

and make a note of the actions and input that caused the

error.

To resolve the problem, contact your SAP system administrator.

You can use transaction ST22 (ABAP Dump Analysis) to view and administer

termination messages, especially those beyond their normal deletion

date.

is especially useful if you want to keep a particular message.

-


-


How to correct the error

Database error text........: "Package must be recreated:APS_COM_VERSION_GET,"

Database error code .......: "-28534"

Triggering SQL statement...: " ? ? ? O"

Internal call code.........: "[DBDS/NEW DSQL]"

Please check the entries in the system log (Transaction SM21).

You may able to find an interim solution to the problem

in the SAP note system. If you have access to the note system yourself,

use the following search criteria:


"DBIF_DSQL2_SQL_ERROR" CX_SY_NATIVE_SQL_ERRORC

"/SAPAPO/SAPLOM_TOOLS_BASIS" or "/SAPAPO/LOM_TOOLS_BASISU02"

"/SAPAPO/OM_COM_VERSION_GET"


If you cannot solve the problem yourself and you wish to send

an error message to SAP, include the following documents:

1. A printout of the problem description (short dump)

To obtain this, select in the current display "System->List->

Save->Local File (unconverted)".

2. A suitable printout of the system log

To obtain this, call the system log through transaction SM21.

Limit the time interval to 10 minutes before and 5 minutes

after the short dump. In the display, then select the function

"System->List->Save->Local File (unconverted)".

3. If the programs are your own programs or modified SAP programs,

supply the source code.

To do this, select the Editor function "Further Utilities->

Upload/Download->Download".

4. Details regarding the conditions under which the error occurred

or which actions and input led to the error.

The exception must either be prevented, caught within the procedure

"/SAPAPO/OM_COM_VERSION_GET"

"(FUNCTION)", or declared in the procedure's RAISING clause.

To prevent the exception, note the following:

-


-


System environment

SAP Release.............. "640"

Application server....... "TPCSCMDD"

Network address.......... "10.30.33.21"

Operating system......... "HP-UX"

Release.................. "B.11.23"

Hardware type............ "ia64"

Character length......... 8 Bits

Pointer length........... 64 Bits

Work process number...... 1

Short dump setting....... "full"

Database server.......... "TPCSCMDD"

Database type............ "ORACLE"

Database name............ "TSD"

Database owner........... "SAPTSP"

Character set............ "en_US.iso88591"

SAP kernel............... "640"

Created on............... "Mar 20 2007 20:14:24"

Created in............... "HP-UX B.11.23 U ia64"

Database version......... "OCI_920 "

Patch level.............. "175"

Patch text............... " "

Supported environment....

Database................. "ORACLE 9.2.0.., ORACLE 10.1.0.., ORACLE

10.2.0.."

SAP database version..... "640"

Operating system......... "HP-UX B.11"

Memory usage.............

Roll..................... 16128

EM....................... 8379840

Heap..................... 0

Page..................... 32768

MM Used.................. 720544

MM Free.................. 3466832

SAP Release.............. "640"

-


-


User and Transaction

Client.............. 200

User................ "HP_BASIS"

Language key........ "E"

Transaction......... "/SAPAPO/OM04 "

Program............. "/SAPAPO/SAPLOM_TOOLS_BASIS"

Screen.............. "SAPMSSY0 1000"

Screen line......... 6

-


-


Information on where terminated

The termination occurred in the ABAP program "/SAPAPO/SAPLOM_TOOLS_BASIS" in

"/SAPAPO/OM_COM_VERSION_GET".

The main program was "/SAPAPO/OM_COM_VERSION_SHOW ".

The termination occurred in line 41 of the source code of the (Include)

program "/SAPAPO/LOM_TOOLS_BASISU02"

of the source code of program "/SAPAPO/LOM_TOOLS_BASISU02" (when calling the

editor 410).

Processing was terminated because the exception "CX_SY_NATIVE_SQL_ERROR"

occurred in the

procedure "/SAPAPO/OM_COM_VERSION_GET" "(FUNCTION)" but was not handled

locally, not declared in the

RAISING clause of the procedure.

The procedure is in the program "/SAPAPO/SAPLOM_TOOLS_BASIS ". Its source code

starts in line 7

of the (Include) program "/SAPAPO/LOM_TOOLS_BASIS$02 ".

-


-


Source Code Extract

-


Line

SourceCde

-


11

*" LC_CONNECT_FAILED

12

*" LC_COM_ERROR

13

*" LC_APPL_ERROR

14

*"----


15

  • 28.5.02 swh: function-module rfc-enabled, therefore value(ET_RC)

16

DATA: ls_gen_com_params TYPE /sapapo/om_gen_com_params,

17

lv_rc TYPE /sapapo/om_lc_rc_str,

18

lv_subrc_sav LIKE sy-subrc.

19

DATA: ls_frac(3) TYPE c,

20

ls_frac1(3) TYPE c,

21

lt_frac LIKE STANDARD TABLE OF ls_frac WITH

22

NON-UNIQUE DEFAULT KEY,

23

lv_string1(30) TYPE c, "#EC NEEDED

24

lv_string2(30) TYPE c.

25

FIELD-SYMBOLS <ls_version> LIKE LINE OF et_version.

26

27

ev_patch_level = '?'.

28

ev_change_list_no = '?'.

29

ev_build_no = '?'.

30

PERFORM create_gen_com_params USING gc_om_simsession_def

31

ls_gen_com_params-simversion

32

ls_gen_com_params-lc_logging

33

CHANGING ls_gen_com_params.

34

CLEAR ls_gen_com_params-simversion.

35

CLEAR ls_gen_com_params-client.

36

37

start_function 'OM_COM_VERSION_GET'.

38

check_server.

39

connect_to_livecache.

40

EXEC SQL.

>>>>>

EXECUTE PROCEDURE "APS_COM_VERSION_GET" (

42

IN :LS_GEN_COM_PARAMS,

43

OUT :LV_RC,

44

IN :ET_RC,

45

IN :ET_VERSION )

46

ENDEXEC.

47

lv_subrc_sav = sy-subrc.

48

end_function_no_main om_com_version_get.

49

check_returncodes.

50

LOOP AT et_version ASSIGNING <ls_version>.

51

TRANSLATE <ls_version>-branch_info TO UPPER CASE. "#EC *

52

ENDLOOP.

53

READ TABLE et_version ASSIGNING <ls_version> INDEX 1.

54

CHECK sy-subrc EQ 0.

55

56

LOOP AT et_version TRANSPORTING NO FIELDS

57

WHERE build_info <> <ls_version>-build_info.

58

ENDLOOP.

59

CHECK sy-subrc <> 0.

60

SPLIT <ls_version>-build_info AT ': ' INTO lv_string1 lv_string2.

-


-


Contents of system fields

-


Name

Val.

-


SY-SUBRC

0

SY-INDEX

0

SY-TABIX

1

SY-DBCNT

0

SY-FDPOS

0

SY-LSIND

0

SY-PAGNO

0

SY-LINNO

1

SY-COLNO

1

SY-PFKEY

SY-UCOMM

SY-TITLE

Display of Current COM Module Versions

SY-MSGTY

SY-MSGID

SY-MSGNO

000

SY-MSGV1

SY-MSGV2

SY-MSGV3

SY-MSGV4

-


-


Active Calls/Events

-


No. Ty. Program Include Line

Name

-


2 FUNCTION /SAPAPO/SAPLOM_TOOLS_BASIS /SAPAPO/LOM_TOOLS_BASISU02 41

/SAPAPO/OM_COM_VERSION_GET

1 EVENT /SAPAPO/OM_COM_VERSION_SHOW /SAPAPO/OM_COM_VERSION_SHOW 5

START-OF-SELECTION

-


-


Chosen variables

-


Name

Val.

-


No. 2 Ty. FUNCTION

Name /SAPAPO/OM_COM_VERSION_GET

-


ET_RC

Table IT_11[0x72]

\FUNCTION=/SAPAPO/OM_COM_VERSION_GET\DATA=ET_RC

Table reference: 6

TABH+ 0(20) = 0000000000000000000000000000000000000000

TABH+ 20(20) = 000000060000000B0000000000000048FFFFFFFF

TABH+ 40(16) = 0400002500002168001024C401000000

store = 0x0000000000000000

ext1 = 0x0000000000000000

shmId = 0 (0x00000000)

id = 6 (0x00000006)

label = 11 (0x0000000B)

fill = 0 (0x00000000)

leng = 72 (0x00000048)

loop = -1 (0xFFFFFFFF)

xtyp = TYPE#000143

occu = 16 (0x00000010)

access = 1 (ItAccessStandard)

idxKind = 0 (ItIndexNone)

uniKind = 2 (ItUniqueNon)

keyKind = 1 (default)

cmpMode = 8 (cmpManyEq)

occu0 = 1

collHash = 0

groupCntl = 0

rfc = 0

unShareable = 0

mightBeShared = 0

sharedWithShmTab = 0

isShmLockId = 0

gcKind = 0

isUsed = 1

>>>>> Shareable Table Header Data <<<<<

tabi = Not allocated

pghook = Not allocated

idxPtr = Not allocated

refCount = Not allocated

tstRefCount = Not allocated

lineAdmin = Not allocated

lineAlloc = Not allocated

store_id = Not allocated

shmIsReadOnly = Not allocated

>>>>> 1st level extension part <<<<<

regHook = Not allocated

hsdir = Not allocated

ext2 = Not allocated

>>>>> 2nd level extension part <<<<<

tabhBack = Not allocated

delta_head = Not allocated

pb_func = Not allocated

pb_handle = Not allocated

ET_VERSION

Table IT_12[0x204]

\FUNCTION=/SAPAPO/OM_COM_VERSION_GET\DATA=ET_VERSION

Table reference: 9

TABH+ 0(20) = 0000000000000000000000000000000000000000

TABH+ 20(20) = 000000090000000C00000000000000CCFFFFFFFF

TABH+ 40(16) = 0400002500002980001024C401000000

store = 0x0000000000000000

ext1 = 0x0000000000000000

shmId = 0 (0x00000000)

id = 9 (0x00000009)

label = 12 (0x0000000C)

fill = 0 (0x00000000)

leng = 204 (0x000000CC)

loop = -1 (0xFFFFFFFF)

xtyp = TYPE#000180

occu = 16 (0x00000010)

access = 1 (ItAccessStandard)

idxKind = 0 (ItIndexNone)

uniKind = 2 (ItUniqueNon)

keyKind = 1 (default)

cmpMode = 8 (cmpManyEq)

occu0 = 1

collHash = 0

groupCntl = 0

rfc = 0

unShareable = 0

mightBeShared = 0

sharedWithShmTab = 0

isShmLockId = 0

gcKind = 0

isUsed = 1

>>>>> Shareable Table Header Data <<<<<

tabi = Not allocated

pghook = Not allocated

idxPtr = Not allocated

refCount = Not allocated

tstRefCount = Not allocated

lineAdmin = Not allocated

lineAlloc = Not allocated

store_id = Not allocated

shmIsReadOnly = Not allocated

>>>>> 1st level extension part <<<<<

regHook = Not allocated

hsdir = Not allocated

ext2 = Not allocated

>>>>> 2nd level extension part <<<<<

tabhBack = Not allocated

delta_head = Not allocated

pb_func = Not allocated

pb_handle = Not allocated

EV_BUILD_NO

?

3222

F000

EV_CHANGE_LIST_NO

?

32222222222222222222

F0000000000000000000

EV_PATCH_LEVEL

?

3222

F000

GC_SCHED_OUTP_NOT_ALLOWED

15

0000

000F

OM_LC_NAME

LCA

444222222222222222222222222222

C31000000000000000000000000000

SPACE

2

0

GC_SYNC_CHARACT

16929091

0

1

GC_PRIM_RES_DIRECT

1

3

1

SYST-REPID

/SAPAPO/SAPLOM_TOOLS_BASIS

2545454254544455444554454522222222222222

F31010FF310CFDF4FFC3F2139300000000000000

SY-REPID

/SAPAPO/SAPLOM_TOOLS_BASIS

2545454254544455444554454522222222222222

F31010FF310CFDF4FFC3F2139300000000000000

GC_STAT_RELEASED

1

3

1

GC_OM_LOGEVENT_ARCHIVEAREADEL

AADL

4444

114C

SY-SUBRC

0

0000

0000

%_SPACE

2

0

%_VIASELSCR

#

0

4

LS_GEN_COM_PARAMS

HP_BASIS /SAPAPO/OM_COM_VERSION_SHOW

2222222222222222222222455445452222222222222222222222222222222254545424454445545544455445222222

000000000000000000000080F213930000000000000000000000000000000F31010FFFDF3FDF65239FEF38F7000000

LV_RC

0000

0000

GC_OM_END_OF_DELTA_QUEUE

-1

FFFF

FFFF

<LT_RC>

???

GC_IO_PEG_ALL_PR_IN

8

0000

0008

GC_NO_TRANSFER

33554688

0

2

LV_LOGGING

0

0000

0000

GC_OM_MODE_PRIO_11

1

3

1

GC_SCHED_ACT_FIXED_BY_RES

42

0002

000A

GC_REGARD_PEGGING

2

3

2

<LS_RC>

???

??????

??????

GC_MINTIME

09011000

1700002C

<LS_RC>-RC

???

??????

??????

-


No. 1 Ty. EVENT

Name START-OF-SELECTION

-


SY-LDBPG

SAPDB__S

5454455522222222222222222222222222222222

31042FF300000000000000000000000000000000

%_DUMMY$$

2222

0000

RSJOBINFO

00000000000000 ####

222222222222222222222222222222223333333333333322222222222222222222222222222222220000

000000000000000000000000000000000000000000000000000000000000000000000000000000000000

SY-XPROG

RSDBRUNT

5544554522222222222222222222222222222222

234225E400000000000000000000000000000000

GT_VERSION

Table[initial]

SY-XFORM

%_INIT_PBO_FIRST

254445554454455522222222222222

5F9E94F02FF6923400000000000000

SY-REPID

/SAPAPO/OM_COM_VERSION_SHOW

2545454244544455455444554452222222222222

F31010FFFDF3FDF65239FEF38F70000000000000

SYST-REPID

/SAPAPO/OM_COM_VERSION_SHOW

2545454244544455455444554452222222222222

F31010FFFDF3FDF65239FEF38F70000000000000

%_SPACE

2

0

SY-SUBRC

0

0000

0000

%_VIASELSCR

#

0

4

SY-MSGID

22222222222222222222

00000000000000000000

SPACE

2

0

SY-MSGNO

000

333

000

SY-MSGV1

22222222222222222222222222222222222222222222222222

00000000000000000000000000000000000000000000000000

SY-MSGV2

22222222222222222222222222222222222222222222222222

00000000000000000000000000000000000000000000000000

SY-MSGV3

22222222222222222222222222222222222222222222222222

00000000000000000000000000000000000000000000000000

SY-MSGV4

22222222222222222222222222222222222222222222222222

00000000000000000000000000000000000000000000000000

-


-


Internal notes

The termination occurred in the function "DsqlErrorHandler" of the SAP

Basis System, specifically in line 2013 of the module

"//bas/640_REL/src/krn/runt/abexsql.c#7".

The internal operation just processed is "DSQL".

The internal session was started at 20080910114424.

Internal call code.........: "[DBDS/NEW DSQL]"

-


-


Active Calls in SAP Kernel

-


Lines of C Stack in Kernel (Structure Differs on Each Platform)

-


(0) 0x4000000001c01040 CTrcStack2 + 0x1a0 [dw.sapTSD_DVEBMGS00]

(1) 0x4000000001c00e70 CTrcStack + 0x30 [dw.sapTSD_DVEBMGS00]

(2) 0x4000000001304140 Z16rabaxCStackSavev + 0x1c0 [dw.sapTSD_DVEBMGS00]

(3) 0x4000000001316b00 ab_rabax + 0x2d10 [dw.sapTSD_DVEBMGS00]

(4) 0x4000000002156800 Z10abdbdserriPKciS0_P9DS_HEADERS0_iPv + 0x330 [dw.sapTSD_DVEBMGS00]

(5) 0x40000000021521f0 Z16DsqlErrorHandleri + 0xe0 [dw.sapTSDDVEBMGS00]

(6) 0x400000000179ad90 Z11ExecuteCallv + 0x2770 [dw.sapTSDDVEBMGS00]

(7) 0x40000000017955e0 Z8abjdsqlv + 0x420 [dw.sapTSD_DVEBMGS00]

(8) 0x40000000015651f0 Z8abextriv + 0x1dc0 [dw.sapTSD_DVEBMGS00]

(9) 0x4000000001478c70 Z9abxeventPKc + 0x260 [dw.sapTSD_DVEBMGS00]

(10) 0x40000000013a9060 Z8abtriggv + 0x7b0 [dw.sapTSD_DVEBMGS00]

(11) 0x4000000001745410 ab_run + 0x150 [dw.sapTSD_DVEBMGS00]

(12) 0x4000000001cd85a0 N_ab_run + 0x20 [dw.sapTSD_DVEBMGS00]

(13) 0x4000000001ce2170 dynpmcal + 0x370 [dw.sapTSD_DVEBMGS00]

(14) 0x4000000001cdd240 dynppai0 + 0xc40 [dw.sapTSD_DVEBMGS00]

(15) 0x4000000001cdfe20 dynprctl + 0x340 [dw.sapTSD_DVEBMGS00]

(16) 0x4000000001ccc990 dynpen00 + 0x910 [dw.sapTSD_DVEBMGS00]

(17) 0x400000000192fc00 Thdynpen00 + 0x480 [dw.sapTSD_DVEBMGS00]

(18) 0x40000000018fd590 TskhLoop + 0x2800 [dw.sapTSD_DVEBMGS00]

(19) 0x40000000018f60c0 tskhstart + 0x3a0 [dw.sapTSD_DVEBMGS00]

(20) 0x40000000017caef0 DpMain + 0x480 [dw.sapTSD_DVEBMGS00]

(21) 0x40000000017c82b0 nlsui_main + 0x30 [dw.sapTSD_DVEBMGS00]

(22) 0x40000000017c8130 main + 0x30 [dw.sapTSD_DVEBMGS00]

(23) 0xc00000000002fa60 main_opd_entry + 0x50 [/usr/lib/hpux64/dld.so]

-


-


List of ABAP programs affected

-


Index

Ty.

Program

Group

Date

Time

Size

Lang.

-


0

Prg

/SAPAPO/OM_COM_VERSION_SHOW

0

13.10.2006

16:02:14

19456

E

1

Prg

SAPMSSY0

1

19.01.2008

20:32:58

68608

E

2

Prg

SAPMSSYD

1

19.01.2008

20:32:56

18432

E

3

Prg

SAPFSYSCALLS

1

29.01.2003

15:52:22

6144

E

4

Prg

RSDBRUNT

0

19.01.2008

20:23:41

227328

E

5

Typ

RSSCR

0

12.10.1999

15:50:05

5120

6

Prg

RSDBSPBL

0

20.05.2003

12:07:51

59392

E

7

Prg

SAPDB__S

0

29.01.2003

15:52:22

15360

E

8

Prg

RSDBSPMC

0

19.01.2008

20:18:25

66560

E

9

Typ

DDSHDESCR

0

28.11.1997

16:26:30

3072

10

Typ

SPPARAMS

0

07.03.1997

14:48:48

2048

11

Typ

SPPARAMS

0

07.03.1997

14:48:48

2048

12

Prg

SAPLSABE

12

29.01.2003

15:52:23

11264

E

13

Prg

SAPLSECU

13

19.01.2008

20:27:27

66560

E

14

Typ

RSSUBINFO

0

25.02.2000

15:47:23

3072

15

Prg

SAPFSPOR

1

14.10.2006

15:40:41

12288

E

16

Prg

SAPLSCNT

16

29.01.2003

15:52:23

24576

E

17

Typ

DYCBOX

0

12.10.1999

15:46:19

2048

18

Prg

SAPLSVSM

18

13.10.2006

16:00:56

24576

E

19

Prg

SAPLSGUI

19

19.01.2008

20:32:58

61440

E

20

Prg

SAPLSTTM

20

13.10.2006

15:36:20

75776

E

21

Prg

SAPLSBDC

21

13.10.2006

15:44:52

39936

E

22

Prg

CL_DATAPROVIDER===============CP

22

13.10.2003

17:39:55

43008

E

23

Prg

%_CCNTL

22

29.01.2003

15:52:16

13312

E

24

Typ

OBJ_RECORD

0

07.10.1997

12:13:38

2048

25

Prg

SAPLSTUP

25

13.10.2006

15:53:29

65536

E

26

Prg

SAPLCNDP

26

13.10.2006

16:02:40

191488

E

27

Prg

SAPSHDTV

16

15.09.2003

15:02:59

28672

E

28

Prg

SAPFGUICNTL

1

22.07.2003

14:38:21

20480

E

29

Prg

SAPLOLEA

29

19.01.2008

20:30:49

82944

E

30

Prg

SAPLSFES

30

19.01.2008

20:32:58

250880

E

31

Prg

SAPLSPLUGIN

31

20.05.2003

12:29:03

6144

E

32

Typ

ARFCRDATA

0

08.06.2001

15:54:05

6144

33

Prg

SAPLGRFC

33

29.01.2003

15:52:22

13312

E

34

Typ

SWCBCONT

0

07.10.1997

12:13:50

3072

35

Typ

OLE_VERBS

0

09.02.1995

13:23:37

2048

36

Typ

OLE_PA

0

13.01.1995

11:06:59

2048

37

Prg

/SAPAPO/SAPLOM_TOOLS_BASIS

37

19.01.2008

21:14:10

219136

E

38

Prg

SAPLSAL2

38

13.10.2006

15:36:34

72704

E

39

Typ

/SAPAPO/OM_UID_RC

0

29.03.2000

09:05:10

2048

40

Typ

/SAPAPO/OM_VERSIONINFO_STR

0

22.01.2003

08:45:22

4096

41

Prg

CX_SY_NATIVE_SQL_ERROR========CP

41

13.10.2006

15:49:52

10240

E

42

Typ

SCX_SRCPOS

0

08.06.2001

16:11:11

2048

43

Prg

CX_SY_SQL_ERROR===============CP

43

20.05.2003

12:22:35

8192

E

44

Prg

CX_DYNAMIC_CHECK==============CP

44

20.05.2003

12:22:34

8192

E

45

Prg

CX_ROOT=======================CP

45

13.10.2003

14:49:42

9216

E

46

Prg

CX_NO_CHECK===================CP

46

20.05.2003

12:22:34

8192

E

47

Prg

CX_SY_NO_HANDLER==============CP

47

20.05.2003

12:22:35

8192

E

48

Prg

%_CSYDB0

0

29.01.2003

15:52:16

28672

E

49

Typ

RSVAMEMKEY

0

16.12.1996

19:31:50

2048

50

Prg

%_CRSDS

0

29.01.2003

15:52:16

8192

E

51

Typ

CAT_SVARS

0

13.10.2006

14:54:54

2048

52

Prg

%_CSYDES

37

29.01.2003

15:52:16

7168

E

53

Typ

SYST

0

08.06.2001

16:16:17

27648

54

Typ

/SAPAPO/OM_LC_RC_STR

0

22.01.2003

08:45:21

1024

-


-


Directory of Application Tables

-


Name Date Time Lngth

Val.

-


Program /SAPAPO/OM_COM_VERSION_SHOW

-


SYST 20.05.2003 11:55:50 00002404

\0\0\0\0\0\0\0\0\0\0\0\x01\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0

RSJOBINFO . . : : 00000084

00000000000000

-


-


ABAP Control Blocks (CONT)

-


Index

Name

Fl

PAR0

PAR1

PAR2

PAR3

PAR4

PAR5

PAR6

SourceCde

Line

-


1110

BRAF

05

0002

/SAPAPO/LOM_TOOLS_BASISU02

39

1111

DSQL

1D

06F0

/SAPAPO/LOM_TOOLS_BASISU02

39

1112

cmpr

00

00CA

06FA

0000

/SAPAPO/LOM_TOOLS_BASISU02

39

1114

BRAF

05

0004

/SAPAPO/LOM_TOOLS_BASISU02

39

1115

DSQL

21

06FB

/SAPAPO/LOM_TOOLS_BASISU02

39

1116

FUNE

03

000F

/SAPAPO/LOM_TOOLS_BASISU02

39

1117

ENDF

00

0000

/SAPAPO/LOM_TOOLS_BASISU02

39

1118

DSQL

00

0000

/SAPAPO/LOM_TOOLS_BASISU02

41

1119

DSQL

02

C000

/SAPAPO/LOM_TOOLS_BASISU02

41

1120

DSQL

03

C001

/SAPAPO/LOM_TOOLS_BASISU02

41

1121

DSQL

02

8001

/SAPAPO/LOM_TOOLS_BASISU02

41

1122

DSQL

02

8000

/SAPAPO/LOM_TOOLS_BASISU02

41

>>>>>

DSQL

1B

0058

/SAPAPO/LOM_TOOLS_BASISU02

41

1124

mvqw

04

8005

00C0

005C

/SAPAPO/LOM_TOOLS_BASISU02

47

1126

cmpr

00

00CA

C00C

0000

/SAPAPO/LOM_TOOLS_BASISU02

48

1128

BRAF

04

00F1

/SAPAPO/LOM_TOOLS_BASISU02

48

1129

mvqw

04

8005

0254

005C

/SAPAPO/LOM_TOOLS_BASISU02

48

1131

ASSI

05

0200

0830

C024

0000

0000

0000

0000

/SAPAPO/LOM_TOOLS_BASISU02

48

1135

cmpr

00

00CA

06FA

0000

/SAPAPO/LOM_TOOLS_BASISU02

48

1137

BRAF

02

001C

/SAPAPO/LOM_TOOLS_BASISU02

48

-


Kindly help.

Regards

Vid

Accepted Solutions (0)

Answers (1)

Answers (1)

lbreddemann
Active Contributor
0 Kudos

>

> Hi Gurus,

>

> I had done a Homogenous system copy for our SCM 4.0 Livecache systems from our Prod to Dev recently successfully.

>

> On the dev system when we try to do anything it is just throwing dumps DBIF_DSQL2_SQL_ERROR. Even doing the consistency check results in the same. I suspect this could be the result of the Prod kernel level being low when we did the copy.

>

> Prod Livecache kernel level : 7.5.0 BUILD 035-123-123-944

> Dev Livecache kernel level : 7.5.0 BUILD 044-123-149-413

Hi there,

different versions of liveCache for source and target of the system copy are not supported.

It's not meant to work.

Be aware that liveCache heavily depends on the exact fitting between SCM/APO system and the liveCache version used.

So the solution is simple - install the same liveCache version to the target system.

regards,

Lars

Former Member
0 Kudos

Hi Lars,

Thanks for your reply.

Do i need to do the homogenous livecache copying again or i just go ahead and just downgrade the kernel level on Dev??

Regards

Vid

lbreddemann
Active Contributor
0 Kudos

>

> Hi Lars,

>

> Thanks for your reply.

>

> Do i need to do the homogenous livecache copying again or i just go ahead and just downgrade the kernel level on Dev??

Hi Vid,

as there is no such thing as "downgrade", you'll have to uninstall the liveCache software, install the same version as on the productive server and perform the system copy again.

Since this is done just by restoring a backup this should not be a problem,

regards,

Lars