Jump to content

Recommended Posts

Posted

Good morning!

Quick query regarding running PowerShell scripts within ITOM...

I have a custom package with a single PS1 script which (for now) outputs the parameters passed to it. I then have a runbook which references this package and calls action to run said PowerShell script.

I'm seeing "0.025752s ERROR Resume Site Integration Failed: Process::Execute: cannot find execution path location" in the logs and the script doesn't appear to be running - any pointers as to what this error means and a starter for resolving it?

Thanks!

Posted

Hi James,  I have not seen this error before and am currently looking into it for you and will get back to you as soon as I find any further information.

Regards,

Ricky Fearon

Posted

Hi James,  I have managed to replicate the issue and have passed the details onto the development team for investigation and will update you as soon as I get some further information.

Regards,

Ricky

 

Posted

Hi James, We have identified an issue within the Runbook processing in that if an IT Automation node is the last node before an exit node a timing issue is caused which results in the error message that you are experiencing.   It is confirmed that the automation is still being executed however Runbook process completes before the node exits, causing the error in the log.  To resolve the issue two steps are required the first is to set the Wait For Response property for the IT Automation node to Yes.  

image.png

The next step is to add a decision node after the IT Automation node as can be seen in the screenshot:

image.png

This should ensure that your process will always trigger the IT Automations and wait for them to exit.

Regards,

Ricky

Posted

Hi Ricky,

Thanks for the reply.

We don't have the wait for response or response timeout fields available to us:

image.png.899611843c36d152f228e67f0df65193.png

Is there something else required in order to see these options?

Thanks,
James

Posted

Hi @james.uppington looks like the node you are looking at is from within the Hornbill Business Process Manger which looks to be slightly different, I am currently investigating why this and will get back to you shortly.  As a workaround if these features are required you can place the IT automation node in a Runbook Process and reference it from within the BPM.

Regards,  Ricky

Posted

Hi @james.uppington, in order to see the Wait For Response parameter the package must be configured with one or more output parameters,  this behaviour will be the same for both BPM and Runbooks.

Regards,

Ricky

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...