/mcpNotes Possible Values Description Type Parameter — The domain of the AWDB. String domain — The username required to sign in to the AWDB. If there is a domain specified, this must be a domain user. Otherwise it must be an SQL user. String username — The password required to sign in to the AWDB. String password EnterpriseDatabaseConfig API Errors Description Error Type Status One of the parameters provided as part of the user input is invalid or not recognized. Invalid Input 400 A required parameter was not provided in the request. For example, if the backupPort is provided but the backupHost is missing. Parameter Missing 400 Unauthorized (for example, the user is not yet authenticated in the Web Session). The user is not authorized to use the API (the user is not an administrator). Authorization Failure 401 The user attempted to run the API against the secondary Finesse server. Configuration APIs cannot be run against the secondary Finesse server. Forbidden 403 Any runtime exception is caught and responded with this error. Internal Server Error 500 LayoutConfig The LayoutConfig object is a container element that holds the layout XML for the Finesse desktop. The layout XML defines how tabs, labels, columns, and gadgets appear on the Finesse agent and supervisor desktops. When the desktop loads, Finesse reads the label for each tab and attempts to find it in the resource bundle (as a key). If Finesse finds the key, it displays in the value in the tab. If Finesse does not find the key, it displays the key as the default value for the tab. The following example shows how the key mappings appear in the resource bundle for the Home and Manage Call tabs: Cisco Finesse Web Services Developer and JavaScript Guide, Release 12.5(1) 221 Cisco Finesse Configuration APIs EnterpriseDatabaseConfig API Errors