Web Counter Not Working

Tried the 150 px footer but still didn't work - any ideas why the counter won't show on my home page?

Hi
Please find the link given below might help you.
Fixing Webcam Problems in Windows 7
Webcam Troubleshooting (Windows 8)
Let us know how it goes!
"I work for HP."
****Click the (purple thumbs up icon in the lower right corner of a post) to say thanks****
****Please mark Accept As Solution if it solves your problem****
Regards
Manjunath

Similar Messages

  • Content Search Web Part not work for Office Web Apps

    Hi ,
    In Content Search Web Part word documents are not able to open in browser,but in document library  its working.
    Office Web Apps not work in Content search web part
    Please help me
    Regards
    Sachin

    Below is the display template to open the document in OWA.
    <html xmlns:mso="urn:schemas-microsoft-com:office:office" xmlns:msdt="uuid:C2F41010-65B3-11d1-A29F-00AA00C14882"> 
    <head>
    <title>AdSpace Picture on top, 3 lines on bottom</title>
    <!--[if gte mso 9]><xml>
    <mso:CustomDocumentProperties>
    <mso:TemplateHidden msdt:dt="string">0</mso:TemplateHidden>
    <mso:ManagedPropertyMapping msdt:dt="string">&#39;Picture URL&#39;{Picture URL}:&#39;PublishingImage;PictureURL;PictureThumbnailURL&#39;,&#39;Link URL&#39;{Link URL}:&#39;Path&#39;,&#39;Line 1&#39;{Line
    1}:&#39;Title&#39;,&#39;Line 2&#39;{Line 2}:&#39;Description&#39;,&#39;Line 3&#39;{Line 3}:&#39;&#39;,&#39;FileExtension&#39;,&#39;SecondaryFileExtension&#39;,&#39;ContentTypeId&#39;,&#39;ServerRedirectedURL&#39;</mso:ManagedPropertyMapping>
    <mso:MasterPageDescription msdt:dt="string">This Item Display Template will show a 304x100 picture of the item on top. The title and the default item description will display to the bottom of the picture with an additional line that is available
    for a custom managed property.</mso:MasterPageDescription>
    <mso:ContentTypeId msdt:dt="string">0x0101002039C03B61C64EC4A04F5361F385106603</mso:ContentTypeId>
    <mso:TargetControlType msdt:dt="string">;#Content Web Parts;#</mso:TargetControlType>
    <mso:HtmlDesignAssociated msdt:dt="string">1</mso:HtmlDesignAssociated>
    <mso:_dlc_DocId msdt:dt="string">ZRMVMDDDEAE7-1-215</mso:_dlc_DocId>
    <mso:_dlc_DocIdItemGuid msdt:dt="string">583b0835-32ff-4d1c-983f-b6ff4a0ef956</mso:_dlc_DocIdItemGuid>
    <mso:_dlc_DocIdUrl msdt:dt="string">http://sp2013-dev-6:7000/sites/adspace/_layouts/15/DocIdRedir.aspx?ID=ZRMVMDDDEAE7-1-215, ZRMVMDDDEAE7-1-215</mso:_dlc_DocIdUrl>
    <mso:HtmlDesignConversionSucceeded msdt:dt="string">True</mso:HtmlDesignConversionSucceeded>
    <mso:HtmlDesignStatusAndPreview msdt:dt="string">http://sp2013-dev-6:7000/sites/adspace/_catalogs/masterpage/Display Templates/Content Web Parts/Item_PictureOnTop.html, Conversion successful.</mso:HtmlDesignStatusAndPreview>
    </mso:CustomDocumentProperties>
    </xml><![endif]-->
    </head>
    <body>
        <!--
                Warning: Do not try to add HTML to this section. Only the contents of the first <div>
                inside the <body> tag will be used while executing Display Template code. Any HTML that
                you add to this section will NOT become part of your Display Template.
        -->
        <script>
            $includeLanguageScript(this.url, "~sitecollection/_catalogs/masterpage/Display Templates/Language Files/{Locale}/CustomStrings.js");
        </script>
        <!--
            Use the div below to author your Display Template. Here are some things to keep in mind:
            * Surround any JavaScript logic as shown below using a "pound underscore" (#_ ... _#) token
            inside a comment.
            * Use the values assigned to your variables using an "underscore pound equals"
            (_#= ... =#_) token.
        -->
        <div id="Item_PictureOnTop">
    <!--#_
    var useWACUrl = !$isEmptyString(ctx.CurrentItem.ServerRedirectedURL);
            if(ctx.ScriptApplicationManager && ctx.ScriptApplicationManager.states){
                useWACUrl = (useWACUrl && !ctx.ScriptApplicationManager.states.openDocumentsInClient);
            var appAttribs = "";
            if(!useWACUrl)
                if (!$isEmptyString(ctx.CurrentItem.csr_OpenApp)) { appAttribs += "openApp=\"" + $htmlEncode(ctx.CurrentItem.csr_OpenApp) + "\"" }; 
                if (!$isEmptyString(ctx.CurrentItem.csr_OpenControl)) { appAttribs += " openControl=\"" + $htmlEncode(ctx.CurrentItem.csr_OpenControl) + "\"" };
            var url = ctx.CurrentItem.csr_Path;
         if($isEmptyString(url)){
                if(useWACUrl)
                    url = ctx.CurrentItem.ServerRedirectedURL;
                } else {
                    url = ctx.CurrentItem.Path;
    var encodedId = $htmlEncode(ctx.ClientControl.get_nextUniqueId() + "_pictureOnTop_");
    var linkURL = $getItemValue(ctx, "Link URL");
    linkURL.overrideValueRenderer($urlHtmlEncode);
     var iconURL = Srch.ContentBySearch.getIconSourceFromItem(ctx.CurrentItem);
    var line1 = $getItemValue(ctx, "Line 1");
    var setLineHeightRenderer = function(valueInfoObj)
        if(!$isNull(valueInfoObj) && !valueInfoObj.isEmpty)
            if(!$isNull(valueInfoObj.defaultValueRenderer))
                return valueInfoObj.defaultValueRenderer(valueInfoObj);
            else
                return valueInfoObj.toString();
        else
            return "&nbsp;";
    var line2 = $getItemValue(ctx, "Line 2");
    line2.overrideValueRenderer(setLineHeightRenderer);
    var line3 = $getItemValue(ctx, "Line 3");
    line3.overrideValueRenderer(setLineHeightRenderer);
    var pictureURL = $getItemValue(ctx, "Picture URL");
    var pictureId = encodedId + "picture";
    var pictureMarkup = Srch.ContentBySearch.getPictureMarkup(pictureURL, 304, 100, ctx.CurrentItem, "cbs-pictureOnTopImg", line1, pictureId);
    var containerId = encodedId + "container";
    var pictureLinkId = encodedId + "pictureLink";
    var pictureContainerId = encodedId + "pictureContainer";
    var dataContainerId = encodedId + "dataContainer";
    var line1LinkId = encodedId + "line1Link";
    var line1Id = encodedId + "line1";
    var line2Id = encodedId + "line2";
    var line3Id = encodedId + "line3";
     _#-->
            <div class="top-content-box" id="_#= containerId =#_" data-displaytemplate="ItemPictureOnTop">
                <div class="top-content-img" id="_#= pictureContainerId =#_">
                    <a class="cbs-pictureImgLink" href="_#= $urlHtmlEncode(url) =#_" title="_#= $htmlEncode(line1) =#_" target="_blank" id="_#= pictureLinkId =#_">
                        _#= pictureMarkup =#_
                    </a>
                </div>
                    <h3 id="_#= line1Id =#_"><a class="cbs-pictureOnTopLine1Link" target="_blank" href="_#= $urlHtmlEncode(url) =#_" title="_#= $htmlEncode(line1) =#_"
    id="_#= line1LinkId =#_"> _#= line1 =#_ </a></h3>      
                    <span class="content-date" title="_#= $htmlEncode(line2) =#_" id="_#= line2Id =#_"><img class="cbs-Thumbnail" src="_#= $urlHtmlEncode(iconURL) =#_"
    alt="_#= $htmlEncode(line1.defaultValueRenderer(line1)) =#_" id="_#= pictureId =#_" />_#=line2=#_</span>                
            </div>
        </div>
    </body>
    </html>
    Basically,ctx.CurrentItem.ServerRedirectedURL is calculated by a managed property ServerRedirectedURL which needs to be included in the display template.
    Problem solved.
    Nehal Bhandari,ATL, Nagarro Softwares

  • Web links not working in iPhone calendar notes. Used to work. Ideas?

    Web links not working in iPhone calendar notes. Used to work. Ideas?

    Basic troubleshooting from the User's Guide is reset, restart, restore (first from backup then as new).  Has any of this been tried?

  • Some web sites not working in FF but they are OK in Safari.

    A couple of times lately I have had web sites not work correctly with Firefox. I need to switch to Safari to complete the tasks I needed to do. My FF is running on Mountain Lion and is up to date.
    Thanks,
    MJT

    Hello michaeljt, the sites you have problem, is it with a lot of flash content ?
    Many site issues can be caused by corrupt cookies or cache. In order to try to fix these problems, the first step is to clear both cookies and the cache.
    Note: ''This will temporarily log you out of all sites you're logged in to.''
    To clear cache and cookies do the following:
    #Go to Firefox > History > Clear recent history or (if no Firefox button is shown) go to Tools > Clear recent history.
    #Under "Time range to clear", select "Everything".
    #Now, click the arrow next to Details to toggle the Details list active.
    #From the details list, check ''Cache'' and ''Cookies'' and uncheck everything else.
    #Now click the ''Clear now'' button.
    Further information can be found in the [[Clear your cache, history and other personal information in Firefox]] article.
    Please reload the webpage while bypassing the cache using '''one''' of the following steps:
    *Hold down the ''Shift'' key and click the ''Reload'' button with the left mouse key.
    OR
    *Press ''Ctrl'' + ''F5'' or ''Ctrl'' + ''Shift'' + ''R'' (Windows and Linux)
    *Press ''Command'' + ''Shift'' + ''R'' (Mac)
    See if this helps solve the issues you had and please report back to us!
    thank you

  • "no serializer is registered..." error with a web service not working

    I'm using JDeveloper 10.1.3
    EJB 3.0
    I'm having issues with the web service not working after I create a client for it. The web service works fine up until I generate the proxy on the other side.
    ERROR An error occurred for port: {http://buslogic/}MyWebService1SoapHttpPort: no serializer is registered for (class buslogic.runtime.....
    I saved the file before I added the proxy and the wsdl looks the same between the working one and the non working one. I can not pin point the when the change to the web service is occuring. It seemed to work once all the way up until I had a ADF page trying to retrieve data, another time it failed when the proxy was created.
    I can get the version that I saved to work immediately after the version that does not fails.
    Any help would be greatly appreciated,
    Dan

    I'm using JDeveloper 10.1.3
    EJB 3.0
    I'm having issues with the web service not working after I create a client for it. The web service works fine up until I generate the proxy on the other side.
    ERROR An error occurred for port: {http://buslogic/}MyWebService1SoapHttpPort: no serializer is registered for (class buslogic.runtime.....
    I saved the file before I added the proxy and the wsdl looks the same between the working one and the non working one. I can not pin point the when the change to the web service is occuring. It seemed to work once all the way up until I had a ADF page trying to retrieve data, another time it failed when the proxy was created.
    I can get the version that I saved to work immediately after the version that does not fails.
    Any help would be greatly appreciated,
    Dan

  • Flash player download web site not working

    After uninstalling flash player, I can't get the web site to reinstall it. I go to the web site click the agree and install now and gos to the next page but nothing pops up like it said it should.
    http://get.adobe.com/flashplayer/thankyou/activex/?installer=Flash_Player_10_for_Windows_I nternet_Explorer&i=McAfee_Security_Scan_Plus&d=Google_Toolbar_6.3

    Hi eidnolb,
    My OS is windows 7 Ultimate. There no Service packs listed Microsoft don't have one for it yet. My brower is Internet explorer 8 version: 8.0.7600.16385. My firewall is not causeing problems and the popup blocker didn't even activate.
    Date: Wed, 14 Apr 2010 10:01:33 -0600
    Subject: Flash Player flash player download web site not working
    Hi newcomer76, Please post back your operating system and if any applicable Service Packs, any and all browsers that you use with the versions.
    With that information, I'll be able to give you instructions and the links you need.
    Thanks,
    eidnolb
    >

  • The web controls not work(windows phone)

    Hi
    I have a web app.after I make an animation in this page(like a transition page in loading page), the web controls not work more.
    the site is shown but any thing not work like scrolling or tap in links

    Can you please explain more clearly what you are doing and what you need help with? What is your overall scenario, what exactly is your code doing, what behaviour do you expect and how is that different from what you actually see?

  • SharePoint 2010 web analytics not working

    Hello guys -I have setup a  sharepoint farm, 1 app, 2 wfe (windows server 2008 r2) and sql server 2008 r2 DB. All service applications are functioning except web analytics. I have deleted and recreated again but still have no effect. It is creating
    usage files.
    interestingly Central admin site collection web analytics are working but when i check in a web application site collection web analytics report i have the below message.Not sure what I am missing. Can any one help me how to trace the issue:
    There is no data available for this report. Here are some possible reasons: (1) Web Analytics has not been enabled long enough to generate data; (2) There is insufficient data to generate this report; (3) Data logging required for this report might
    not be enabled; (4) Data aggregation might not be enabled at the level required for this report
    Appreciate your help.
    wm.

    Yes, they are also Started.
    To make sure - I have checked off and re enabled usage data collection. Restarted the above services. And also re run the timer job "Web Analytics Trigger Workflows Timer Job
    ". nothing seems helping
    I have set diagnostic logiging to Web Analytics Service - verbose both event and trace and observed the below:
    02/04/2011 14:30:00.19 OWSTIMER.EXE (0x1840) 0x13A8 SharePoint Foundation Usage Infrastructure 852e High Preparing to import '6' usage log files found with filter 'SHAREPOINTSER1-????????-?????.usage'. 03e6edfd-f852-4fa5-ae5a-04ae9bacc51c
    02/04/2011 14:30:01.13 OWSTIMER.EXE (0x1840) 0x13A8 SharePoint Foundation Usage Infrastructure 852n High Flushing usage entry cache to storage (count=1211). 03e6edfd-f852-4fa5-ae5a-04ae9bacc51c
    02/04/2011 14:30:01.13 OWSTIMER.EXE (0x1840) 0x13A8 SharePoint Foundation Usage Infrastructure 85f9 High Calling ImportEntries method for usage definition 'Microsoft.SharePoint.Administration.SPTimerJobUsageDefinition' with
    '47' entries. 03e6edfd-f852-4fa5-ae5a-04ae9bacc51c
    02/04/2011 14:30:02.36 OWSTIMER.EXE (0x1840) 0x13A8 SharePoint Foundation Usage Infrastructure 852u High Called ImportEntries method for usage definition 'Microsoft.SharePoint.Administration.SPTimerJobUsageDefinition'. 03e6edfd-f852-4fa5-ae5a-04ae9bacc51c
    02/04/2011 14:30:02.36 OWSTIMER.EXE (0x1840) 0x13A8 SharePoint Foundation Usage Infrastructure 85f9 High Calling ImportEntries method for usage definition 'Microsoft.SharePoint.Administration.SPRequestUsageDefinition' with
    '1160' entries. 03e6edfd-f852-4fa5-ae5a-04ae9bacc51c
    02/04/2011 14:30:02.91 OWSTIMER.EXE (0x1840) 0x13A8 SharePoint Foundation Usage Infrastructure 884c High Calling 'UsageImported' method of Usage Receiver 'Microsoft.SharePoint.Administration.SPUsageReceiverDefinition' for
    Usage Definition 'Microsoft.SharePoint.Administration.SPRequestUsageDefinition'. 03e6edfd-f852-4fa5-ae5a-04ae9bacc51c
    02/04/2011 14:30:02.91 OWSTIMER.EXE (0x1840) 0x13A8 SharePoint Foundation Usage Infrastructure 884d High Instantiating usage receiver 03e6edfd-f852-4fa5-ae5a-04ae9bacc51c
    02/04/2011 14:30:02.91 OWSTIMER.EXE (0x1840) 0x13A8 SharePoint Foundation Usage Infrastructure 884k High Instantiated usage receiver 'Microsoft.Office.Server.WebAnalytics.UsageLogging.SPRequestUsageReceiver'. 03e6edfd-f852-4fa5-ae5a-04ae9bacc51c
    02/04/2011 14:30:02.91 OWSTIMER.EXE (0x1840) 0x13A8 SharePoint Foundation Usage Infrastructure 884n High Executing receiver method 03e6edfd-f852-4fa5-ae5a-04ae9bacc51c
    02/04/2011 14:30:03.47 OWSTIMER.EXE (0x1840) 0x13A8 SharePoint Foundation Usage Infrastructure 884o High Executed receiver method. 03e6edfd-f852-4fa5-ae5a-04ae9bacc51c
    02/04/2011 14:30:03.47 OWSTIMER.EXE (0x1840) 0x13A8 SharePoint Foundation Usage Infrastructure 884m High Called 'UsageImported' method of Usage Receiver 'Microsoft.SharePoint.Administration.SPUsageReceiverDefinition' for Usage
    Definition 'Microsoft.SharePoint.Administration.SPRequestUsageDefinition'. 03e6edfd-f852-4fa5-ae5a-04ae9bacc51c
    02/04/2011 14:30:03.47 OWSTIMER.EXE (0x1840) 0x13A8 SharePoint Foundation Usage Infrastructure 852u High Called ImportEntries method for usage definition 'Microsoft.SharePoint.Administration.SPRequestUsageDefinition'. 03e6edfd-f852-4fa5-ae5a-04ae9bacc51c
    02/04/2011 14:30:03.47 OWSTIMER.EXE (0x1840) 0x13A8 SharePoint Foundation Usage Infrastructure 85f9 High Calling ImportEntries method for usage definition 'Microsoft.SharePoint.Administration.SPFeatureUsageDefinition' with
    '4' entries. 03e6edfd-f852-4fa5-ae5a-04ae9bacc51c
    02/04/2011 14:30:03.56 OWSTIMER.EXE (0x1840) 0x13A8 SharePoint Foundation Usage Infrastructure 852u High Called ImportEntries method for usage definition 'Microsoft.SharePoint.Administration.SPFeatureUsageDefinition'. 03e6edfd-f852-4fa5-ae5a-04ae9bacc51c
    02/04/2011 14:30:03.56 OWSTIMER.EXE (0x1840) 0x13A8 SharePoint Foundation Usage Infrastructure 852v High Flushed usage entries cache to storage. 03e6edfd-f852-4fa5-ae5a-04ae9bacc51c
    02/04/2011 14:30:05.02 OWSTIMER.EXE (0x1840) 0x13A8 SharePoint Foundation Usage Infrastructure 852n High Flushing usage entry cache to storage (count=432). 03e6edfd-f852-4fa5-ae5a-04ae9bacc51c
    02/04/2011 14:30:05.02 OWSTIMER.EXE (0x1840) 0x13A8 SharePoint Foundation Usage Infrastructure 85f9 High Calling ImportEntries method for usage definition 'Microsoft.SharePoint.Administration.SPRequestUsageDefinition' with
    '259' entries. 03e6edfd-f852-4fa5-ae5a-04ae9bacc51c
    02/04/2011 14:30:05.25 OWSTIMER.EXE (0x1840) 0x13A8 SharePoint Foundation Usage Infrastructure 884c High Calling 'UsageImported' method of Usage Receiver 'Microsoft.SharePoint.Administration.SPUsageReceiverDefinition' for
    Usage Definition 'Microsoft.SharePoint.Administration.SPRequestUsageDefinition'. 03e6edfd-f852-4fa5-ae5a-04ae9bacc51c
    02/04/2011 14:30:05.25 OWSTIMER.EXE (0x1840) 0x13A8 SharePoint Foundation Usage Infrastructure 884d High Instantiating usage receiver 03e6edfd-f852-4fa5-ae5a-04ae9bacc51c
    02/04/2011 14:30:05.25 OWSTIMER.EXE (0x1840) 0x13A8 SharePoint Foundation Usage Infrastructure 884k High Instantiated usage receiver 'Microsoft.Office.Server.WebAnalytics.UsageLogging.SPRequestUsageReceiver'. 03e6edfd-f852-4fa5-ae5a-04ae9bacc51c
    02/04/2011 14:30:05.25 OWSTIMER.EXE (0x1840) 0x13A8 SharePoint Foundation Usage Infrastructure 884n High Executing receiver method 03e6edfd-f852-4fa5-ae5a-04ae9bacc51c
    02/04/2011 14:30:05.38 OWSTIMER.EXE (0x1840) 0x13A8 SharePoint Foundation Usage Infrastructure 884o High Executed receiver method. 03e6edfd-f852-4fa5-ae5a-04ae9bacc51c
    02/04/2011 14:30:05.38 OWSTIMER.EXE (0x1840) 0x13A8 SharePoint Foundation Usage Infrastructure 884m High Called 'UsageImported' method of Usage Receiver 'Microsoft.SharePoint.Administration.SPUsageReceiverDefinition' for Usage
    Definition 'Microsoft.SharePoint.Administration.SPRequestUsageDefinition'. 03e6edfd-f852-4fa5-ae5a-04ae9bacc51c
    02/04/2011 14:30:05.38 OWSTIMER.EXE (0x1840) 0x13A8 SharePoint Foundation Usage Infrastructure 852u High Called ImportEntries method for usage definition 'Microsoft.SharePoint.Administration.SPRequestUsageDefinition'. 03e6edfd-f852-4fa5-ae5a-04ae9bacc51c
    02/04/2011 14:30:05.38 OWSTIMER.EXE (0x1840) 0x13A8 SharePoint Foundation Usage Infrastructure 85f9 High Calling ImportEntries method for usage definition 'Microsoft.SharePoint.Administration.SPTimerJobUsageDefinition' with
    '172' entries. 03e6edfd-f852-4fa5-ae5a-04ae9bacc51c
    02/04/2011 14:30:05.47 OWSTIMER.EXE (0x1840) 0x13A8 SharePoint Foundation Usage Infrastructure 852u High Called ImportEntries method for usage definition 'Microsoft.SharePoint.Administration.SPTimerJobUsageDefinition'. 03e6edfd-f852-4fa5-ae5a-04ae9bacc51c
    02/04/2011 14:30:05.47 OWSTIMER.EXE (0x1840) 0x13A8 SharePoint Foundation Usage Infrastructure 85f9 High Calling ImportEntries method for usage definition 'Microsoft.SharePoint.Administration.SPFeatureUsageDefinition' with
    '1' entries. 03e6edfd-f852-4fa5-ae5a-04ae9bacc51c
    02/04/2011 14:30:05.53 OWSTIMER.EXE (0x1840) 0x13A8 SharePoint Foundation Usage Infrastructure 852u High Called ImportEntries method for usage definition 'Microsoft.SharePoint.Administration.SPFeatureUsageDefinition'. 03e6edfd-f852-4fa5-ae5a-04ae9bacc51c
    02/04/2011 14:30:05.53 OWSTIMER.EXE (0x1840) 0x13A8 SharePoint Foundation Usage Infrastructure 852v High Flushed usage entries cache to storage. 03e6edfd-f852-4fa5-ae5a-04ae9bacc51c
    02/04/2011 14:30:05.61 OWSTIMER.EXE (0x1840) 0x13A8 SharePoint Foundation Usage Infrastructure 852m High Deleting usage log file 'D:\SHRPT_UsageDataLogs\SHAREPOINTSER1-20110204-1356.usage' after data import. 03e6edfd-f852-4fa5-ae5a-04ae9bacc51c
    02/04/2011 14:30:05.61 OWSTIMER.EXE (0x1840) 0x13A8 SharePoint Foundation Usage Infrastructure 852m High Deleting usage log file 'D:\SHRPT_UsageDataLogs\SHAREPOINTSER1-20110204-1401.usage' after data import. 03e6edfd-f852-4fa5-ae5a-04ae9bacc51c
    02/04/2011 14:30:05.61 OWSTIMER.EXE (0x1840) 0x13A8 SharePoint Foundation Usage Infrastructure 852m High Deleting usage log file 'D:\SHRPT_UsageDataLogs\SHAREPOINTSER1-20110204-1406.usage' after data import. 03e6edfd-f852-4fa5-ae5a-04ae9bacc51c
    02/04/2011 14:30:05.61 OWSTIMER.EXE (0x1840) 0x13A8 SharePoint Foundation Usage Infrastructure 852m High Deleting usage log file 'D:\SHRPT_UsageDataLogs\SHAREPOINTSER1-20110204-1411.usage' after data import. 03e6edfd-f852-4fa5-ae5a-04ae9bacc51c
    02/04/2011 14:30:05.61 OWSTIMER.EXE (0x1840) 0x13A8 SharePoint Foundation Usage Infrastructure 852m High Deleting usage log file 'D:\SHRPT_UsageDataLogs\SHAREPOINTSER1-20110204-1416.usage' after data import. 03e6edfd-f852-4fa5-ae5a-04ae9bacc51c
    02/04/2011 14:30:05.63 OWSTIMER.EXE (0x1840) 0x13A8 SharePoint Foundation Usage Infrastructure 852m High Deleting usage log file 'D:\SHRPT_UsageDataLogs\SHAREPOINTSER1-20110204-1421.usage' after data import. 03e6edfd-f852-4fa5-ae5a-04ae9bacc51c
    02/04/2011 14:30:06.25 w3wp.exe (0x1154) 0x1098 SharePoint Foundation Unified Logging Service b8fx High ULS Init Completed (w3wp.exe, onetnative.dll) 
    sorry for duming more logs ..hoping if this insights anything?
    Thanks.

  • Read Only Display of Radio group and Text area with counter not working

    Hello,
    I am using Apex 3.2, with 10g for the database
    I have this form, with fields that will set to read only when status = 'closed'
    All of the fields display as read only except for 2. I cannot figure out why this is not working correctly.
    1st field is Issues that is a text area with character counter, with a sql query behind it, that is set to null unless the query is pulling in the data.
    2nd field is Status which is a radio group that will not display as read only when status = 'closed'
    I have other fields on the form with the same format and they change to read only when the status = 'closed', I have even copied the pl/sql expression from one field to these fields and it still doesn't work correctly. I have also tried javascript for an on load event, which works, but once I click on the save button, it disables all of the page items, which works correctly, but I purposely forget to enter information, to make sure the validations are firing correctly, which it does, but the script disables everything, not allowing me to correct the errors. The javascript is firing on the on page load event.
    Any help on this is greatly appreciated.
    Mary

    Dung,
    That API seems to have a bug, it returns true/false/null, so you could use 'return not nvl(htmldb_util.current_user_in_group(p_group_name => 'APP Admin'),false)' to get a false value.
    Unfortunately there's another problem: using the read-only attributes for checkbox or radiogroup item makes them hidden. My suggestion would be to create another item that has disabled="disabled" in the HTML Form Element attribute in the item definition and display that item or the non-disabled item alternately, using conditions based on the current_user_in_group logic.
    Scott

  • Office Web apps not working

    Hi 
    All of a sudden, the office web apps is not working. I get the below issue 
    Could not load new WOPI Proof Keys for server XXXXX against Discovery.
    Also, i could not see the Office web apps site collection feature. Please suggest.

    Please share screenshot of error with ULS log details
    All users face same issue?
    Check if any application pool on SharePoint server or web app server is stopped?
    Try to browse OWA service application. follow below for same:
    http://freeit-support.com/2014/09/troubleshoot-sharepoint-service-application-website-issue-from-iis/
    Check error in Office web app logs files and event viewer.
    If this helped you resolve your issue, please mark it Answered

  • Web.show_document not working on 10.1.2.0.2 AS

    Hey guys. I just recently installed the stand alone AS forms and reports server 10.1.2.0.2.. the reporting functionality is not working...
    basically the application uses the reports engine to create a PDF file which is then read by the web.show_document built in. It works on the developer AS, but doesnt work for the forms and reports AS...
    the link I am reading the file from looks like this..
    http://<IP ADDRESS>:7777/forms/reports_output/116_rec_jan.PDF
    where the "IP ADDRESS" is the IP of the sever, and "/reports_output" is a virtual directory. Do I have the wrong port or something? The file "116_rec_jan.PDF" does exist on the server so I can't see the problem...
    Could it be that I dont have adobe reader on my server? Does the AS use the server's adobe reader to read the file or the client side adobe reader? Anyone know whats going on? Thanks for your thoughts.
    Mo

    The /forms part doesn't look right to me. Both /forms and /reports_output are virtual directories. I doubt that they resolve stacked on top of each other. Try taking out the /forms part.

  • App Insights for web application not working when deployed to Dev server

    App Insights is not sending telemetry data for ASP.NET MVC web *requests* (page views from the JS instrumentation are fine) when the app is deployed to the Dev or Test IIS servers.  On local IIS express it works perfectly fine.    I have
    no idea how to troubleshoot this problem.
    Bert Jackson

    - the AI.config file is both in the root of the site, and the /bin folder (which was confusing the other day).  Both are correct.
    - it looks like a local browser can go to https://dc.services.visualstudio.com (it results in a 403 since its just a GET to the root).  During this test, I found that this server did NOT have the Root trust certificate (Baltimore cybertrust), which
    would cause problems when using IE locally to browse the app; the javascript AI logging was not working, because it couldnt fetch the ai.0.js file).  I got the proper root certificate installed on the server, but request logging still not working.  I
    dont believe the firewall is a problem.
    - I've verified that all binaries are indeed deployed in to the bin folder on the server
    - web.config does have the AI http module; I've verified via logging that the ApplicationInsightsWebTracking is loaded.  However, I have custom Context/Telemetry initializers, and their Initialize() methods are *NOT* being called when deployed on the
    server.  I've tried both ways of registering the initializers; via code in the Application_Start() event and also in the ApplicationInsights.config file.
    I don't know how to troubleshoot any further, to figure out if AppInsights is actually *trying* to send telemetry out and failing, or if its not actually even trying.
    Bert Jackson

  • Web service not working when called remotely

    Hi there!
    I built a simple web service to generate a sequence number to be cosumed by PDF forms.
    It works perfecly when I run PDFs on my machine, using localhost, etc.
    Whem deployed on the client's servers it does not work. The only difference is the client is running LiveCycle on Linux over their inhouse corporate network.
    When the web service is added to forms in LC Designer, the ws structure is built correctly and if called from a web browser the XML response is ok too.
    I've checked LiveCycle log file - there's nothing there, the ws is not even being called.
    Where should I look for error messages or other resources to aid me in identifying the problem?
    Thank you very much for any hints!
    Marcos

    Hi there!
    I built a simple web service to generate a sequence number to be cosumed by PDF forms.
    It works perfecly when I run PDFs on my machine, using localhost, etc.
    Whem deployed on the client's servers it does not work. The only difference is the client is running LiveCycle on Linux over their inhouse corporate network.
    When the web service is added to forms in LC Designer, the ws structure is built correctly and if called from a web browser the XML response is ok too.
    I've checked LiveCycle log file - there's nothing there, the ws is not even being called.
    Where should I look for error messages or other resources to aid me in identifying the problem?
    Thank you very much for any hints!
    Marcos

  • Calc defined in Web Analysis not working properly with substitution vars

    Hi all,
    Most likely many of you have already faced this, and I would appreciate any guidance. Most likely is a rookie mistake.
    1.- We have a couple of substitution variables in Essbase, CurrYear and PrevYear
    2.- We can see those substitution variables perfectly in Web Analaysis, when designing the report ($CurrYear and $PrevYear) for the Years dimension
    3.- We use this susbtitution variables into a calculation defined in Analysis Tool (i.e $CurrYear:Actual / $PrevYear:Actual) where 'Actual' is the value for scenario.
    4.- The value of the substitution variables is changed in essbase (i.e. CurrYear equals FY10 and Prev Year equals FY09) to update for the current year
    5.- In the reports, whenever we use $CurrYear and $PrevYear, outside a calculation defined in analysis tools, it works properly
    6.- However, the calculations defines as in (3.-) before, do not work. I get 'value not found'
    7. If I 'refresh' the formula in the calculation, by editing it and taking out/reentering the operands again, it now works.
    We have tried restarting Web Analysis services, but we still get the same behaviour
    We have several of this calculations in about 15 reports, so, even while it is manegeable, the idea of using the substitution variables was to avoid this.
    We are using Hyperion 9.3.1
    Thank you in advance to anyone who can point me in the right direction
    Hector

    Hi,
    Oracle support recommended that we apply patch 9.3.1.3, since they were unable to replicate in their environment with said version. After applying the patch, we still have the same problem, they are further investigating.
    Regards,
    Hector

  • Office Web Apps not working externally SharePoint 2013

    In the production farm we have connected office web apps server which is FQDN server name ( xxx.xxx.corp.local) , we can open the sites internally without any issues, but when we open from externally office web apps asking for authentication and not working
    properly.
    Please help me how to make it work  in external. 
    Thanks, Ram Ch

    You will need a public facing URL or IP address. Check below
    You need to configure your OWA for internet
    New-OfficeWebAppsFarm –InternalUrl "md1xxx95.jdaxx.corp.local" -ExternalUrl "http://198.xxx.xxx.xxx" -EditingEnabled
    Set-SPWOPIZone –zone
    “external-http”
    Detailed steps in
    http://social.technet.microsoft.com/wiki/contents/articles/19039.sharepoint-2013-how-to-enable-office-web-apps-to-work-in-both-internal-and-external-environments.aspx
    Set-SPWOPIZone –zone “external-http”
    Set-SPWOPIZone –zone “external-http”
    If this helped you resolve your issue, please mark it Answered

Maybe you are looking for

  • Availability check of raw material during sale order processing

    Dear experts,                        When i am entering the finished good in sale order processing,system should check the raw material availabilty.Is it possible in STD sap Regards, murali.R

  • Loading XML file into non-XML table(s)

    HI Gentlemen, I successfully registered my schema and generated an xml-based table and a TYPE. However, I do not have the table that would correspond to this TYPE. How do I get to it? How can I use FTP or HTTP protocol to load actual data from the co

  • Get System Stored Procedure Data in variables

    Hello all Forum Members, I am new to SQL Server. My Requirement is that i want to get sp_helpuser procedure data in select query variables. is it Possible? Please Help.

  • Using the unix telnet command in java

    I am using Runtime.getRuntime().exec("telnet ......") to excute the telnet command within my java program. Basically, I'm writing a program to automate a bunch of processes, and one of them requires the process to be executed in another machine. It k

  • Export report output to PDF automatically/silently.

    Hello, We want to export silently a crystal report output (version XI R2) to pdf format. We currently invoke crystal reports from our Oracle Webforms (10g) and the output is then shown via an url with the viewrpt.cwr program. This works perfect. But