Configure usage and health data collection sharepoint 2013

Hi,
I get the below error,, having checked online some seemed to suggest its related to permissions so I have given full rights to the directory to my admin account and also to IIS_ISURS accounts, any help would be appriciated.
Sorry,
something went wrong
An error occurred during the
compilation of the requested file, or one of its dependencies. Could not write
to output file 'c:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary
ASP.NET
Files\root\180391dd\9373b6cd\App_Web_logusage.aspx.76acb6ce.l76xgmf4.dll' --
'The directory name is invalid.

Hi AG9,
Please try disabling loopback check on your SharePoint servers, then check results again.
See more information from below.
http://blogs.technet.com/b/praveenh/archive/2013/04/30/sorry-something-went-wrong-error-message-when-users-try-to-navigate-to-site-collection-features-page.aspx
Thanks
Daniel Yang
TechNet Community Support

Similar Messages

  • Change amount of information provided by Usage and Health Data Collection System?

    This is actually for SharePoint 2013
    I know that we can choose what events to record and what timer jobs are enabled and at what time they are activated, but can we go deeper and change the scope, or limit the amount, of information provided in each event or timer job that will be sent to the
    logs?
    I've gone through technet, but the closest I have come to regarding changes to the amount of information gathered is diagnostic logging.  And that is not what I am looking for at this time.

    Hi,
    According to your post, my understanding is that you wanted to extend the Health & Usage in SharePoint.
    You can create cutom Usage Provider, custom Reports, and custom Usage Receiver.
    There is an article for your reference, although it is about the SharePoint 2010, it is similar to SharePoint 2013.
    http://todd-carter.com/post/2011/04/26/extending-the-sharepoint-2010-health-usage-part-1-feature-and-capability-overview/
    Best Regards,
    Linda Li
    Linda Li
    TechNet Community Support

  • Audit usage for REST API in SharePoint 2013

    Hi,
    Is there any OOB way for SharePoint to log access in REST API so that it will track which application/user uses the REST API?
    Thanks,
    Kenny

    Hi,
    According to your post, my understanding is that you wanted to audit usage for REST API in SharePoint 2013.
    Per my knowleadge, there is no out of the box way to accomplish this with SharePoint.
    SharePoint 2013 introduces a Representational State Transfer (REST) service that is comparable to the existing SharePoint
    client object models.
    This means that developers can perform Create,
    Read, Update, and Delete (CRUD) operations from their apps for SharePoint, solutions, and client applications, using REST web technologies and standard Open Data Protocol (OData) syntax.
    More information:
    REST API reference and samples
    Thanks,
    Linda Li
    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]
    Linda Li
    TechNet Community Support

  • Unable to save lookup field data in SharePoint 2013 online list

    Dear Support,
    I had successfully created provider hosted app and deployed on SharePoint 2013 online site, in my project I created orderservice.asmx.cs web service and write a code for save record on SharePoint
    2013 online list as I mentioned below and calling on App1.js file.
    But I am unable to save lookup field value as mentioned below code
    Customer is a lookup field I want to save data in SharePoint 2013 online list( Order)where I had successfully
    inserted text field  data (Title &
    Special_x0020_Instruction).
    i am getting error as mentioned below
    500 Internal Server Error {"Message":"Invalid web service call, missing value for parameter: \u0027Title1\u0027.","StackTrace":"   at System.Web.Script.Services.WebServiceMethodData.CallMethod(Object target, IDictionary`2
    parameters)\r\n   at System.Web.Script.Services.WebServiceMethodData.CallMethodFromRawParams(Object target, IDictionary`2 parameters)\r\n   at System.Web.Script.Services.RestHandler.InvokeMethod(HttpContext context, WebServiceMethodData methodData,
    IDictionary`2 rawParams)\r\n   at System.Web.Script.Services.RestHandler.ExecuteWebServiceCall(HttpContext context, WebServiceMethodData methodData)","ExceptionType":"System.InvalidOperationException"}
    Please let me know the code how to insert lookup field value (Customer)
    in SharePoint online list.
    OrderService.asmx.cs
    Public
    int InsertOrder (Order
    orderRecord)
                pwd.MakeReadOnly();
                clientContext.Credentials =
    new
    SharePointOnlineCredentials (myUserName, pwd);
    try
                  Web
    oWeb = clientContext.Web;
    ListCollection lists = oWeb.Lists;
    List oOrderlist = clientContext.Web.Lists.GetByTitle("Order");
                    clientContext.Load<ListCollection>(lists);
                    clientContext.Load<List>(oOrderlist);
                    ListItemCreationInformation
    itemCreateInfo = new                 ListItemCreationInformation();
    ListItem oListItem = oOrderlist.AddItem(itemCreateInfo);
                    oListItem["Title"]
    = Title;                        listItem["Special_x0020_Instruction"]
    = orderRecord.Instruction;
                        listItem ["Customer"]
    = orderRecord.CustomerId;
                        listItem.Update();
                        clientContext.ExecuteQuery();
    return 1;
    catch
    return -1;
    App1.JS
    $("#Save").click(function
    debugger;
    var OrderProfile = $('#orderprofile').val();
    var CustomerId = $('#exCustomerlist').jqxComboBox('getItem',
    $('#exCustomerlist').val());
    //var Instruction = $('#instruction').val();
            alert(OrderProfile);
            alert(CustomerId);
    var obj = {
    'Title': OrderProfile,
    'Customer': CustomerId }
            $.ajax({
                url:
    "OrderService.asmx/InsertOrder",
                type:
    "POST",
                dataType:
    "json",
                data: JSON.stringify(obj),
                contentType:
    "application/json; charset=utf-8",
                beforeSend:
    function (XMLHttpRequest) {
    //Specifying this header ensures that the results will be returned as JSON.
                    XMLHttpRequest.setRequestHeader("Accept",
    "application/json");
                success:
    function (response) {
                    $(".errMsg ul").remove();
    var myObject = response.d;
                    alert(myObject);
                error:
    function (response) {
                    alert(response.status +
    ' ' + response.statusText +
    ' ' + response.responseText);
    Regards,
    Akhilesh

    Hi Alex Brassington,
    Thanks for your reply.
    I am having the Site Administrator Permission of the public site.
    I am having the permission of Company Administrator of that site but still unable to find
    Device Channel on Site Setting. still I gave the user full control from Site Permission but nothing is happening.
    What should I do next?

  • Can not specify the SMTP server port, username and password for my SharePoint 2013 web application

    We have our SMTP server under port number 141 and we should add username and password. but inside SharePoint 2013, I can only define the SMTP server name , from email, reply-to . But there are not fields to define the port number , the username and password.
    So can anyone advice from where I can define the port number and other field settings for the SMTP server ?
    Thanks

    i am no sure about user name and password. i never saw that option.
    check this guide:
    http://blogs.technet.com/b/tirumals/archive/2012/03/17/step-by-step-configuration-of-outgoing-emails-from-sharepoint-to-microsoft-online.aspx
    http://blog.fpweb.net/configuring-an-smtp-server-for-sharepoint/#.UuANoxAo6M8
    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
    thanks for the reply, but in our case the SMTP is  a separate server , and to connect to it i need to define the ; server IP /Name , port number, username & password. but in SharePoint there is no option to define the port number , and the links you
    provide are regarding configuring SMTP server, while we already have an SMTP server but i need to connect SP with it . can you advice please?

  • Integrate Workday and ServiceNow applications with SharePoint 2013 online

    Hello, we have to integrate Workday and ServiceNow applications with SharePoint 2013 online and need to display data from these applications
    to SharePoint 2013 intranet site. 
    Any information about the integration of Workday and ServiceNow applications with SharePoint 2013 would be greatly appreciated. Thanks!
    Regards,
    Shailendra 

    Hi Shailendra,
    I searched a lot, there seems very few information from internet and internal about this topic, I'm not familiar with Workday and ServiceNow applicaitons, I would recommend you may post in the following community sites(which should be offcial
    sites) for a better assistance regarding the integration questions between Workday and ServiceNow and SharePoint Online(O365).
    https://community.servicenow.com/thread/174050
    https://community.workday.com/
    http://community.office365.com/en-us/f/154.aspx
    Thanks
    Daniel Yang
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • Configure an Environment for Apps for SharePoint 2013

    hH,
    We are building QA environment for Sharepoint 2013. For this my management asked me to configure the APPS store. But when i referred the MSDN article, they are suggesting
    " You must purchase a domain name from a domain name provider for your apps, for example, ContosoApps.com."
    Which is not possible in my case as purchasing a new domain requires lot of approvals also this is an QA environment.
    So please suggest on the below points
    1) whats wrong to build a sub domain like APPS.XXXX.COM instead of XXXXAPPS.COM
    2) since it is in a QA environment, is it necessary to have a SSL  ??
    3) is it need to have a different APPS stores for QA & PROD environments.
    Thanks,
    Praveen
    Sharepoint HELP

    Hi Praveen,
    you don't need to buy a domain use your internal DNS
    no need for SSL since it is QA
    i think you mean app catalog, each environment will be having it app catalog
    some other links
    http://blogs.technet.com/b/mspfe/archive/2013/01/31/configuring-sharepoint-on-premise-deployments-for-apps.aspx
    http://www.nothingbutsharepoint.com/2013/02/13/configure-an-environment-for-apps-for-sharepoint-2013-aspx/
    Kind Regards,
    John Naguib
    Senior Consultant
    John Naguib Blog John Naguib Twitter
    Please remember to mark this as answered if it helped you

  • Upload 100 GB data into sharepoint 2013 site

    Hi Team,
    I want to upload 100GB data into sharepoint 2013 site for performance testing.
    I have the 5 document libraries.
    I want to upload the 10GB data to each document library in the site using powershell.
    Is it possible or not? Can you explain the detailed steps

    This should not be a problem, but you can't do it in 1 go as the default upload size per document = 50 MB (see
    https://msdn.microsoft.com/en-us/library/ff487972.aspx). I've created a tool that uploads documents in chunks, maybe you can use that (read the article as you'll need to increase some settings):
    https://gallery.technet.microsoft.com/office/The-Migration-Dragon-for-628acae0 Maybe that's an option for you too.
    Kind regards,
    Margriet Bruggeman
    Lois & Clark IT Services
    web site: http://www.loisandclark.eu
    blog: http://www.sharepointdragons.com

  • How to calculate when I need multiple WFE and APP servers in SharePoint 2013 ?

    Hi,
    Please let me know about those factors are involved on the above topic. Share something from the real experience or with examples in details.
    Thanks
    srabon

    Hi,
    NOte: some links although for 2010 but fits for 2013
    for the WFE is the RPS  Requests per second versus the users
    to get the RPS
    http://smallcitydesign.com/how-to-get-sharepoint-2010-requests-per-second-rps/
    and this excel sheet to get the users versus RPS
    http://pcfromdc.blogspot.com/2013/02/determine-max-users-from-requests-per.html
    and here you are how to get the number of front ends
    http://abhayajoshi.blogspot.com/2014/01/how-to-calculate-number-of-web-front_24.html
    for Apps server, it is based on memory and cpu consumption, check those links
    http://blogs.msdn.com/b/sanjaynarang/archive/2013/04/06/sizing-and-capacity-planning-for-sharepoint-2013-resources.aspx
    https://technet.microsoft.com/en-us/library/ff758645.aspx
    https://technet.microsoft.com/en-us/library/cc262971.aspx
    the most important thing after you do you initial capacity planning is capacity mangement, check my wiki article in here
    http://social.technet.microsoft.com/wiki/contents/articles/28226.sharepoint-2013-capacity-management.aspx
    you can also make load testing using the following:
     Visual studio or 
    https://gallery.technet.microsoft.com/office/PressurePoint-Dragon-for-58648ae4
    Kind Regards,
    John Naguib
    Senior Consultant
    John Naguib Blog
    John Naguib Twitter
    Please remember to mark this as answered if it helped you

  • Display "modified by" and "modified date" on sharepoint wiki pages.

    Hi there,
    I want to display "modified by" and "modified date" on sharepoint wiki pages as a footer note.
    I googled about it and I got the following code which I have inserted in my master page(Since I want to display on 2400 pages).
    <%@ Register Tagprefix="SharePointWebControls" Namespace="Microsoft.SharePoint.WebControls" Assembly="Microsoft.SharePoint, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" %>
    <SharePointWebControls:DateTimeField FieldName="Modified" runat="server" ControlMode="Display"/>by
    <SharePointWebControls:UserField FieldName="Modified By" runat="server" ControlMode="Display" />
    It is working but last modifed user and date and time is visible only till page loads.
    After page is loaded completely it dissappears.. Am I missing something??
    Many thanks in advance..

    Sabiha,
    Try these links,
    http://blog.henryong.com/2010/06/08/how-to-create-custom-sharepoint-2010-page-layouts-using-sharepoint-designer-2010/
    http://blogs.msdn.com/b/kaevans/archive/2011/07/07/modifying-the-page-layout-for-enterprise-wiki-pages-in-sharepoint-2010.aspx
    https://social.technet.microsoft.com/Forums/en-US/64f6006a-73c5-4c8e-a552-896df8e22af1/show-wiki-page-library-columns-on-wiki-pages-sharepoint-2010
    Hope it will be helpful
    Please 'propose as answer' if it helped you, also 'vote helpful' if you like this reply.

  • "an error occurred with data fetch. Please refresh the page and retry" when open sharepoint 2013 setting cog on IE

    My SharePoint 2013 has issue opening the top left cog: On amy page, every time when I was trying to click the setting cog and my name, an alert box will pop out
    (System does not allow me to insert images, so screenshot is here:)
    http://www.sfu.ca/~siyuanz/2.PNG
    And also, under some subsite, my ribbon is gray off (and I am sure this is not a permission issue)
    Screenshot: http://www.sfu.ca/~siyuanz/1.PNG
    I tried to fix them by change the "Compatibility View Settings" but it doesn't help
    These issues only happen to my IE (chrome, fire fox work well)

    Hi,
    According to your post, my understanding is that you had issue opening the top left cog.
    I suggest you to check whether you restrict the site in your browser. Please follow the steps:
    Open the site in the browner, click tool->Compatibility View Setting->Add the site to be displayed in Compatibility View.
    Click Tool->Internet Options->Security->Trusted Sites.
    Click Tool->Internet Options->Security->Restricted sites->Allowed level for this zone: Medium.
    Click Tool->Internet Options->Security-> Custom Level -> Cookies->OK.
    Click Tool->Internet Options-> Settings -> Privacy -> Block content on sites from services that could track my browsing ->Off.
    More information:
    http://www.timeanddate.com/custom/cookiesie.html
    http://biztalkxin.blogspot.com/2013/07/sharepoint-2013-and-ie-10-work-together.html
    Best Regards,
    Linda Li
    Linda Li
    TechNet Community Support

  • How to configure Search for a site in sharepoint 2013?

    Hi,
    I had a document library.
    1)I want to configure search so that I can search documents from previous month, quarterly, half year, year, and all documents is possible.
    2)Search results are organized with most recent documents at the top.
    3)Search results have year as refiner that can be used to show results only from specified year (In library we have field with year when document create)
    To achieve this what I have chane in site settings->search
    and what I have to write for Result Types, Query Rules
    Thanks

    Hi,
    Following are the steps you need to perform for creating the search center.
    http://blogs.technet.com/b/tothesharepoint/archive/2013/10/30/set-up-a-search-center-in-sharepoint-2013.aspx (About Search)
    1. Create the site collection by navigating to the CA(Central Admin) & select the Enterprise Search Center Template.
    2. Create Content Source -> Navigate to the Search Service application->Create the content source if the content comes from other content farm (if different farm accout  if it same add the site Collection URL in default Content Source. ( make
    sure the crawl account must have full read permission)
    http://blogs.technet.com/b/tothesharepoint/archive/2013/10/31/how-to-create-a-search-center-site-collection-and-enable-crawling-of-your-content-in-sharepoint-2013.aspx (Create
    Search Center)
    3. Once you add url in the content source and run the full crawl.
    4. Navigate to the Search center created at step 1 and try to search with the document name. you will see the document.
    http://blogs.technet.com/b/tothesharepoint/archive/2013/11/06/how-to-configure-the-search-results-web-part-to-use-a-new-result-source-in-sharepoint-2013.aspx (Go
    to the document Library and configure the result source)
    5. To configure the refiner please follow this post. You will see the modified refiner to refine your search http://blogs.technet.com/b/tothesharepoint/archive/2013/11/07/plan-to-use-refiners-on-a-search-results-page-in-sharepoint-2013.aspx)
    Let me know if you req. any other information.
    Regards,
    Basant Pandey
    http://sharepointfordeveloper.blogspot.com

  • Search across multiple site collections SharePoint 2013

    Hi Guys
    I have a search center and Enterprise search configured in one site collection, I need to enable it to search content in other site collections too. I am using SharePoint Server 2013 Enterprise on a Windows Server 2012 R2. Can I promote results from
    a particular site collection if the user initiates search from that particular site collection..?
    Thanks in Advance
    Parth

    Hi,
    From your description, you want to find a way to promote result from a particular site collection when users search on
    Enterprise Search site.
    To add promoted result, you can create new query rule and add
    Promoted Result or Result Block to highlight the results you want.
    Moreover, What do you mean when you say promote results from a particular site collection if the user initiates search from that particular site collection?
    A real sample? Please explain more about your requirement so that we can provide more detailed information.
    If you are new to SharePoint 2013 search, you may start from:
    Search in SharePoint Server 2013
    http://technet.microsoft.com/en-us/sharepoint/jj898538.aspx
    Manage
    Manage the      search schema
    Manage the Search Center
    Manage search      relevance
    Manage crawling
    Manage the      search topology
    Back up      and
    restore
    Use      Windows PowerShell cmdlets to manage search
    Miles LI TechNet Community Support

  • Can Ipad / Android app submit data to Sharepoint 2013

    I really like the flexibility of Building Mobile Apps with Flash Builder and export to Ipad or Android application.
    For a simple inspection process. I like to have 10 inspections points where my form will ask if the inspection point pass or not, basically a simple checkbox. also some text field for comments and finally a picture of the physical point inspected.
    Since I'm going to have 10 questions, will return 10 binary fields and 10 text fields with 10 pictures, which I like to have the picture control to take the picture on the fly.
    At the end of the inpection like to have the option of submit all the data collected for storage and future analysis, in this case will be "Sharepoint 2013".
    I know Sharepoint 2013 have different methods to insert data, [ CSOM, REST, OData / OAuth ]. however I'm not sure if this is possible with ActionScript.
    Can somebody point me in the right direction or if I need something else to achieve this goal ?
    THX Dino.

    Hi Mercury, 
    Thanks for posting your issue, Kindly follow below mentioned steps to solve this issue
    Go to the List Permissions and stop inheriting permissions first
    Clicking the Anonymous Access ribbon button after breaking permissions inheritance
    Now, allow Anonymous users to Add items (edit and delete are optional, but not recommended)
    Now, your anonymous user should be able to add an item to the list
    Also, check out below mentioned URL to know about the fix of this issue
    http://www.codeproject.com/Articles/569965/GrantingplusAnonymousplusAccessplustoplusSharepoin
    I hope this is helpful to you, mark it as Helpful.
    If this works, Please mark it as Answered.
    Regards,
    Dharmendra Singh (MCPD-EA | MCTS)
    Blog : http://sharepoint-community.net/profile/DharmendraSingh

  • Configuring an Environment for Apps in SharePoint 2013 (on premesis)

    Hi,
    I have tried to create an environment for apps in SharePoint 2013.
    I have tried the followed steps:
    Create a new DNS Domain and mapped the Domain for the machine which the SharePoint 2013 Server was installed.
    I started Microsoft SharePoint Foundation Subscription Settings Service SharePoint
    server.
    I started the App Management Services in SharePoint server.
    I have configured the App url in the App catalog
    I have created the new App catalog site
    Using App for SharePoint. I got my app setting there i Can trust the app,
    The main Issue is I cant able to add the app while adding the app i am getting "Sorry Something went wrong" i have tried to troubleshoot the
    error in log file and event log i could not able to fine any errors as noticed on that.T
    Please suggest me to configure using .app file i need to configure an apps into our on premises.
    Thank you. 

    yes i changed my vm and tried i have struggling in these steps now
    I have stared the two service in manage server application
    App Management service
    Microsoft SharePoint Foundation Subscription Settings Service
    I have created the subscription Setting services through Power shell command successfully.
    $account = Get-SPManagedAccount <domain/user>
    $appPoolSubSvc = New-SPServiceApplicationPool -Name SettingsServiceAppPool -Account $account
    $appSubSvc = New-SPSubscriptionSettingsServiceApplication -ApplicationPool $appPoolSubSvc -Name SettingsServiceApp -DatabaseName SettingsServiceChauTeamDB
    $proxySubSvc = New-SPSubscriptionSettingsServiceApplicationProxy -ServiceApplication $appSubSvc
    And i have checked that the services are started in the managed services application, it started succesfully
    As result when clicking  APPS  >> Configure APP URL  
    Please help me to add a Domain name and 

