- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
Enhanced Security Measures in Place: To ensure a safer experience, we’ve implemented additional, temporary security measures for all users.
11-22-2022 03:44 AM - edited 11-22-2022 04:12 AM
Hii...
Actually I am working on xsoar, i am trying to execute demisto.executeCommand from integration but i am getting exception that will not get execute in integrations, is there any way to implement executeCommand from integrations
actually i want to get saved incident from the xsoar server and check wether it is duplicating the new upcoming incidents
if not hasattr(demisto, 'executeCommand'):
raise DemistoException('Cannot run demisto.executeCommand() from integrations.')
i am getting above exception, this code is available in commonserverpython
07-11-2023 06:18 AM
Yes, that you cannot fire demisto.executeCommand() from the integrations, I contacted their XSOAR support and they told me that you can run it only through XSOAR script and not in live server.
07-11-2023 06:09 AM
Did you get an answer to this issue?
07-11-2023 06:18 AM
Yes, that you cannot fire demisto.executeCommand() from the integrations, I contacted their XSOAR support and they told me that you can run it only through XSOAR script and not in live server.
Click Accept as Solution to acknowledge that the answer to your question has been provided.
The button appears next to the replies on topics you’ve started. The member who gave the solution and all future visitors to this topic will appreciate it!
These simple actions take just seconds of your time, but go a long way in showing appreciation for community members and the LIVEcommunity as a whole!
The LIVEcommunity thanks you for your participation!