cancel
Showing results for 
Search instead for 
Did you mean: 

SAP NW7.0 Installation Error during Create Database phase

Former Member
0 Kudos
199

Hi Experts,

I am installing SAP Netweaver 7.0 on AIX 5.3 with Oracle 10g. I received the following error during sapinst 'create database' phase:

INFO 2011-02-18 01:32:33.691 [syuxccuren.cpp:562]

CSyCurrentProcessEnvironmentImpl::setWorkingDirectory(const CSyPath& /arch/s

apinst_instdir/ERP/SYSTEM/ORA/CENTRAL/AS)

lib=syslib module=syslib

Working directory changed to /arch/sapinst_instdir/ERP/SYSTEM/ORA/CENTRAL/AS.

ERROR 2011-02-18 01:32:39.259 [iaxxinscbk.cpp:268]

CJS-00084 SQL statement or script failed. DIAGNOSIS: Error message: Executable /oracle

/LUQ/102_64/bin/sqlplus terminated with exit code 0 but did not produce any output. DIA

GNOSIS: This indicates that the SQL script or statement could not be executed successfu

lly and that the Oracle software might not be functioning properly. SOLUTION: Check whe

ther the Oracle software is damaged and reinstall it if necessary.. SOLUTION: For more

information, see ora_sql_results.log and the Oracle documentation.

ERROR 2011-02-18 01:32:39.267

CJSlibModule::writeError_impl()

MUT-03025 Caught ESAPinstException in module call: .

ERROR 2011-02-18 01:32:40.955 [sixxcstepexecute.cpp:937]

FCO-00011 The step createDatabase with step key |NW_Onehost|ind|ind|ind|ind|0|0|NW_One

host_System|ind|ind|ind|ind|onehost|0|NW_CreateDBandLoad|ind|ind|ind|ind|createdbandloa

d|0|NW_CreateDB|ind|ind|ind|ind|createdb|0|NW_OraDBCheck|ind|ind|ind|ind|0|0|NW_OraDBMa

in|ind|ind|ind|ind|0|0|NW_OraDBStd|ind|ind|ind|ind|std|0|NW_OraDbBuild|ind|ind|ind|ind|

5|0|createDatabase was executed with status ERROR ( Last error reported by the step: SQ

L statement or script failed. DIAGNOSIS: Error message: Executable /oracle/LUQ/102_64/b

in/sqlplus terminated with exit code 0 but did not produce any output. DIAGNOSIS: This

indicates that the SQL script or statement could not be executed successfully and that

the Oracle software might not be functioning properly. SOLUTION: Check whether the Orac

le software is damaged and reinstall it if necessary.. SOLUTION: For more information,

see ora_sql_results.log and the Oracle documentation.).

INFO 2011-02-18 01:32:42.509 [syuxcpath.cpp:471]

CSyPath::createFile() lib=syslib module=syslib

Creating file /arch/sapinst_instdir/ERP/SYSTEM/ORA/CENTRAL/AS/__instana_tmp.xml.

WARNING 2011-02-18 01:32:54.944 [iaxxejshlp.cpp:150]

Could not get property IDs of the JavaScript object.

ERROR 2011-02-18 01:32:54.945 [iaxxejsctl.cpp:367]

FJS-00010 Could not get value for property

I have checked ora_sql_results.log file:

================================================================================

2011-02-17, 06:17:24 SAPINST ORACLE start logging for

set newpage 0

set space 0

set pagesize 0

set linesize 32767

set markup HTML off

set heading off

set verify off

set feedback off

set trimspool on

set sqlprompt SQL>

set termout on

set verify off

set echo off

spool ora_query3_tmp0_1.res

SELECT STATUS FROM V$INSTANCE;

spool off

exit;

Output of SQL executing program:

...skipping...

2011-02-17, 06:17:24 SAPINST ORACLE start logging for

set newpage 0

set space 0

set pagesize 0

set linesize 32767

set markup HTML off

set heading off

set verify off

set feedback off

set trimspool on

set sqlprompt SQL>

set termout on

set verify off

set echo off

spool ora_query3_tmp0_1.res

SELECT STATUS FROM V$INSTANCE;

spool off

exit;

Output of SQL executing program:

================================================================================

2011-02-18, 01:32:38 SAPINST ORACLE start logging for

SHUTDOWN IMMEDIATE;

exit;

Output of SQL executing program:

SAPINST: End of output of SQL executing program /oracle/LUQ/102_64/bin/sqlplus.

SAPINST found errors.

SAPINST The current process environment may be found in sapinst_ora_environment.log.

2011-02-18, 01:32:38 SAPINST ORACLE stop logging

================================================================================

2011-02-18, 01:32:38 SAPINST ORACLE start logging for

STARTUP NOMOUNT;

exit;

Output of SQL executing program:

SAPINST: End of output of SQL executing program /oracle/LUQ/102_64/bin/sqlplus.

SAPINST found errors.

SAPINST The current process environment may be found in sapinst_ora_environment.log.

2011-02-18, 01:32:39 SAPINST ORACLE stop logging

Please help. Thanks in advance!

Regards

Luqman

View Entire Topic
Former Member
0 Kudos
Oracle software might not be functioning properly. SOLUTION: Check whe
ther the Oracle software is damaged and reinstall it if necessary

Seems error with Oracle software, Re-install it again (Always follow the standard installation guide).

Before going to the above option, just try to startup the DB and continue with your installation(Hit and Try).

Regards,

Nick Loy

Former Member
0 Kudos

Hi Nick

Thank you so much for the reply.

I have checked in the OS that the base fileset bos.adt & bos.perf are missing.

lslpp -L bos.adt bos.perf

Fileset Level State Type Description (Uninstaller)

-


lslpp: 0504-132 Fileset bos.adt not installed.

lslpp: 0504-132 Fileset bos.perf not installed.

In the installation guide it says that these fileset need to be installed. Could it be because of this the database is corrupted?

Regards

Luqman

nirmal_konchada
Active Contributor
0 Kudos

Hi,

These files are needed for proper relinking of your database make file. I think you might have ignored some errors while installing the software.

Kindly uninstall Oracle and then install these OS files and then install Oracle to solve your problem.

~ Refer SAP note 98409

Regards,

Nirmal.K

Edited by: nirmal konchada on Feb 21, 2011 10:17 AM

Former Member
0 Kudos

Hi Nirmal

Thanks a lot for the advice. I have uninstall oracle and reinstall back after installing the missing filesets.

SAP ECC6 installation now completed.

Thanks again for your assistance.

Best Regards

Luqman