cancel
Showing results for 
Search instead for 
Did you mean: 

IDES ECC6 hangs on ABAP IMPORT

former_member577095
Participant
0 Kudos

Hi all,

we are installing an IDES ECC6 on a Windows 2003 Server 32 bit with 4GB RAM. The swap memory is 20GB.

In the install configuration I have specified 1 parallel process for the import. The DB is Oracle.

Before the installation starts, I have checked that Oracle services are started.

In the phase 19 (IMPORT ABAP) the install process stops. The issue is related to Oracle. After reading the logs, it seems that Oracle stops: DbSl Trace: CONNECT failed with sql error '1034'.

The strange thing is that, after I restart Oracle anche Sapinst some JOBS are correcltly loaded and then Oracle stops again.

Is there some Oracle parameter I can modify to give more memory to Oracle ?

Thanks in advance.

Andrea

Accepted Solutions (0)

Answers (1)

Answers (1)

JPReyes
Active Contributor
0 Kudos

ORA-01034 means that your DB is not available...

Is your DB up and running?.. Also check alert log /oracle/<sid>/saptrace/background/alert_<sid>.log

You can also execute a connection test using R3trans -d

Please post the errors

Regards

Juan

former_member577095
Participant
0 Kudos

In this moment 3 jobs are completed and 1 is failed.

R3Trans -d gives:

This is R3trans version 6.14 (release 700 - 18.09.06 - 09:35:00).

unicode enabled version

2EETW000 sap_dext called with msgnr "2":

2EETW000 -


db call info -


2EETW000 function: db_ntab

2EETW000 fcode: NT_RDTDESCR

2EETW000 tabname: TADIR

2EETW000 len (char): 5

2EETW000 key: TADIR

2EETW000 retcode: 2

R3trans finished (0012).

Thanks

Andrea

JPReyes
Active Contributor
0 Kudos

can you post the content of trans.log (trans.log is created on the same directory where R3trans is executed)

Regards

Juan

former_member577095
Participant
0 Kudos

I have tried but it's too big to be posted (max 1500 chars allowed).

Which part make sense to copy ?

Thanks

Andrea

JPReyes
Active Contributor
0 Kudos

There must be a very clear error around the end

former_member577095
Participant
0 Kudos

After many restart, all ABAP IMPORT was successfully done.

I do not why Oracle was stopped.

Andrea