cancel
Showing results for 
Search instead for 
Did you mean: 

Error in SAP Installation in phase 12 Create database

joo_migueldimas
Active Participant
0 Kudos

Hi gurus,

I´m stuck on sap installation main process.

I´m install SAP ERP 2005 SR2 (= ECC 6.0 SR2) with OS windows 2003 server X64 and the Database is Oracle 10.2.0.4 !

I´m facing with error in phase 12 of 44. That is in Create Database phase as you can see in following images:

Error --> http://img60.imageshack.us/img60/8488/errorinstallation12phas.jpg

Error Log --> http://img60.imageshack.us/img60/5725/errorinstallation12phas.png

I checked some log files, such sapinst.log and clsc.log and the css.log, following you can see them:

sapinst.log :

ERROR 2009-07-15 20:09:50

MUT-03025 Caught ESAPinstException in Modulecall: ESAPinstException: error text undefined.

ERROR 2009-07-15 20:09:50

FCO-00011 The step runCatprocSql 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_CreateDB|ind|ind|ind|ind|0|0|NW_OraDBCheck|ind|ind|ind|ind|0|0|NW_OraDBMain|ind|ind|ind|ind|0|0|NW_OraDBStd|ind|ind|ind|ind|3|0|NW_OraDbBuild|ind|ind|ind|ind|5|0|runCatprocSql was executed with status ERROR .

On path/directory D:oracleERP102logsaperpaioclient :

clsc.log :

Oracle Database 10g CRS Release 10.2.0.4.0 Production Copyright 1996, 2008 Oracle. All rights reserved.

2009-07-15 20:02:01.672: [2292]utgdv:1:could not open registry key SOFTWAREOracleocr os error The system could not find the environment option that was entered.

2009-07-15 20:02:01.672: [2292]proprinit: Could not open raw device

2009-07-15 20:02:01.672: [2292]a_init:7!: Backend init unsuccessful :

2009-07-15 20:02:01.672: [2292]clsssinit: error(33 ) in OCR initialization

2009-07-15 20:02:02.844: [2292]utgdv:1:could not open registry key SOFTWAREOracleocr os error The system could not find the environment option that was entered.

2009-07-15 20:02:02.844: [2292]proprinit: Could not open raw device

2009-07-15 20:02:02.844: [2292]a_init:7!: Backend init unsuccessful :

css.log :

Oracle Database 10g CRS Release 10.2.0.1.0 Production Copyright 1996, 2005 Oracle. All rights reserved.

2009-07-14 22:01:19.831: [1748]utgdv:1:could not open registry key SOFTWAREOracleocr os error The system could not find the environment option that was entered.

Best regards,

João Dimas - Portugal

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi

1:How did you install your oracle using server.cmd or setup.exe

2:Can you paste the logs of ora_sql_results.log

Regards

Uday

joo_migueldimas
Active Participant
0 Kudos

Hi uday kumar,

1: I install the DB release 10.2.0.1 through sapserver.cmd and next I install the patch 10.2.0.4 using setup.exe !!

2: The ora_sql_results.log have a big log ... I´m going put here the last entries of log: It´s possible to send you the log file of this using a personal message?! ...and so, in this way, you could see better the log file!!

.....

.....

PL/SQL procedure successfully completed.

SQL>

SQL> #Rem stop the job

SQL> BEGIN

2 BEGIN

3 -- call to stop the job

4 ORACLE_OCM.MGMT_CONFIG.stop_job;

5 EXCEPTION

6 WHEN OTHERS THEN

7 -- ignore any exception

8 null;

9 END;

10 END;

11 /

PL/SQL procedure successfully completed.

SQL>

SQL> #Rem submit the job and run now

SQL> execute ORACLE_OCM.MGMT_CONFIG.submit_job;

PL/SQL procedure successfully completed.

SQL> execute ORACLE_OCM.MGMT_CONFIG.run_now;

PL/SQL procedure successfully completed.

SQL>

SQL>

SQL> Rem ADD NEW PACKAGES/NEW POST CATPROC FIXED VIEWS ABOVE THIS BLOCK

SQL> -

-


SQL>

SQL> SET SERVEROUTPUT ON

SQL>

SQL> Rem Indicate CATPROC load complete and check validity

SQL> BEGIN

2 dbms_registry.update_schema_list('CATPROC',

3 dbms_registry.schema_list_t('SYSTEM', 'OUTLN', 'DBSNMP'));

4 dbms_registry.loaded('CATPROC');

5 dbms_registry_sys.validate_catproc;

6 dbms_registry_sys.validate_catalog;

7 END;

8 /

PL/SQL procedure successfully completed.

SQL>

