Sharepoint 2013 web service to update column content

I have a folder in a sharepoint list. Folder have columns ie Title, modified by, modified date, details. I am trying to update details column content with csharp code for that folder. I am trying to find sharepoint service method to update a column content
for a list item.
Added my sp site service ex: http://mysite/_vti_bin/Lists.asmx as reference
I included service reference in my project and create object.
I am referrring the below service to check if I can use any method from it but unable to find it. Do we have any method to 
https://msdn.microsoft.com/en-us/library/ms774680(v=office.12).aspx
Sri

Hi Sri,
Per my understanding, you might want to update item using Lists Web Service.
In Lists.asmx, the methods available are as below:
https://msdn.microsoft.com/en-us/library/lists.lists_members(v=office.12).aspx
I suggest you follow the documentation below about updating list item using Lists Web Service for a try in your environment:
https://msdn.microsoft.com/en-us/library/office/ms440289(v=office.14).aspx
Thanks         
Patrick Liang
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]

Similar Messages

  • SharePoint 2013 web service: Error while sending claim based authentication request (The corresponding SID in the domain is not part of the intended account type)

    We are using .asmx services for SharePoint features such as comments, and rating.
    Service
    Feature   used
    http://<<hostname>>/_vti_bin/socialdataservice.asmx
    Commenting, Rating
    http://<<hostname>>/_vti_bin/UserProfileService.asmx
    For out of box workflows
    In SharePoint 2013,
    SharePoint – 80  web application is on claims based mode and user is logging in with windows authentication. With logged-in client context used to call SharePoint's default web service, we are getting below error message from
    web service (Social data and user profile services).
    Server was unable to process request. ---> The corresponding SID in the domain is not part of the intended account type.
    When the service is accessed using console application with Visual Studio credentials (logged in user), we are able to access the service. Below is the code snippet
    using   (SocialDataService
    service = new  
    SocialDataService())
                      service.Credentials =
    CredentialCache.DefaultCredentials;
    SocialCommentDetail detail =   service.AddComment("<<url>>",
      "Test Comment",
    null,  
    null);
    Are SharePoint 2013 web services not supporting request coming with claim based authentication web application?
    Thanks, Pratik Agrawal (MAQ Software)

    While this applies to 2010, I believe the same is true with 2013:
    http://social.technet.microsoft.com/Forums/sharepoint/en-US/925e5f46-317f-46d3-bc55-c67f07eb2372/call-sharepoint-web-services-using-claimbased-authentication?forum=sharepointgeneralprevious
    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.

  • 401 Unauthorized Error When calling a SharePoint REST web service from SharePoint 2013 Workflow

    We have our Workflow Manger installed on the same server as our SharePoint 2013 WFE development environment. When creating a SharePoint 2013 Workflow all Calls to a SharePoint 2013 REST web service results in a 401 Unauthorized error.
    As an example I created a simple workflow that should return a JSON result. The REST Url returns the results in the browser without error.
    Set Variable:webServiceUrl to https://<hostnamedsitecollection>/_vti_bin/client.svc/web/lists/getbytitle('ISR%20Approvers')/Items?$select=Title&$filter=Title%20eq%20%27General%27
    then Build{...} Dictionary (Output to Variable:requestHeaders)
    then Call [%Variable:webServiceUrl%] HTTP web service with request (ResponseContent to Variable:responseContent |ResponseHeaders to responseHeaders | ResponseStatusCode to Variable:responseCode)
    The RequestHeader is set to the requestHeaders variable though the web service call properties
    then Log Variable:responseCode to the workflow history list
    After manually running the workflow in SharePoint on a list item in the ISR Approvers list it Logs "Unauthorized" in the Workflow History Log. It does this with every SharePoint REST web service call that I have tried through the workflow.
    It doesn't have anything to do with the Workflow Manger being installed on the same machine as the SharePoint WFE does it?
    Thank You for any insight

    Hi,
    According to your post, my understanding is that you had 401 Unauthorized Error when calling a SharePoint REST web service from SharePoint 2013 Workflow.
    Please make sure you use the ‘Call HTTP Web Service’ correctly.
    You can enter the URL into the brower to check whether it is correctly.
    You need to
    create the Request header requestHeaders
    using a Dictionary:
    Accept : application/json;odata=verbose
    Content-Type : application/json;odata=verbose
    To associate the
    requestHeaders variable, select the Call action
    property, set the RequestHeaders property to
    requestHeaders.
    Please refer to the following articles:
    Working with Web Services in SharePoint 2013 Workflows using SharePoint Designer 2013
    Calling the SharePoint 2013 Rest API from a SharePoint Designer
    Workflow
    In addtion, you need to make sure you install the workflow manager correctly.
    More information:
    Install and configure workflow for SharePoint Server 2013
    Known Issues in Workflow Manager 1.0
    Troubleshooting Workflow Manager 1.0 Management and Execution
    Best Regards,
    Linda Li
    Linda Li
    TechNet Community Support

  • Sharepoint 2013 Reporting Services & OLAP Cubes for Data Modeling.

    I've been using PowerPivot & PowerView in Excel 2013 Pro for some time now so am now eager to get set up with Sharepoint 2013 Reporting Services.
    Before set up Reporting Services  I have just one question to resolve.
    What are the benefits/differences of using a normal flat table set up, compared to an OLAP cube?
    Should I base my Data Model on an OLAP Cube or just Connect to tables in my SQL 2012 database?
    I realize that OLAP Cubes aggregate data making it faster to return results, but am unclear if this is needed with Data Modeling for Sharepoint 2013.
    Many thanks,
    Mike

    So yes, PV is an in-memory cube. When data is loaded from the data source, it's cached in memory, and stored (compressed) in the Excel file. (also, same concept for SSAS Tabular mode... loads from source, cached in mem, but also stored (compressed) in data
    files, in the event that the server reboots, or something similar).
    As far as performance, tabular uses memory, but has a shorter load process (no ETL, no cube processing)... OLAP/MDX uses less memory, by requiring ETL and cube processing... technically tabular uses column compression, so the memory consumption will be based
    on the type of data (numeric data is GREAT, text not as much)... but the decision to use OLAP (MDX)/TAB (DAX) is just dependent on the type of load and your needs... both platforms CAN do realtime queries (ROLAP in multidimensional, or DirectQuery for tabular),
    or can use their processed/in-memory cache (MOLAP in multidimensional, xVelocity for tabular) to process queries.
    if you have a cube, there's no need to reinvent the wheel (especially since there's no way to convert/import the BIDS/SSDT project from MDX to DAX). If you have SSAS 2012 SP1 CU4 or later, you can connect PV (from Excel OR from within SP) directly to the
    MDX cube.
    Generally, the benefit of PP is for the power users who can build models quickly and easily (without needing to talk to the BI dept)... SharePoint lets those people share the reports with a team... if it's worthy of including in an enterprise warehouse,
    it gets handed off to the BI folks who vet the process and calculations... but by that time, the business has received value from the self-service (Excel) and team (SharePoint) analytics... and the BI team has less effort since the PP model includes data sources
    and calculations - aside from verifying the sources and calculations, BI can just port the effort into the existing enterprise ETL / warehouse / cubes / reports... shorter dev cycle.
    I'll be speaking on this very topic (done so several times already) this weekend in Chicago at SharePoint Saturday!
    http://www.spschicagosuburbs.com/Pages/Sessions.aspx
    Scott Brickey
    MCTS, MCPD, MCITP
    www.sbrickey.com
    Strategic Data Systems - for all your SharePoint needs

  • Do we require to install microsoft excel in sharepoint 2013 server?. if require to use sharepoint 2013 excel services.

    Do we require to install microsoft excel in sharepoint 2013 server?. if require to use sharepoint 2013 excel services.
    In our organisation, development team is asking to install office 2013 in SharePoint 2013 server to use different services, where as architecture team not allowing for the same. I need to provide proper justification for installing office 2013 in SharePoint
    2013 server. Please provide me the correct solution for the same.

    No, you do not need to install Office on the SharePoint server to utilize the Excel Services. Office should not be installed on the SharePoint server.
    Do they need Office Web Apps? Are they looking to have the capability to edit documents in the browser maybe? Or have document preview on search? Office Web Apps would be required for this, but this is a different product than Office.
    Brandon Atkinson
    Blog: http://sharepointbrandon.com

  • Using Excel 2010 with SharePoint 2013 Excel services

    Hello:
    What features are we missing when using Excel 2010 (rather than Excel 2013) with SharePoint 2013 Excel services?
    Regards
    Jeff Gorvits

    Hi Jeff,
    You might want to read the articles below:
    https://support.office.com/en-us/article/Whats-new-in-Power-View-in-Excel-2013-and-in-SharePoint-Server-8e3b4259-421e-41fc-a48e-854388ad14d0?ui=en-US&rs=en-US&ad=US
    https://support.office.com/en-us/article/Version-compatibility-between-Power-Pivot-Data-Models-in-Excel-2010-and-Excel-2013-188f44fd-3cfd-4aa7-b4e6-a9402653cbf3?ui=en-US&rs=en-US&ad=US
    Regards,
    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] .
    Rebecca Tu
    TechNet Community Support

  • How to delete Content Source in Sharepoint 2013 Search Service

    I want to delete Default Content Source in Search
    Service in SharePoint 2013 but delete button is disable?Please see the below image. Content Source Type=SharePoint Sites
    How to do it?
    If In Content Source type=Files than delete button enables but
    not for the Content Source type=Sharepoint sites
    Vishal Goyal

    Hi,
    try to remove it using powershell
    $searchapp = Get-SPEnterpriseSearchServiceApplication "NameofSearchAPp"
    Remove-SPEnterpriseSearchCrawlContentSource -SearchApplication $searchapp -Identity "Name"\Regards
    Whenever you see a reply and if you think is helpful,Vote As Helpful! And whenever you see a reply being an answer to the question of the thread, click Mark As Answer

  • Update existing list item value in sharepoint using web service code

    I have the below code which I am trying to run for updating the list item value. "Settings" is the list name and the item in this list is having index of 1.
    Main()
            ListsSoapClient client = new ListsSoapClient();           
            client.ClientCredentials.Windows.ClientCredential = System.Net.CredentialCache.DefaultNetworkCredentials;
            client.ClientCredentials.Windows.AllowedImpersonationLevel = System.Security.Principal.TokenImpersonationLevel.Impersonation;
            string strListName = "Settings";          
            client.Open();          
            XElement listData = client.GetList(strListName);  
            string listID = listData.Attribute("ID").Value;
            string version = listData.Attribute("Version").Value;
            // string version = listData.Attribute("View").Value; Doesnt work
            // Method 1 : Make the call to SharePoint
            var listItems = client.GetListItems(strListName, null, null, null, null, null, null);
            List<XElement> results = listItems.Descendants().ToList();
            XElement updateItem = results[1];
            updateItem.SetAttributeValue("ows_Value", "value to update");
            client.UpdateListItems(strListName, updateItem); //Didnt work
            // Method 2 : Make the call to SharePoint
            string strBatch = "<Method ID='1' Cmd='Update'>" +
                            "<Field Name='ID'>1</Field>" +
                            "<Field Name='Title'>" + "999" + "</Field></Method>";
            XmlDocument xmlDoc = new System.Xml.XmlDocument();
            System.Xml.XmlElement elBatch = xmlDoc.CreateElement("Batch");
            //elBatch.SetAttribute("OnError","Continue"); //Not mandatory ?
            //elBatch.SetAttribute("ListVersion","1"); //Not mandatory ?
            //elBatch.SetAttribute("ViewName", "00F85842-35AD-4AED-8DF7-0F903FB850BE"); is it mandatory ?
            elBatch.InnerXml = strBatch;
            client.UpdateListItems(strListName, XmlElementToXelement(elBatch)); //doesnt work
            client.Close();
       public static XElement XmlElementToXelement(XmlElement e)
            return XElement.Parse(e.OuterXml);
    How do we get the ViewName value of the list using code ? why is it not mandatory in Method 2. At the end of the method1 i am getting the below exception.How do I fix this ?
     Exception of type 'Microsoft.SharePoint.SoapServer.SoapServerException' was thrown.

    you can get view name using below links:
    http://stackoverflow.com/questions/14857811/sharepoint-web-services-getlistitems-view-name
    http://www.a2zmenu.com/Blogs/SharePoint/Get-selected-view-name-of-a-SharePoint-List.aspx
    you can use SPList.getview method.

  • How to properly create and configure SharePoint 2013 Search service with PowerShell?

    Hello Forum,
    I have installed SharePoint 2013 across three tier servers:
    WFE Server  (Of course, SharePoint is installed here. Bsically this is just a Web server)
    APP Server  (Of course, SharePoint is installed here + Central Admin + Service Apps).
    SQL Server  
    I now want to create and configure the Search service, obviously on the APP Server, But of course the search functionality should work correctly on the WFE server to.
    I want to do this via a proper PowerShell script. I found Spence Harbar's script on: (http://www.harbar.net/articles/sp2013mt.aspx), But it has three problems, and they are as follows:
    1) Spence Harbar himself literally stated on his article that this script is for: "deploying on a single server farm", But what if I have three tier servers? Could anyone please help me out in suggesting the required tweaks in the
    script?
    2) By default Search uses the SP_Farm account, So, How can I change the script to use other dedicated account for the search service e.g. SP_SearchAcc ?
    3) How can I modify the script to specify a default Search center?
    4) Apart from all the three aforementioned point - Is the script missing anything? 
    I would greatly appreciate your inputs - Thanks !

    the only differences are where you place the components.  if you are doing a small server farm with a 1-1-1, most likely you just need to change the script so that you set the index and query processing component on the front end, but the others on
    the app server.  just a 2 second update... just keep in mind this will work, but I am making several assumptions without any knowledge of your farm, users, capabilities. 
    generally, there would be more of a breakout on the topology than that, but im guessing for this farm that you wont have dedicated search servers.  also, a lot depends on # users (rps really), # items in index, size of VMs (RAM for query processing,
    Disk for index, etc, etc), and making sure the topology works for your particular environment and needs. 
    if you want more detailed topology help, which aligns as closely as possible to "best practices" (not that those exist in SharePoint, go ahead and provide the total # users, average/peak RPS for search, current index size, content source types,
    VM specs RAM, CPU, #/Size of drives, HA concerns/priority (obviously isn't, since only 1-1-1)
    Christopher Webb | MCM: SharePoint 2010 | MCSM: SharePoint Charter | MCT | http://christophermichaelwebb.com

  • Sharepoint excel web services

    I am working on a sharpoint 2013 and I want to create a dashboard from sharepoint list. So I export to excel from list and upload this excel to sharepoint site. Than I create a pivot table with this data, to see dashboard on site I add web part adding dasboard
    chart.
    When we add new title in list, this data automatically update and I can see new data in excel sheet. But our pivot table,chart and web part dosent update automatically. We set connection every 60 min update, but it doesnt work.When we want to update web
    part, it run into this error ''Unable
    to refresh data for a data connection in the workbook,The following connections
    failed to refresh: ThisWorkbookDataModel'
    What can I do for solving this problem?
    Regards
    Yağmur.

    I believe you need a service account to do this. There are options when you go to the data connections tab in Excel (same place where you set the 60 minute interval) where you can add your account.
    Andy Wessendorf SharePoint Developer II | Rackspace [email protected]

  • How do I setup SharePoint 2013 web applications for 2 TB of data?

    Hi,
    I know Microsoft recommend to have 1 App pool with 1 Web App and 1 Content Database. 
    The issue is that in my company SharePoint is going to be a file repository with about 2 TB of data. Management wants that to happen. 
    I was thinking to have 1 App pool and about 18 Web App for each department so that it can hold all that data with a maximum of 200 GB per Content DB in 2 SQL clustered servers. 
    Is that OK? Is this best practices?

    Chicho84,
    Yes, in SharePoint it is suggested to not allow to grow content DB more than 200 GB. Now will your environment starts with 2TB (after migration) or it will steadyly migrate eventually 2TB data. If so that you can think of Host heard site collection with
    individual content db.
    I am sure that you know that SharePoint is not only a DMS but also come with variety of useful service like Search, Workflow, Forms, Social etc. Thease all are going to be a important tool in your organisation. So planing for other services and hardware
    is also very important.
    These are few links which you can refer as starting point :
    http://technet.microsoft.com/en-us/library/cc262451.aspx
    http://technet.microsoft.com/en-us/library/jj219628.aspx#HW_Enterprise
    http://social.technet.microsoft.com/wiki/contents/articles/12438.community-best-practices-for-sharepoint-2013.aspx
    Hope it will help you.
    Please 'propose as answer' if it helped you, also 'vote helpful' if you like this reply.

  • SharePoint NTLM web service from LC process problem

    Hello all,
    I'm struggling to get a LiveCycle process to update an internal SharePoint list via its NTLM Windows authenticated web service. 
    As you can see from the above, the schema definition is loaded no problem, and I can select the operation I want to run.  I've used the "Test" tab to attempt to send a request to update the list:
    Attempting to test the web service call (in Workbench) gives errors in the UI along with the server.log all to do with authentication problems.  It's worth mentioning at this point that the "User name" and "Password" boxes on the Settings have been left blank in the screenshot.  I have tried all possible combinations here, and the error messages in the log differ for each scenario, demonstrated below:
    Error in UI for all:
    Various Server.log errors:
    Blank Username / Password
    Which made me think, "I'll add a test AD username / password" and see what happens..
    With Username / Password
    Of course, "I'll add the domain before the username" and try again...
    With Username / Password (DOMAIN\Username & Password) - (tried both fully qualified domain & shortened)
    But.. It's still asking for the DOMAIN?
    The solution for now:
    In the meantime, I've resorted to enabling BASIC authentication on the SharePoint site, which accepts the request and returns a response, but realistically we don't want to enable this for a production environment.  It also doesn't help explain what the underlying issue is with LC, or even if it's a LC issue at all!
    I eagerly await some experienced person to help with knowledge on the subject..
    Thanks,
    Alex

    Our issue may be unrelated, but you will probably encounter issues with some of SP's native web services.
    I am also trying to set up processes in LC that insert list items into sharepoint, however some of SP's services in lists.asmx dont seem to have a properly exposed wsdl. I am able to get list items to properly insert (see below), and our server is set up with basic auth right now (behind the firewall).
    Once you get the right creds. over basic, do you have any issues publishing content (specifically using updatelistitems)?
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soap="http://schemas.microsoft.com/sharepoint/soap/">
       <soapenv:Header/>
       <soapenv:Body>
          <soap:UpdateListItems>
             <!--Optional:-->
             <soap:listName>Announcements</soap:listName>
             <!--Optional:-->
             <soap:updates>
    <Batch OnError="Continue" RootFolder="/Lists/Announcements">
    <Method ID='1' Cmd='New'>
    <Field Name='Title'>testforfields233</Field>
    <Field Name='Body'>!!!!!!!!!!!</Field>
    <Field Name='ApprovalStatus'>denied</Field>
    <Field Name='URL'>http://www.google.com</Field>
    </Method>
    </Batch>
             </soap:updates>
          </soap:UpdateListItems>
       </soapenv:Body>
    </soapenv:Envelope>

  • Sharepoint 2013 changing the width of columns in a list

    Hi, 
    I would like to know if it is possible to change the width of columns in a custom list in sharepoint 2013. I have tried to load it in Sharepoint Designer 2010, but it will not allow me. Therefore, I can only use SPD 2013.
    Thanks

    Hi Jemelia,
    According to your description, my understanding is that you want to change the width of a column in a custom list in SharePoint 2013.
    Per my test, if we edit the AllItem view of the list in SharePoint Designer 2013, we cannot get the design tab to customize the XSLT of the list and change the width of the column.
    I recommend to create a new page, and then add a data view web part of the corresponding list to the page. After that, we can get the design tab to customize the XSLT of the list.
    Here are the detailed steps:
    In the newly created page with the added data view web part of the list, select the data view web part  and then click on “Customize XSLT” > “Customize Entire View” on design tab in the menu.
    Search for the fieldname for example in my case “Column” then you will get template like “dvt_headerfield. Column”. In this template there is a attribute name like <xsl:attribute name="style">
    in this just add the width size like following.
    <xsl:attribute name="style">padding:0 !important;border:0 !important; width: 600px</xsl:attribute>
      3. Search for the template  “FieldRef_printTableCell_EcbAllowed.Column”. In this template you will see “<td>” and you can add style to change its width like following.
    <td style=" width:300px">
    We can also use jquery to change the width of the column in SharePoint 2013:
          1. Create a txt file containing the code below:
    <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.2.6/jquery.min.js"></script>
    <script type="text/javascript">
    $(document).ready(function() {
    $("TH.ms-vh2:contains('Title')").css("width", "300px"); //You can change the column to be the column you want to change the width, Title in the code for example.
    </script>
           2. Upload the txt file to a library in SharePoint.
           3. Add a Content Editor in the page where the list exists, and then edit the web part.
           4. In Content Link, type in the URL of the txt file in SharePoint, like
    http://server/site/library/file.txt.
    Best regards.
    Thanks
    Victoria Xia
    TechNet Community Support

  • Sharepoint 2013 - Search service not working

    We have set the search service application to crawl incrementally. The crawls are taking a long time. The content is not vast over the single farm but we do have a few sizable document libraries, lists and media assets. Suggestions as to what to check
    again first? Screen shot of the search admin page.

    Hi,
    According to your post, my understanding is that Search service failed to work in SharePoint 2013.
    The cause is that Accounts that are used by application pools or services are members of the Administrators group on the local computer.
    I recommend to change the user account to a predefined account, or to a domain user account that is not a member of the Administrators group.
    More information:
    http://technet.microsoft.com/en-us/library/hh344224(v=office.15).aspx
    http://alstechtips.blogspot.com/2013/12/health-analyzer-accounts-used-by.html
    http://absolute-sharepoint.com/2013/01/sharepoint-2013-service-accounts-best-practices-explained.html
    Best Regards,
    Linda Li
    Linda Li
    TechNet Community Support

  • After Up-Gradation to SharePoint 2013 Web Parts Stopped Working.

    Hi,
    I upgraded SharePoint 2013 from 2010. After up-Gradation my existing web-parts are no more working.
    I also tried after upgrading web part for 15 hive but still same issue.
    When ever I click on button it takes me to error page and shows message "
    Sorry, something went wrong
    An unexpected error has occurred. "
    Following are logs from ULS:
    Medium Entering monitored scope (Request (POST:http://SPSRVR/PWA/ADBCCRO/Custom/Timesheet.aspx)). Parent No 2f1a8b9c-88c5-f019-bb28-82a0422a41e6
    04/26/2014 15:38:15.51 w3wp.exe (0x1FE8) 0x0988 SharePoint Foundation Logging Correlation Data xmnv Medium Name=Request (POST:http://SPSRVR/PWA/ADBCCRO/Custom/Timesheet.aspx) 861b8b9c-a8a5-f019-bb28-8f85537e2f88
    04/26/2014 15:38:15.51 w3wp.exe (0x1FE8) 0x0988 SharePoint Foundation Authentication Authorization agb9s Medium Non-OAuth request. IsAuthenticated=True, UserIdentityName=, ClaimsCount=0 861b8b9c-a8a5-f019-bb28-8f85537e2f88
    04/26/2014 15:38:15.53 w3wp.exe (0x1FE8) 0x0988 SharePoint Foundation Files ak8dj High UserAgent not available, file operations may not be optimized. at Microsoft.SharePoint.SPFileStreamManager.CreateCobaltStreamContainer(SPFileStreamStore spfs, ILockBytes ilb, Boolean copyOnFirstWrite, Boolean disposeIlb) at Microsoft.SharePoint.SPFileStreamManager.SetInputLockBytes(SPFileInfo& fileInfo, SqlSession session, PrefetchResult prefetchResult) at Microsoft.SharePoint.CoordinatedStreamBuffer.SPCoordinatedStreamBufferFactory.CreateFromDocumentRowset(Guid databaseId, SqlSession session, SPFileStreamManager spfstm, Object[] metadataRow, SPRowset contentRowset, SPDocumentBindRequest& dbreq, SPDocumentBindResults& dbres) at Microsoft.SharePoint.SPSqlClient.GetDocumentContentRow(Int32 rowOrd, Object ospFileStmMgr, SPDocumentBindRequest& dbreq, SPDocumentBindResults& dbres... 861b8b9c-a8a5-f019-bb28-8f85537e2f88
    04/26/2014 15:38:15.53* w3wp.exe (0x1FE8) 0x0988 SharePoint Foundation Files ak8dj High ...) at Microsoft.SharePoint.Library.SPRequestInternalClass.GetFileAndMetaInfo(String bstrUrl, Byte bPageView, Byte bPageMode, Byte bGetBuildDependencySet, String bstrCurrentFolderUrl, Int32 iRequestVersion, Byte bMainFileRequest, Boolean& pbCanCustomizePages, Boolean& pbCanPersonalizeWebParts, Boolean& pbCanAddDeleteWebParts, Boolean& pbGhostedDocument, Boolean& pbDefaultToPersonal, Boolean& pbIsWebWelcomePage, String& pbstrSiteRoot, Guid& pgSiteId, UInt32& pdwVersion, String& pbstrTimeLastModified, String& pbstrContent, UInt32& pdwPartCount, Object& pvarMetaData, Object& pvarMultipleMeetingDoclibRootFolders, String& pbstrRedirectUrl, Boolean& pbObjectIsList, Guid& pgListId, UInt32& pdwItemId, Int64& pllListFlags, Boolean& pbAccessDenied, Guid& pgDocid, Byte& piLevel, UInt64& ppermMask, ... 861b8b9c-a8a5-f019-bb28-8f85537e2f88
    04/26/2014 15:38:15.53* w3wp.exe (0x1FE8) 0x0988 SharePoint Foundation Files ak8dj High ...Object& pvarBuildDependencySet, UInt32& pdwNumBuildDependencies, Object& pvarBuildDependencies, String& pbstrFolderUrl, String& pbstrContentTypeOrder, Guid& pgDocScopeId) at Microsoft.SharePoint.Library.SPRequestInternalClass.GetFileAndMetaInfo(String bstrUrl, Byte bPageView, Byte bPageMode, Byte bGetBuildDependencySet, String bstrCurrentFolderUrl, Int32 iRequestVersion, Byte bMainFileRequest, Boolean& pbCanCustomizePages, Boolean& pbCanPersonalizeWebParts, Boolean& pbCanAddDeleteWebParts, Boolean& pbGhostedDocument, Boolean& pbDefaultToPersonal, Boolean& pbIsWebWelcomePage, String& pbstrSiteRoot, Guid& pgSiteId, UInt32& pdwVersion, String& pbstrTimeLastModified, String& pbstrContent, UInt32& pdwPartCount, Object& pvarMetaData, Object& pvarMultipleMeetingDoclibRootFolders, String& pbst... 861b8b9c-a8a5-f019-bb28-8f85537e2f88
    04/26/2014 15:38:15.53* w3wp.exe (0x1FE8) 0x0988 SharePoint Foundation Files ak8dj High ...rRedirectUrl, Boolean& pbObjectIsList, Guid& pgListId, UInt32& pdwItemId, Int64& pllListFlags, Boolean& pbAccessDenied, Guid& pgDocid, Byte& piLevel, UInt64& ppermMask, Object& pvarBuildDependencySet, UInt32& pdwNumBuildDependencies, Object& pvarBuildDependencies, String& pbstrFolderUrl, String& pbstrContentTypeOrder, Guid& pgDocScopeId) at Microsoft.SharePoint.Library.SPRequest.GetFileAndMetaInfo(String bstrUrl, Byte bPageView, Byte bPageMode, Byte bGetBuildDependencySet, String bstrCurrentFolderUrl, Int32 iRequestVersion, Byte bMainFileRequest, Boolean& pbCanCustomizePages, Boolean& pbCanPersonalizeWebParts, Boolean& pbCanAddDeleteWebParts, Boolean& pbGhostedDocument, Boolean& pbDefaultToPersonal, Boolean& pbIsWebWelcomePage, String& pbstrSiteRoot, Guid& pgSiteId, UInt32& pdwVersion,... 861b8b9c-a8a5-f019-bb28-8f85537e2f88
    04/26/2014 15:38:15.53* w3wp.exe (0x1FE8) 0x0988 SharePoint Foundation Files ak8dj High ... String& pbstrTimeLastModified, String& pbstrContent, UInt32& pdwPartCount, Object& pvarMetaData, Object& pvarMultipleMeetingDoclibRootFolders, String& pbstrRedirectUrl, Boolean& pbObjectIsList, Guid& pgListId, UInt32& pdwItemId, Int64& pllListFlags, Boolean& pbAccessDenied, Guid& pgDocid, Byte& piLevel, UInt64& ppermMask, Object& pvarBuildDependencySet, UInt32& pdwNumBuildDependencies, Object& pvarBuildDependencies, String& pbstrFolderUrl, String& pbstrContentTypeOrder, Guid& pgDocScopeId) at Microsoft.SharePoint.SPWeb.GetWebPartPageContent(Uri pageUrl, Int32 pageVersion, PageView requestedView, HttpContext context, Boolean forRender, Boolean includeHidden, Boolean mainFileRequest, Boolean fetchDependencyInformation, Boolean& ghostedPage, String& siteRoot, Guid& siteId, Int64& bytes, ... 861b8b9c-a8a5-f019-bb28-8f85537e2f88
    04/26/2014 15:38:15.53* w3wp.exe (0x1FE8) 0x0988 SharePoint Foundation Files ak8dj High ...Guid& docId, UInt32& docVersion, String& timeLastModified, Byte& level, Object& buildDependencySetData, UInt32& dependencyCount, Object& buildDependencies, SPWebPartCollectionInitialState& initialState, Object& oMultipleMeetingDoclibRootFolders, String& redirectUrl, Boolean& ObjectIsList, Guid& listId) at Microsoft.SharePoint.ApplicationRuntime.SPRequestModuleData.FetchWebPartPageInformationForInit(HttpContext context, SPWeb spweb, Boolean mainFileRequest, String path, Boolean impersonate, Boolean& isAppWeb, Boolean& fGhostedPage, Guid& docId, UInt32& docVersion, String& timeLastModified, SPFileLevel& spLevel, String& masterPageUrl, String& customMasterPageUrl, String& webUrl, String& siteUrl, Guid& siteId, Object& buildDependencySetData, SPWebPartCollectionInitialState& initialState, ... 861b8b9c-a8a5-f019-bb28-8f85537e2f88
    04/26/2014 15:38:15.53* w3wp.exe (0x1FE8) 0x0988 SharePoint Foundation Files ak8dj High ...String& siteRoot, String& redirectUrl, Object& oMultipleMeetingDoclibRootFolders, Boolean& objectIsList, Guid& listId, Int64& bytes) at Microsoft.SharePoint.ApplicationRuntime.SPRequestModuleData.GetFileForRequest(HttpContext context, SPWeb web, Boolean exclusion, String virtualPath) at Microsoft.SharePoint.ApplicationRuntime.SPRequestModule.InitContextWeb(HttpContext context, SPWeb web) at Microsoft.SharePoint.WebControls.SPControl.SPWebEnsureSPControl(HttpContext context) at Microsoft.SharePoint.ApplicationRuntime.SPRequestModule.GetContextWeb(HttpContext context) at Microsoft.SharePoint.ApplicationRuntime.SPRequestModule.PostResolveRequestCacheHandler(Object oSender, EventArgs ea) at System.Web.HttpApplication.SyncEventExecutionStep.System.Web.HttpApplication.IEx... 861b8b9c-a8a5-f019-bb28-8f85537e2f88
    04/26/2014 15:38:15.53* w3wp.exe (0x1FE8) 0x0988 SharePoint Foundation Files ak8dj High ...ecutionStep.Execute() at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) at System.Web.HttpApplication.PipelineStepManager.ResumeSteps(Exception error) at System.Web.HttpApplication.BeginProcessRequestNotification(HttpContext context, AsyncCallback cb) at System.Web.HttpRuntime.ProcessRequestNotificationPrivate(IIS7WorkerRequest wr, HttpContext context) at System.Web.Hosting.PipelineRuntime.ProcessRequestNotificationHelper(IntPtr rootedObjectsPointer, IntPtr nativeRequestContext, IntPtr moduleData, Int32 flags) at System.Web.Hosting.PipelineRuntime.ProcessRequestNotification(IntPtr rootedObjectsPointer, IntPtr nativeRequestContext, IntPtr moduleData, Int32 flags) at System.Web.Hosting.UnsafeIISMethods.MgdIndicateCompl... 861b8b9c-a8a5-f019-bb28-8f85537e2f88
    04/26/2014 15:38:15.53* w3wp.exe (0x1FE8) 0x0988 SharePoint Foundation Files ak8dj High ...etion(IntPtr pHandler, RequestNotificationStatus& notificationStatus) at System.Web.Hosting.UnsafeIISMethods.MgdIndicateCompletion(IntPtr pHandler, RequestNotificationStatus& notificationStatus) at System.Web.Hosting.PipelineRuntime.ProcessRequestNotificationHelper(IntPtr rootedObjectsPointer, IntPtr nativeRequestContext, IntPtr moduleData, Int32 flags) at System.Web.Hosting.PipelineRuntime.ProcessRequestNotification(IntPtr rootedObjectsPointer, IntPtr nativeRequestContext, IntPtr moduleData, Int32 flags) 861b8b9c-a8a5-f019-bb28-8f85537e2f88
    04/26/2014 15:38:15.53 w3wp.exe (0x1FE8) 0x0988 SharePoint Foundation Files aiv4w Medium Spent 0 ms to bind 3870 byte file stream 861b8b9c-a8a5-f019-bb28-8f85537e2f88
    04/26/2014 15:38:15.53 w3wp.exe (0x1FE8) 0x0988 SharePoint Foundation Files ahjkm Medium Spent 0 ms to send 3870 byte file stream 861b8b9c-a8a5-f019-bb28-8f85537e2f88
    04/26/2014 15:38:15.53 w3wp.exe (0x1FE8) 0x0988 SharePoint Foundation Logging Correlation Data xmnv Medium Site=/PWA 861b8b9c-a8a5-f019-bb28-8f85537e2f88
    04/26/2014 15:38:15.53 w3wp.exe (0x1FE8) 0x0988 SharePoint Foundation Monitoring b4ly High Leaving Monitored Scope (PostResolveRequestCacheHandler). Execution Time=16.3957 861b8b9c-a8a5-f019-bb28-8f85537e2f88
    04/26/2014 15:38:15.54 w3wp.exe (0x1FE8) 0x0988 Web Content Management Publishing 7fz3 Medium Setting [Display] as the FormContext.FormMode for the current page 861b8b9c-a8a5-f019-bb28-8f85537e2f88
    04/26/2014 15:38:15.57 w3wp.exe (0x1FE8) 0x0988 SharePoint Foundation General 8nca Medium Application error when access /PWA/ADBCCRO/Custom/Timesheet.aspx, Error=The IListSource does not contain any data sources. at System.Web.UI.DataSourceHelper.GetResolvedDataSource(Object dataSource, String dataMember) at System.Web.UI.WebControls.ReadOnlyDataSource.System.Web.UI.IDataSource.GetView(String viewName) at System.Web.UI.WebControls.DataBoundControl.ConnectToDataSourceView() at System.Web.UI.WebControls.DataBoundControl.GetData() at System.Web.UI.WebControls.ListControl.OnDataBinding(EventArgs e) at System.Web.UI.WebControls.ListControl.PerformSelect() at PrjSvr2013.Timesheets.PrjSvr2013TimesheetsUserControl.BindResources() at PrjSvr2013.Timesheets.PrjSvr2013TimesheetsUserControl.btnSearchPeriod_Click(Object sender, EventArgs e) at System.EventHa... 861b8b9c-a8a5-f019-bb28-8f85537e2f88
    04/26/2014 15:38:15.57* w3wp.exe (0x1FE8) 0x0988 SharePoint Foundation General 8nca Medium ...ndler.Invoke(Object sender, EventArgs e) at System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument) at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) 861b8b9c-a8a5-f019-bb28-8f85537e2f88
    04/26/2014 15:38:15.57 w3wp.exe (0x1FE8) 0x0988 SharePoint Foundation Runtime tkau Unexpected System.Web.HttpException: The IListSource does not contain any data sources. at System.Web.UI.DataSourceHelper.GetResolvedDataSource(Object dataSource, String dataMember) at System.Web.UI.WebControls.ReadOnlyDataSource.System.Web.UI.IDataSource.GetView(String viewName) at System.Web.UI.WebControls.DataBoundControl.ConnectToDataSourceView() at System.Web.UI.WebControls.DataBoundControl.GetData() at System.Web.UI.WebControls.ListControl.OnDataBinding(EventArgs e) at System.Web.UI.WebControls.ListControl.PerformSelect() at PrjSvr2013.Timesheets.PrjSvr2013TimesheetsUserControl.BindResources() at PrjSvr2013.Timesheets.PrjSvr2013TimesheetsUserControl.btnSearchPeriod_Click(Object sender, EventArgs e) at System.EventHandler.Invoke(Object sender, EventArgs e) ... 861b8b9c-a8a5-f019-bb28-8f85537e2f88
    04/26/2014 15:38:15.57* w3wp.exe (0x1FE8) 0x0988 SharePoint Foundation Runtime tkau Unexpected ...at System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument) at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) 861b8b9c-a8a5-f019-bb28-8f85537e2f88
    04/26/2014 15:38:15.57 w3wp.exe (0x1FE8) 0x0988 SharePoint Foundation General ajlz0 High Getting Error Message for Exception System.Web.HttpUnhandledException (0x80004005): Exception of type 'System.Web.HttpUnhandledException' was thrown. ---> System.Web.HttpException (0x80004005): The IListSource does not contain any data sources. at System.Web.UI.DataSourceHelper.GetResolvedDataSource(Object dataSource, String dataMember) at System.Web.UI.WebControls.ReadOnlyDataSource.System.Web.UI.IDataSource.GetView(String viewName) at System.Web.UI.WebControls.DataBoundControl.ConnectToDataSourceView() at System.Web.UI.WebControls.DataBoundControl.GetData() at System.Web.UI.WebControls.ListControl.OnDataBinding(EventArgs e) at System.Web.UI.WebControls.ListControl.PerformSelect() at PrjSvr2013.Timesheets.PrjSvr2013TimesheetsUserControl.BindResources() at P... 861b8b9c-a8a5-f019-bb28-8f85537e2f88
    04/26/2014 15:38:15.57* w3wp.exe (0x1FE8) 0x0988 SharePoint Foundation General ajlz0 High ...rjSvr2013.Timesheets.PrjSvr2013TimesheetsUserControl.btnSearchPeriod_Click(Object sender, EventArgs e) at System.EventHandler.Invoke(Object sender, EventArgs e) at System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument) at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) at System.Web.UI.Page.HandleError(Exception e) at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) at System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) at System.Web.UI.Page.ProcessRequest() at System.Web.UI.Page.ProcessRequest(HttpContext context) at System.Web.HttpApplication.Ca... 861b8b9c-a8a5-f019-bb28-8f85537e2f88
    04/26/2014 15:38:15.57* w3wp.exe (0x1FE8) 0x0988 SharePoint Foundation General ajlz0 High ...llHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) 861b8b9c-a8a5-f019-bb28-8f85537e2f88
    04/26/2014 15:38:15.57 w3wp.exe (0x1FE8) 0x0988 SharePoint Foundation General aat87 Monitorable 861b8b9c-a8a5-f019-bb28-8f85537e2f88
    04/26/2014 15:38:15.57 w3wp.exe (0x1FE8) 0x0988 SharePoint Foundation Micro Trace uls4 Medium Micro Trace Tags: 0 nasq,1 agb9s,11 ak8dj,5 b4ly,18 7fz3,20 8nca,0 tkau,0 ajlz0,1 aat87 861b8b9c-a8a5-f019-bb28-8f85537e2f88
    04/26/2014 15:38:15.57 w3wp.exe (0x1FE8) 0x0988 SharePoint Foundation Monitoring b4ly Medium Leaving Monitored Scope (Request (POST:http://SPSRVR/PWA/ADBCCRO/Custom/Timesheet.aspx)). Execution Time=65.8699 861b8b9c-a8a5-f019-bb28-8f85537e2f88
    Regards,
    Mehar

    Hi Mehar,
    Please try to run the PowerShell command, and compare the result:
    $webApp = Get-SPWebApplication "http://ihaveablobproblem.com"
    [Microsoft.SharePoint.Publishing.PublishingCache]::FlushBlobCache($webApp)
    More information, please refer to the link:
    http://richardleeman.blogspot.com/2013/08/sharepoint-2013-useragent-not-available.html
    Here is a similar post, please check if it is useful:
    http://social.technet.microsoft.com/Forums/en-US/05144219-aa4a-49d4-b7f6-31d83e7e97c6/sp2013-upgradation-breaks-all-list-views-with-fieldscontent-types?forum=sharepointgeneral
    I hope this helps.
    Thanks,
    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

Maybe you are looking for

  • Time Capsule slow as 802.11g WAP

    I've been having trouble with my wireless network since I received my 1TB Time Capsule. AppleTV quit syncing, .Mac Sync hung repeatedly, and Printing via the Time Capsule stutters. I only have 802.11g hosts on my network, so 802.11n performance isn't

  • How do you set the fontSize of a label in AS?

    I am tinkering with a neat little component I found, and I added a few labels to it. In the AS code there are now four labels. I wanted to change the default font size on one of the labels, which I know how to do in mxml but I don't really understand

  • Finding EJB from Application Client

    When i tried to use lookup function using j2ee1.4 it was throwing an exception "NoInitialContextException". So I stored Context and port information in System.Property and use them while creating an object of InitialContext. It is working fine. But m

  • How to configure DomainKey/DKIM in Mavericks Server?

    I tried to follow the guid from TopicDesk (http://http://topicdesk.com/downloads/tutorials/160-implementing-domainkeys-dkim -on-os-x-10-8-x-mountain-lion-with-server-2-x) on 10.9.  My DNS is setup correctly (tested using the testing tools at domainke

  • Oracle EDQ Real time Integration

    Hi, Will it be possible to create 1:m relationship WSDL file in EDQ. I have a requirement where Customer is the Parent entity and other child entities such as Address, References, Privacy preferences etc. would have a multiple entries for one custome