This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

redirect client to new managment server vbscript is not working and here is the log, please help

 My guess is it doesn't know where to. I can include the vbscript upon request 

5/23/2013 12:46:28 PM INFO:  Starting Script

5/23/2013 12:46:28 PM INFO:  Options:

5/23/2013 12:46:28 PM INFO:      blnForceRMSRun : False

5/23/2013 12:46:28 PM INFO:      blnForcePatchRun : False

5/23/2013 12:46:28 PM INFO:      blnReconfigurePatch : False

5/23/2013 12:46:28 PM INFO:      blnReconfigureRMS : True

5/23/2013 12:46:28 PM INFO:      strSECGroupPathOut :

5/23/2013 12:46:28 PM INFO:      intPauseForServiceInSeconds : 10

5/23/2013 12:46:28 PM INFO:      strLogPath : C:\windows\temp\SophosReInit.txt

5/23/2013 12:46:28 PM INFO:      strReInitLog : C:\windows\temp

5/23/2013 12:46:28 PM INFO:      strManagementServerPort :

5/23/2013 12:46:28 PM INFO:      strManagementServer :

5/23/2013 12:46:28 PM INFO:  --> Is64()

5/23/2013 12:46:28 PM INFO:  Platform is 64-Bit

5/23/2013 12:46:28 PM INFO:  <-- Is64()

5/23/2013 12:46:28 PM INFO:  --> MarkerFound()

5/23/2013 12:46:28 PM INFO:  Script not already run.

5/23/2013 12:46:28 PM INFO:  <-- MarkerFound()

5/23/2013 12:46:28 PM INFO:  --> ServerClassRouter()

5/23/2013 12:46:29 PM ERROR:  Router is a server router, will exit

5/23/2013 12:46:29 PM INFO:  <-- ServerClassRouter()

5/23/2013 12:46:29 PM INFO:  End of script

5/23/2013 12:46:29 PM INFO:  --> CloseLog() - No function exit logged

:40339


This thread was automatically locked due to age.
  • Hi,

    The line:

    "Router is a server router, will exit"

    suggests to me that you are running the resultant VBScript on a computer that either is the management server, was a management server or is/was a message relay.

    The script checks the registry key:

    HKEY_LOCAL_MACHINE\SOFTWARE\[Wow6432Node]\Sophos\Messaging System\Router\connectioncache.

    On a client this is 10.  

    On one of the above it is 20512.  As it is typically unwanted to redirect a management server or relay, the script exists if the value is not 10.

    Regards,

    Jak

    :40341