cancel
Showing results for 
Search instead for 
Did you mean: 

Problem in installation SAP Netweaver 2004s

Former Member
0 Kudos

Hi to all,

When I install SAP NetWeaver Developer Studio 7.0.09 appears the following error:

<i>The SAP NetWeaver Developer Studio 7.0.09 Setup has not successfully installed all selected components on your computer, either because a component could not be installed or the process has been aborted.

Click Finish to exit the wizard. For detailed error descriptions, please open file://C:\ARCHIV1\SAPINS1\NW04S\SYSTEM\DEVSTU1\ide_sar.tmp\J2EE-R1\IDE\setup\saplogvw.exe .

<b>The following program files could not be registered:

c:\windows\system32\librfc32.dll</b>

The installed applications may not function correctly until all program files are successfully installed.</i>

Can I help me about this?

Thanks a lot.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Do you have the admin rights on the system?

To register this dll you can use

Syntax

REGSVR32 </u> [/S] [/C] [/I:[Command_Line]] DLL_Name

REGSVR32 </u> [/S] [/C] /N /I:[Command_Line] DLL_Name

Key

/u Unregister Server.

/s Silent - no dialogue boxes.

/c Console output.

/n Don't call DllRegisterServer

/i Call DllInstall (or DllUninstall if /u is specified)

Command_Line An optional command line for DllInstall

Ex:

REGSVR32 "c:\windows\system32\librfc32.dll"

Regards

Ayyapparaj

Former Member
0 Kudos

HI Ayyapparaj KV,

There is a error when I execute REGSVR32 "c:\windows\system32\librfc32.dll", but I have renamed the file and i have installed Netweaver again, and It runs now.

Thanks a lot.

Answers (0)