Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

error on log on

Former Member
0 Kudos

i ws workin on my laptop standalone server.. and system shutdown .. and rebooted when i strated the server again it gives eror

"snap-in creation failed"... the snap-in is not created,it may not be installed properly .

name: sap r/3 manager

CLSID:{633547EE-A302-11D1-AE59-080009B07DBB}.

how to solve this error on standalone application..

1 REPLY 1

daniel_kaoro
Explorer
0 Kudos

Check whether the librfc32.dll is missing in the WINNT\SYSTEM32 directory. If so, please restore that file and restart SAP.

or

Open a command prompt, switch to you SYSTEM32 directory (for example, C:\WINNT\SYSTEM32) and execute the following command: REGSVR32 SAPMMC.DLL

If additional DLLs with the name template SAPMMC* (for example, SAPMMCMS.DLL) are found in the SYSTEM32 directory, then register these also, for example, "REGSVR32 SAPMMCMS.DLL".

Regards,

Daniel