cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
5272
Views
0
Helpful
18
Replies

Delete Call Control Group via CLI on UCCX 8.5

sven.scholz
Level 1
Level 1

Hi all,

I wanted to create a new call control group, but unfortunately the network connection was lost and after login to appadmin again I have some strange CCGs configured with the same IDs.

Anybody who can tell me the the command to delete the CCG and all associations via sql CLI. It's a lab environment and I have no service contract for TAC... :-(

Thanks!

regards

Sven

18 Replies 18

anchoudh
Level 9
Level 9

Hi Sven,

You can run the Data resync (UCCX Admin->Subsystem->CM Telephony->Data Resync), and can select any specific CCG which you feel are not in good shape.

I referred the CLI guide (link given below), but didn't figure out any commands regarding CCG.

http://www.cisco.com/en/US/docs/voice_ip_comm/cust_contact/contact_center/crs/express_8_5/configuration/guide/uccx851cli.pdf

Hope it helps,

Anand

Please rate helpful posts, by clicking on the stars below the right answer !!

Hi Anand,

already tried to resync, said everything is ok. The ports were even recreated on CUCM, but I cannot use or edit them as they have duplicate IDs, see:

So I think the only way is to delete them directly via sql?!

regards

Sven

Hi Sven,

You are hitting the below defect.

CSCto93497 -

UCCX has multiple CCGs with same ID resulting in CCG becoming unusable

Reference:

http://www.cisco.com/web/ccbu/CRS/8/5/1/SU1/UCCX_851SU1_ReleaseNotes.pdf

The above defect also gives reference to another defect -CSCtw80577- with the same issue.

Fixed in UCCX 8.5.1SU3.

As yours is a lab environment, request you to please delete all the CCG's which have duplicate ID's and recrete the new ones and also upgrade to UCCX 8.5.1SU3, so that you wont hit this again.

Hope it helps,

Anand

Please rate helpful posts !!

Hi Anand,

my problem is that I can't delete them, received an error on appadmin because of duplicate IDs.

regards

Sven

btw it wasn't a real defect, it's because my network connection and browser sessoin was broken... ;-)

Hi Sven,

By any chance o you have a valid backup (without this duplicate CCG's)  of this UCCX system, if so try restoring it.

Thanks,

Anand

...just have a look into db schema guide and I can see the same result on CLI as well:

admin:run uccx sql db_cra select recordid,grouptype,groupid from crsgroup where active = 't' and grouptype = 'Cisco CTI Port'

RECORDID        GROUPTYPE       GROUPID

--------------------------

6       Cisco CTI Port  1

22      Cisco CTI Port  1

24      Cisco CTI Port  2

25      Cisco CTI Port  2

28      Cisco CTI Port  0

Would it help to set the duplicates to inactive? As far as I know there are no sql updates allowed?!

regards

Sven

Hi Sven,

indeed, no SQL updates are allowed, unfortunately (unless you are an Informix SQL guru and find out the way how to use a SELECT statement to update rows).

Have you tried

utils uccx database dbserver integrity

already?

G.

Hi G,

"Completed DB config integrity check no errors were found"

Any other ideas or maybe there is that informix guru out there I am locking for?! ;-)

Unfortunaltey there is no backup of the system, was working this week on a fresh install for new customer showcase... :-(

regards

Sven

Hi Sven,

Please try the below tip,

su informix

source /opt/cisco/uccx/bin/uccx_ids.env 

dbaccess db_cra

select * from configseed;

//see whetehr there are duplicates 

if yes u can delete one of them 

delete the one with lesser configsed value 

or one of them if both are same

you can unload to a txt file

delete it and load it back 

or u can delete using the query

if u se query both will get deleted

so unload and lod it back 

dbaccess db_cra -

unload to configseed.csv delimiter ',' select * from configseed; 

delete it manually by opening the csv file 

after that load it back using  

load from configseed.csv delimiter ',' insert into configseed;

Note: For this you need to have root access.

Hope it helps,

Anand

Please rate helpful posts !!

Hi Anand,

unfortunately I don't have root access without TAC...

(even the well known jailbreaking method is not workoing with this ucos as the file dump command is restricted ;-))

@G., I have read some Informix communities and I think it might work with "select ... for update of..." but the CLI is restricted to enter the ";" seperator and u always need more than one line... :-S

It seems I have to setup a new system... Any other ideas...?

regards

Sven

Hi,

well, you can go and create a backup, dissect the backup file, do some modifications, but again, I guess it would kill more time than just throw the whole thing away and create a new instance.

G.

Hi all,

yes, G., you're absolutely right. I don't spend really much for that discussion in here and the next step is to setup a new system. Even TAC session would waste to much time for that as I can access the system save my data and reinstall it.

But I was also interested in solving that situation because it might come up at the customers as well and because I am just technically interested in ;-)

Thanks guys

regards

Sven

Brandon Lightle
Cisco Employee
Cisco Employee

Sven,

I am sorry to say but I do not know of a way to resolve this issue without TAC, already a known. However, I see alot of information that seems a little bit hazy and just wanted to clear this up for you and future viewers of this issue.

When you create a new call control group, the new ID that is used is pulled out of what is called the configseed table. UCCX will get the entry for the call control group entry, add 1 to it, then make that the group ID.

What happens during some upgrades (due to known defects that are being worked on) is the entry in the config seed table gets reset back to 0. This is why you have duplicate IDs starting with 1 and counting up.

One of the workarounds that is applied to customers systems through TAC is to give the duplicate call control groups uniqueue IDs as well as update the configseed table to what it should be depending on the current IDs that exist in the call control group. This way you can make edits to all of the call control groups existing as well as create new call control groups with unique IDs and not have this issue anymore.

I know this doesn't help your situation but I hope this helps you with explaining this to customers as well as your technical interests

cristinapetre
Level 1
Level 1

Hello all,

ive got same problem on uccx 8.5.1.11002-22. What does it means for me now? I´ve tried to add a new call control group on uccx and it doesn´t work. Ive got now 2 call control groups which each the same ID. How is the solution for this?

I cannot use the new call control groups and also not the old ones. That means the cti ports for old call control groups with the same ID as the new ones are unregistered on cucm. If i try to delete them i get this message Error while performing the operation.Please look into logs for more information.

Please help,  many thanks. Can i do something via CLI?!

many thanks in advance,

best regards,

cris

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: