Cisco Cisco TelePresence Management Suite (TMS) Version 15 Developer's Guide

Page of 53
Error codes and error handling
Cisco TMSBA Programming Reference Guide
Page 45 of 53
Error codes
Error
Code
Description
LICENSE
-
2147219503
Client attempts to book more systems than there are licenses for.
DATABASE_DOWN
-
2147217499
There is a problem with the Cisco TMS database.
MEETINGNOTFOUND
-
2147208994
Client tries to access (get or update) a conference that does not exist.
SYSTEMNOTFOUND
-
2147205791
Client tries to access (get or update) a system/participant that does 
not exist in Cisco TMS.
SYSTEM_ALREADY_
BOOKED
-
2147202587
 
Client tries to schedule a participant that has already been 
scheduled.
MEETINGNOTACTIVE
-
2147189684
Client tries to end a conference that is not active.
MEETINGISDELETED
-
2147186451
Client tries to end a conference that has been deleted.
MEETINGACTIVE
-
2147183217    
 
Client tries to modify the start time of a conference that is already 
active.
CANNOTBOOKINTHEPAST -
2147179982
Client tries to book a conference with an end time that is in the past.
If an exception is thrown, the exception message will contain the reason. If you get an Unspecified 
Exception/Unspecified Error, this usually means that there is a syntax flaw in the conference sent to the 
SaveConference function. In such a case, an error description would be given in the Cisco TMS log files 
(http://<tms-server address>/tms/data/logs/tmsdebug/log-web.txt)