Sharepoint Foundation 2010 and Large Media Files?

I have already seen links giving instructions in how to raise the default 50MB upload limit to up to 2GB, but it doesn't seem like a good idea based on all the caveats and warnings about it.
If we need to occasionally allow access to external SharePoint users to files of size much larger than 50MB (software application installation files, audio recordings and video recordings) despite most documents being much less than 50MB (Office documents)
what is the best solution that does not involve using third party external services such as OneDrive, Azure or Dropbox because we must host all of our files on premises.
The SharePoint server is Internet accessible, but it requires AD authentication to log in and access files.
Some have recommended file server shares for the larger files, but the Internet users only have AD accounts that are used to access the SharePoint document libraries, but they do not have VPN that would be needed to access an internal file share.
I have heard of FTP and SFTP, but the users need something more user-friendly, doesn't require anything applications than their browser and that will use their existing AD credentials and we need to have auditing of who is uploading and downloading files.
Is there any other solution other than just raising the file limit to 1 or 2GB just for a handful of large files in a document library full of mostly sub 50MB files?

I had a
previous post about performance impacts on the upload/download of large content on SharePoint.
Shredded storage has got little to do with this case, as it handles Office documents shared on SharePoint, being edited on Office client, and saving back only the differences, therefore, lightening up the throughput.
These huge files are not to be edited, they're uploaded once.
It's a shame to expose this SharePoint Farm on the extranet, just because of a handful of huge files.
Doesn't the company have a webserver on the DMZ hosting a extranet portal ? Can't that extranet portal feature a page that discovers those files intended to be downloaded from the outside, and then, act as a reverse proxy to stream them out ?
Or, it may be a chance to build a nice Portal site on SharePoint.

