-
Notifications
You must be signed in to change notification settings - Fork 0
FAQ
Jeremy Barlow edited this page Aug 21, 2018
·
2 revisions
- I am having trouble running the samples, what can I do to debug them?
- I receive no response or an error, "
Error ... Invalid Command.", when attempting to invoke a valid ePO command via DXL - I receive an error similar to the following, "
Error ... unable to locate service for request", when attempting to invoke an ePO command via DXL
Q: I am having trouble running the samples, what can I do to debug them?
A: Ensure that the prerequisites for the ePO DXL client have been met.
A: This typically occurs due to the JavaScript client not having permission to send the remote command to the ePO server.
The following page provides information about authorizing clients to access the ePO DXL service:
https://opendxl.github.io/opendxl-epo-client-python/pydoc/authorization.html
A: There are a couple common reasons why this error occurs:
- The ePO DXL service is not running.
- The
uniqueIdspecified in the request (last portion of the request topic) does not match an ePO server currently exposed to the DXL fabric.
McAfee ePolicy Orchestrator (ePO) DXL Javascript Client Library
SDK Classes
Examples