Comments
-
Fact that on Amazon player there is no stagger issue can mean that Amazon cloud has better connectivity and scales better for parallel runs of transactions.
-
Hello, if those machines are not in the same domain, just create local accounts with same name and password on both machines and it should work. Local accounts are verified only by name and password and should ignore machine name.
-
You need as many domain accounts as the tool requires. Player uses multiple parallel workers and each needs own account.
-
Hello pirro, no, by "few lines before error" I mean dynamically loaded from log file. Your script scans log file and when if finds error that you want to look for, some lines before this error stores into message and output it back so APM can store it.
-
If you run script from commandline, is output really Message:... and Statistic:... when both are on separate lines? Ensure that there is no character before Statistic on the beginning of line. Also consider using only "\n" instead of vbCrLf.
-
If you can't run script on target computer, you can try to install Perl on APM server and assign script monitor directly to it. Then script will be executed on APM server, send request to NTP and return value. If you can't install Perl, you can rewrite script to VBscript and run it on APM server natively. Using SNMP…
-
I'm sorry but I don't understand what you are asking. To use file count script create new Windows Script Monitor component in APM, paste script into filed for script body and to field for script arguments enter UNC path and optionally file extension if you want to count only files of one type.
-
Hello, you don't modify script itself at all. You should pass UNC path as an argument to script using appropriate filed in component settings in APM.
-
Hello Marcus, by "polling code" I meant the actual logic in program libraries that we use for polling. It's nothing you can find and should care about. Sorry for confusion. If the older agents in client-initiated polling work then the issue may be caused by something else than old version. But I would still suggest to…
-
There are few things wrong. First, you have no spaces in ${SQL:...} macro. If you look at what I posted, there are spaces between individual parts like "SELECT TOP 1 ...". Second, you should use second URL that I posted. First one is not correct for most alerts, try to use that with "${SQL:SELECT CAST(DATEDIFF(n,'00010101…
-
Problem here is that "recording" is kind of virtual item in SEUM. Specific instance is "transaction". That is why there are no alerts for recordings. Would it be sufficient to have following alert: Trigger alert for first transaction (ordered for example by ID) if all transactions for this recording (ie. recordings on all…
-
Hello njoylif, group limitations does not limit to group content globally in this version. If you for example have a group with two operations and limit user to this group, user will see only this group on "groups" resources but will still see all operations on other resources. As Robert mentioned, you should set the…
-
For this case I would suggest using Windows Script Monitor with following script: Dim folderPathfolderPath = WScript.Arguments(0)Set fs = WScript.CreateObject ("Scripting.FileSystemObject")Set folder = fs.GetFolder(folderPath)WScript.Echo "Message: Folder " & folderPath & " is " & folder.Size & " bytes large"WScript.Echo…
-
Hello ajdurr, Application polling is independent on target node going up/down. You set polling frequency for application and then this application is polled every X seconds independently on target node status. So if you turn on target computer and polling fits just to time when node is up but application is not yet…
-
Hello Simon, tell support representative that you want to send that file. He/she provides you the details how to upload such big file to us. Thank you.
-
Have you modified config file manually? Service do not start if configuration file is incorrectly formatted. There is a tool for setting up domain accounts that takes care of password encryption and correct config file modification. It's SolarWinds.SEUM.AgentDomainConfigurationTool.exe in Player install directory. Revert…
-
Hello Sami, we are tracking your issue. There was no service pack since APM 3.5 so it is not fixed in any public release yet.
-
You can use subselect for this. It makes query run longer so you have to check in your environment if it's acceptable. select Nodes.Caption 'NODE NAME', APM_Application.Name 'APM NAME', details.Name 'COMPONENT NAME', APM_ComponentDefinition.name 'COMPONENT TYPE', APM_Application.Created 'CREATION DATE',…
-
There is UnDP poller and standard poller but they are under the same record in Engines table. Engines table has one record per installation. Under normal circumstances there should be only one primary engine in Orion 10. In older versions there could be multiple engines with type "primary". To be sure you can modify query…
-
KeepAlive value is updated by "Standard poller" which is used for polling nodes data through SNMP/ICMP. If only APM polling stops, this value is still updated by standard poller so you won't notice that. To check if APM polling works you can try: SELECT TOP 1 DATEDIFF(second, [TimeStamp], GETUTCDATE())FROM…
-
I sent you private message with instructions how to change SEUM configuration to not reuse worker processes. It causes SEUM to terminate process after each playback so all connections are closed on SEUM side. If Cognos still keeps them opened, there is nothing more that SEUM can do. What exactly do you mean by "process…
-
Are you using local or domain account? Try to run "C:\Program Files (x86)\SolarWinds\Orion\SEUM\Player\SolarWinds.SEUM.AgentDomainConfigurationTool.exe" and see if you have some domain account filled in. If you do then those accounts don't have permission to logon locally to the machine. If you don't then you has to have…
-
Hello, you can try one last thing. DELETE FROM [APM_ProcessEvidence_Detail] WHERE Name = 'YOUR_CRON_PROCESS_NAME' This will delete all records for cron processes. I've just tried it on my machine and availability data for affected components are still available so I'm able to generate reports and I can see availability…
-
For this you can write script that will compare version of both files and if they are different, it returns failure and you can alert on this. You can also return file version in "Message" fields of script result and then you can create a report that will include these data so you can see it "on paper" for all your…
-
Hello, cmdlet is "command" for Windows PowerShell. During installation of Exchange you should be able to install those cmdlets and then execute them in PowerShell. One that will probably interest you most is "Test-ReplicationHealth" cmdlet. To execute cmdlets from VBScript you can use guide provided on…
-
Are you saying that the version of Agents are older than the version of the pollers? Are they pending upgrade? If so then the polling may not work because of this. The polling code on the agents must match version on the poller to work properly.
-
Do you have FTP logs available? Maybe you could turn on verbose logging on FTP server so we can see why server refuses connection.
-
Hello Reno, screenshot shows that WPM Recorder does not correctly handle what page does and opens login screen in external IE window. As long as it's in this external window there is no way to record it. I suggest to open a support ticket so that our engineers can look at it. You mentioned that it's intranet site so I…
-
Can you try to restart "SolarWinds SEUM Playback Player" service? Error might be caused by closing player in other session. Restarting service should recreate player.
-
Yes, but they must be valid on both machines for script monitor to work.