Genesys Engage on-premises

 View Only

Discussion Thread View
  • 1.  RequestGetWorkbinContent returns Unsupported protocol element

    Posted 10-08-2015 07:59
    I've written a statement to perform RequestGetWorkbinContent  in the code like this:
    RequestGetWorkbinContent req = RequestGetWorkbinContent.create();
    WorkbinInfo workbin = WorkbinInfo.create();
    workbin.setWorkbinTypeId("Isban_WB_AgentGroup");
    workbin.setWorkbinAgentId("VG_Isban_Inbound");
    req.setWorkbin(workbin);

    But it returned "Unsupported protocol element"

    The messages generated when debugging:
    'RequestGetWorkbinContent' (113) attributes:
        WorkbinInfo:
            attr_workbin_type_id [str] = "Isban_WB_AgentGroup"
            attr_workbin_agent_id [str] = "VG_Isban_Inbound"

    'EventError' (126) attributes:
        attr_error_desc [str] = "Unsupported protocol element"
        attr_error_code [int] = 4
        attr_ref_id [int] = 2


  • 2.  RE: RequestGetWorkbinContent returns Unsupported protocol element

    Posted 10-09-2015 06:50
    What type of Workbin is it, is it an Agent Group Workbin or an Agent Workbin?
    If it is an AgentGroup workbin rather than an Agent Workbin, it means you have to set

    getWorkbinGroupId()
    Name of the agent group that is the owner of the workbin instance.
     


  • 3.  RE: RequestGetWorkbinContent returns Unsupported protocol element

    Posted 06-02-2023 00:17

    What application type you specified when creating InteractionServerProtocol ?

    ClientType = InteractionClient.MediaServer?



    ------------------------------
    Petr Komarek
    NTT Czech Republic s.r.o
    ------------------------------



Need Help finding something?

Check out the Genesys Knowledge Network - your all-in-one access point for Genesys resources