?? as per subject line
Thank You,
--
Alex
I am not sure whether it is a bug or by design, but if you want to remove 200 characters restriction just do the following (info provided by SolarWinds Support):
1. Log in to the Orion machine2. Edit the C:\inetpub\SolarWinds\Orion\APM\Controls\EditResourceControls\EditApplicationsByCurrentStatus.ascx3. Remove the MaxLength attribute from following line:<asp:TextBox runat="server" ID="tbFilter" MaxLength="200" Width="300px" />So it will look like this:<asp:TextBox runat="server" ID="tbFilter" Width="300px" />4. Save the file.It is possible that you will need to stop the World Wide Web Publishing Service to be able to save the file.
1. Log in to the Orion machine
2. Edit the C:\inetpub\SolarWinds\Orion\APM\Controls\EditResourceControls\EditApplicationsByCurrentStatus.ascx
3. Remove the MaxLength attribute from following line:
<asp:TextBox runat="server" ID="tbFilter" MaxLength="200" Width="300px" />
So it will look like this:
<asp:TextBox runat="server" ID="tbFilter" Width="300px" />
4. Save the file.
It is possible that you will need to stop the World Wide Web Publishing Service to be able to save the file.
Hope it will help some of you
Regards,
Alex Slv, can you please open a case with support and reference this thread? We have a workaround we can provide you that will allow for greater than 200 characters to be used in this field.
Thanks alterego, just did it
Case number?
Case # 604600