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