ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login

    Server rebooting - ASP.Net MVR 2

    IT Discussion
    3
    5
    356
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • JoelJ
      Joel
      last edited by

      HELP! Our VM server is rebooting every 10mins.
      It seems to be due to the below. I have uninstalled the Micsoft ASP.net MVC2 from control panel but still problems persists! Any idea what i can do?
      0_1535720684817_SERVERREBOOT-BOL.PNG

      1 Reply Last reply Reply Quote 1
      • DustinB3403D
        DustinB3403
        last edited by

        What server OS is this, obviously Windows.

        1 Reply Last reply Reply Quote 0
        • 1
          1337
          last edited by 1337

          The installer is probably looking for something or trying to do something that doesn't work.

          You could try "deactivating" the installer.
          Run %windir%\system32\msiexec.exe /unregister
          And %windir%\syswow64\msiexec.exe /unregister
          I think you need to restart after this.

          Check to see if the 10 minute reboots continue after this.

          This is how to "reactivate" the installer again.
          %windir%\system32\msiexec.exe /regserver
          %windir%\syswow64\msiexec.exe /regserver
          And restart.

          1 Reply Last reply Reply Quote 0
          • 1
            1337
            last edited by 1337

            I just read that you said VM server. That sucks.
            Any reason why you are installing software on the host instead of one of the VMs?

            1 Reply Last reply Reply Quote 2
            • JoelJ
              Joel
              last edited by

              @pete-s said in Server rebooting - ASP.Net MVR 2:

              %windir%\system32\msiexec.exe /unregister

              yes Windows server. I will try deactivating the installer. I presume thats via command prompt i should run

              %windir%\system32\msiexec.exe /unregister
              %windir%\syswow64\msiexec.exe /unregister

              1 Reply Last reply Reply Quote 0
              • 1 / 1
              • First post
                Last post