cancel
Showing results for 
Search instead for 
Did you mean: 

OSS Notes 882741 not working

Former Member
0 Kudos

Hi,

After I install MNS Messanger 7.5, I can not login to my BW system anymore, I follow the OSS notes 882741, create the (REG_EXPAND_SZ) file with the value "%SystemRoot%\system32\drivers\etc", but it still not working, anybody can help me?

Thanks,

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

I met the same problem like as you said, so I have developed a tools (please save as following VB script in a file, the file name should be XXXX.vbs), you can run this file when you can not login SAP GUI, it will automatically change the correct databasepath fields value. Though this way is not final solution, but it can resolve issue temporarily.

Good luck.

Tony

-


please save as below code as a VBS file-------

Dim ReadComputerName

Set ReadComputerName=WScript.CreateObject("WScript.Shell")

Dim oldvalue,RegPath

RegPath="HKLM\System\CurrentControlSet\Services\Tcpip\Parameters\DatabasePath"

oldvalue=ReadComputerName.RegRead(RegPath)

MsgBox("Please click OK to change old value----


"&oldvalue)

Dim WSHShell

Set WSHShell = WScript.CreateObject("WScript.Shell")

WSHShell.RegWrite RegPath, "c:\windows\system32\drivers\etc"

MsgBox("Thank you, please try to use SAP now. Any problem please contact with Tony 3353")

Former Member
0 Kudos

What about if I reinstall SAPGUI?

Former Member
0 Kudos

I'm with Roberto, contact SAP.

Don't think there's any risk reinstalling the GUI but if that is not part of the Note, either something is wrong on your end or with the Note, and if it is SAP's Note that is lacking, they need to know that.

Former Member
0 Kudos

Who better than SAP support can help you in this issue

Bye,

Roberto