Auto-Import New Users

Auto-Import New Users

See Recording:

STEPS:

HOW TO GENERATE A SCRIPT:
1. Send the CTS User Import.xlsm file (see attached) and have the customer fill in the columns that have a red header.
2. After filling in all required columns, go to View tab, click it and you will find the function Macros.
3. Select CreateUserList and click Run to generate a script.
4. You should be prompted with the message "Done. Number of records: ##".
5. Go to the folder where the .xlsm file is saved in the File Explorer, you should see an .sql file after generating a script.
6. Open the .sql file in Notepad++.
7. Check the script if there are any errors, there might be a data in the spreadsheet that has an apostrophe in the agent's name.
      There are two options you can do:
            a. Remove the apostrophe before you generate a script, or
            b. If you already pasted the script in the sql, see where the red line starts and remove the extra single quote.


HOW TO IMPORT THE SCRIPT INTO THE SQL:
1. Go to core server.
2. Click Start menu.
3. Expand folder Microsoft SQL Server Tool 17.
4. Click Microsoft SQL Server Management.
      
5. Select Databases to expand the folder.
      
6. Right click on CT Admin and select New Query
      
7. Open the .sql file in the Notepad++, highlight everything, copy and paste in the sql.
8. Click Execute (the one with the red exclamation point on it).
      
9. To check if the import is successful, refresh the CT Admin, go to the template that you are inserting the users to, and validate if the users exist.


    • Related Articles

    • Auto-Close configuration is not working

      Problem:  A customer configured auto-close criteria but does not appear to be working. The issue was due to the leading spaces in the configuration that makes the subject not match and never closed the email. Resolution: In the older version of CT ...
    • Release notes v3.3

      Upgrade Path Based on the version currently installed, your system may need incremental upgrades to your system before you finalize on version 3.3.0 The following table illustrates the upgrade path required, depending on your current version. If you ...
    • Release notes v3.2 SP1

      The CTS 3.2 SP1 is a cumulative release that includes fixes, enhancements and updates:   Fixes: 1465  - Outbound Call List Contacts Loaded redis entry not showing correct loaded contacts 1405 - Issue with Attachments getting corrupted 1468 - Email ...
    • Updating certificates on Windows and Linux servers

      What you need to know when updating CT Suite certificate on Windows App Server CT Suite uses a TLS Proxy called stunnel to terminate TLS connections made to the windows app server. Certificates have a lifetime that will expire and the length of ...
    • Issue when taking Snapshots of App Servers

      Issue When a customer takes a snapshot of the windows servers, it can cause network partitions to occur between the RMQ nodes. Normally snapshots are taken to prepare for an upgrade or change in the system, so they don't happen all the time, but when ...