cancel
Showing results for 
Search instead for 
Did you mean: 

(DB) ERROR: DbSlControl(DBSL_CMD_IMP_FUNS_SET) rc = 20

Former Member
0 Kudos

Dear All,

Currently, I’ve install combine Unicode system. I got the Error in Import ABAP phase as below.

Error in import_monitor.log

Loading of 'DDLOG' import package is interrupted with R3load error.

Process '/usr/sap/DB1/SYS/exe/run/R3load -i DDLOG.cmd -dbcodepage 4102 -l DDLOG.log -stop_on_error -loadprocedure fast LOAD' exited

with return code 2.

For mode details see 'DDLOG.log' file.

Standard error output:

sapparam: sapargv( argc, argv) has not been called.

sapparam(1c): No Profile used.

sapparam: SAPSYSTEMNAME neither in Profile nor in Commandline

DDLOG.log

/usr/sap/DB1/SYS/exe/run/R3load: START OF LOG: 20080503210511

/usr/sap/DB1/SYS/exe/run/R3load: sccsid @(#) $Id: //bas/700_REL/src/R3ld/R3load/R3ldmain.c#16 $ SAP

/usr/sap/DB1/SYS/exe/run/R3load: version R7.00/V1.4 [UNICODE]

Compiled Apr 27 2008 01:01:40

/usr/sap/DB1/SYS/exe/run/R3load -i DDLOG.cmd -dbcodepage 4102 -l DDLOG.log -stop_on_error -loadprocedure fast LOAD

(DB) ERROR: DbSlControl(DBSL_CMD_IMP_FUNS_SET) rc = 20

(DB) ERROR: DbSlErrorMsg rc = 20

/usr/sap/DB1/SYS/exe/run/R3load: job finished with 1 error(s)

/usr/sap/DB1/SYS/exe/run/R3load: END OF LOG: 20080503210511

Additional information

Source system (exported)

SAP 700(Non Unicode) DB6 /9.1.3

Installation CD: 51033208 Installation Master SR2

R3load 700 Non Unicode : R3LOAD_86-20001043

Target system (Import)

SAP 700 (Unicode) DB6 /9.5.0

Installation CD: 51033511 SAP NetWeaver 7.0 SR3

R3load 700 Unicode: R3load_86-20000999

Could you please suggest how to fix this problem.

Thank you so much

Regards,

Jaturong

Accepted Solutions (0)

Answers (5)

Answers (5)

Former Member
0 Kudos

Hi Jaturong,

The error is related to Kernel, Just get rid of all this and try updating the kernel to the latest one.

The db error is not seen again at the step where the installation was stopped.

Also, this error is at the step of updtaing sapview.tsk when you use wrong kernel & this get conflicted to the DB which is of not the version to be. So simple if your DBload step is in sucess & kernel is outdated sync to the lates one.

Then reatart the Sapmmc, login with SAP*- 06071992 & DDIC - 19920706, hope u know the rest:>

Rate the forum

Thanks & Regards,

Chetan Poojary.

Former Member
0 Kudos

Have you been answered

Former Member
0 Kudos

Hi Jaturong

you don't need to import DDLOG, it is the table which is used to synchronize the table buffer. It should be empty after a system restart because the buffers are synchronized when they are empty. Therefore you may drop the content of the DDLOG table when the application is stopped. Normally you shouldn't have any data in it during the export. To solve your problem just edit DDLOG.TSK file and replace the line "D DDLOG err" by "D DDLOG ok".

Best regards

Ralph

Former Member
0 Kudos

Hi Jaturong,

Please try nonunicode installation.

Regards,

Anil

tomislav_geri
Discoverer
0 Kudos

Make sure that the environment variable (system) DIR_LIBRARY is set with the correct value. The value must point to the executable directory of the respective system.

Example: unicode DDD system must have the value /usr/sap/DDD/SYS/exe/uc/NTAMD64 for the variable DIR_LIBRARY in its environment

Frank-Martin
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi,

check if your R3load and dbdb6slib.* have the same code page. A unicode R3load can not load a non-unicode dbdb6slib.* library.

dbdb6lisb is searched in the working directory or in the directory specified by DIR_LIBRARY .

Unfortunatelly R3load is not very talkative. You may do a test connect with "R3trans -x" to get more error information.

Regards

Frank