cancel
Showing results for 
Search instead for 
Did you mean: 

Install error at Phase 33

Former Member
0 Kudos

Hi,

I'm just trying to install ERP 2005. Its a Windows system and I use MaxDB.

In Phase 33 I got this Error.

ERROR 2008-04-02 09:59:29

FRF-00025 Unable to call function. Error message: connection closed without message (CM_NO_DATA_RECEIVED) .

INFO 2008-04-02 09:59:29

RFC connection closed.

ERROR 2008-04-02 09:59:30

MUT-03025 Caught ERfcExcept in Modulecall: connection closed without message (CM_NO_DATA_RECEIVED).

ERROR 2008-04-02 09:59:31

FCO-00011 The step runRADDBDIF with step key |NW_Onehost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|1|0|NW_CI_Instance|ind|ind|ind|ind|11|0|NW_CI_Instance_ABAP_Reports|ind|ind|ind|ind|1|0|runRADDBDIF was executed with status ERROR .

Does anybody know how to solve this problem?

thanks.

Accepted Solutions (0)

Answers (9)

Answers (9)

r_samal
Explorer
0 Kudos

The Solution is to give appropriate permission to directory /usr/sap/trans/tmp.

/usr/sap/trans # chmod 777 tmp

/usr/sap/trans # ll

root root 26 Nov 17 14:10 tmp

/usr/sap/trans # cd tmp/

/usr/sap/trans/tmp # ll

fp1adm sapsys 1094 Nov 17 14:10 RADDBDIF.FP1

/usr/sap/trans/tmp #

Former Member
0 Kudos

Nearly the same error again

ERROR 2008-04-04 13:43:56

MUT-03025 Caught ERfcExcept in Modulecall: Exception condition "WRITE_FAILED" raised..

Former Member
0 Kudos

Hi,

might be you missing something.

check the similar problem .

regards,

kaushal

Former Member
0 Kudos

Hi,

I have the same error. is this resolved. Please let me know the solution.

Thanks,

Murthy

Former Member
0 Kudos

By now u have already found a solution to this problem, However for those of you, who might still face the issue.

Solution to this problem is as follows:

- login to the system on client 000 with user SAP* (beware the password of the user sap* might be 06071992 at this point).

- start transaction 'stms'

- initialize tp by configuring the transport domain controller.

- Resume the sapinst where it was stopped

Hope this helps.

Regards,

Rizwan Javed

Edited by: Rizwan Javed on Dec 23, 2010 7:36 AM

Former Member
0 Kudos

I was also getting a WRITE_FAILED short dump. I was able to login to the system but was not able to manually execute the program. It was resolved for me by adding permissions to the 'sapmnt' shared folder on teh transport host to the group SAP_<SID>_GlobalAdmin group, where SID is the system I was installing.

Former Member
0 Kudos

Hi,

I've done this several times now, but with no other result. I startet the SAP system and the DB also manually.

greetz

Former Member
0 Kudos

HI,

open your hosts file on windows * \winnt<or windows>\system32\drivers\etc\hosts )

add following entry

Ip_address_of_SAp_host -


tab -saphostname-tab--- SAPTRANSHOST

i.e

"<IP number of transport host> <Name of transp.host> SAPTRANSHOST"

continue the setup again.

also check user sapserviceSID belongs to administrator group and has authorization for trans directory

i.e \sapmnt\trans

check the sap note Note 162266 - Questions and tips for R3SETUP on Windows NT / W2K

Steps RFCRSWBOINI_IND_IND and RFCRADDBDIF_IND_IND

regards,

kaushal

regards,

kaushal

Edited by: kaushal malavia on Apr 4, 2008 3:26 PM

Former Member
0 Kudos

The result of tne report is:

Laufzeitfehler RAISE_EXCEPTION

Datum und Zeit 04.04.2008 10:42:43

-

-


-

-


Kurztext

Ausnahmebedingung "WRITE_FAILED" ausgelöst

-

-


-

-


Was ist passiert?

Das laufende ABAP-Programm ist auf eine nicht vorhergesehene Situation

