Author Topic: Getting fault 105 while inserting data for missed call.  (Read 4206 times)

Offline o0k00l

  • Newbie
  • *
  • Posts: 7
  • Karma: 0
Getting fault 105 while inserting data for missed call.
« on: October 01, 2014, 10:21:22 AM »
I am trying to use add record feature for abandon calls in URS.

while implementing same getting below error in interaction server logs:

FaultCode' [int] = 105
'FaultString' [str] = "No CampaignGroup found"

PLZ help...
« Last Edit: October 01, 2014, 12:08:45 PM by o0k00l »

Offline cavagnaro

  • Administrator
  • Hero Member
  • *****
  • Posts: 7639
  • Karma: 56330
Re: Getting fault 105 while inserting data for missed call.
« Reply #1 on: October 01, 2014, 03:04:48 PM »
Campaign must be active and configured correctly

Offline o0k00l

  • Newbie
  • *
  • Posts: 7
  • Karma: 0
Re: Getting fault 105 while inserting data for missed call.
« Reply #2 on: October 06, 2014, 08:03:04 AM »
yes have checked, campaign is active & configured properly.
Thanks

Offline Kubig

  • Hero Member
  • *****
  • Posts: 2752
  • Karma: 44
Re: Getting fault 105 while inserting data for missed call.
« Reply #3 on: October 06, 2014, 08:46:02 AM »
How do you add record within strategy? Post the details, the error should be there, I guess

Offline o0k00l

  • Newbie
  • *
  • Posts: 7
  • Karma: 0
Re: Getting fault 105 while inserting data for missed call.
« Reply #4 on: October 06, 2014, 10:09:51 AM »
[quote author=Kubig link=topic=8535.msg37578#msg37578 date=1412585162]
How do you add record within strategy? Post the details, the error should be there, I guess
[/quote]

PLZ find the screenshots of setup

Routing : - [img width=640 height=335]http://i58.tinypic.com/f207zl.png[/img]

Assign data : - [IMG]http://i57.tinypic.com/2i9195k.png[/img]

Add record : - [img width=301 height=480]http://i61.tinypic.com/6s708z.png[/img]

« Last Edit: October 06, 2014, 10:13:11 AM by o0k00l »

Offline Kubig

  • Hero Member
  • *****
  • Posts: 2752
  • Karma: 44
Re: Getting fault 105 while inserting data for missed call.
« Reply #5 on: October 06, 2014, 11:26:53 AM »
The CampaignGroup parameter is in incorrect format. Chech the name and format in CME/GA and copa/paste it to the AddRecord block.

Offline o0k00l

  • Newbie
  • *
  • Posts: 7
  • Karma: 0
Re: Getting fault 105 while inserting data for missed call.
« Reply #6 on: October 07, 2014, 04:45:24 AM »
[quote author=Kubig link=topic=8535.msg37583#msg37583 date=1412594813]
The CampaignGroup parameter is in incorrect format. Chech the name and format in CME/GA and copa/paste it to the AddRecord block.
[/quote]

Thanks for highlighting, however after changing campaign groupname issue still persists.


'CHAIN_N' [str] = "1"
        'CHAIN_ID' [str] = "1"
        'RECORD_ID' [str] = "2"
        'CampaignGroup' [str] = "Test_sa@Test_sa"
      'FaultCode' [int] = 105
      'FaultString' [str] = "No CampaignGroup found"


[img width=640 height=310]http://i62.tinypic.com/xcrcs7.png[/img]
« Last Edit: October 07, 2014, 07:41:13 AM by o0k00l »

Offline o0k00l

  • Newbie
  • *
  • Posts: 7
  • Karma: 0
Re: Getting fault 105 while inserting data for missed call.
« Reply #7 on: October 10, 2014, 06:26:46 AM »
Anyone with any ideas ??

Offline Fra

  • Hero Member
  • *****
  • Posts: 856
  • Karma: -3
Re: Getting fault 105 while inserting data for missed call.
« Reply #8 on: October 10, 2014, 09:17:35 AM »
From the Universal Routing 8.1 Reference Manual:

Returned Results for the Add Record Object
>FaultCode value 105
>FaultString value Invalid Request
>Description Data Some mandatory parameters are missed.

Can you try to populate also Call Time and Date Time and then post the URS log snippet please?

Fra

Offline Kubig

  • Hero Member
  • *****
  • Posts: 2752
  • Karma: 44
Re: Getting fault 105 while inserting data for missed call.
« Reply #9 on: October 10, 2014, 10:56:49 AM »
Try to add record through GUI (GA/GAX or OCM) and look at the OCS logs which parameters and their format is used.