cancel
Showing results for 
Search instead for 
Did you mean: 

installation error

Former Member
0 Kudos

Dear sir pls help me to solve this issue

what posiible solution are thre to solve this.

i tried as per my knowladge but could not find the solution.

pls do needfull.

(DB) INFO: disconnected from DB

E:\usr\sap\ERD\SYS\exe\run/R3load.exe: job completed

E:\usr\sap\ERD\SYS\exe\run/R3load.exe: END OF LOG: 20100814095316

E:\usr\sap\ERD\SYS\exe\run/R3load.exe: START OF LOG: 20100814202807

E:\usr\sap\ERD\SYS\exe\run/R3load.exe: sccsid @(#) $Id: //bas/640_REL/src/R3ld/R3load/R3ldmain.c#6 $ SAP

E:\usr\sap\ERD\SYS\exe\run/R3load.exe: version R6.40/V1.4 [UNICODE]

E:\usr\sap\ERD\SYS\exe\run/R3load.exe -dbcodepage 4103 -i C:\Program Files\sapinst_instdir\NW04SR1\WEBAS_ABAP_MSS_UC\DB/SAPPOOL.cmd -l C:\Program Files\sapinst_instdir\NW04SR1\WEBAS_ABAP_MSS_UC\DB/SAPPOOL.log -loadprocedure fast

(DB) ERROR: db_connect rc = 256

(DB) ERROR: DbSlErrorMsg rc = 99

E:\usr\sap\ERD\SYS\exe\run/R3load.exe: job finished with 1 error(s)

E:\usr\sap\ERD\SYS\exe\run/R3load.exe: END OF LOG: 20100814203107

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

when do you get this error and and provide a more detailed log if possible.

Former Member
0 Kudos

hi gurus,

this is the log i am getting .suggest needful to resolve.

(IMP) INFO: InitFastLoad failed with <3: Can't fastload LOBs>(IMP) INFO: DBSL will be used(IMP) INFO: InitFastLoad failed with <3: Can't fastload LOBs>(IMP) INFO: DBSL will be used(IMP) INFO: InitFastLoad failed with <3: Can't fastload LOBs>(IMP) INFO: DBSL will be used(IMP) INFO: InitFastLoad failed with <3: Can't fastload LOBs>(IMP) INFO: DBSL will be used(IMP) INFO: InitFastLoad failed with <3: Can't fastload LOBs>(IMP) INFO: DBSL will be used(IMP) INFO: InitFastLoad failed with <3: Can't fastload LOBs>(IMP) INFO: DBSL will be used(IMP) INFO: InitFastLoad failed with <3: Can't fastload LOBs>(IMP) INFO: DBSL will be used(IMP) ERROR: DbSlExeModify/DbSlLobPutPiece failed

rc = 99, table "REPOSRC"

(SQL error 845)

error message returned by DbSl:

Time-out occurred while waiting for buffer latch type 4 for page (4:176040), database ID 5.

(DB) INFO: REPOTEXT created

(DB) INFO: REPOTEXT~0 created

(IMP) INFO: InitFastLoad failed with <3: Can't fastload LOBs>(IMP) INFO: DBSL will be used(IMP) ERROR: DbSlExeModify/DbSlLobPutPiece failed

rc = 99, table "REPOTEXT"

(SQL error 0)

error message returned by DbSl:

Invalid input parameter values. Check the status values for detail.

(DB) INFO: RODIR created

(DB) INFO: WDY_VSH_NODE created

(DB) INFO: WDY_VSH_NODE~0 created

(IMP) INFO: EndFastLoad failed with <2: Bulk-copy commit unsuccessful>(IMP) ERROR: EndFastload: rc = 2

(DB) INFO: WDY_VSH_PHOLDER created

(DB) INFO: WDY_VSH_PHOLDER~0 created

(IMP) INFO: EndFastLoad failed with <2: Bulk-copy commit unsuccessful>(IMP) ERROR: EndFastload: rc = 2

(DB) INFO: WDY_VS_PROPERTY created

(DB) INFO: WDY_VS_PROPERTY~0 created

(IMP) INFO: EndFastLoad failed with <2: Bulk-copy commit unsuccessful>(IMP) ERROR: EndFastload: rc = 2

(DB) INFO: WDY_WINDOW created

(DB) INFO: WDY_WINDOW~0 created

(IMP) INFO: EndFastLoad failed with <2: Bulk-copy commit unsuccessful>(IMP) ERROR: EndFastload: rc = 2

(DB) INFO: WDY_WINDOWT created

(DB) INFO: WDY_WINDOWT~0 created

(IMP) INFO: EndFastLoad failed with <2: Bulk-copy commit unsuccessful>(IMP) ERROR: EndFastload: rc = 2

(DB) INFO: disconnected from DB

Former Member
0 Kudos

DbSlExecute: rc = 8

(DB) ERROR: DDL statement failed

(ALTER TABLE [SW3M_ATTR] ADD CONSTRAINT [SW3M_ATTR~0] PRIMARY KEY CLUSTERED ( [APPNAME] ) )

DbSlExecute: rc = 8

(IMP) INFO: InitFastLoad failed with <2: This is not an error and can be ignored>(IMP) INFO: DBSL will be used(IMP) ERROR: InitFastload: rc = 2

(DB) ERROR: DDL statement failed

(CREATE TABLE [SW3M_PARAM] ( [APPNAME] nvarchar(30) NOT NULL , [PARAMNAME] nvarchar(64) NOT NULL , [WERT] nvarchar(80) NOT NULL , [PERSONAL] nvarchar(1) NOT NULL ) exec sp_bindefault 'str_default','SW3M_PARAM.APPNAME'

exec sp_bindefault 'str_default','SW3M_PARAM.PARAMNAME'

exec sp_bindefault 'str_default','SW3M_PARAM.WERT'

exec sp_bindefault 'str_default','SW3M_PARAM.PERSONAL'

)

DbSlExecute: rc = 8

(DB) ERROR: DDL statement failed

(ALTER TABLE [SW3M_PARAM] ADD CONSTRAINT [SW3M_PARAM~0] PRIMARY KEY CLUSTERED ( [APPNAME], [PARAMNAME] ) )

DbSlExecute: rc = 8

(IMP) INFO: InitFastLoad failed with <2: This is not an error and can be ignored>(IMP) INFO: DBSL will be used(IMP) ERROR: InitFastload: rc = 2

hiralsoni
Participant
0 Kudos

Satish,

Check if the listener is running. If you have multiple processes for same listener are running then it can create problem. One more possibility is check if the listener running in your system is the same listener name you provided while installation.

Cheers,

Hiral

Former Member
0 Kudos

Hi,

Just check if Database and its services are running..

You can also try restarting the operating system.

Make sure that Windows Firewall is turned off

Then start the installation and see if you still get this error...

Post the log of "SAPPOOL.log" from installation directory for more clues.

Regards.

Rajesh Narkhede