In this guide recommended actions are described on how to troubleshoot and configure the system to solve this error
...
To check your CurrentContactId from the left main menu select ‘Contacts’ (Fig. 1)
Fig. 1 Contacts selectionIn the search field enter the name of you your current Creatio account (1) and press magnifying glass icon (2) (Fig. 2)
Fig. 2 Using the search fieldIn the appeared result(s) click on the Name of your account. A contact card will be opened. In the address bar, you can find a CurrentContactId in at the end of the line (Fig. 3) and copy it.
Fig. 3 CurrentContactId locationClick on the ‘Gear’ icon in the upper right corner (Fig.4)
Fig. 4 Location of the ‘Gear’ iconSelect ‘Open system designer’ (Fig. 5)
Fig. 5 Open system designer optionScroll down the page and click on the 'SQL query console' (Fig. 6)
Fig. 6 SQL query consoleIn line 12 enter the following script delete from VvtSysAdminUnit where VvtContactId = '%CurrentContactId% Instead of the word CurrentContactId enter the CurrentContactId that you have copied in p. 3 and press the 'Execute’ button (Fig. 7)
Fig. 7 Entering and executing the scriptAfter that go to the ‘Your profile’ → ‘Call Center parameter setup’ and press ‘GET RC SETTINGS’. Proceed with all steps of the authorization. If the settings were implemented successfully the following notification will be shown (Fig. 8)
Fig. 8 Successull messageAdd the settings provisioned by RingCentral to the User profile and press the ‘Save’ button.
Log out of Creatio and log back in. Check that your CTI panel is active.
...
If the as a result of actions from p. 8 of the ‘Cleaning of the duplicates. Quick option’ you see this error again (Fig. 9) proceed with the next steps
Fig. 9 User with this extension already exists errorFrom the left main menu select ‘Contacts’ (Fig. 10)
Fig. 10 Contacts selectionClick on the ‘Folder’ (Fig. 11 ). Select ‘Add’ (1) and name the new folder (2) (Fig. 12)
Fig. 11 Folder buttonFig. 12 New Folder creation
Select the filter icon (Fig. 13)
Fig. 13 Filter iconSelect ‘Add condition’ (Fig. 14).
Fig.14 Adding filter conditionsIn the opened window press on the ‘Contact’ (1) and enter ‘Contact communication option (by column Contact)’ (2). In ‘Column’ field select ‘Quantity’ (3) and press ‘Select’ button (4) (Fig. 15).
Fig. 15 Creating filter structure pt. 1Press ‘+' icon (Fig. 16).
Fig. 16 Adding subcondition sub conditionIn the Colunm filed field enter ‘Number’ (1) and press 'Select’ (2) (Fig. 17)
Fig. 17 Creating filter structure pt. 2In the ‘quantiry’ ‘quantity’ field enter ‘0' (1) and press the confirmation button (2). In the ‘Number’ field enter the required ecstension extension (3) and press the confirmation button (4). To apply all conditions press 'Save’ button (5) (Fig. 18)
Fig. 18 Applying all conditionsIn the Table, you can see the Contact that is using this extension. If the Contact that is shown in the Table is CORRECT, then use another Ring Cenrtal Central account for your current Creatio profile by using this guide RingCentral Configuration If you see that this is NOT the right Contact that should be connected to the Ring Central account proceed with further steps.
If you click on the Name of this contact a contact card will be opened. In the address bar, you can find a VvtContactid in at the end of the line (Fig. 19)
Fig. 19 VvtContactid locationAlternative An alternative way to get VvtContactid. Repeat actions from p. 1 to p. 3 ‘Cleaning of the duplicates. Quick option’. In line 12 enter the following script and select VvtContactId from VvtSysAdminUnit where VvtLogin like '%Extensions%' Instead of word Extensions write the required extensions of the Contact and press the 'Execute’ button (Fig. 20)
Fig. 20 Entering and executing the scriptAs a result, you will receive the VvtContactId (Fig. 21)
Fig. 21 receiving Receiving VvtContactId via the SQL script requestTo remove the connection between that user and the Ring Central account:
Step 1: remove Remove previous script from the 12 line and replace it with the following one delete from VvtSysAdminUnit where VvtContactid = 'VvtContactId'
Instead of VvtContactId write VvtContactId that you have received from p. 9 or p. 11 and press the 'Execute’ button.
Step 2: remove Remove previous script from the 12 line and replace it with the following one delete from ContactCommunication where VvtContactid = 'VvtContactId' Instead of VvtContactId write VvtContactId that you have received from p. 9 or p. 11 and press the 'Execute’ button.After that repeat action from p. 5 to p. 7 of the ‘Cleaning of the duplicates. Quick option’.
...