Similar Messages

  • Sharepoint Foundation 2010 and SSRS

    Hi I have one small problem with Sharepoint Foundation 2010 and SSRS Integrated mode.
    We have one installation with frontend and backend server, backend is installed on SSRS server and Kerberos authentication is enabled.
    There are no problem to view reports with webparts but when you make one automatic subscription to make Report PDF files in one file share, it makes 5 och 30 files.
    I can only find this in log files:
    w3wp!library!18!01/26/2015-19:20:33:: i INFO: Skipped creating a dump file for the error InternalCatalogException, because a dump with the identical stack trace (with signature 1778776910) was already created.
    w3wp!library!18!01/26/2015-19:20:33:: e ERROR: Throwing Microsoft.ReportingServices.Diagnostics.Utilities.InternalCatalogException: Unhandled exception in timer Database version check, Microsoft.ReportingServices.Diagnostics.Utilities.InternalCatalogException:
    An internal error occurred on the report server. See the error log for more details. ---> System.InvalidCastException: Unable to cast object of type 'System.DBNull' to type 'System.String'.
       at Microsoft.ReportingServices.Library.ConnectionManager.GetDBVersion(Boolean rethrow)
       at Microsoft.ReportingServices.Library.ConnectionManager.EnsureCorrectDBVersion()
       at Microsoft.ReportingServices.Library.ConnectionManager.ConnectStorage(VersionVerificationOptions option)
       at Microsoft.ReportingServices.Library.DatabaseVersionCheckTimer.DoTimerAction()
       at Microsoft.ReportingServices.Diagnostics.TimerActionBase.TimerAction(Object unused)
       --- End of inner exception stack trace ---;
    Any ideas?

    Hi Dalibor,
    Based on your description, my understanding is that the error occurred when automatically making Report PDF files.
    Could you please provide the version of SQL server in your environment?
    If you are using SQL server 2012, I recommend to update the SQL server with SP1 and CU7 to see if the issue still occurs.
    And please also re-configure the Reporting Service Application and then check the results:
    https://technet.microsoft.com/en-us/library/bb326213(v=sql.105).aspx
    https://msdn.microsoft.com/en-us/library/gg492276(v=sql.110).aspx
    Thanks,
    Victoria
    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]
    Victoria Xia
    TechNet Community Support

  • How to uninstall Sharepoint Foundation 2010 and remove its databases

    Hello, 
    My company has Sharepoint Foundation 2010 installed on a Windows Server 2008 R2. I want to remove this server from our network. I'd like to know what are the steps to unsintall Sharepoint Foundation 2010 and remove its databases. The databases are located
    on a remote machine with SQL Server 2008 R2. I'm wondering if the Sharepoint uninstall process will remove its databases from the remote server or do the databases need to be removed manually. If the databases need to be removed manually, I'd like to know
    how to find out the name of the configuration, content, administration, search and user profile application databases that Sharepoint is using. 
    I appreciate any help that anybody can provide. Thanks!!

    Uninstall SharePoint via Programs and Features from the SharePoint server. Once that is done, drop/delete the databases from the SQL Server. Uninstalling SharePoint does not remove databases.
    Before you uninstall SharePoint, you can run:
    Get-SPDatabase | Select Name,Server
    That will list all database names and their associated SQL Server/instance.
    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.

  • When building a vacation leave holiday system using SharePoint Foundation 2010 and SharePoint Designer workflows how can I add half day functionality?

    Hi,
    I have built a vacation leave holiday system for SharePoint Foundation 2010 using SharePoint Designer workflows and Javascript. Everything works perfectly but I'm struggling to design a solution for users to specify half day requests that span over dates
    greater than 1 day, i.e. my half day solution works but only when the start and end date are the same. How would I change the user interface to allow users to choose which day they want the half day to be requested when the vacation leave holiday request is
    from, say,  6th - 10th Jan 2014?
    Thanks.

    Hi ,
    I have a test on my machine with a custom approval workflow and it can work normally .Here are the detailed steps :
    1.      
    Open the site in SharePoint Designer .Create a workflow to associate with the document library .Set the workflow to start when an item is created and when an item is changed
    .Also allow the workflow to start manually .
    2.      
    Choose ‘Collect Data from a user’ .
    3.      
    Click on the data and give a name to the Task created .
    4.      
    Define the custom form field name as ‘Approve ?’ .Set the information type as Choice .
    5.      
    Set the choices as ‘Approve’ and ’Reject’ .Display as Checkboxes .Uncheck the ‘Allow fill-in values’ and ‘Allow blank values’
    .Click finish to save .
    6.      
    Click on users and add the users who will approve the documents .
    7.      
    Keep the output to variable as collect .
    8.      
    Add a new step .Choose ‘If any value equals value ’ .Set the any value ‘Data source’ as  workflow variables and parameters .Set the ‘Field
    from source’ as Variable: collect .
    9.      
    Set the value behind ‘equals ’ as ‘Approve’ .
    10.  
    Add a new action ‘Update list item ’ .Set the item as current item .Add the field Approval status as Approved .
    11.  
    Add an Else-if branch to update the Approval status as Rejected .
    12.  
    Publish the workflow and test in your site .
    Thanks,
    Entan Ming

  • Applying theme to all sites in a site collection SharePoint Foundation 2010

    I am working in SharePoint Foundation 2010 and want to apply a theme found in my top level site to all the remaining sites in the site collection.  I found the following bit of code on-line and put it in a script:
    function Apply-SPTheme([string]$SiteUrl, [string]$webName, [string]$themeName)
     $site = new-object Microsoft.SharePoint.SPSite($SiteUrl)
     $web = $Site.OpenWeb($webName)
     $theme = [Microsoft.SharePoint.Utilities.ThmxTheme]::Open($site,"_catatlogs/theme/" + $themeName + ".thmx")
     $theme.ApplyTo($web,$false)
     $web.Update()
     $web.Dispose()
     $site.Dispose()
    Apply-SPTheme "https://sitename" "" "themeName"
    I call the function in the last line and the web site where I obtained the code indicated that this would put the theme in all other sites.  When I run the script I get the follwing message:
    You cannot call a method on a null-valued expression. At C:\applyTheme.ps1(the script file):6 char:16
    $theme.ApplyTo <<<< <$web,$false>
    +CategoryInfo: InvalidOperation: (ApplyTo:String) [], RuntimeException
    +FullyQualifiedErrorId:InvokeMethodOnNull
    I'm a novice programmer and particularly novice on Powershell. I'm not sure I understand what the problem is or how to fix it.
    I'd appreciate any help.

    I highly recommend going back to the SharePoint 2010 site and going through all of the fundamentals.  If yo allocate an hour a day you should be caught up in two weeks.  This will save you hundreds of hours of fishing for solutions.
    SharePoint is far too complex to be "guessed" at.  You will never guess at its structure. Going through the basics from the ground up will burn the structure of its design into you head.  You will then be able to find answers quickly because you
    will know the documentation and how to ask the questions.
    If you are only a basic Admin then your company should allow the vendor to either do the configurations or pay for you to be trained or compensate you to use your personal time for training.  It would be a win for them.
    There are many very good books on SharePoint and PowerShell.  They are only good if you already have the basics of both.  One that I acquired recently is quite good at you level of involvement as it is a cookbook of solutions in PowerShell for
    normal configuration and administration items that goes beyond what is available on the web site or in the basic training.
    http://www.wrox.com/WileyCDA/WroxTitle/productCd-0470533331.html
    I actually have the 2013 version but you should stick to the 2010 version until you are up to speed.  I bought 2013 as a catch up.  Read it over two long dinners of
    Sushi and Sake.
    The books run the gamut of SP from planning to admin.  They are not technical manuals and not developer books.  They are written for general administration,  You will read through quickly and then refer back to chapters as needed.  As
    your SP site evolves the book will help you evolve with it.
    Start by becoming extremely familiar with all of the resources on the SharePoint 2010 product site.  Post future requests that are SharePoint related to the SP forums.  They are very good with PowerShell at this time (three versions but they seem
    to have caught up) - They know the product better than most here and are closer to the MS MVPs on SharePoint.  If there is a pure PowerShell issue then the people in this forum can very helpful,
    Here are all of the SharePoint forums:
    http://social.msdn.microsoft.com/Forums/sharepoint/en-US/home?filter=alltypes&sort=lastpostdesc&brandIgnore=true
    ¯\_(ツ)_/¯

  • How do I set up OCR on PDF's to integrate into Sharepoint Foundation 2010 on my SBS2011 Server?

    I'm going to give an overview of my situation, and what I need to accomplish as a final goal.
    I am administering a small network for a local firm.  We are running Windows Small Business Server 2011 (Windows Server 2008 R2, and Sharepoint Foundation 2010) and 6 new Windows 7 workstations.  We have a network copier installed in a central
    location, which is the only place we get incoming scans.  When we scan, we currently choose which desktop is our destination, and each user retrieves their scans independently, and does as they wish.  Each workstation also receives PDF's through
    email.
    We need a solution which would allow us to use our scanner and send to a single location for all incoming scans.  Then have that location OCR the scans into readable PDF's, and have those PDF's transferred to a folder on our Sharepoint Server. 
    We also need the same ability from incoming emails, or any existing PDF's we have.
    This needs to be an extremely user friendly role on the client side, being as the users are not computer literate.  If there is a button in outlook that says Send to sharepoint, and it automatically sends them to the OCR server, which forwards them
    into Sharepoint that is perfect.
    Our current server (i7-2700k, 32gb ram) is already slow with everybody on sharepoint and using the library.  If there is software that can install on it and be directed to run the batch in the off hours, we can use the existing server, otherwise
    I believe we will need an OCR scanner, being as the processes are CPU intensive.
    Thoughts, ideas, what do I do?!... Our budget is less than $4000 and Windows Server skill level is 5/10.  1/10 being a complete n00b, 5/10 being as I got this thing setup entirely having never done it before, knowing only what I know from years of being
    a PC repair tech.  For this reason, I prefer an option with a company supporting it.

    Hi,
    Maybe a 'little' too late, but you could use Udocx
    for this. With this application you get the same buttons to scan to SharePoint folders on the scanner and the pc, making it very user friendly.
    Processing the scans/emails/documents to searchable PDF files is done in the cloud. This makes the documents accessible almost instantly, instead of having to wait till the off hours. There's no need to install software, and our solution is easily within
    your budget. Furthermore, you can benefit from our in-house support.
    Take a look at the Udocx website: www.udocx.com
    Cheers
    Iris
    Iris vH

  • Sharepoint Foundation 2010 calendars not linking to Outlook 2013

    We have been using linked calendars between SharePoint Foundation 2010 and Outlook 2010 for some time. I have upgraded a few users to Outlook 2013 and now cannot link the SharePoint calendars. are there any known compatibility issues?

    Hi,
    According to your description, my understanding is that the calendar in SharePoint Foundation 2010 cannot sync to Outlook 2013.
    Did this issue occur with all the calendars?
    I recommend to create a new calendar to see if the issue still occurs.
    Was there any error when you sync the calendar to Outlook 2013?
    If yes, please provide the error message for further research?
    Best regards.
    Thanks
    Victoria Xia
    TechNet Community Support

  • Sharepoint Foundation 2010 few questions

    Hi, I'm using Sharepoint Foundation 2010, and have some questions:
    1. How do I create different columns on folder level, and different columns inside folder. I.E., on folder level I'd like to have two columns: Client (folders in this column), Country, Date of last entry. Inside folder I'd like to have columns: Date,
    Contact, Form, Actions.
    2. How do I get value of item from subfolder level and use it on folder level. I.E., I'd like on folder level, in the column "Date of last entry", display date of last item added inside folder.
    3. I have List of Clients on one site, and I'd like to use it in "Look up" type of item on different site. How do I do that? By now, I can only use lookup item when list to choose from is on the same site.
    4. Is it possible to employ autocomplete in Sharepoint Foundation 2010? I.E., when I start to write name of a client already defined in the clients list, after few letters, my input is autocompleted.
    Adam.

    1. How do I create different columns on folder level, and different columns inside folder. I.E., on folder level I'd like to have two columns: Client (folders in this column), Country, Date of last entry. Inside folder I'd like to have columns: Date, Contact,
    Form, Actions.
    Inder : It cannot be achieved Out Of box. Plan to create different views for same
    2. How do I get value of item from subfolder level and use it on folder level. I.E., I'd like on folder level, in the column "Date of last entry", display date of last item added inside folder.
    Inder : Use the last modified field or a calculated column 
    3. I have List of Clients on one site, and I'd like to use it in "Look up" type of item on different site. How do I do that? By now, I can only use lookup item when list to choose from is on the same site.
    Inder: Out of Box, not possible in 2010. In 2013 try below:
    http://www.codeproject.com/Articles/619118/Cross-site-Lookup-Column-for-Sh
    http://spform.com/lookup
    4. Is it possible to employ autocomplete in Sharepoint Foundation 2010? I.E., when I start to write name of a client already defined in the clients list, after few letters, my input is autocompleted.
    Inder : It is called search as you type. Use Jquery for same
    https://searchasyoutype2010.codeplex.com/
    http://www.codeplex.com/site/search?query=sharepoint%20search%20as%20you%20type&ac=3
    If this helped you resolve your issue, please mark it Answered

  • Monitoring Log in SharePoint Foundation 2010

    Hello,
    I´m using SharePoint Foundation 2010 and I want to configure Monitoring log, because we have had any problems because the user changed the permissions in other sites or deleted Users.
    So I want to know who  makes this action in Monitoring Log SharePoint 2010.
    Regards.

    Take a look at this 3rd party solution:
    https://auditlogsp.codeplex.com/
    The Site Collection Administrator can modify audit settings, but audit settings aren't available OOTB in Foundation.
    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.

  • Installtion of Sharepoint Foundation 2010 OFFLINE

    Hi
    I have two problems
    1. I am trying to install Sharepoint Foundation 2010 and failing on pre-requisites. How can I get a FULL online installtion of this. My server is not connected to the internet directly
    2. What are the latest Patches publically available for Sharepoint Foundation 2010
    Regards
    Jayesh

    http://blogs.msdn.com/b/opal/archive/2009/10/25/sharepoint-2010-pre-requisites-download-links.aspx
    KB971831 (This KB only applies to Windows Server 2008 and Vista)
    http://support.microsoft.com/kb/971831 (this is the KB article)
    http://code.msdn.microsoft.com/Project/Download/FileDownload.aspx?ProjectName=KB971831&DownloadId=7285 (this is the download)
    KB976462 would be the WCF Fix article for Windows 2008 R2 and Windows 7
    http://support.microsoft.com/kb/976462 (link not activated yet)
    http://go.microsoft.com/fwlink/?LinkID=166231 (this is the download)
    Microsoft SQL Server 2008 Native Client:
    http://download.microsoft.com/download/3/5/5/35522a0d-9743-4b8c-a5b3-f10529178b8a/sqlncli.msi
    Microsoft "Geneva" Framework Runtime
    http://download.microsoft.com/download/F/3/D/F3D66A7E-C974-4A60-B7A5-382A61EB7BC6/MicrosoftGenevaFramework.amd64.msi
    Microsoft Sync Framework Runtime v1.0 (x64)
    http://download.microsoft.com/download/C/9/F/C9F6B386-824B-4F9E-BD5D-F95BB254EC61/Redist/amd64/Microsoft%20Sync%20Framework/Synchronization.msi
    Microsoft Chart Controls for Microsoft .NET Framework 3.5
    http://download.microsoft.com/download/c/c/4/cc4dcac6-ea60-4868-a8e0-62a8510aa747/MSChart.exe
    Microsoft SQL Server 2008 Analysis Services ADOMD.NET
    http://download.microsoft.com/download/A/D/0/AD021EF1-9CBC-4D11-AB51-6A65019D4706/SQLSERVER2008_ASADOMD10.msi
    Or you can run below powershell to download prereqisusts from internet computer. 
    http://gallery.technet.microsoft.com/office/bcf3332d-f726-4ac7-b01a-eeda4b7ece8e
    If this helped you resolve your issue, please mark it Answered

  • Visual Studio 2010 and SharePoint Foundation 2010

    From a development perspective, if I have a Windows 2007 Operating System and download Sharepoint Foundation 2010, can I develop web parts using Visual Studio 2010?  Are there other components I need?
    When we convert to SharePoint Server 2013 in production, is there a version of VS that will allow me to remotely access that server? 

    Hi,
    If your server have already installed the SharePoint Foundation 2010, we can develop web parts using Visual Studio 2010/2012/2013.
    If you want to convert to SharePoint Server 2013 in production, you need use Visual Studio 2012/2013 and install Microsoft Office Developer Tools for Visual Studio 2012 which can be found here:
    http://www.microsoft.com/visualstudio/eng/office-dev-tools-for-visual-studio (direct install :
    http://aka.ms/OfficeDevToolsForVS2012).
    Best Regards
    Dennis Guo
    TechNet Community Support

  • SharePoint Foundation 2010: search error: "Your search cannot be completed because of a service error."

    Hi,
    I have SharePoint Foundation 2010 running on a single server with databases, with a second server in the farm serving as a 2nd app tier. Both server have the exact same versions of SharePoint loaded (according to the Central Admin site).
    Whenever I try to run a search from any site in my SharePoint Foundation 2010 installation (in this example I typed "this is my query"), it hangs for 20-30 seconds while the IE status bar says:
    Waiting for http://SERVER2010:80/tfs/SITE1/_layouts/searchresults.aspx?k=this%20is%20my%20query&u=http%3A%2F%2Ftfs2010db%2Ftfs%2FSITE1
    Then it finally returns a results screen with an error that says: "Your search cannot be completed because of a service error. Try your search again or contact your administrator for more information."
    Checking the SharePoint logs under C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\LOGS, the relevant entries say the following (items I deem important
    bolded):
     11/05/2011 18:22:25.88 w3wp.exe (0x35F0) 0x1908 SharePoint Foundation Monitoring nasq Medium Entering monitored scope (Request (HEAD:http://172.22.100.101:80/)) 11/05/2011 18:22:25.88 w3wp.exe (0x35F0) 0x1908 SharePoint Foundation Logging
    Correlation Data xmnv Medium Name=Request (HEAD:http://172.22.100.101:80/) a7ab70a3-61bd-4d62-b5a4-cf77a45dafb9
    11/05/2011 18:22:25.88 w3wp.exe (0x35F0) 0x1908 SharePoint Foundation Monitoring b4ly Medium Leaving Monitored Scope (Request (HEAD:http://172.22.100.101:80/)). Execution Time=3.33645756653429 a7ab70a3-61bd-4d62-b5a4-cf77a45dafb9
    11/05/2011 18:22:50.73 w3wp.exe (0x35F0) 0x3148 SharePoint Foundation Monitoring nasq Medium Entering monitored scope (Request (POST:http://SERVER2010:80/tfs/SITE1/_layouts/searchresults.aspx?k=this%20is%20my%20query&u=http%3A%2F%2FSERVER2010%2Ftfs%2FSITE1))
    11/05/2011 18:22:50.73 w3wp.exe (0x35F0) 0x3148 SharePoint Foundation Logging Correlation Data xmnv Medium Name=Request (POST:http://SERVER2010:80/tfs/SITE1/_layouts/searchresults.aspx?k=this%20is%20my%20query&u=http%3A%2F%2FSERVER2010%2Ftfs%2FSITE1)
    fea6cc87-0404-497a-838e-5e154f422aa4
    11/05/2011 18:22:50.73 w3wp.exe (0x35F0) 0x3148 SharePoint Foundation Monitoring b4ly Medium Leaving Monitored Scope (Request (POST:http://SERVER2010:80/tfs/SITE1/_layouts/searchresults.aspx?k=this%20is%20my%20query&u=http%3A%2F%2FSERVER2010%2Ftfs%2FSITE1)).
    Execution Time=4.3055751499143 fea6cc87-0404-497a-838e-5e154f422aa4
    11/05/2011 18:22:50.73 w3wp.exe (0x35F0) 0x3148 SharePoint Foundation Monitoring nasq Medium Entering monitored scope (Request (POST:http://SERVER2010:80/tfs/SITE1/_layouts/searchresults.aspx?k=this%20is%20my%20query&u=http%3A%2F%2FSERVER2010%2Ftfs%2FSITE1))
    11/05/2011 18:22:50.73 w3wp.exe (0x35F0) 0x3148 SharePoint Foundation Logging Correlation Data xmnv Medium Name=Request (POST:http://SERVER2010:80/tfs/SITE1/_layouts/searchresults.aspx?k=this%20is%20my%20query&u=http%3A%2F%2FSERVER2010%2Ftfs%2FSITE1)
    5e283c89-990f-4572-ae77-a1e6a5aad502
    11/05/2011 18:22:50.75 w3wp.exe (0x35F0) 0x3148 SharePoint Foundation Logging Correlation Data xmnv Medium Site=/tfs/SITE1 5e283c89-990f-4572-ae77-a1e6a5aad502
    11/05/2011 18:22:50.77 w3wp.exe (0x35F0) 0x3148 SharePoint Foundation Search Query dn6r High FetchDataFromURL start at(outside if): 1 param: start 5e283c89-990f-4572-ae77-a1e6a5aad502
    11/05/2011 18:22:50.79 mssearch.exe (0x58A4) 0x2534 SharePoint Foundation Search QueryComponentSelection aee7 Medium
    Did You Mean Suggester not found. [smart2.hxx:382] d:\office\source\otools\inc\search\common\ytrip\tripoli\smart2.hxx 5e283c89-990f-4572-ae77-a1e6a5aad502
    11/05/2011 18:22:50.91 mssearch.exe (0x58A4) 0x2534 SharePoint Foundation Search Query Processor e0pg Medium 1dd958fb-b605-4b3b-a676-28a3cafb2eb6:
    Query completed 125 ms, detailed time: Query stage execution ms times: 0 125 0 0 125 0 0 0 Query stage cpu ms times: 0 31 0 0 31 0 0 0 Query stage hit counts: 1 1 1 7 1 0 1 1 Cursor count: 260 Mapped page count: 164 Total index count: 7 [srequest.cxx:5526]
    d:\office\source\search\native\ytrip\tripoli\cifrmwrk\srequest.cxx 5e283c89-990f-4572-ae77-a1e6a5aad502
    11/05/2011 18:23:06.08 w3wp.exe (0x35F0) 0x3148 SharePoint Foundation Search Exceptions 1hjo
    Medium Exception thrown: 0x80040e31 (d:\office\source\otools\inc\search\common\ytrip\tripoli\timeout.hxx:51 ip 0x000007FEECF099B7) 5e283c89-990f-4572-ae77-a1e6a5aad502
    11/05/2011 18:23:06.08 w3wp.exe (0x35F0) 0x3148 SharePoint Foundation Search
    Query Processor e2o1 High In CRootQuerySpec::Execute - caught exception: 0x80040e31, translated to: 0x80040e31 5e283c89-990f-4572-ae77-a1e6a5aad502
    11/05/2011 18:23:06.08 w3wp.exe (0x35F0) 0x3148 SharePoint Foundation Search Administration 0000
    High Log Query: More Information: Execution stopped because a resource limit was reached. No results were returned.
    5e283c89-990f-4572-ae77-a1e6a5aad502
    11/05/2011 18:23:06.08 w3wp.exe (0x35F0) 0x3148 SharePoint Foundation Web Parts 89a1
    High Error while executing web part: Microsoft.SharePoint.Search.WebControls.Srhdc GenericException: Your search cannot be completed because of a service error. Try your search again or contact your administrator for more information.
    ---> System.ServiceProcess.TimeoutException: System error. at Microsoft.SharePoint.Search.Query.KeywordQueryInternal.Execute() at Microsoft.SharePoint.Search.Query.QueryInternal.Execute(QueryProperties properties) at Microsoft.SharePoint.Search.Query.Query.Execute()
    at Microsoft.SharePoint.Search.WebControls.SearchResultHiddenObject.GetResultData() --- End of inner exception stack trace --- at Microsoft.SharePoint.Search.WebControls.SearchResultHiddenObject.get_ResultsReturned() at Microsoft.SharePoint.Search.Internal.WebControls.CoreRes...
    5e283c89-990f-4572-ae77-a1e6a5aad502
    11/05/2011 18:23:06.08* w3wp.exe (0x35F0) 0x3148 SharePoint Foundation Web Parts 89a1 High ...ultsWebPart.ModifyXsltArgumentList(ArgumentClassWrapper argList) at Microsoft.SharePoint.WebPartPages.DataFormWebPart.PrepareAndPerformTransform(Boolean
    bDeferExecuteTransform) 5e283c89-990f-4572-ae77-a1e6a5aad502
    11/05/2011 18:23:06.08 w3wp.exe (0x35F0) 0x3148 SharePoint Foundation Web Parts 89a2
    High InnerException 1: System.ServiceProcess.TimeoutException: System error. at Microsoft.SharePoint.Search.Query.KeywordQueryInternal.Execute() at Microsoft.SharePoint.Search.Query.QueryInternal.Execute(QueryProperties properties) at Microsoft.SharePoint.Search.Query.Query.Execute()
    at Microsoft.SharePoint.Search.WebControls.SearchResultHiddenObject.GetResultData() 5e283c89-990f-4572-ae77-a1e6a5aad502
    11/05/2011 18:23:06.08 w3wp.exe (0x35F0) 0x3148 SharePoint Foundation Monitoring b4ly High Leaving Monitored Scope (DataBinding DataFormWebPart ()). Execution Time=15302.2074034549 5e283c89-990f-4572-ae77-a1e6a5aad502
    11/05/2011 18:23:06.09 w3wp.exe (0x35F0) 0x3148 SharePoint Foundation Monitoring b4ly Medium Leaving Monitored Scope (Request (POST:http://SERVER2010:80/tfs/SITE1/_layouts/searchresults.aspx?k=this%20is%20my%20query&u=http%3A%2F%2FSERVER2010%2Ftfs%2FSITE1)).
    Execution Time=15358.1002613461 5e283c89-990f-4572-ae77-a1e6a5aad502
    11/05/2011 18:23:06.59 w3wp.exe (0x35F0) 0x58E0 SharePoint Foundation Monitoring nasq Medium Entering monitored scope (Request (GET:http://SERVER2010:80/tfs/SITE1/Shared%20Documents/SITE1_logo_sharepoint.png))
    11/05/2011 18:23:06.59 w3wp.exe (0x35F0) 0x58E0 SharePoint Foundation Logging Correlation Data xmnv Medium Name=Request (GET:http://SERVER2010:80/tfs/SITE1/Shared%20Documents/SITE1_logo_sharepoint.png) f0d03f8e-d78b-4004-9a5f-3ee9955afa60
    11/05/2011 18:23:06.59 w3wp.exe (0x35F0) 0x5C6C SharePoint Foundation General af71 Medium HTTP Request method: GET f0d03f8e-d78b-4004-9a5f-3ee9955afa60
    11/05/2011 18:23:06.59 w3wp.exe (0x35F0) 0x5C6C SharePoint Foundation General af75 Medium Overridden HTTP request method: GET f0d03f8e-d78b-4004-9a5f-3ee9955afa60
    11/05/2011 18:23:06.59 w3wp.exe (0x35F0) 0x5C6C SharePoint Foundation General af74 Medium HTTP request URL: /tfs/SITE1/Shared%20Documents/SITE1_logo_sharepoint.png f0d03f8e-d78b-4004-9a5f-3ee9955afa60
    11/05/2011 18:23:06.60 w3wp.exe (0x35F0) 0x58E0 SharePoint Foundation Monitoring b4ly Medium Leaving Monitored Scope (Request (GET:http://SERVER2010:80/tfs/SITE1/Shared%20Documents/SITE1_logo_sharepoint.png)). Execution Time=9.75459171486879 f0d03f8e-d78b-4004-9a5f-3ee9955afa60
    Not sure what "resource limit is reached" actually means. This SharePoint installation is running under regular SQL 2008 R2, and the
    WSS_Content database is fairly small (10gig). I've reviewed the Search Service, the process account running it, the
    WSS_SEARCH index database, and verified that the Content database is using the proper index database. Everything looks like it should be crawling/indexing/working fine. But the WSS_SEARCH
    database isn't very large, so I'm not sure if the crawling is actually filling it with anything.
    Not sure where to start seriously troubleshooting this. Any advice would be appreciated. Thanks.

    Hi,
    The query ran in tens of seconds. This indicates that at some point a bad plan compiled and stayed in the cache. 
    It may have gotten there because the statistics were out of date. 
    A possible way to keep this from happening is to rebuild statistics with full scan more frequently.
    Try free the proc cache and see the result.
    http://msdn.microsoft.com/en-us/library/ms174283(v=SQL.105).aspx
    Thanks,
    Rock Wang
    Regards, Rock Wang Microsoft Online Community Support

  • SharePoint foundation 2010 on Windows Server 2012 R2

    Hello,
    I have done an in place upgrade of my Windows 2008 R2 enterprise server (running Sharepoint Foundation 2010) to Windows 2012 R2 standard (for license reason). I have applied the latest service pack 2 and hotfix (14.0.7113.5000) to sharepoint . When
    I want to open the SharePoint 2010 Management Shell I am getting "The Local farm is not accessible. Cmdlets with FeatureDependencyId are not registered". I have tried different thing (like setting up a config file for powershell to load version 2, 
    or running PSConfig.exe -cmd upgrade -inplace b2b -force -cmd applicationcontent -install -cmd installfeatures ) without success.
    I am currently unable to make a backup of the farm.
    If someone would have an idea, that would help me a lot.
    Thanks
    PS: I am able to open The Sharepoint Central Administration, and the farm is working.

    Try this, run cmd.exe "As Administrator".
    powershell -version 2.0
    Add-PSSnapin Microsoft.SharePoint.PowerShell
    Does that work?
    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.

  • Failed to create configuration database on Sharepoint Foundation 2010 install under Windows 7

    Configuration Failed
    Failed to create the configuration database.
    An exception of type System.IO.FileNotFoundException was thrown. Additional exception information:could not load file or assembly 'Microsoft.IdentityModel, version = 3.5.0.0,culture=neutral, PublicKey Token=31bf3856ad364e35' or one of its dependencies. The
    system cannot find the files specified.
    I already installed microsoft sharepoint foundation 2010 but I got the error as per above.How to solve this problem?

    Hi,
    Also check out Bill Baer's post:
    Common Microsoft SharePoint Server 2010 Installation Issues and Resolutions
    http://blogs.technet.com/b/wbaer/archive/2009/12/11/common-microsoft-sharepoint-server-2010-installation-issues-and-resolutions.aspx
    Thanks.
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • SharePoint Foundation 2010 : Changing language settings

    My employer would like to offer our clients the ability to specify a preferred language in-which to use our SharePoint solution.
    I.e. Clicking on a national flag on the dashboard will consequently display the system text within the associated language.
    Ideally this feature will be bespoke to each given user. I.e. Default language will be English. Each user thereafter will be able to specify their unique user session within their desired language.
    Is it possible to configure our solution to offer this feature? If so, how?
    We are currently using SharePoint Foundation 2010.
    Many thanks in advance.
    David
    Senninha010

    The ability to display prompts in a different language in SharePoint 2013 is called the
    Multiple Language User Interface (MUI).  The issue with what you are attempting is not building an interface to enable or disable a specific language in the MUI.  The problem is that the available languages are completely dependent on whether
    a SharePoint Language pack for that language has been loaded or not.  If they have been loaded then its just a matter of writing your application to take advantage of Localization support through the use of resource files.  But localizing your application
    without loading the SharePoint language pack for that language probably won't work well.  here's a couple articles on the MUI and localization.
    http://office.microsoft.com/en-us/sharepoint-server-help/introduction-to-multilingual-features-HA101867790.aspx
    http://msdn.microsoft.com/en-us/library/office/fp179919(v=office.15).aspx
    Paul Stork SharePoint Server MVP
    Principal Architect: Blue Chip Consulting Group
    Blog: http://dontpapanic.com/blog
    Twitter: Follow @pstork
    Please remember to mark your question as "answered" if this solves your problem.

Maybe you are looking for