cancel
Showing results for 
Search instead for 
Did you mean: 

sapgui 7.10 setup registration errors

Former Member
0 Kudos

Hi, I'm getting some strange setup errors on about 10% of pilot machines during a 7.10 rollout. It has also been reported that when machine is rebooted, the installation the proceeds successfully.

I see something about reboot requirement funcionality impaired. what does that mean? If the machine needs a reboot say it!?!! but I don't see anything in the machine event logs about machine needing a reboot and SMS doesn't detect a reboot needed. Has anybody seen these or know of a solution? TIA - o

09:29:38 NwSapSetup 1E Wait on registration threads timed out, registration / unregistration failure is likely

09:29:38 NwSapSetup 1E SapSetup failed in the registration of \networkservershare\SAP_Install\Setup\NwSapFeiKr.Dll

09:29:38 NwSapSetup 1E SapSetup failed in the registration of
networkservershare\SAP_Install\Setup\NwSapFeiSh.Dll

09:29:38 NwSapSetup 1E SapSetup failed in the registration of \networkservershare\SAP_Install\Setup\NwSapSetupAtlCommon.Dll

09:29:38 NwSapSetup 1E SapSetup failed in the registration of \networkservershare\SAP_Install\Setup\NwSapSetupUi.Dll

09:29:38 NwSapSetup 1E SapSetup failed in the registration of \networkservershare\SAP_Install\Setup\NwSapSetupEngine.Dll

09:29:38 NwSapSetup 1 Registration Activity took 44.996936 seconds

09:29:40 NwSapsEngn 1 SapSetup Workstation Engine Library Loaded

09:29:40 NwSapSetup 1E Server could not be loaded

09:29:40 NwSapSetup 1E Reason - : The specified module could not be found.## Error code 0x7e (126)

09:29:41 NwSapSetup 1E Server could not be loaded

09:29:41 NwSapSetup 1E Reason - : The specified module could not be found.## Error code 0x7e (126)

09:29:41 NwSapSetup 1E Server could not be loaded

09:29:41 NwSapSetup 1E Reason - : The specified module could not be found.## Error code 0x7e (126)

09:29:41 NwSapsEngn 1E Data Exchange not Constructed

09:29:41 NwSapsEngn 1E UI Manager not Constructed

09:29:41 NwSapsEngn 1E Error in creating DE Variable Collection

09:29:41 NwSapsEngn 1E Error in instantiating SAPSetup Reboot Manager - reboot requirement functionality impaired.

09:29:41 NwSapsEngn 1 Engine: Commencing execution

09:29:41 NwSapsEngn 1 Initializing the Installation Engine

09:29:41 NwSapsEngn 1 EngineContext released

09:29:41 NwSapsEngn 1E Engine Context not Constructed

09:29:41 NwSapsEngn 1E Installer Engine: Command Line Arguments Object not constructed

09:29:41 NwSapsEngn 1E SapSetup Error manager not created - Error control dysfunction

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Thanks to the one person who attempted an answer! But we determined the problem was actually a very slow performing network, which caused sap setup dll registration to fail; subsequent running of the install succeeded when the network was less busy. Hopefully this might help someone else, as this is the error they're likely to get if the installation times out.

Former Member
0 Kudos

Thank you for this post. We had the same install engine error, and found it was caused by a slow network connection. After copying the media to the local PC, and running the install from there, everything worked 100%.

Former Member
0 Kudos

I don't know the solution off-hand but here's a way that might help you get more meaningful error messages:

From the command prompt, run the following:

regsvr NwSapFeiKr.Dll

You might have to do it as regsvr NwSapFeiKr.

This is a manual way to register DLL's in Windows.

This might tell you if your library is actually missing, corrupt or invalid for your platform.