cancel
Showing results for 
Search instead for 
Did you mean: 

Installation error in SAP ECC 6.0

Former Member
0 Kudos

hi

i got an error while installing SAP Ecc 6.0 version at 17th (Import ABAP ) step

Accepted Solutions (0)

Answers (10)

Answers (10)

Former Member
0 Kudos

Hi Ahmed,


Let Me know Your issue Is solved or not. if not try this wil help to you,

sqlplus>show parameter shared_pool_size -- 1st check the Size Then


sqlplus>alter system set shared_pool_size= <Value>;


the new size should be 25 % more then the present value,.i.e. out put from

first command.

this way you can increase the value of the shared pool dynamically.



Regards,

Raj.


Former Member
0 Kudos

dear  Rajasekhar Reddy

thank you for interesting , i will try these steps

Regards

Ahmed

Former Member
0 Kudos

thank you to every one

the problem  already solved by increase the RAM size

thank you

Former Member
0 Kudos

Dear

SQL>alter system set SHARED_POOL_SIZE = XXXM;

SQL>alter system set DB_CACHE_SIZE = XXXM;


increase SGA area also


first take backup spfile


after parameter changes it not works restore the spfile other wise oracle will get into mess


Regards

Former Member
0 Kudos

Dear

as your log said rc=12541 which means

check if Oracle Listener is up. start it.

c:\>sqlplus /nolog

SQL>connect / as sysdba;

If you are not able to connect, Check whether ORACLE_HOME and ORACLE_SID are

assigned.

(also check in regedit : HKEY_LOCAL_MACHINE>SOFTWARE>ORACLE>HOME )

Sometime ORACLE_SID might not be assigned. Make the changes and try.

LSNRCTL> status

Connecting to (ADDRESS=(PROTOCOL=IPC)(KEY=SID.WORLD))

STATUS of the LISTENER

Regards

Former Member
0 Kudos

Hi Ahmed,

The problem With Shared pool size, check the current shared pool size and Increase it by 25% And try the Installation.

Hope it helps You.

Regards,

Raj.

divyanshu_srivastava3
Active Contributor
0 Kudos

Hi Ahmed,

There can be many reason for termination.

How would you know that ? You need to look into logs.

The log which you has posted itself says look into "import_monitor.java.log and import_monitor.log".

As per you these logs, you need to further check SAPSLOAD.log and other import package logs.

Check and Upload to find the cause.

Else is everything is fine, update R3* files of kernel and try again.

Regards,

Divyanshu

Former Member
0 Kudos

hi

  

divyanshu_srivastava3
Active Contributor
0 Kudos

increase "shared_pool_size" and try again.

Former Member
0 Kudos

OK here it is

Former Member
0 Kudos

Hi,

Can you please share The SAPAPPL1_1.log for further analysis.

Regards,

Raj.

Former Member
0 Kudos

Regards,

ahmed

JPReyes
Active Contributor
0 Kudos

You need to set the standard parameters recommended for Oracle 10g.

Read, 830576 - Parameter recommendations for Oracle 10g

former_member182657
Active Contributor
0 Kudos

Additionally refer SCN link

Regards,

Gaurav

former_member182657
Active Contributor
0 Kudos

Hi,

Share both the files named import_monitor.java.log, import_monitor.log for analysis.

Thanks,

Gaurav

JPReyes
Active Contributor
0 Kudos

Post errors in the import_monitor.log

Former Member
0 Kudos

Hi Ahmed ,

Can You please Share the logs    import_monitor.java.log, import_monitor.log.  Also

Regards,

Raj