Comments
-
What was the fix?
-
what was the final out come
-
Just in case anyone was following this. Eventually we changed more timing configurations to an hour and that solved the issue, to a point. Let me explain. 1. The report never uploads into EOC via writing the code. However since we have a development environment that is much smaller we wrote the same reports, exported them.…
-
This works as stated for me on 2012 and 2016, not on2008(r2), I believe that error is due to version difference of powershell. I dont control that, I get what the auto build team gives us and work within that constraint.
-
I wasn't clear. The SWQL runs in SWQL studio, it fails when taking that SWQL and creating a new report Custom->Table->Advanced Database Query (SWQL) in the EOC. The amount of tables I used for these reports and the joins I was unable to use any of the other methods. I have smaller reports that use the same Base SWQL, but…
-
Case # 00474775 - EOC report Builder "Query Invalid"
-
Did you ever get resolution? Can you share?
-
Thank you for your response. At the Orion Server layer I have A Dynamic Query Builder Report that gives similar information and I could probably get it all the fields from there. The reason We want this in the EOC. In our Gov't environment, currently, we manage multiple installations of SolarWinds, whichroll up in to the…
-
That did the trick Thank you
-
mesverrum I think this the post you were talking about "Re: Is there any way to change the TriggeredMessage of an Alert using the SDK? " I am going to give that a shot tonight, I may have to wait til tomorrow to get results, but I will build it in dev any way. Once I do that I will follow up so you and others can benefit.…
-
That worked. I also changed RemotePort to LocalPort. because that was what I meant to look at. Thank you for the correct solution!!!!!!
-
Does anyone have anything to share on this topic?
-
The language of the the script that rights to the log file is bash. My intent was to use one of the templates that usually implies the linux/unix script monitor, which in general give me the choice of bash or perl. The templates I was considering are: Log Parser (from thwack) Log Parser perl (solarwinds) Unfortunately…
-
it is stripped down for the sake of the forum. There are other items included that i did not show.
-
Thank you for your response I used this baseline. Sorry for the late kudos operator head space error with applying the correct answer.
-
Close I am missing something though. The numeric value 0|1|2 is what I am trying to fetch for the statistic, everything else even the $count variable is just information for the SA.
-
I did not see this before. Excerpts from my doc (same for pollers) minus the web piece. substitute .net 4.6 with the correct version, I am in the process of updating my docs. * File Permission changes The following Operating System Changes were made for the web to work, ensure hidden folders can be viewed: *…
-
Thank you for posting, I never thought to post this fix. I ran into the same issue with our environment, we have multiple modules. I did not to a clean install meaning I did not remove the old, or change servers. Like you I deleted the registry settings. However I did them all except for agents. IT took me a while but then…
-
You may have already tried these steps, and based on the phrasing I cannot tell if you are using and agent or not, my guess is agent in passive mode meaning that the Orion Server talks initiates communication with the solar winds agent port 17790. 1. the out bound and inbound local host fw ports need to be open for 17790.…
-
I appreciate the responses. We have decided not to go with stacking.
-
Thank you. That worked. We modifed it a bit as that is the building blocks for a much bigger query; that we are still working on. A fe things to note 1. WHERE NOPD > '0' we picked a better field to help with nulls then my originbal post (NodeID) 2 We added a thrid colum, to prevent Nulls eliminating a RUN we used "left…
-
The statement provided mesverrum definitely worked. However I am not doing a good explaining what we are try to convert. So with a few mods this report is what we are trying to run out of the EOC, since now we have several orion primary with DB at various locations that feed the EOC. We use to run this in SQL Reporting…