I found this but i want to know if it works, and if when you are updating the database, Is the telephony working?
.
HP VCX - 3105 Attendant Consoles do not Work with VCX 9.5.13
migrated from 3Com Knowledgebase
Title :
VCX - 3105 Attendant Consoles dont work with VCX 9.5.13
Software/Firmware Version :
9.5.13
Products :
3CRC200A - 3Com(r) VCX(r) Connect 200 IP Communications Platform 3CRC201A - 3Com(r) VCX(r) Connect 200 Optional Redundant Secondary Server 3CRC200B - 3Com(r) VCX(r) Connect 200 IP Communications Platform 3CRV6000A-09 - 3Com(r) V6000 Integrated Branch Communications Platform 3CRVH6100TM9L - 3Com(r) V6100 Integrated Branch Communications Platform 3CRV7005A-09 - 3Com(r) V7005 Series Server Applications Platform 3CRV7205A-09 - 3Com(r) V7205 Series Server Applications Platform 3CRVH701796E - 3Com(r) VCX V7005 Series Server 7.1 3CRVH722096A - 3Com(r) VCX V7205 Series Server 7.1 3CRVH701696D - 3Com(r) V7310 Series IP Conferencing Server 7.1
Symptom :
3105 Attendant Consoles will load and register from a VCX, but none of the button maps, speed dials, BLFs, etc. will work.
Fix :
Please execute the following steps on the VCX:
putty into the VCX as root
Switch user to cworks:
#su - cworks
Execute the command to get DB name:
#cd /opt/3com/VCX/vcxdata/bin #./listVcxdata
For example:
Copyright (C) 2009 3Com Corporation, All rights reserved.VCXDATAV54#09002021 VCXDATA Schema Count: 1 SUCCESS: VCXDATA Schema Instances Found
exit from cworks
Go into sqlplus
#su - oracle #sqlplus /nolog connect /as sysdba update VCXDATAV54#09002021.code_device_type set description = '3105 DSSBLF' where dev_type_id=1056; commit; (if it returns the message that ANY rows were updated, you MUST type commit; and press enter to save the change for each system) (repeat this command for any other schemas you see in listVcxdata)
exit
- Reboot of the phones and the attendant console may be required to allow the button mappings to be updated.
Cause :
The VCX database is improperly provisioned regarding the 3105 attendant consoles