cancel
Showing results for 
Search instead for 
Did you mean: 

error in install solution manager 7.01 in phase 21 of 54 in import ABAP

Former Member
0 Kudos

Help Me Please Guys ,

in gui indtallation , this occured :

import monitor job : running : 0 , waiting : 1 ,. completed 28 , failed :1 , total : 30.

  • This is the last three lines in import_monitor.log , becuase the log file is huge :

WARNING: 2012-01-13 10:08:48

Cannot start import of packages with views because not all import packages with tables are loaded successfully.

WARNING: 2012-01-13 10:08:48

1 error(s) during processing of packages.

INFO: 2012-01-13 10:08:48

Import Monitor is stopped.

  • I can provide you with any additional information or files if its help me .

Accepted Solutions (0)

Answers (5)

Answers (5)

Former Member
0 Kudos

just re-install the maxdb database studio and re-run the solution manager .

former_member189725
Active Contributor
0 Kudos

can you please provide the log file for the package which has encountered error.

Go to the installation directory.

do

  1. cat import_monitor.log |grep -i error

to find the package that has got an error.

Copy the error from <package>.log file which you find in the installation directory.

The one which is waiting is SAPVIEW.STR to be imported . This will be imported once all other packages have been imported successfully.

Former Member
0 Kudos

thank you for your response

Its running under windows server 2008 r2 operating system.

regards.

Former Member
0 Kudos

Hi,

Check if database is running....

Paste job logs from installation log directory (For example; SAPAAPL0.LOG). it will gives you the clear hint where something goes wrong.

You can also try as below:

Stop sapinst

Stop database

restart DB and SAP services.

Start DB services.

Start SAPInst

Continue with Old options.

(many times it solves problem...)

If this didn't work, past the job logs.

Regards.

Rajesh Narkhede

Former Member
0 Kudos

Guys , this is the last lines which maybe important for you from ' Sapappl0 ' log ,,,

-


(IMP) INFO: import of STXFIMP completed (2 rows) #20120112172729

(DB) INFO: Savepoint on database executed#20120112172729

(DB) INFO: STXH created#20120112172729

(DB) INFO: Savepoint on database executed#20120112172729

(DB) INFO: STXH~0 created#20120112172729

(DB) INFO: Savepoint on database executed#20120112172735

(IMP) INFO: import of STXH completed (118759 rows) #20120112172735

D:\usr\sap\SOL\SYS\exe\uc\NTAMD64\R3load.exe: START OF LOG: 20120113130829

D:\usr\sap\SOL\SYS\exe\uc\NTAMD64\R3load.exe: sccsid @(#) $Id: //bas/701_REL/src/R3ld/R3load/R3ldmain.c#5 $ SAP

D:\usr\sap\SOL\SYS\exe\uc\NTAMD64\R3load.exe: version R7.01/V1.4 [UNICODE]

Compiled Feb 24 2009 23:41:07

D:\usr\sap\SOL\SYS\exe\uc\NTAMD64\R3load.exe -i SAPAPPL0.cmd -dbcodepage 4103 -l SAPAPPL0.log -nolog -c 50000

DbSl Trace: Connect to database failed, rc = -10709 (Connection failed (RTE:database not running))

(DB) ERROR: db_connect rc = 256

DbSl Trace: Connect to database failed, rc = -10709 (Connection failed (RTE:database not running))

(DB) ERROR: DbSlErrorMsg rc = 99

D:\usr\sap\SOL\SYS\exe\uc\NTAMD64\R3load.exe: job finished with 1 error(s)

D:\usr\sap\SOL\SYS\exe\uc\NTAMD64\R3load.exe: END OF LOG: 20120113130829

D:\usr\sap\SOL\SYS\exe\uc\NTAMD64\R3load.exe: START OF LOG: 20120113145903

D:\usr\sap\SOL\SYS\exe\uc\NTAMD64\R3load.exe: sccsid @(#) $Id: //bas/701_REL/src/R3ld/R3load/R3ldmain.c#5 $ SAP

D:\usr\sap\SOL\SYS\exe\uc\NTAMD64\R3load.exe: version R7.01/V1.4 [UNICODE]

Compiled Feb 24 2009 23:41:07

D:\usr\sap\SOL\SYS\exe\uc\NTAMD64\R3load.exe -i SAPAPPL0.cmd -dbcodepage 4103 -l SAPAPPL0.log -nolog -c 50000

DbSl Trace: Connect to database failed, rc = -10709 (Connection failed (RTE:database not running))

(DB) ERROR: db_connect rc = 256

DbSl Trace: Connect to database failed, rc = -10709 (Connection failed (RTE:database not running))

(DB) ERROR: DbSlErrorMsg rc = 99

D:\usr\sap\SOL\SYS\exe\uc\NTAMD64\R3load.exe: job finished with 1 error(s)

D:\usr\sap\SOL\SYS\exe\uc\NTAMD64\R3load.exe: END OF LOG: 20120113145903

-


I`ve installed only the database manager.

if there is other setup , what would be ????

Thnx Again for your response ,

former_member189725
Active Contributor
0 Kudos

is it a DB2 database ??

If so , please login as user db2<sid>

and execute db2start.

Then try to restart the sapinst.

if oracle , start the database as follows:

login as user ora<sid>

  1. sqlplus "/as sysdba"

  1. sql> startup

Former Member
0 Kudos

i don't have any setup on my computer ,,

what should I install to make the database running :

database studio or database manager ??? or something else ?

Regards.

former_member189725
Active Contributor
0 Kudos

you need to login to the wndows server to start the database.

Former Member
0 Kudos

after log in , what should I do ??

what should I install for the database ??

former_member189725
Active Contributor
0 Kudos

start the database manager service.

Former Member
0 Kudos

do you know the default username & password for database manager operator please ,,

because i tried all passwords and it give me authentication failed !

I Appreciate your quick response

former_member189725
Active Contributor
0 Kudos

How did you login to the server to start sapinst .

The same way you login .

Open a command prompt. Type db2cmd. Another cmd will open.

Execute the command db2start.

Then retry the failed sapinst run.

Former Member
0 Kudos

Its solved , just re-install the maxdb database manager and re-install the solution manager.

thanks all.

Former Member
0 Kudos

I was using System copy option and it`s wrong , It must use another option that is the problem only.

former_member189725
Active Contributor
0 Kudos

can you please provide the log file for the package which has encountered error.

Go to the installation directory.

do

  1. cat import_monitor.log |grep -i error

to find the package that has got an error.

Copy the error from <package>.log file which you find in the installation directory.

The one which is waiting is SAPVIEW.STR to be imported . This will be imported once all other packages have been imported successfully.

0 Kudos

Ramish,

In your log file import_java.log, you can scroll the file from top to bottom and look where the job status changes to failed. A package name has been witten with word ERROR, This will give you the package name which actually failed. Then please paste the logs of this package in this thread. The logs are present in the folder form where you have called the installation.

Thanks,

Yasir

Former Member
0 Kudos

Hello,

Please, try to find the ERROR message in the file. You'll be able to see an example here:

There should be an ERROR like : Loading of 'xxxxxxxx' import package: ERROR

Cheers,

Diego.

Former Member
0 Kudos

Thank a lot Diego and Yasir;

I went through the error log file import_monitor.java

and the error line showed the following message :

loading of ' sapappl0 ' import package error.

I would appreciate your help.

Ram ish7adh

regards.

Former Member
0 Kudos

> loading of ' sapappl0 ' import package error.

>

You need to check sapappl0.log file.

Thanks