CiscoDevNet/webex-contact-center-dbconnector

{"Exception":"BAD END POINT"}

mikael-andre opened this issue · 2 comments

Hi,

When I try to request my endpoint directly, I have this message:
{"Exception":"BAD END POINT"}

But, inside my connector, I have this one:
SUCCESS
Endpoint authentication is active:false
Request:
https://fqdn_connector/rest/webexcc/71eb22fe-402b-4c09-9f01-40743fee4926?userid=145
Response:
{"ticket_count":"1"}
SQL:
SELECT COUNT(*) AS ticket_count FROM tjg30_ats_tickets

Hi Jim,

You solved my problem, it was a read/write access problem on *.obj files.

Thank you.