SQL> SET SERVEROUTPUT OFF

SQL> exit;

Disconnected from Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bit Production

With the Partitioning, OLAP, Data Mining and Real Application Testing options

SAPINST: End of output of SQL executing program D:oracleERP102/bin/sqlplus.

SAPINST found errors.

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

2009-07-15, 20:09:50 SAPINST ORACLE stop logging

Best regards,

João Dimas - Portugal

markus_doehr2
Active Contributor
0 Kudos

> 1: I install the DB release 10.2.0.1 through sapserver.cmd and next I install the patch 10.2.0.4 using setup.exe !!

Good! And you did also install the latest interim/minipatch using OPatch?

Does this problem happen during the run of catproc.sql? If yes, you can do the following:

- stop sapinst

- open keydb.xml (in the installation directory) in an editor

- search for ERROR (next to a CDATA)

- change to OK (make sure you keep the braces)

- save

- restart sapinst and continue old installation

Make sure you install the latest interim patch before continuing.

Markus

joo_migueldimas
Active Participant
0 Kudos

Hi Markus Doehr,

Thanks to try to help me...

I didn´t install the latest opatch neigher interim ...

What I did now was, I stoped the sapinst and I did upgrade to the release of Opatch to the lastest version 5, with sucess !! But after that I tried to install the latest interim/minipatch with this file p7494877_10204_MSWIN-x8664.zip...

(Where can I download the latest interim/minipatch... can you give me the URL path ... is in marketplace ?! But where?!... The file p74948877 that I tried to apply is an old file that I found in another server with oracle DB.)

...but the result was an error (as you see in next image):

http://img391.imageshack.us/img391/6554/interimminipatchj.png

Can you tell me what I have to do to pass this error?!

Best regards,

João Dimas

markus_doehr2
Active Contributor
0 Kudos

Check

Note 1137346 - Oracle 10.2.0: Patches/patch collections for Oracle 10.2.0.4

Second sentence shows you where to get the patches, section 2 tells you how to install them.

The problem you see is because you didn't stop the database. You can't install patches without shutting it down (and listener).

Markus

joo_migueldimas
Active Participant
0 Kudos

Yes Markus..

I understand... but tell me one thing, I see in that url download marketplace, besides the other files, other one, this generic file:

p7592030_10204_WIN_GENERIC.zip

What´s this?! I need this for what!?

I think the files that I have to download is this:

Patch collection for platform MS Windows x86-64 (64-bit)

10204_Patch22_MSWIN-x86-64.zip (Patch: 8559467)

I´m right?!

So and next... How can I install this? In that note I don´t see, but I think is with this command

(with that file inside of OPatch directory)

(as you see in that image I send / show you!

Best regards,

João Dimas

markus_doehr2
Active Contributor
0 Kudos

I suggest, to answer all the questions in your previous post, just read the note I posted.

Markus

joo_migueldimas
Active Participant
0 Kudos

Hi Markus,

I proceed with your recommend and I already pass the error, this is solved!

But now I´m facing with another error in phase 18 - Import ABAP Damn...

I´ll open another post if it is necessary!!

Thank you Markus You are very kind!

I´ll give you the max points!!!

Best regards,

João Dimas - Portugal

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi João Dimas,

Hope this thread will be helpful for you.

[/community |;

Regards,

Varadhu

Former Member
0 Kudos
2009-07-15 20:02:01.672: OCRRAW2292proprinit: Could not open raw device

2009-07-15 20:02:02.844: OCROSD2292utgdv:1:could not open registry key SOFTWARE\Oracle\ocr os error The system could not find the environment option that was entered

Please start installation with widows user with administrator access and also check alert trace if there are any errors/warnings.

joo_migueldimas
Active Participant
0 Kudos

Hi Manoj Chintawar,

Let me see if I understood what you say and what you suspect... because I have a feeling that error is because of permissions acess of my user.

I´m doing a domain installation, but I thought that my user had the domain admin permissions, and so when I install the oracle Data Base I didn´t have that permissions, when I knew that I already install the oracle database!! After that I noticed of that lack of permissions when I stuck with error installation which was originated for that reason! And so the team of Administration Systems give me that domain admin permissions and I started with a new sap installation and so I passed that error without problems until this error on phase 12 - create database!! Maybe this is the problem, can be?

As you see I install the oracle database with sucess without any privileges of domain admin and after that I install the SAP system with this permissions!!

How can I check the alert trace as you suggest ?

Best regard,

João Dimas - Portugal

anindya_bose
Active Contributor
0 Kudos

Hi

it seems to be a problem with corrupted registry.

You can try work around described in https://service.sap.com/sap/support/notes/972539 ........problem during installation..

also have a look at if it helps.