Hello,
I have deployed a Genesys eservices solution (8.1) in a dev platform but cant seem to get the chat sample to work.
From universal contact server and chat server logs these lines appear:
15:26:45.169 Trc 21000 [SvcSrvW-2] <3 tcp://:49795> Service ‘Chat’ method ‘Create’ started.
15:26:45.169 Dbg 29999 [SvcSrvW-2] <3> BusinessAttribute named ‘MediaType’ in tenant '101’not found in cache searching enumerator in cache
15:26:45.184 Std 29997 [SvcSrvW-2] <3> While reading list of EnumeratorValue for Enumerator name=‘MediaType’ Enumerator dbid=‘101’ on config server:
com.genesyslab.platform.applicationblocks.com.ConfigException: There are not enough object paths in the Read request result
15:26:45.184 Std 29997 [SvcSrvW-2] <3> Unable to read Configuration : There are not enough object paths in the Read request result
15:26:45.184 Std 20121 [SvcSrvW-2] <3> Service ‘Chat’ failed in method ‘Create’ (ErrorCode=701 ErrorMsg=Unexpected error (Could not check IxnMedia : Unable to read Configuration : There are not enough object paths in the Read request result) Could not check IxnMedia : Unable to read Configuration : There are not enough object paths in the Read request result).
com.genesyslab.icc.api.contactserver.PersistentException: Could not check IxnMedia : Unable to read Configuration : There are not enough object paths in the Read request result
I am trying ‘chat sample with user typing notification’.
It is under the connected media section of the samples page.
The message in the chat windows states ‘Failed in Request to Contact Server’.
The MediaType business process does exist in configuration manager so not sure why it cant read it.
UCS is set up to log on as default.
chat server is defined with endpoints:101 section, and a default inbound queue.
chat server is connected to ucs.
Routing strategies are activated.
The mcr tooltest page states everything is configured correctly for chat (chat server self test page).
thanks.