gestoßen.

-

-


-

-


Fehleranalyse

In dem Programm "SAPLSUGI" wurde durch eine RAISE-Anweisung die Exception

(Ausnahmebedingung) "WRITE_FAILED" ausgelöst.

Da die Exception nicht durch ein in der Aufrufhierarchie darüber-

liegendes Programm abgefangen ist, wurde die Verarbeitung abgebrochen.

Kurztext zur Ausnahmebedingung:

Eine ausführliche Dokumentation der Ausnahmebedingung finden Sie

über Transaktion SE37 (Funktionsbibliothek). Den gerufenen

Funktionsbaustein können Sie der Anzeige der aktiven Aufrufe

entnehmen.

-

-


-

-


Auslösestelle des Laufzeitfehlers

Programm SAPLSUGI

Include LSUGIU08

Zeile 77

Modultyp (FUNCTION)

Modulname SUBST_WRITE_PROTOCOL

-

-


-

-


Ausschnitt Quelltext

-

-


Zeile

Quelltext

-

-


47

LV_FILENAME = 'UNKNOWN.+++'.

48

REPLACE '+++' WITH SY-SYSID INTO LV_FILENAME.

49

ENDCASE.

50

  • create complete path to the logfile

51

CALL FUNCTION 'STRF_SETNAME'

52

EXPORTING

53

DIRTYPE = LC_PATHTYPE

54

FILENAME = LV_FILENAME

55

SUBDIR = LC_SUBPATH

56

IMPORTING

57

FILE = EFNAME.

58

59

ELSE. EFNAME = IFNAME.

60

ENDIF.

61

MEMFILE = EFNAME.

62

  • export memfile to memory id mem_id.

63

GV_MEM_FILE = MEMFILE.

64

EXPORT MEMFILE GV_MEM_FILE TO MEMORY ID MEM_ID.

65

CALL FUNCTION 'APPEND_PROTOCOL'

66

EXPORTING

67

ACCEPT_NOT_INIT = ' '

68

CLOSE_FILE = 'X'

69

CONDENSE = 'X'

70

MASTER_LANGU = 'D'

71

OPEN_FILE = 'X'

72

TABLES

73

XMSG = P_TAB

74

EXCEPTIONS

75

OTHERS = 1.

76

IF SY-SUBRC >< 0.

>>>>>

RAISE WRITE_FAILED.

78

ENDIF.

79

REFRESH P_TAB.

80

81

ENDFUNCTION.

-

-


Former Member
0 Kudos

Hi,

Stop setup.

stop SAP system.

restart windows server.

start setup.

if it's gives error that sap system is not started then start the sap system manually and repeat the setup.

regards,

kaushal

Former Member
0 Kudos

Yes I can logon with GUI. I checked the joblogs in SM37, but there were no joblogs.

markus_doehr2
Active Contributor
0 Kudos

This seems strange - any errors in ST22? Also check SM21 for possible problems...

Markus

Former Member
0 Kudos

Hi,

did you execute report RADDBDIF using SE38 after login?

execute it and share the result.

regards,

kaushal

Former Member
0 Kudos

Database log is not full. Only 10% are used.

Any other ideas?

markus_doehr2
Active Contributor
0 Kudos

The system is trying to execute the report RADDBDIF, the RFC call doesn´t get back and that´s where the installation stops.

Can you logon to the system using a sapgui? If yes, check the jobslogs for user DDIC (SM37) and also check, if there´s a dump ocurring.

Markus

Former Member
0 Kudos

Yes, I do.

markus_doehr2
Active Contributor
0 Kudos

It may be, that your database log are is full.

Do you have DBMGUI installed?

Markus

Former Member
0 Kudos

I've checked the MMC and everything is green. I just retryed but the same error again.

markus_doehr2
Active Contributor
0 Kudos

Are you installing a ABAP + Java instance?

Markus

markus_doehr2
Active Contributor
0 Kudos

It seems, that your system is not up and running..

Check MMC if everything is "green" - if not, check dev_disp and dev_w0 for possible errors.

Markus