Showing posts with label Install. Show all posts
Showing posts with label Install. Show all posts

Tuesday, June 14, 2011

SQL Server–Reboot Pending

An annoying error that stops SQL reconfigs dead. Sometimes it’s warrented…so reboot your freaking server already. However, sometimes it’s a case of the computer’s right hand not knowing what it’s left one is doing and something gets stuck in the registry. Clearing that pesky stop error can sometimes be resolved by clearing the entries found on the following key:

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\PendingFileRenameOperations

Being a geek, I always save the key out before I delete it, but then I’ve been around long enough to have that healthy fear.

Wednesday, February 16, 2011

Installing Logmein When a Console Session Isn’t Available

At my company, we use LogMeIn to provide remote support to our client base. It’s an incredible tool.

However, when installing LogMeIn, it doesn’t work to install thru an RDP session. What happens is that LMI binds to that session rather than to the console and once you logout, there’s nothing left to connect to and you get that black box error about Terminal Server problems.

Here’s the workaround – We’re going to install a VNC server on our target and the VNC viewer on the workstation we’re on. Then when we make the connection via VNC, we’ll be connecting to the console of the server rather than the RDP session we’re using to get there and will be able to install LogMeIn properly.

  • Connect to a machine on the network. This should not be the target server we’re trying to install LMI on. It can be a workstation or another server. We’ll call this the host machine.
  • RDP to the server you want to add to LogMeIn. We’ll call this the target server.
  • Download TightVNC here – www.tightvnc.com
  • On the target server, install TightVNC with both the server and viewer components. Make sure you set the passwords during the install process, otherwise it won’t work.

1-TVNC

 

2-TVNC

 

3-TVNC

 

  • On the host machine, install the viewer only.
  • Once you have the viewer installed on the host, run the viewer client. Choose Listening Mode on the right side.

 

4-TVNC

 

  • The connection screen will disappear and will minimize to an icon in the system tray.
  • On the target server, you should also have an icon in the system tray. Right click and choose Add Listening Viewer
  • As a target, enter the host machine’s name or IP address.
  • You should now have a window pop-up on the host machine with a view of the Console of the target server.
  • You can now login and install LMI.
  • After you’re done, close the VNC window. Stop the service on the host machine by right clicking on the icon in the system tray and choosing Close Listening daemon. Uninstall TightVNC from the host machine.
  • Next, stop the service on the target server and uninstall TightVNC from that machine as well.

Tuesday, December 21, 2010

Error 1935 During NAV v5 Client Install

When installing NAV 5.1 on a workstation running Windows 7, I received the following error –

Error 1935.An error occurred during the installation of assembly component {98CB24AD-52FB-DB5F-A01F-C8B3B9A1E18E}.

HRESULT: 0x800736CC.

Error1935

After some quick researching, this error relates to a missing assembly component.

To resolve the issue, install the Microsoft Visual C++ 2005 SP1 Redistributable pack. If you’re running on a 64-bit system, you’ll need to install both the 32-bit and 64-bit versions.

x86

x64

Thanks to KB953610 for pointing me in the right direction.