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.

Template aren't working

I'm trying to utilize the Application Monitor Templates in the Eval version.  I click on a template.  Assign credentials then click submit.  I then click the check box on the in the assign node and assign the template to a server.  However, nothing happens.  The template doesn't get assigned.

  •  This was addressed in Orion 9.1-

     

    Can you try the following:
     
    Edit the \Inetpub\SolarWinds\Orion\MasterPage.master file.
     
    Find the below line:
     
    <form runat="server" method="post" action="#" id="aspnetForm">
     
    Remove the action="#" part. That is, change it to this:
     
    <form runat="server" method="post" id="aspnetForm">

    Save the file.
     
    Open IE and try to add a node it should work. let me know if that helped.