Skip to main content
Skip table of contents

Troubleshooting Guide

Prologue

On this guide you can find tips how to start troubleshooting VMS System.

Hardware

When you encounter problem with VMS System it's recommend to start checking that hardware is working properly.

  • Many manufacturer are providing own diagnostic tools which can help to solve if there is problem with hardware side
  • HP/HPE is shipping integrated diagnostics tools
    • When you reboot HP/HPE hardware you can access diagnostics tools when hardware is rebooting
    • You can access there pressing ESC or F2 keys on boot but always these are not working and key can be something else
    • HP/HPE is providing very good guide how to access on integrated diagnostics tools
    • https://support.hp.com/us-en/document/c03467259
    • Usually hardware problems are related to memory and hard drive, so it's good to run tests for these first
    • Sometime fast check give answer but sometimes it's necessary run extensive test, that can take more that 1 hour
    • If Windows is working fine you can also install diagnostics tools there and try find problem using those
    • http://hp.com/go/techcenter/pcdiags
  • Dell is shipping with integrated diagnostics tools
    • When you reboot Dell hardware you can access diagnostics tools when hardware is rebooting
    • You can access there pressing F12 key on boot but always these are not working and key can be something else
    • Dell servers also provide iDrac which allow you to connect over network that server hardware and run diagnostics
    • If Windows is working fine you can also install diagnostics tools there and try find problem using those
    • https://www.dell.com/support/home/us/en/04/quicktest
  • To fix hardware issues you may need change component like hard drive, processor etc.
  • Sometimes fix can be found in BIOS/UEFI update or hardware example hard drive need firmware update

Network

  • If there is problem with network first what you need to do is check that network is working correctly
  • This means that check that cables are connected fine, you can use example ping command to check that connection is working and no package drops happens
  • It's recommend to read Network White Paper, that include critical information how system works and what are requirements

Windows

VMS Software

SQL Server

  • First thing is check that system is running normally
    • Check that SQL Server is working and connection is made there; VMS is shipped with SQL Server 2014 Express (needs Net Framework 3.5) and later SQL Server 2016 Express
    • You can open SQL Server and look that there is these databases created; DvmsData, RecorderDb and WdContext
    • If those databases are created, you can Select Top 1000 Rows and check is there any data stored

  • On default VMS Services are using SYSTEM account and that mean's that SYSTEM account need to have rights to write/read data to SQL Server
  • If SQL Server is not working check that if that is installed on system, you can check this from Control Panel or Windows Services, which shows SQLEXPRESS service
    • If SQL Server is not installed you can use Full installer package to do this or install it manually
  • If SQL Server is not running you can may find reason for that in Windows Event Viewer (https://www.howtogeek.com/school/using-windows-admin-tools-like-a-pro/) or in SQL Server logs

VMS Server

  • If there is any problems with VMS Software best think is start to check VMS logs
  • You can check logs using System Manager or check them manually

Default logs locations

32bit System 

  • C:\Program Files (x86)\DVMS\DVR\logs
  • C:\Program Files (x86)\DVMS\SystemManagement\logs
  • C:\Program Files (x86)\DVMS\Gateway\logs
  • C:\Users\%username%\AppData\Roaming\DVMS\DVR Application\Logs

64bit System

  • C:\Program Files\DVMS\DVR\logs
  • C:\Program Files\DVMS\SystemManagement\logs
  • C:\Program Files\DVMS\Gateway\logs
  • C:\Users\%username%\AppData\Roaming\DVMS\DVR Application\Logs

We can provide DvmsLogs tool to check up VMS logs. That tool provide easier view to look log files and also use colors to show error related messages. More information here.

VMS Client

  • If there is problem on client side log default location is
  • C:\Users\%username%\AppData\Roaming\DVMS\DVR Application\Logs
  • Those logs can tell so much what is maybe causing problems
  • If client can't connect to VMS Server, it's recommend first start checking that connection can made to VMS Server example use ping command to look if server can answer
  • If VMS Server answers ping that means that it's up and running but sometimes ping maybe is blocked so it's better to check that ports are open
    • VMS Ports can be found here
    • Telnet is one way to check if port is open; telnet <IPADDRESS> <PORT>
    • Or PowerShell command; Test-NetConnection -Port <PORTNUMBER> -ComputerName <IPADDRESS OR COMPUTERNAME>

Cameras

  • If system has problems to recognize camera, start checking that communication between server and camera is working
  • Then update camera driver to VMS Server and also camera firmware
  • When you have updated camera firmware, you need "refresh" camera information, that system can understand there is new firmware installed on camera which may provide new features
  • "Refresh" means that you open System Manager, go to Hardware section, open updated camera and search it again. When this is done you can save system settings.
  • If system is not showing camera stream, try change streaming protocol
    • Default is RTPoverUDP
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.