cancel
Showing results for 
Search instead for 
Did you mean: 

NW2004s SR2 Installation Error

dmitry_sharshatkin
Active Participant
0 Kudos

Hi All, during the installation of <b>NW2004s SR2 on Oracle 10.2.</b> i meet the following error: CJS-30023 + FCO-00011.

<b>Log:</b>

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

<b>ERROR 2007-07-06 22:05:03</b>

CJS-30023 Process call 'C:\usr\sap\DEV\SYS\exe\uc\NTI386\R3load.exe -testconnect' exits with error code 2. For details see log file(s) R3load.exe.log.

<b>ERROR 2007-07-06 22:05:04</b>

FCO-00011 The step testDatabaseConnection with step key |NW_Onehost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|1|0|NW_CreateDBandLoad|ind|ind|ind|ind|10|0|NW_ABAP_Import_Dialog|ind|ind|ind|ind|5|0|NW_ABAP_Import|ind|ind|ind|ind|0|0|testDatabaseConnection was executed with status ERROR .

<b>************************* R3load.exe.log ********************************</b>

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

sapparam(1c): No Profile used.

sapparam: SAPSYSTEMNAME neither in Profile nor in Commandline

C:\usr\sap\DEV\SYS\exe\uc\NTI386\R3load.exe: START OF LOG: 20070706220501

C:\usr\sap\DEV\SYS\exe\uc\NTI386\R3load.exe: sccsid @(#) $Id: //bas/700_REL/src/R3ld/R3load/R3ldmain.c#8 $ SAP

C:\usr\sap\DEV\SYS\exe\uc\NTI386\R3load.exe: version R7.00/V1.4

Compiled Sep 1 2006 00:30:56

C:\usr\sap\DEV\SYS\exe\uc\NTI386\R3load.exe -testconnect

DbSl Trace: ORA-1403 when accessing table SAPUSER

DbSl Trace: Cannot run a non-UNICODE kernel against an UTF8 database

(DB) ERROR: db_connect rc = 256

DbSl Trace: Default conn.: already connected to DDB

(DB) ERROR: DbSlErrorMsg rc = 29

C:\usr\sap\DEV\SYS\exe\uc\NTI386\R3load.exe: job finished with 1 error(s)

C:\usr\sap\DEV\SYS\exe\uc\NTI386\R3load.exe: END OF LOG: 20070706220503

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

The similar situation was described in the <b>Thread: NW for ABAP failing - step 17 :</b>

But, i have a deal with Oracle. I could not identify the error from the log file.

As i undersatand, this could be a missing SID, unicode problem, or problems with SAP DB Tools.

Please, suggest me a solution.

Thanks for your Help and Best Regards,

Dima

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Dmitry,

From your R3load.exe.log file,

DbSl Trace: ORA-1403 when accessing table SAPUSER

DbSl Trace: Cannot run a non-UNICODE kernel against an UTF8 database

Solution: I guess you are using non-Unicode kernel which will be able to connect to DBs only if its NLS Character set set to WE8DEC.

But, I am not sure why in NW2004s SR2, you are using non-Unicode kernel. Please check you kernel type.

Regards,

Gangadhar

Answers (1)

Answers (1)

dmitry_sharshatkin
Active Participant
0 Kudos

Hi, thanks. I was installing UNICODE system with non-unicode kernel.

Now it is working. I downloaded the UKERNEL from service marketplace.

Thanks,

Dima