False alert on content match-web application

Hi,
I have few web applications configured in which I am monitoring for an alert if the content does not matches with a defined string. I have been getting false alert alerts from the monitor, when I manually check the webpage for content match, the string is
present there.
How can I troubleshoot, this issue.

did you see this -
https://social.technet.microsoft.com/Forums/en-US/97873970-89f2-4069-83d7-7b5d2126781e/web-application-template-template-content-match?forum=systemcenterrom
Thanks, S K Agrawal

Similar Messages

  • Searching content of web application

    I need to provide search in my web application. I need some robot that can crawl web sites to gather pages, which is dynamically populated, for indexing. The problem is that I don't know wich search engine to use. Will Lucene feet my needs? or there is other tools?
    Thanks In advance, Serhiy.

    A test .dmg file that I just made does have .spotlight -V100 in it.
    Still it will not find a word in the contents of a file, unless I first open that file, make a small change in it, save it, and close it. Then it seems that it has indexed that file. 
    In fact it would seem that when that happened it indexed all the files in that .dmg volume, and I can now find the contents of any file there.
    But the .dmg files that I made earlier do not have the .spotlight-v100 in them and spotlight will not find any contents.
    And still if I give the command "sudo mdutil -i on /Volumes/Error12Codes" it returns
    "Indexing disabled"
    Putting these .dmg files into the privacy section of the Spotlight preferences and then removing them as Apple suggests, seems to have no effect.
    What is going on?

  • Content repository FD does not exist :user agent sap web application server

    Hi All
    i am using 3rd party software(dms SERVER) and connecting it using archive link interface SAP HTTP 4.5 AL
    i have created a new repository with name FD using tcode OAC0.when i give inputs in OACO and click on test connection it gives me information Content repository FD does not exist
    here is my HTTP trace at receiver content server side
    TRACE:(5) - GET /Default.aspx?serverInfo&pVersion=0045&contRep=FD HTTP/1.0
    TRACE:(5) - user-agent: SAP Web Application Server (1.0;700)
    TRACE:(5) - host: SERVERIP:PORT
    TRACE:(5) - accept-encoding: gzip
    TRACE:(5) -
    --> C05 --> S06 ==== (15.583) Request <GET /Default.aspx?serverInfo&pVersion=0045&contRep=FD HTTP/1.0>
    --> C05 --> S06 GET /Default.aspx?serverInfo&pVersion=0045&contRep=FD HTTP/1.0
    --> C05 --> S06 user-agent: SAP Web Application Server (1.0;700)
    --> C05 --> S06 host: SERVERIP:PORT
    --> C05 --> S06 accept-encoding: gzip
    --> C05 --> S06 ==== Body 0 bytes
    --> C05 --> S06 Body =>
    Sockets 6 of 4,5,6 need checking ####
    TRACE:(6) - HTTP/1.1 200 OK
    TRACE:(6) - Cache-Control: private
    TRACE:(6) - Content-Length: 189
    TRACE:(6) - Content-Type: text/plain; charset=utf-8
    TRACE:(6) - Server: Microsoft-IIS/7.5
    TRACE:(6) - X-AspNet-Version: 2.0.50727
    TRACE:(6) - boundary:
    TRACE:(6) - X-dateC: 2010-10-22
    TRACE:(6) - X-timeC: 07:07:23
    TRACE:(6) - X-dateM: 2010-10-22
    TRACE:(6) - X-timeM: 07:07:23
    TRACE:(6) - X-contentRep: FD
    TRACE:(6) - X-numberComps: 1
    TRACE:(6) - X-docId: 0
    TRACE:(6) - X-docStatus: online
    TRACE:(6) - X-pVersion: 0045
    TRACE:(6) - X-ContentServer: contentServer=Server ip;contentServerPort='9025;pVersion='0045';id='DMSSRV1'
    TRACE:(6) - X-Powered-By: ASP.NET
    TRACE:(6) - Date: Fri, 22 Oct 2010 13:37:23 GMT
    TRACE:(6) - Connection: close
    TRACE:(6) -
    TRACE:(6) - serverType='DMSSRV1';1;serverVersion=12;serverPatch=0;serverBuild=180;pVersion='0045';serverStatus=running;serverStatusDescription=;serverDate='2010-10-22';serverTime='07:07:23';startUpDate='2010-10-22';startUpTime='07:07:23';lastAccessDate='2010-10-22';lastAccessTime='07:07:23';contRep='FD';contRepStatus=defined;contRepStatusDescription=;contRepDescription=Content-Repository Test;contentStorageHost=localhost;contentStorageName=FD;secKeyVerification=y;defaultDocProt=rucd;
    one change which i have observed in this trace is .. this trace is showing trace agent as SAP Web application server ... ideally it should show user agent :SAP HTTP
    Please suggest me some solution.
    Thanks
    sandeep

    Dear all,
    my issue is resolved.I solved my issue myself
    solution: SAP sends HTTP request in the form of URL like
    http://serverip:port/GET /Default.aspx?serverInfo&pVersion=0045&contRep=FD HTTP/1.0
    Now your response should contain string  contRep="FD"
    dont forget double quotes on repository name coz SAP program matches string with double quotes. if you will return value like this contRep=FD
    this will through error.
    Thanks
    sandeep sharma

  • The Web application at could not be found. Verify that you have typed the URL correctly. If the URL should be serving existing content, the system administrator may need to add a new request URL mapping to the intended application

    Hi,
    I have created on windows service to fetch sharepoint list ad update the list items.
    when i run this service in sharepoint server(where the sharepoint site is hosted),it is working fine. If i run the same service in another machine(sharepoint installed in this machine also). it is giving the below error
    The Web application at [URL] could not be found. Verify that you have typed the URL correctly. If the URL should be serving existing content, the system administrator may need to add a new request URL mapping to the intended application.
    Code snippet
    SPSite sharepointSite = null;
                SPWeb rootWeb = null;
                try
                    //SPList current = null, previous = null;
                    string colmId = ConfigurationManager.AppSettings[ID_COLM];
                    List<TaskEntity> list = new List<TaskEntity>();
                    sharepointSite = new SPSite(URL);
                    rootWeb = sharepointSite.OpenWeb();
                    SPList current = rootWeb.Lists[ConfigurationManager.AppSettings[OMEGA_REGISTRATION_LIST]];
                    WriteEventLog("current" + current.Items.Count.ToString());
                catch (Exception ex)
                    ExceptionMethod(ex);
                finally
                    sharepointSite = null;
                    rootWeb = null;
    I have pointed .net framework to 3.5 version and target palform as Any CPU. Please suggest me

    Hi mallela1,
    I also had similar issue couple of months back when I was trying to access a remote URL from a Windows service when the site does not exists in the server where service resides.
    You cannot access a remote url (even though it is SharePoint server and also in same network ) from server object model.
    SPSite can look in the current server only. here what is happening is SPSite will look for this in the current server DB and it is not finding this errror.
    So please dont use ServerObject model for accessing remote sites. You can use Client Object model for the code /requirement you have stated above.
    I wasted lot of time in finding a work around to make to work. It did not. So look for other options.
    Regards,
    Nandini

  • SharePoint 2010 - Create new site collection in existing web application with different existing content DB

    I have a SharePoint 2010 root level site collection SC1 in web application WEBAPP1. I want to create copy of that site collection in same web application WEBAPP1. Apart from Import/Export, Restore/Backup options, will following approach work? If yes , how?
    I took backup of content database of web application.
    Restored database with different name
    Mounted Content database to this WEBAPP1 by assigning new ID to DB
    Created new site collection by using this newly mounted DB
    Site collection gets created successfully but content does not appear.
    Please guide if i can achieve desired functionality by using this approach.
    If this helped you resolve your issue, please mark it Answered

    It is because the Site GUID is identical, and each GUID can only be present on the farm once. You can use Backup-SPSite/Restore-SPSite (which is full-fidelity, unlike Export-SPWeb/Import-SPWeb), which will generate a new GUID for the restore Site Collection,
    even in the same Web App.
    Trevor Seward
    Follow or contact me at...
    &nbsp&nbsp
    This post is my own opinion and does not necessarily reflect the opinion or view of Microsoft, its employees, or other MVPs.

  • How to Synchronize 2010 content database of my site (Web Application port 8080) to Sharepoint 2013 content database

    Hello,
    I am migrating Sharepoint 2010 my site content database to SharePoint 2013. First I have to create My site web application  in SharePoint 2013. How can I synchronize 2010 content database with 2013.

    Hi ghsajith,
    According to your description, my understanding is that you want to upgrade your SharePoint 2010 to SharePoint 2013.
    There is an article for your reference:
    http://blogs.msdn.com/b/alimaz/archive/2012/07/17/upgrading-from-sharepoint-2010-to-sharepoint-2013-step-by-step.aspx
    I hope this helps.
    Thanks,
    Wendy
    Wendy Li
    TechNet Community Support

  • Content type at web application scope

    Hello
    Is this possible deploy content type at web application scope feature?
    (I want activate content type at all site collections)

    You can try exploring content hubs using Managed metadata services
    Plan to share term sets and content types in SharePoint Server 2013
    http://technet.microsoft.com/en-us/library/ee519603(v=office.15).aspx
    Overview of managed metadata service applications in SharePoint Server 2013
    http://technet.microsoft.com/en-us/library/ee424403(v=office.15).aspx
    Hope this helps!
    Ram - SharePoint Architect
    Blog - SharePointDeveloper.in
    Please vote or mark your question answered, if my reply helps you

  • Step to coneect Content Sever11g  through java web application

    HI,
    I am new to this UCM and we are using 11g version.
    My requiremet is I have to creat one java based web apllication through that I have post conent into content server.
    I am planing to use JAX-WS approch.
    could you please help me what all Jar file are required and what all are configurations are requried in my web application.
    and also please let me where can I get these required jar files.
    Could you please give me reply with more details with steps.
    and also provide me is there any document to help to do with step by step process to creat this web application.
    Thanks in Advance,
    Kishore

    Hi Kishore ,
    You will need to use CIS / RIDC to connect to UCM and perform operations through your Java code / applications .
    CIS documentation :
    http://download.oracle.com/docs/cd/E14571_01/doc.1111/e10608/toc.htm
    RIDC documentation :
    http://download.oracle.com/docs/cd/E14571_01/doc.1111/e16819/toc.htm
    Hope this helps .
    Thanks
    Srinath

  • SP 2013 Upgrade error - web application is configured with claims authentication mode however the content database you are trying to attach is intended to be used against a windows classic authentication mode.

    Hi there,
    I get this error when I perform a DB Attach upgrade from SharePoint 2010 to SharePoint 2013. 
    "web application is configured with claims authentication mode however the content database you are trying to attach is intended to be used against a windows classic authentication mode."
    Any help is appreciated. Thanks.

    There is other way of fixing this issue apart from what Amit mentioned. Create a classic based web application in SP 2013 using PowerShell.
    New-SPWebApplication -Name "TestApplication" -ApplicationPool "TestApplicationAppPool" -AuthenticationMethod "NTLM" -ApplicationPoolAccount (Get-SPManagedAccount "sppoc\spfarm") -Port 100 -URL "http://sp2013demo"
    Now mount the content database from SP 2010 on to the web application created above 
    Mount-SPContentDatabase WSS_Content_100 -DatabaseServer SQL2012Demo -WebApplication http://sp2013demo:100
    Once the mount is complete, convert the web application to use claims and migrate the user to use claims identity.
    Convert-SPWebApplication -Identity "http://sp2013demo:100" -To Claims –RetainPermissions -Force
    $w = Get-SPWebApplication "http://sp2013demo:100"
    $w.MigrateUsers($True)
    See my blog post about it: http://www.sharepointnadeem.com/2014/01/upgrade-from-sharepoint-2010-classic.html
    Please remember to up-vote or mark the reply as answer if you find it helpful.

  • I18N for web-application which contents can be updated

    Hi,
    I have read several articles and chapters regarding I18N, however I still consider myself new to this topic mostly because I have never developed anything that supported I18N.
    Basically I know how use the ResourceBundle to load strings from different properties files according to the locale of the user.
    However I now want to develop a website that contains different tutorials. The tutorials can be written in different languages. A website is usually deployed in a WAR file, and thus it is not something as easy as to put all the text of a tutorial inside a properties file. I was thinking of having to use some database backend.
    Anyway my question is; How to implement I18N in a web application which contents can be updated?
    Regards,
    Sim085

    I think they want the users to be able to enter in
    text via the UI and they want to know the best
    approach to supporting mutiple langauges. Exactly!! :)
    I found this whitepaper informative but I have not
    yet tried the approach described.
    http://www.inter-locale.com/IUC19.pdf
    GaryThanks Gary .. I will read that white paper.
    Regards,
    Sim085

  • Performance Issue in Web Application: Event 12605 "Web: Text Content"

    Dear All,
    we are about to deploy a couple of rather complex web applications (built with WAD) and are currently running performance tests with Mercury Loadrunner.
    According to these tests our web application become very slow once more than 30 (virtual) users are running the application.
    When analyzing the BW statistics data we found out that most of the runtime of our application comes from an event called "Web Java: Return Text-Type Content" (ID 12605).
    Has anyone experienced the same issue? Or does anyone know what exactly this event means?
    We are using XPATH in our web applications. Could this be a cause for poor performance?
    Any help is highly appreciated!
    Best Regards
    Christian

    Can you tell me more about the detail of loadrunner stress test for BI WAD scripts? We met error when run the load runner for BI WAD report.
    1. We develop the BI report basing WAD 7.x, setup Iview in sap EP for BI report and get the BI report URL.
        2. We fill the report URL in IE(6.0) to run this report and display the bi report successfully ,
    eg: http://epserver:50000/irj/servlet/prt/portal/prtroot/com.sap.ip.bi.web.portal.integration.launcher?sap-bw-iViewID=pcd%3aportal_content%2fcom.ahepc.BI%2fcom.ahepc.iView%2fcom.ahepc.FI%2fcom.ahepc.BI_I_ZWAFI_006&sap-ext-sid=1

  • SSL Web Applications in Content Sources

    Hi there,
    I'm a bit stumped.  I have created two web applications - an Intranet and My Sites Host.  When I created them I selected the option on both for an SSL site.
    I have now set up the Search Service Application and added my site addresses to the "Local SharePoint Sites" content source.  When I start a full crawl, I get the following error:-
    This item could not be crawled because the repository did not respond within the specified timeout period. Try to crawl the repository at a later time, or increase the timeout value on the Proxy and Timeout page in search administration. You might
    also want to crawl this repository during off-peak usage times.
    Found some answers to that problem on the internet but none of them worked for me.
    So, I then created a new content source to crawl the "SharePoint - 80" web app which is an http app and the crawl was successful.
    Is there a little trick I am missing because my web apps are SSL?

    Open SharePoint Central Administration
    Select Manage service applications, from the Application Management section
    Select the Search Service Application. e.g. Search Service 1
    Select Farm Search Administration
    Toggle the Ignore SSL warnings to Yes
    http://www.infotext.com/help/sharepoint-could-not-estabilish-trust-relationship-for-the-ssltls-secure-channel-when-crawling-ssl-enabled-websites/

  • Power shell script for get a content db for a particular web application

    Hi
    what  is the power shell script for get a content db for a particular web application
    Get-SPDatabase 
    adil

    try this one
    Get-SPContentDatabase -webapplication http://url
    this will return all the database for the web applications.
    Get-SPContentDatabase -site http://contoso.com
    this will return the database name in which the contose site collection is.
    Please remember to mark your question as answered &Vote helpful,if this solves/helps your problem. ****************************************************************************************** Thanks -WS MCITP(SharePoint 2010, 2013) Blog: http://wscheema.com/blog

  • SharePoint 2013 : Content organizer rules to move the document across web applications

    Hi,
    I wanted to move  the document in drop off library to another web application based on the metadata values.I am thinking of doing this using content organizer rules but I am not sure it will help across web application.
    Is there any other out of the box or no customization solution to achieve this requirement?

    Hi Prasad,
    According to your description, my understanding is that 
    you want to move documents across web applications and keep the metadata. Is it right?
    For moving documents across web applications, you can use Send To connection to achieve it. However, it may cause some meta data missing.
    More information about how to use Send To connection to route documents:
    http://www.informit.com/articles/article.aspx?p=2131831&seqNum=4
    So, for your issue, I suggest you use a third party tool or solution to do it.
    There is a CodePlex solution, check if it is useful for you:
    https://spdeploymentwizard.codeplex.com/
    Best Regards,
    Wendy
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Wendy Li
    TechNet Community Support

  • False Alert

    We are using Spiceworks from last 5 Months. It was working fine. We never receive false alert. But from last one month we Continuously  getting false alert. Like:- 2 servers is offline from last 10 minutes or something else. 
    This topic first appeared in the Spiceworks Community

    did you see this -
    https://social.technet.microsoft.com/Forums/en-US/97873970-89f2-4069-83d7-7b5d2126781e/web-application-template-template-content-match?forum=systemcenterrom
    Thanks, S K Agrawal

Maybe you are looking for

  • Xfa.resolvenode returns null on one field whereas returns a node on the event of the specific field

    Hi Experts, I have a requirement wherein I need to populate values in my Table row depending upon the value of another text field. The problem is when I use this line of code var rsize = xfa.resolvenode("MyForm.SubForm1.Table1.Row1[*].UOM") in the ch

  • Setting the "reasons" for signing in Acrobat XI Pro?

    I would like to set the reasons for signing a document in my digital signature. However, I can't find any place that lets me enter that information. For example, I want to enter something like "To confirm my participation" I have found quite a few su

  • Analytics 2.5 Issue on WCI

    Hi, Installing Analytics 2.5 on top of WCI results in XPException: Fatal error loading lib file analyticstag which breaks Weblogic Server startup. The Release notes indicates that this issue should be considered as warning only though it breaks the W

  • Tracking pad issue with Os

    Sometimes the track pad arrow is not responding correctly.  The arrow will be responsive, the screen will blink and the tracking pad becomes very erratic.

  • 990FXA-GD65V2-all plugs going to the motherboard-help me out!!!

    Hello again, Its been a little since my last post....took a little break from building the monsters. Here is the specs I will have on this board... FX 8150 990FXA-GD65V2 PCS HD7870 GHZ version 240gb HP SSD  v300a RX-850AE-Modular Power supply with a