cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1071
Views
5
Helpful
6
Replies

Find which CSS a given partition is in

mr_cisco_cisco
Level 1
Level 1

How do you determine which calling search spaces contain a specific partition?

It's not practical to go through them one at a time as there are too many to look through.  I thought about enabling dependency records but it seems this may cause a CPU spike. 

1 Accepted Solution

Accepted Solutions

Check this forum this might help what you are looking but not from GUI alteast from CLI.

http://www.ucguerrilla.com/2012/04/cucm-sql-query-series-installment-6.html.

also test in my lab it works like charm

run sql select css.name as css, css.description, csm.sortorder, rp.name as partition, rp.description from callingsearchspace as css inner join callingsearchspacemember as csm on csm.fkcallingsearchspace = css.pkid inner join routepartition as rp on csm.fkroutepartition = rp.pkid order by css.name, csm.sortorder

while running this please take care of space or any syntax.

Br,
nadeem

Please rate all useful post.

Br, Nadeem Please rate all useful post.

View solution in original post

6 Replies 6

Vivek Batra
VIP Alumni
VIP Alumni

Currently I don't have access to call manager to verify but I think on CSS page, there is a filter which can be searched for specific partition.

- Vivek

Vivek,

I just checked and there is no option to filter by partition. 

Check this forum this might help what you are looking but not from GUI alteast from CLI.

http://www.ucguerrilla.com/2012/04/cucm-sql-query-series-installment-6.html.

also test in my lab it works like charm

run sql select css.name as css, css.description, csm.sortorder, rp.name as partition, rp.description from callingsearchspace as css inner join callingsearchspacemember as csm on csm.fkcallingsearchspace = css.pkid inner join routepartition as rp on csm.fkroutepartition = rp.pkid order by css.name, csm.sortorder

while running this please take care of space or any syntax.

Br,
nadeem

Please rate all useful post.

Br, Nadeem Please rate all useful post.

Thanks Nadeem 

This was useful.  Thanks.

Jaime Valencia
Cisco Employee
Cisco Employee

Besides going to the data dictionary, and creating your custom SQL query to find that out (which is what dependency records does for you), you would need to go into every single CSS to find that.

simply enable dependency records, to find this out.

HTH

java

if this helps, please rate
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: