cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
227
Views
0
Helpful
1
Replies

CUCM DB - Where is 'span to pc port' stored?

I have looked in the data dictionary and done a

run sql select * from device where name = 'SEPXXXX'

 but I am not seeing it. I think it is on an XML column, but that didn't show from platform CLI. Any ideas? I have both version 10.5 and 12.5 in play.

1 Reply 1

I think I found it.

 

run sql select fkdevice from devicexml4k where xml like '%<spanToPCPort>0</spanToPCPort>%'

 

 Anyplace else I should look?