cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
807
Views
5
Helpful
3
Replies

listTransPattern - case sensitivity vs. ccmadmin

stephan.steiner
Spotlight
Spotlight

In ccmadmin, when I search for transpatterns whose description contains 'abc', and I have a transpattern whose description that contains 'ABC', I get a match.

 

If I do listTransPattern with <searchCriteria><description>%abc%</description></searchCriteria>, I get 0 matches - the case has to match. Is there anything I can do about that?

3 Replies 3

dstaudt
Cisco Employee
Cisco Employee

I'm seeing the same thing on CUCM v14.  Checking some other <listXXX> requests, though, the wildcard search on <description> elements works fine - so maybe a limitation/defect on <listTransPattern>..?
I couldn't find a workaround other than going to SQL: 

select dnorpattern,description from numplan where LOWER(description) like LOWER('%Test%') and tkpatternusage = 3

 

I know SQL is always a solution, but then I have to manually extract all these transpatterns. Imagine the request leading to 10 results.. so instead of a single list request, you now have 11 AXL requests.

So, it's a bug then if it works on other list requests, right?

You can of course extend the SQL query to retrieve additional data, but that of course may be tricky and require some R&D/trial&error if you need all of the data from listTransPattern and that requires a bunch of joins...

Not the final arbiter on what's deemed a defect, but I would argue this kind of inconsistency meets the definition.

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: