Synthetic Transactions Monitoring - Query

Hi,
Couple of things I would like to clarify related to Synthetic Transactions as I'm unable to find it clearly:
1) In SCOM, are Synthetic transactions executed parallel or sequentially? I could not find anything officially written on that? Lets say if I've 10 transactions to be monitored per watcher node, will it be executed one by one until one is completed or all
10 will be executed at the same time. How to identify?
2) A transaction with multi steps, will it be counted as one transaction or every step under that is treated as separate transaction?
3) Considering the point number 2 how many transactions are supported per watcher node
3) In the pre-req guidelines it is mentioned 50 URL's monitoring supported per agent. Is it just from URL availability point of view or anything else being said here?
Thanks,

Can anybody share views on this please?

Similar Messages

  • Synthetic Transaction Monitoring

    I would like to know if System Center 2012 can support Synthetic Transaction monitoring. what i need is that the SC 2012 will have to capture the synthetic transactions being generated by the third party generator. These transactions captured by SC 2012,
    will have to provide transaction breakdown time between Web, App and DB layer’s and give over all End User experience.
    Can any one suggest how SC 2012 will handle such requests? how to set it up? what KPI will SC 2012 do today for synthetic transaction monitoring.
    please email me the response to [email protected] or [email protected]
    Michael Martin

    Hi Michael,
    I don't think it is a big deal. Web Application Transaction Monitoring is performed by sending HTTP requests to your application from specified Watcher Node (Management Server itself, SCOM Agent or GSM points worldwide using appropriate subscription
    http://stefanroth.net/2014/01/06/scom-global-service-monitor-using-visual-studio-web-test/). Just check out that your app is available and responds well to those HTTP requests, for sure it's better to record Web Application Transaction tests on
    Watcher node explicitly.
    Igor Savchenko, VIAcode Consulting LLC (http://www.viacode.com/)

  • Lync 2013 Watcher Node Synthetic Transactions

    I've set up SCOM monitoring for our Lync 2013 deployment.
    Everything is looks like perfect, in the SCOM console I can see the watcher node and it looks like the monitoring is functional (marked with green as "monitored"), but in the Event Viewer of the Watcher Node server I cannot find the events 334
    or 335, but as far as I know, there should be notofications in every 15 minutes, that the tests was runing and was succesfull or not.
    I've tried to remove and create the watcher node configuration again, restrated the health service etc. but nothing was helpful. What is the problem? :/

    Verify that enable proxy agent on lync watcher node to can monitor it.
    For configure watcher node, you can refer below link
    http://lyncdup.com/2013/01/how-to-setup-lync-2010-scom-management-pack-and-synthetic-transactions/
    Please remember, if you see a post that helped you please click "Vote As Helpful" and if it answered your question, please click "Mark As Answer"
    Mai Ali | My blog: Technical | Twitter:
    Mai Ali

  • SCOM Synthetic Transactions

    Wondering if anyone can help with this.  Ive setup Lync with a SQL 2008 Db, SCOM and a synthetic transaction node.  All seems to be working apart from the ST's.  I see the following in the operation manager application event log...
    UrlWatcherDiscovery.ps1 :
    -Script Name:      Communication Server MP Url Watcher Discovery
    -Run as account:   nt authority\network service
    -Execution Policy: Bypass
    Value of Source Id is {26DC881B-95B7-D85A-C9EC-B01CD4BE2E30}.
    Value of ManagedEntity Id is {6598B4A8-7718-CF67-ECD8-A3C679029E00}.
    Value of Target Computer is STNODE.LyncLab.Local.
    Lync Server Module is added
    An exception occured during discovery script, Exception : Could not connect to SQL server : [Exception=System.Data.SqlClient.SqlException: Login failed for user 'LYNCLAB\STNODE$'.
       at System.Data.ProviderBase.DbConnectionPool.GetConnection(DbConnection owningObject)
       at System.Data.ProviderBase.DbConnectionFactory.GetConnection(DbConnection owningConnection)
       at System.Data.ProviderBase.DbConnectionClosed.OpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory)
       at System.Data.SqlClient.SqlConnection.Open()
       at Microsoft.Rtc.Common.Data.DBCore.PerformSprocContextExecution(SprocContext sprocContext)].
    There is a documented procedure in the MP helpfile which details the use of an SPN on SQL.  But.  Only if your SQL services are running as a domain account.  Which mine aren't.  They are running as Network Service.
    From Help File...
    If you are running SQL Server services using a domain account, you may get a failure “Login failed for user 'NT AUTHORITY\ANONYMOUS LOGON' . 
    In this case the recommend solution is to configure a SPN (Service Principal Name) for SQL Instance hosting the database. For example:
    setspn.exe –a MSSQLSvc/sqlserver1.contoso.com:1433 sqlserver1  
    where sqlserver1.contoso.com is the FQDN of the SQL Server, and 1433 is the port, and sqlserver is the hostname/accountname for the SPN, or
    setspn.exe –a MSSQLSvc/sqlserver1.contoso.com:RTCINST   
    sqlserver1  
    where sqlserver1.contoso.com is the FQDN of the SQL Server, and RTCINST is the instance name, and sqlserver is the hostname/account name of the SPN.
    Please refer to the SQL and setspn.exe documentation for detail on setting up an SPN.
    I've found this to be very much undocumented so am assuming others must be using ST's without error...  Not sure where i'm going wrong.  Any help much appreciated.
    Cheers
    Dave

    Well.  They say time is a healer.  And this seemed to be the case.  With no changes whatsoever, just a few service restarts, everything fired into life.  To anyone else experiencing this error.  Ensure your synthetic transaction
    watcher node is a member of the RTCUniversalReadOnlyAdmins group, that and that the node has been restarted.  Then try fully restarting SCOM and the synth node.  Hope this helps someone else.
    PortWatcherDiscovery.ps1 :
    -Script Name:      Lync Server MP Port Watcher Discovery
    -Run as account:   nt authority\network service
    -Execution Policy: Bypass
    Value of Source Id is {EB59D368-7D0B-91B6-E14A-2CF889E6BFA9}.
    Value of ManagedEntity Id is {6598B4A8-7718-CF67-ECD8-A3C679029E00}.
    Value of Target Computer is STNODE.LyncLab.Local.
    Lync Server Module is added
    McuFactorySipPort [lyfpool01.lynclab.local:444] is discovered.
    RegistrarSipPort [lyfpool01.lynclab.local:5061] is discovered.
    RegistrarWebPort [lyfpool01.lynclab.local:444] is discovered.
    QoeSipPort [lyfpool01.lynclab.local:5061] is discovered.
    WebsitePrimaryHttpPort [lyfpool01.lynclab.local:80] is discovered.
    WebsitePrimaryHttpsPort [lyfpool01.lynclab.local:443] is discovered.
    WebsiteExternalHttpPort [lyfpool01.lynclab.local:80] is discovered.
    WebsiteExternalHttpsPort [lyfpool01.lynclab.local:443] is discovered.
    [ReachPrimaryPsomServerPort [lyfpool01.lynclab.local:8060]] is excluded from port monitoring.
    [ReachExternalPsomServerPort [lyfpool01.lynclab.local:8061]] is excluded from port monitoring.
    AppSharingPortStart [lyfpool01.lynclab.local:49152] is skipped. Monitoring UDP Ports is not supported.
    ImSipPort [lyfpool01.lynclab.local:5062] is discovered.
    ImWebPort [lyfpool01.lynclab.local:444] is discovered.
    [DataPsomPort [lyfpool01.lynclab.local:8057]] is excluded from port monitoring.
    [MeetingPsomPort [lyfpool01.lynclab.local:8058]] is excluded from port monitoring.
    AudioVideoSipPort [lyfpool01.lynclab.local:5063] is discovered.
    AppSharingSipPort [lyfpool01.lynclab.local:5065] is discovered.
    DataWebPort [lyfpool01.lynclab.local:444] is discovered.
    MeetingWebPort [lyfpool01.lynclab.local:444] is discovered.
    AudioVideoWebPort [lyfpool01.lynclab.local:444] is discovered.
    AppSharingWebPort [lyfpool01.lynclab.local:444] is discovered.
    AudioPortStart [lyfpool01.lynclab.local:49152] is skipped. Monitoring UDP Ports is not supported.
    VideoPortStart [lyfpool01.lynclab.local:57501] is skipped. Monitoring UDP Ports is not supported.
    AppSharingPortStart [lyfpool01.lynclab.local:49152] is skipped. Monitoring UDP Ports is not supported.
    [MediationServerPort [lyfpool01.lynclab.local:5070]] is excluded from port monitoring.
    [MediationSipClientTlsPort [lyfpool01.lynclab.local:5067]] is excluded from port monitoring.
    MediaCommunicationPort [lyfpool01.lynclab.local:49152] is skipped. Monitoring UDP Ports is not supported.
    CasSipPort [lyfpool01.lynclab.local:5073] is discovered.
    CaaSipPort [lyfpool01.lynclab.local:5072] is discovered.
    [TestBotPort [lyfpool01.lynclab.local:5076]] is excluded from port monitoring.
    CpsSipPort [lyfpool01.lynclab.local:5075] is discovered.
    RgsSipPort [lyfpool01.lynclab.local:5071] is discovered.
    RgsWcfMtlsPort [lyfpool01.lynclab.local:8404] is discovered.
    PdpSipPort [lyfpool01.lynclab.local:5080] is discovered.
    PdpTurnPort [lyfpool01.lynclab.local:448] is discovered.
    AudioPortStart [lyfpool01.lynclab.local:49152] is skipped. Monitoring UDP Ports is not supported.
    VideoPortStart [lyfpool01.lynclab.local:57501] is skipped. Monitoring UDP Ports is not supported.
    AppSharingPortStart [lyfpool01.lynclab.local:49152] is skipped. Monitoring UDP Ports is not supported.
    Found an unsupported Role 'FileStore'.
    Found an unsupported Role 'ExternalServer'.

  • Maintenance Mode for Synthetic Transactions

    Hi,
    I'm looking for some guidance on how to apply Maintenance Mode to specific Synthetic Transactions correctly via Orchestrator.  My setup is Orchestrator 2012 R2 (and SCOM 2012 R2)
    I have an existing runbook which seems to run fine for placing a group of windows computers into maintenance mode - I 'think' it is ok, in 2012 there seems to be a single start maintenance mode activity targeting the windows computer object for this, wereas
    in 2007 there were 3 objects to target - the windows computer, health service and health service watcher.
    So now I'm trying to apply maintenance mode to specific Synthetic Transactions if possible - ie web application transaction monitors which run on 2 servers which are dedicated as watcher nodes for many other ST's aswell.  I had thought I had the issue
    solved when I created the runbook to set Maintenance Mode targeting the specific Web monitors - when I execute the runbook I can see the spanner maintenance icon appearing against all the 'Closed' alerts from these monitors in the scom console - so I assumed
    I was targeting the correct objects.
    I've scheduled the runbook to trigger for the time when I know these monitors create alerts (ie when the web services are restarted nightly on the particular server web server and the site will be down) however I am still seeing the alerts come in to the
    console (log history shows the runbook started OK on schedule) so I am wondering if there are other objects to put into maintenance - I assume I can't put the watcher node windows computer object into Maintenance Mode as this would be suspending the monitoring
    of other Stnthetic transactions running on the watcher node servers?...
    Any advice much appreciated...

    Sure, no worries.
    The authentication types can support 4 tyes of authentication from ntlm to basic.  If the site does not require authentication all the better, as the monitor will use less resourses and its easier to configure.
    R2 supports something like 10000 transactions to be monitored.
    Paulpaulk

  • TSAM transaction monitoring

    Hi,
    I enabled tsam transaction monitoring from 'bankapp' application at tmadmin as follows:
    chmo -m SITE1 tran:tranratio=1:Now I accessed the 'bankapp' client using the following command.
    driver -n1000
    Now I go to TSAM console and click on TSAM -> Transaction -> Query -> Query for later 100 transactions -> Submit.
    The result is:
    INFO: nothing found.
    Is there anything extra to be done for getting these transaction monitoring logs?
    Is TSAM console only way to view transaction monitoring logs?
    Does TSAM agent store transaction monitoring logs somewhere in the server?
    Does TSAM give transaction monitoring inforamation only for currently running transactions or does it provide data for historical transactions also?
    I will be grateful if you could provide me answers for these.
    Ravi

    Hi Ravi,
    Sorry for the delay in answering but as you can probably imagine things are a little busy as a result of the Oracle acquisition.
    I'm not sure why you aren't seeing any transaction entries in TSAM console. Are you able to monitor other categories and see them show up in the console?
    The TSAM console is currently the only way to view any performance data collected by TSAM.
    The TSAM Agent does not "store" any logs of any sort, but there may be a lag in the reporting of the data if the LMS or TSAM Manager get behind. The raw records in TSAM 1.1 are buffered just like any other Tuxedo request so if the LMS can't send the data fast enough to the TSAM Manager, then logging requests may queue up in the LMS's request queue.
    TSAM provides both current transaction monitoring and historical transaction reports.
    Regards,
    Todd Little
    Oracle Tuxedo Architect

  • How to monitor query usage / query activity in the system?

    I am using 0TCT_MC01 to report the number of times the query was executed and by which user.
    According to SAP Documentation,
    The Technical Content for BI Statistics does not provide any standard queries for doing this. But you can easily create your
    monitoring query based on the InfoProvider 0TCT_MC01 or 0TCT_C01 by using the key figures 0TCTQUCOUNT (counts every
    navigation in a query) and 0TCTWTCOUNT (counts every call of a BI Application = initial opening of Workbook or Web Template).
    0TCTWTCOUNT is a key figure in the cube.  How to restrict this KF to display only Initial opening of Workbook or web template ?
    Regds,

    hi,
    Use the follwoing CHARS for restriction in report from cube 0TCT_VC01.
    0TCTBISOTYP --> Type of BI Application
    0TCTBIOTYPE --> Type of BI Application Object
    I hope it will help.
    Thanks,
    S

  • Synthetic transactions are failing

    synthetic transactions are failing with below error message
    lync 2013 server
    A 504 (Server time-out) response was received from the network and the operation failed
    from wather node running same cmd it is working and also from the local server also working.
    ksrugi

    Please make sure Agent Proxy is enabled for watch node.
    Add the Lync Watcher Node Computer to the RTCUniversalReadOnlyAdmins.
    Check the Windows Firewall on Lync Server Front End Servers is configured to allowing incoming connectivity from Windows PowerShell application and from Microsoft SCOM process.
    For details, check
    http://support.microsoft.com/kb/2751720/en-us.
    Lisa Zheng
    TechNet Community Support

  • Transaction of Query(SQ01) SAP 4.7

    Hi
    I created a query in SQ01(SAP 4.7), I need create a transaction for this query.
    How create transaction for query(SQ01) in sap 4.7, help-me

    Hi
    select the query and go to QUERY in the menubar then goto more functions where you have an option display report name it will give you the report name.
    Menubar ---> Quer ---> MoreFunctions ----> Display Reportname.
    Now GOTO SE93 to create the transaction code and give the transaction name what you want and give the report name and try to give the screen number as 1000. As 1000 is the default screen for the SAP generated programs.
    give the GUI support as SAP GUI for Windows if the operating system is Windows.
    or
    GOTO SE80 and select the program and give the program name you will find the screen number there right click on the report name and got to the context menu
    Create ---> Transaction
    Fill the required fields.
    this will definitely work
    thanks
    sarves

  • SCOM2012 Web Transaction Monitor - Displaying the Request Status

    I have successfully created a 'Web Application Transaction Monitor' using the SCOM 2012 R2 Console wizard.  The monitor goes through several listed website URLs and completes.
    What I'm interested in is how to display the 'Request' status objects.  I use the MS-Visio plug-in to display various dashboards within Sharepoint and I would like to display the part of the Web Transaction which is showing an error.
    I can see the individual requests under the Availability of the created 'Web Application Transaction Monitor'.  I just need to capture those objects for displaying within a view or MS-Visio diagrams.
    The email notifications show which of the URLs are having the issue, but I do not seem to find a view or object I can display.
    Any ideas on what could be done would be appreciated.  I was hoping NOT to create individual Web Txn Monitors for each URL, but that maybe the only solution.

    When I create a Dashboard View and add the Alert Widget, I can get the URL from Name Column.
    Juke Chou
    TechNet Community Support

  • Transaction Monitor u2013 Services Processes into BI

    Hello Experts,
    I'm wondering if it is possible to get tickets information from Solution Manager and have some statistics in BI.
    For instance the average time of ticket resolution, number of tickets per team/person/month, etc, etc
    At this moment Iu2019m using the ZNTP transaction in solution manager to access Transaction Monitor u2013 Services Processes.
    I would like to install BI Content to have some summary queries about the activity within ZNTP.
    I already connected BI to SMP and also replicated metadata, however the data sources available just by the name donu2019t help me much.
    Perhaps I should check the content version within solution manager and BI but I don't know how to performe such verifications.
    Thanks

    using rsa3 in the source system I'm getting the follow error:
    The extraction program does not support object 0CRM_SRV_PROCESS_H
    Message no. R3009
    Diagnosis
    The application program for the extraction of data was called up using the invalid InfoSource/invalid InfoObject 0CRM_SRV_PROCESS_H.
    System Response
    The data extraction is terminated.
    Procedure
    Check the SAP Support Portal for the appropriate Notes and create a customer message if necessary.
    Can you help me?

  • Web Application Transaction Monitoring Alerts with "wrong" Path

    Hello,
    i have created some web transaction monitors, such as
    http://foo.htm who is  hosted on the server foo123.cologne.org.
    It works.. but
    we have also a mssql monitoring, the discovery of the mssql management pack discovers the reporting part of mssql server on our managementserver Operations12.cologne.org. So (it's right..) the server Operations12.cologne.org is a member of the SQL Instances;SQL
    Compontents;SQL Computers group.
    When the web transaction monitor generates an alert, it have the pathname Operations12.cologne.org and not the pathname of the "right" server foo123.cologne.org.
    For our mssql admins i have build an email-notification, when somethings going wrong at our sql servers (member of the SQL Instances;SQL Compontents;SQL Computers group) they received a mail.
    The problem is, that they received a mail, when a web transaction monitor generated one, because the pathname is the name of our management server, because the management server is a member of thos sql server groups.
    Someone have an idea to fix my "problem"?
    - Best way: changing the path names of the web transaction monitorings... but how? i can't find anything to change..
    Kind regards
    Wolfgang Winter

    Thank you, it's a help to decide, what to do, so i have to solutions:
    - installing an agent to the web-appliction-hosting-server and configure it as a watcher node
       (may be i will have problems with our firewall admins, because they have to allow the communications and.. when the hosting watcher is down, i have no alerts.. when i use more than one watcher nodes (good).. i have the wrong path names..
    - configure a part of our management server group without  SQL-Reporter Component as a watcher node
       (more easy, because i have to tell my firewall admins: "the server foo456 is the standard watcher node"
    Crazy.. because i don't know, how to assign the web transaction monitors to the "causing" server.., for mail notification and for our integration to HP Service Desk...

  • Transaction Monitor - Org Unit (Service) and Service Organization

    When using Transaction Monitor I notice that there are two available filters:
    Org Unit (Service) and Service Organization
    When I try and use these filters only some of the Org Units I have created using PPOMA_CRM ae visible and most of the other org units are not.
    How do I make all the other Org Units I have created visible to this filter option?
    Thanks
    Simon

    Hi Naveen,
    We assign these Org Units on the support ticket in the support team field when creating the ticket. Do I need to make any further configuration as all the support teams I have entered on the tickets do not appear as a selectable option when using the Org Unit (Service) or Service Organization filters in Transaction Monitor.
    I am sure there is somethign I am missing.
    Thanks for your assistance.
    Simon

  • OSS messages in Transaction Monitor

    Hey all,
    I saw at the Solution Manager Seminar that it is possible to bring OSS messgaes created in the Service Market place into the Transaction Monitor in Solution Manager. Anyone know the config or background job for this?
    regards,
    Jason

    Thanks Raquel,
    I read through note 781163.
    https://service.sap.com/sap/support/notes/781163
    Which variant do you recommend?
    'All systems' or
    'X all systems (without SAPNet R/3 Front End)', or
    'W Workplace'?
    regards,
    Jason

  • Lync Synthetic Transaction from Watcher Node

    Hello All,
                 I have a Lync 2013 Environment using Orchestrator I'm performing some activity on Lync servers and folowed by I will be executing the Synthetic transactions from Orchestrator.
                 I have created a watcher Node(Just Installed the Lync Core Files and Admin tools), not using SCOM here. I just use to execute the Test-cspresence, Test-CSIM, etc.. from the watcherNode and use targetFQDN as
    Front end servers. But it's not working now with an below Error, rest of the commands like get-user and all working fine.
                 Can someone help me to fix this issue?
    Error: “Exception has been thrown by the target of an invocation”

    Please check you have enabled Windows Powershell for remoting.
    For details, you can check
    http://technet.microsoft.com/en-us/magazine/ff700227.aspx
    Lisa Zheng
    TechNet Community Support

Maybe you are looking for