Midnight - lose connection

Midnight - lose connection

Issue:

Sometimes have people working late at night from home on a terminal server session.  At midnight they lose their connection and cannot log back into the webNetwork server.  Could you tell me what could be causing the disconnect at midnight?


Solution:

Since you said midnight… I would do the following:

Use webadmin to find your relay object(s) and go to the logging panel.  Is logging enabled ?
If so, is it going to a database ?  
If so, what is the rotation set to.

If Database, then find the ReportingDB object which is the DB connection to the reporting database.  
Bring up the properties with webadmin.
What type of database is it set to ?
If HSQL, then go to your stoneware Loader server (server that talks to your directory).  
Go to the file system /stoneware/hsql.
What is the size of the logging.data file ?

My guess is that your logging is on and set to hsql.  HSQL can become corrupt if servers are not shut down properly or you use the windows service to shut down webNetwork.  When you do not use the 8090 console to shut down webNetwork and just do something like net stop webNetwork, windows may not give it enough time to shut down properly before it kills the process.  This along with power outages where the server just shuts off can cause the HSQL database to corrupt. The HSQL works fine for stuff like the community calendars and such, but logging is large amounts of data and HSQL is a file based db.  If you require the webserver logging of logins, and every request that a user makes, it is suggested that the logging db be moved to a real SQL server like MySQL or MSSQL.

Another option is to shut down the loader, delete the /stoneware/hsql/logging.* files and then copy /stoneware/hsql/orig/logging.* /stoneware/hsql
This will copy a fresh clean uncorrupt copy of the logging database.


The other option is to disable logging on each relay object and restart the relay.

Also, the relationship to midnight… it is when the relay sends the SQL command to purge old log entries.  If the DB is corrupt then it may cause the relay / loader to hang.

    Can't find the KB

    Unable to find the KB to address your issue ?  

      • Recent Articles

      • Lenovo Unified Workspace End-of-Life Questions and Answers

        Will the shutdown of LUW servers and access to downloads affect my server licensing? No, the shutdown of the customer servers and access to the product and licensing downloads will not affect your server licensing. This license is downloaded and ...
      • How do I determine my Unified Workspace license expiration date?

        The best method for determining the licensing information including the expiration date of your Unified Workspace license: Login to your 8090 management console on each server This may take remoting into each LUW server and relay, opening a browser, ...
      • Lenovo Unified Workspace 7.0.2.13 Released

        Highlights of Unified Workspace 7.0.2.13 Before you install: Please view the installation notes here. 7.0.2.13 requires a 7.0 license file. Below is a list of enhancements and fixes released in Unified Workspace 7.0.2.13 Fixed external storage ...
      • LanSchool Documentation Guides

        LanSchool Classic Teacher Console The LanSchool Teacher Console is the interface teachers will use to manage their classroom and students. It contains all the tools necessary for a teacher to effectively interact with students and create a ...
      • Lenovo Unified Workspace 7.0.1.41 Released

        Highlights of Unified Workspace 7.0.1.41 Before you install: Please view the installation notes here. 7.0.1.41 requires a 7.0 license file. Below is a list of enhancements and fixes for Unified Workspace 7.0.1.41 Updated Log4j Updated Java Updated ...
      • Related Articles

      • Remote Desktop Connection Broker

        Issue: Does Unified Workspace work with Remote Desktop Connection Broker? Solution: Unified Workspace does not currently work with Remote Desktop Connection Broker. Here is a URL on how a Remote Desktop Connection Broker works: ...
      • Connection is busy with results for another hstmt

        I wrote a JSP page to connect to a SQL database. I have about 3 connections for each result set. I receive the error "Connection is busy" with results for another hstmt. Sometimes I receive the error, sometimes I do not. I also would like to know if ...
      • Connection refused to host : 127.0.0.2

        Customer moved loader to a new box. The box was Linux and during the install of linux, it auto added a host file entry for 127.0.0.2 myserver.example-cloud.com This causes the loader to tell the relay that when it comes back to connect to loader use ...
      • Unable to see database connection in Report Builder

        You must add each uers/group to have access to those database connections. WebNetwork 5 has added security to see the database connections.
      • VBScript error connecting to Terminal Server VPN connection

        Getting message error connecting to terminal server:127.0.0.1 This means that the users machine is unable to connect to the backend server.  This can happen for a variety of reasons  Some things to check:  1) Make sure your workstation is fully ...