Cisco Cisco TelePresence Management Suite (TMS) Version 15 Maintenance Manual

Page of 340
Website scenarios
This section describes troubleshooting scenarios involving Cisco TMS as a website. 
Cisco TMS does not load
In the event of Cisco TMS not loading, the problem might be network, web server, or database related. 
Troubleshooting steps for possible web server and database issues are included below.
Basic steps
Web server
 
Verify that IIS is running.
 
Check whether you can access the default webpage http://<tms_server_name>.
 
See the logs in c:\Program Files\TANDBERG\TMS\wwwTMS\Data\Logs\tmsdebug\log-web.txt.
Database
 
Check the Database Scanner log for a stack trace declaring that  the SQL server is unavailable.
 
Go to the 
Services
 panel on your database server:
 
Verify that SQL Server is running.
 
If you are running a named instance on a remote server, make sure that the SQL Server browser service 
is also running.
 
As a troubleshooting measure, you can also restart these services.
 
Verify that the information Cisco TMS uses to connect to the database is correct.  For this, we recommend 
using 
.
Advanced steps
Web server
 
 
Exist on the Cisco TMS server.
 
Point to valid directories on the server.
 
Check that the permission settings are correct according to the list above.
 
Verify that IIS allows for running .NET extensions. 
Database
Run an osql script towards the database and see whether it returns any data. This script will return the 
number of systems in the Cisco TMS database. Depending on the SQL configuration, run one of the 
commands below from the Cisco TMS server itself.             
 1.  osql -E -d tmsng -Q "select count(*) from objsystem"
 2.  osql -E -S .\SQLTMS -d tmsng -Q "select count(*) from objsystem"
Cisco TMS Administrator Guide (14.3)
Page 322 of 340
Troubleshooting
Website scenarios