Maybe you are looking for

  • Encore CS3 crash when i click Build (SWF, BluRay, DVD Burn/Image/Folder) or Check project

    So I'm finally done with my DVD. Now i want this burned to a dvd or make an image file. Each time i hit BUILD or START (Check proj) the program quits and I'm left with the normal OS X message: The application Adobe Encore quit unexpectedly >> Ignore

  • How do I format a WD 4TB Red HD for mac using ML?

    I bought a 4TB WD Red internal drive and placed it into a OWC enclosure with firewire 800 ports to use as storage for my 2011 Macbook Pro.  I've read about and tried various ways to format the drive for Mac.  WD and Apple online support/forum pages t

  • 5800 GPS, clarify online usage?

    I tried searching around existing topics, but was a little confused at the replies I found, so to clarify: So I was testing out the GPS, had Bluetooth and A-GPS disabled, network and integrated enabled, and it still connected to GRPS and cost me. I d

  • Header file

    I need to create a header file with the following specifications FILLER IS CREATED BY SPACING THROUGH THE FIELD FOR THE APPROPRIATE SIZE OF THAT FIELD. A FILLER SIZE OF ONE WOULD REQUIRE THE CURSOR BE ADVANCED BY ONE SPACE USING THE SPACE BAR. FIELD

  • Where i can get all test functions and details of those function

    Hai Actually i was a beginner in teststand can any one tell me where i can download the test functions details list ,the datatype of those function, Thankyou