06-06-2011 01:24 PM - edited 03-19-2019 03:03 AM
I was able to run this SQL statement in ver 7, but it does not work in version 8
run sql select * from car:tbl_billing_data where originalcalledpartynumber like '%2966'
in CUCM ver 8, I recieve the following error
"Database not found or no system permissions"
Solved! Go to Solution.
06-06-2011 06:01 PM
The syntax for the qry has changed, it must look like this:
run sql car select * from tbl_billing_data where originalcalledpartynumber like '%2966'
HTH
java
If this helps, please rate
www.cisco.com/go/pdihelpdesk
06-06-2011 06:01 PM
The syntax for the qry has changed, it must look like this:
run sql car select * from tbl_billing_data where originalcalledpartynumber like '%2966'
HTH
java
If this helps, please rate
www.cisco.com/go/pdihelpdesk
06-14-2011 02:17 PM
Awesome, that worked.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide