This discussion has been locked. The information referenced herein may be inaccurate due to age, software updates, or external references.
You can no longer post new replies to this discussion. If you have a similar question you can start a new discussion in this forum.

how to run vbs scripts via secondary poller


Hi, we have build a vbs script on the sam module. it works fine if we let it poll agains nodes which are managed by the primary poller of the sam application server.

However the script hangs and does not finish when we let it run against a node which is polled by a secondary poller.

We do not get any error messages or exit codes from the script.

Are there any specific settings which are required in order to get this to work? Any idea's?

Thanks, Wilco Verlijsdonk

  • I would suggest looking at the Event Log on the additional poller. VBScript are run on the poller the node is assigned to, and not against the nodes themselves. It's likely a permissions issue. Double check that the user account defined within the component monitor is a local administrator and has permissions to log into the console.