cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
329
Views
10
Helpful
3
Replies

Hunt Pilot can't be viewed or deleted

lovesicker
Level 1
Level 1

When I want view or delete a Hunt Pilot which I added previously,the following error was showed:

The following error occurred while attempting to retrieve and display the requested information:

Error No. 1557:

CDBLException Dump: [ActiveX object not initialized via insert or select]

Cisco OS version:2000.4.1b

Cisco OS Patch ver:2000.4.2sr5

CallManager ver:4.1(3)

CallManager SR ver:4.1(3) SR3a

3 Replies 3

gogasca
Level 10
Level 10

Looks like you are using the CSCsb42763 workaround.

Use this query to find it out:

Select * from PickupGroupLineMap WHERE fkNumPlan_Line = 'pkid of thehuntpilot'

To remove pilot points

1). Open MS SQL Enterprise Manager

2). Open Databases -> CCM030XX -> Tables -> right click NumPlan -> Open Table

-> Return all rows.

3). Click on the fourth icon (SQL) and it will present a query box.

4). Paste the following and add the hunt pilot DN,

SELECT * FROM NumPlan WHERE (DNOrPattern = '')

5). Note the pkid of this record.

6). Remove the select query and paste, delete from PickupGroupLineMap where

fkNumPlan_Line =''

7). Remove the delete query and paste, delete from NumPlan where pkid =

''

8). Return to step 4). And continue for other hunt pilots.

HTH

//G

Firstly,thank you very much.I have done as your method,but the problem still was existing.What should I do next?

Sorry,sorry.I make a mistake in step 2.I mistake "delete from PickupGroupLineMap where

fkNumPlan_Line ='' " for "SELECT * FROM PickupGroupLineMap WHERE NumPlan_Line = ')".

Thank you very much for you help.Now I have solved the problem.