cancel
Showing results for 
Search instead for 
Did you mean: 

Import ABAP Error

Former Member
0 Kudos

Hi,

during my SAP ECC 6.0 installation, my installation fails at Import ABAP phase. Errors are generated for packages 'SAPAPPL2' and SAPSDIC.

Errors from both the Log files are listed below.

Error from SAPAPPL2.log

(DB) ERROR: DDL statement failed

(CREATE UNIQUE INDEX "T512T~0" ON "T512T" ( "MANDT", "SPRSL", "MOLGA", "LGART" ) TABLESPACE PSAPSR3 STORAGE (INITIAL 70907892 NEXT 0000000080K MINEXTENTS 0000000001 MAXEXTENTS 2147483645 PCTINCREASE 0 ) NOLOGGING COMPUTE STATISTICS )

DbSlExecute: rc = 99

(SQL error 3113)

error message returned by DbSl:

ORA-03113: end-of-file on communication channel

(DB) INFO: disconnected from DB

Error From SAPSDIC.log

(DB) ERROR: DDL statement failed

(CREATE UNIQUE INDEX "DDNTT_CONV_UC~0" ON "DDNTT_CONV_UC" ( "TABNAME" ) TABLESPACE PSAPSR3 STORAGE (INITIAL 51681929 NEXT 0000000640K MINEXTENTS 0000000001 MAXEXTENTS 2147483645 PCTINCREASE 0 ) NOLOGGING COMPUTE STATISTICS )

DbSlExecute: rc = 99

(SQL error 600)

error message returned by DbSl:

ORA-00600: internal error code, arguments: [rworupo.1], [19466], [10], [], [], [], [], []

(DB) INFO: disconnected from DB

Any advice in this regard will be really appreciated...

Best Regards

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

For the other error regrading ORA-00600,follow these SAP Notes.

https://service.sap.com/sap/support/notes/1002062

https://service.sap.com/sap/support/notes/582427

Hope this helps.

- Regards, Dibya

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi, are your installation files good, not corrupted? Please provide information about OS, DB releases, Patch levels. And paths of your dvd damps (all paths). Regards.

Former Member
0 Kudos

Hi,

well, SAPAPPL2 did execute fine on one system before this installation, so its a guess that installation files are OK. I am installing it on a Windows 2K3 Server with Oracle 10g with the latest Patch. I have copied all the DVDs to the physical media of the system and ran my installation from there.

I will point one more thing here. This installation stopped by throwing an oracle error stating "shared memory realm doesn't exist". So I increased my shared_pool_size etc and continued the installation again.

Best Regards

Former Member
0 Kudos

Hi,

The first error due to ORA-3113 happens asmentioned in the log due to comm problems.Please check the SAP Note below for troubleshooting this:

https://service.sap.com/sap/support/notes/335199

And also a genric note on ORACLE network problems:

https://service.sap.com/sap/support/notes/534729

Hope this helps.

- Regards, Dibya

Former Member
0 Kudos

Try to increase SWAP spase, how match are this now? Regards.

Former Member
0 Kudos

well, for the Installation drive this space is 6000-6025 MB, and at the system drive it is 2048-4024MB. As RAM size is 2GB...

Former Member
0 Kudos

Ok, if you can continue it's good. 2Gb is to wery small. Are you trying to full ECC 6.0 or IDES version? For ECC 6.0 you need at least 6Gb memory. Regards.

Former Member
0 Kudos

well, actually this installation is at a test PC. I cannot extend RAM from 2GB

I m only trying to install ABAP Web AS...

Former Member
0 Kudos

Then try the trial version here instead of the extended version as you will have far too many problems going forward with this kind of configuration on your PC.

You will get all the trial versions here for NW 7.0 or NW 7.1

https://www.sdn.sap.com/irj/sdn/nw-downloads

Hope this helps.

- Regards, Dibya

Former Member
0 Kudos

Thanks Dibya, I think i will give a little more effort to this installation, if it does fine, wallah, else i will definitely take yr advice.

Former Member
0 Kudos

No worries Rahil, if it works fine thatz great!

If not, go for the trial version.

Pls award suitably.

- Regards, Dibya

Former Member
0 Kudos

Hi,

this problem was solved. Actually the issue was the during the installation, the SAP Installer was changing the values in Init.ora of Oracle (Shared_pool_Size, Shared_Pool_Reserved_Size). I again set these parameters and installation went fine

Thanks all for your comments...