Comments
-
Hello Rishab, SEUM 1.5.1 unfortunately doesn't support breakdown to individual page resources. However newer version, WPM 2.0, which is currently in RC phase contains TCP Waterfall chart and Page Elements overview which show detailed information about loaded/downloaded page resources. See the following screenshots: If you…
-
Hello naeemfirdous, you can unmanage the transaction during the time the page is non operational. You can either schedule a one time unmanage window on the website on the Manage Transactions page. Or there is an Unmanage Scheduling Utility which will allow you to schedule a periodic unmanage window. It can be found in…
-
Hi, try the following: 1) Run the following queries to update setting to allow higher maximum value for Network Usage Rate threshold: UPDATE VIM_ThresholdTypes SET Maximum=5000000 WHERE Name='NetworkUsageRate'UPDATE VIM_Thresholds SET Maximum=5000000 WHERE TypeID = (SELECT TypeID FROM VIM_ThresholdTypes WHERE…
-
Hello Shailesh, as Zdenek suggested you can setup alerts for groups of transactions or you can use the following custom SQL alert. This alert will fire when transactions based on a same recording are down on all locations. WHERE (SELECT COUNT(DISTINCT tad.TransactionId) AS FailingTransactions FROM…
-
I'm not aware of such documentation, but you have a valid point, I'll contact our documentation department and see what we can do about this. On a side note, are there any other features than Time Travel that your users are missing in Orion?
-
The VMs should get deleted from Orion once they disappear from VMan.
-
Hello, Are you having trouble recording the transaction to the external website, or playing it back on SEUM player? If it is the latter you need to configure system proxy settings in a way that the player can use it. How to do this is described in a knowledge base article Configuring a web proxy for the Player Regards,…
-
Hello, you are going in the right direction. For the ??? part you need to specify transaction NetObject id. That is basically transaction id that you can get from a select query prefixed by T: string. So for example for transaction with id 1 the first parameter should be "T:1". Invoking the unmanage verb can be done only…
-
Hi, if you need only the link to the host detail, you can build it yourself and then use it in a custom SQL report. Following is the query that shows how to build the link: SELECT TOP 1000 [HostID] ,'/Orion/View.aspx?NetObject=VH:' + convert(nvarchar, HostID) AS [Url]FROM [dbo].[VIM_Hosts]
-
Hello Jon, based on the screenshot it seems that you don't have flash player installed in your browser. You need to have a flash player installed in order to see those views. Basically Map, Reporting and Dashboards are embedded views with screens loaded directly from your Virtualization Manager instance. To check if you…
-
You can do this by running the discovery in Orion on parent VCenter/Host IP address and setting Hop count to 1. This will run discovery on all child Hosts/VMs.
-
Hello, when the X,Y mode is used it automatically records size of the recorder window to ensure that page proportions are same during recording and playback. So this issue should not be related to a screen resolution. The X,Y mode uses absolute coordinates on the page, this means that if the flash/silverlight/java applet…
-
Hi, it looks like in your case the evaluation has not been started correctly, so you are currently don't have the VMAN functionality active. Since you have already installed VMAN, what you can do is go to the Settings -> Virtualization Settings and there you should find button to start evaluation, once you click on it, the…
-
Hello, you can use account limitations to limit what user can see. Currently WPM has support for setting limitation to Transaction and Player Location.
-
Hello Christian, you can try the following query. Alert should be triggered only when transactions which contain text Production in their description and are based on the same recording are all down. Due to the change which was made to your query you'll need to set also a custom reset query. So for the trigger condition…
-
Hi, this could be actually caused by a known issue. Please make sure that you are using latest versions (VIM 2.1.1 and VMAN 6.3.1) and apply hotfix which was recently released "Virtualization Manager Orion Module v2.1.1 - Hot Fix 1". You can find it in customer portal. If this doesn't help please open a support case for…
-
Hello jagillispie, this message pops up whenever a page you are currently recording on opens some new window. This new window is then contained within the recorder so you can easily record your actions on it. If you want to close the window, you can hit the "Close this page" link and the window should be closed and you…
-
Hello bharris, this is actually a known issue. There was a hotfix released, you should be able to find it in customer portal.
-
You might be affected by certificate negotiation issue which could appear in 8.4. Try to check the following KB article to see if you are able to see the same errors in the logs: Success Center: Could not establish secure channel for SSL/TLS
-
Hello ariabell, you can safely modify also the Typical value field. Typical value is actually the time which was recorded during the playback which is done when saving the recording. This value is shown in some charts (Typical value line) and is also used for computing the "% of optimal" column in Top XX Transactions/Steps…
-
Hello Derek, In order to be able to say that transaction was played back, you need to keep information about when the previous playback was performed so the comparison can be made. I'm afraid that this feat is out of the scope that alerting engine is able to handle. So the solution that you have now (alert triggered and…
-
Hello cdenuyl, The SQL query you are using is quite complex so you will need to set also a reset query for this particular alert. Following SQL query should do the work: WHERE NOT ((SELECT COUNT(DISTINCT tad.TransactionId) AS FailingTransactionsOnFirstStep FROM SEUM_TransactionsAlertsData AS tad INNER JOIN…
-
Hello Simon, you can add transactions to groups (either manually or you can use dynamic query to select transactions based on name/location/etc.) then add the All Groups resource to the transactions summary page. You can then set view limitation (Customize Page) to configure view to show only specific groups. Hope this…
-
Hi, getting the datastore icon is actually quite easy, just add the following to the query to get the link: '/Orion/StatusIcon.ashx?entity=Orion.VIM.Datastores&status=' + ToString(d.Status) + '&size=Small' AS [_IconFor_Name]
-
Hello, #1) unfortunately, the behavior related to certificate exceptions is different for each browser. In Firefox, you can check the "Store this exception permanently" and it will remember this setting even after reopening the browser. However, Internet Explorer and Chrome will remember the exception only for the current…
-
Hello, yes starting with Virtualization Manager 6.0 provides a SWIS service to which you can connect using the SWQL Studio. However, be aware that since support for this was added mainly for purpose of integration with SAM and NPM it was tuned up for that specific purpose. This means that you may not be able to access all…
-
Hello Bahlkris, I'm afraid that this is currently not supported. The navigate action is in most cases only kind of a placeholder, the only navigate actions which actually navigate to a specified URL are those that are recoded when you enter an URL in the recorder. The rest of the navigate actions which are recorded when…
-
Hello, what version of Virtualization Manager do you currently have? To be able to enable integration between Orion and Virtualization Manager you need to have at least IVIM 1.7 and Virtualization Manager 6.0. Let me know if you have any questions. Lukas
-
Hello Mike, support for disabling screenshots for specific transaction was added in WPM 2.0 (this can be found on the Edit transaction page in the Advanced section). SEUM 1.5.x supports only disabling of screenshot collection for a whole location. So I'd recommend you to upgrade to WPM 2.0. If this is not possible, you can…
-
Hello, do I understand correctly that you want to remove several unknown interfaces from several nodes? If that is the case, you can go to Manage Nodes page and either search for the interfaces or expand parent nodes. Then you will be able to check all the interfaces that you want to remove and then just hit the Delete…