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

Page of 68
Error codes
Error
Code
Description
LICENSE
-2147219503
Client attempts to book more systems than there are 
licenses for.
DATABASE_DOWN
-2147219500
There is a problem with the Cisco TMS database.
MEETINGNOTFOUND
-2147218302
Client tries to access (get or update) a conference that does 
not exist.
SYSTEMNOTFOUND
-2147218301
Client tries to access (get or update) a system/participant 
that does not exist in Cisco TMS.
SYSTEM_ALREADY_BOOKED
-2147218300
Client tries to schedule a participant that has already been 
scheduled.
SYSTEM_NOT_ALLOWED_IN_
BOOKING
-2147218262  Client tries to book a system that the user does not have 
booking rights for, or the system has Allow Bookings set to 
False.
MEETINGNOTACTIVE
-2147218272
Client tries to end a conference that is not active.
MEETINGISDELETED
-2147218271
Client tries to end a conference that has been deleted.
MEETINGACTIVE
-2147218270  Client tries to modify the start time of a conference that is 
already active.
CANNOTBOOKINTHEPAST
-2147218269
Client tries to book a conference with an end time that is in 
the past.
NO_ACCESS_TO_
CONFERENCE
-2147218266
Client tries to get a conference, but the user does not have 
the permissions in Cisco TMS to read all conferences.
START_TIME_AFTER_MAX_
NUMBER_OF_DAYS_IN_
FUTURE
-2147218265
Client tries to save a outside of the booking window set in 
Cisco TMS.
NEVER_ENDING_
RECURRENCE_NOT_
SUPPORTED
-2147218264
Client tries to save a conference with a "NeverEnding" 
recurrence end type, which is not supported.
START_TIME_AFTER_END_TIME -2147218263
Client tries to save a conference where the start time is later 
than the end time.
INVALID_TIMEZONE_INFO
-2147218268  The specified time zone information is not valid.
WEBEX_SITE_NOT_FOUND
-2147218267
No WebEx site connected to user in Cisco TMS.
WEBEX_ERROR
-2147218260
Any other error regarding WebEx.
SECURITY
-2147218259
Client tries to modify or delete a conference, but the user 
does not have the required permissions in Cisco TMS.
SERVER_BUSY
-2147218258
Cisco TMS is currently unable to handle client's request to 
save a conference.
UNKNOWN
-2147218261
Any exception not covered by other error codes.
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, 
Cisco TMSBA Programming Reference Guide
Page 54 of 68
Error codes and error handling