Comments
-
Hi, you can try the following workaround: * Backup and edit SolarWinds.VIM.BusinessLayer.dll.config (by default in: c:\Program Files (x86)\SolarWinds\Orion\VIM\) * In the appSettings section find SyncWizardResolvePollerByHostname setting and change its value to true. * Restart the Orion Module Engine service * Re-run…
-
Hello, you can either use the attached Advanced SQL report which shows transaction durations that were measured over the last 3 hours or you can use charts for this. In WPM 2.0 we've added new charts which allow you to hover over specific point in time and see the duration. In the chart configuration just select sample…
-
Hi, it looks like virtualization alert macros have some issues with navigable properties. You can use custom SWQL macro as a workaround, for example following will get you the cluster name: ${N=SWQL;M=SELECT TOP 1 d.Clusters.DisplayName FROM Orion.VIM.Datastores d WHERE DataStoreID=${N=SwisEntity;M=DataStoreID} }
-
Hello Shane, WPM is licensed per transaction and a transaction is basically a unique combination of recording and location. So in your specific case, if you want to monitor 5 websites, you'll probably want to take at least one recording on each of those, which means 5 recordings. Since you want to monitor these from 3…
-
Hello Fred, the transaction will be unknown in the following cases: * The transaction was not played back yet * The player is down/unreachable (at the time the transaction was sent to player for playback) * The transaction was not replayed on player for several playbacks - this happens when the player is responding however…
-
Hello, when this error message appears it means that Virtualization Manager is unable to connect to the NPM server. You should see a new field show up in the integration form which should contain hostname of the NPM server. Have you tried changing this hostname to IP address of the NPM server that can be reached from the…
-
Hi, this looks like a known issue. In those versions VMware changed number of allowed elements in queries. This happens only when the polling is done through Orion, Virtualization Manager doesn't have this issue. There are actually two workarounds which you can try and might be able to help. * There is a KB article by…