Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

I want to run an executable file shared at any location and retrieve the data from that executable.

himani14
Kilo Explorer

I have an executable file at any location or at MID server location. I want to run that file using servicenow and want to retrieve the complete data from that particular executable into servicenow . Can anybody help in this.

Thanks

Himani Goyal

 

1 ACCEPTED SOLUTION

Hi Himani,

Here is an example on how to execute a command on mid server via ecc queue.

1) go to left navigation and type ecc queu

2) create a new record with Queue as output, Topic=Command, Agent=mid.server.<nameOfMidServer>,

Name = ping gmail.com

3) submit the record

4) you will receive an input for this with the ping results

Mark Correct if this solves your issue and also hit Like and Helpful if you find my response worthy based on the impact.
Thanks
Ankur

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

View solution in original post

11 REPLIES 11

Hi Rakesh,

If this is not for discovery then I don't think sensor to be used. just business rule on ecc table should suffice.

Regards

Ankur

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

himani14
Kilo Explorer

Thank you so much Ankur. I will try this.

Himani