cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
698
Views
0
Helpful
2
Replies

COBRAS error

George Thomas
Level 10
Level 10

Hello, 

 

Has anyone seen this error on COBRAS import?

 (error) executing call handler update in RestoreCallHandlerTopLevel on CallHandlers.cs:Query=execute procedure csp_callhandlermodify ( pAuditAlias='unityadmin',pAuditComponent='COBRASImportForConnection',pObjectId='54ff9313-fc22-4a0f-884d-66e2a6c43284',pEditMsg=1,pOneKeyDelay=1500,pSendUrgentMsg=0,pUseCallLanguage=1,pUseDefaultLanguage=1,pLanguage=1033,pAfterMessage_TargetHandlerObjectId='bc47ba0f-7674-4408-8dc1-cb73cc339e06',pAfterMessage_Action=2,pAfterMessage_TargetConversation='PHTransfer',pRecipient_ContactObjectId=NULL,pRecipient_SubscriberObjectId='bceeef1d-ebd9-483d-b1ed-1f968ed66b27',pRecipient_DistributionListObjectId=NULL,pMaxMsgLen=300,pScheduleSetObjectID='ae70edce-3de5-44e9-9640-cb00d6e8d58c',pMediaSwitchObjectID='8e1047ed-649b-43bf-a8f8-455c7feeb76a',pUseDefaultTimeZone=1,pDispatchDelivery=0,pInheritSearchSpaceFromCall=1,pEnablePrePendDigits=0,pSendSecureMsg=0,pSendPrivateMsg=0,pCallSearchSpaceObjectID='71139011-fc94-4479-8bac-7eb72b23f0d4')   Error=(error) StoredProc returned error on execute: ERROR [HY000] [Informix .NET provider][Informix]Argument is not a parameter of procedure (csp_callhandlermodify).

Version 7.0.2 of COnnection for export

Version 7.1.5SU5 of Connection for import

Latest version of COBRAS import/export.

Thanks in advance!

Please rate useful posts.
1 Accepted Solution

Accepted Solutions

Verified this morning that imports into 7.1(5) were incorrectly adding the option for call handlers to set all messages as private which is not an option that version of Connection supported in the stored proc (it wasn’t added till 8.0) – fixed it to only include it if the target version is 8.0(1) or later and posted 8.0.51 here:

http://www.ciscounitytools.com/Temp/

if you can give it a shot and make sure it addresses your issue that’d be great – I’ll move it over to the main COBRAS download page next week.

Thanks

-Jeff

View solution in original post

2 Replies 2

lindborg
Cisco Employee
Cisco Employee

Taking a quick look I think the problem is the pSendPrivateMsg parameter - I don't think 7.1(5) had that as an option for call handlers yet (I don't think it was added till 8.0(1)) - I don't have systems setup to validate that tonight but I'll check tomorrow AM - I probably have a hole in COBRAS Restore where it's looking for versions later than 7.1(3) to add that and it should be looking for later than 7.1(5) - that's just a guess right now, I'll follow up tomorrow.

Verified this morning that imports into 7.1(5) were incorrectly adding the option for call handlers to set all messages as private which is not an option that version of Connection supported in the stored proc (it wasn’t added till 8.0) – fixed it to only include it if the target version is 8.0(1) or later and posted 8.0.51 here:

http://www.ciscounitytools.com/Temp/

if you can give it a shot and make sure it addresses your issue that’d be great – I’ll move it over to the main COBRAS download page next week.

Thanks

-Jeff