Share your feedback for SharePoint Server 2016 on UserVoice!

Microsoft has opened up a UserVoice to receive customer feedback on what you would like to see in SharePoint Server 2016. Go to the UserVoice site to provide feedback!
Customer Feedback for SharePoint Server
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.

Hi,
Thanks for your sharing.
It will benefit many other users, and we really value having you as a Microsoft customer.
Have a nice day!
Best regards,
Lisa Chen
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]
Lisa Chen
TechNet Community Support

Similar Messages

  • Set up Search Service App For SharePoint server 2013 on Windows server 2012 R2 not working

    Hi all,
    I installed SharePoint server 2013 on Windows  server 2012 R2 using VirtualBox.  I created a DC(domain controller) server with a domain set up on one VM and it has SQL server 2012 SP1 installed. Then SharePoint 2013 on another VM was set up to access
    the DC server.  Everything seems working except Search Service App which cannot be sucessfully set up. Creation process for Search service app says Successful and 4 search databases were created and look fine. But when I navigate to search service app
    admin page, it gives error info:
    System status:  The search service is not able to connect to the machine that hosts the administration component. Verify that the administration component '386f2cd6-47ca-4b3a-aeb5-d9116772ef16' in search application 'Search Service Application 1' is in
    a good state and try again.
    Search Application Topology:  Unable to retrieve topology component health states. This may be because the admin component is not up and running.
    From event viewer, I see following errors:
    (1) Error From source: SharePoint Server
    Application Server Administration job failed for service instance  Microsoft.Office.Server.Search.Administration.SearchServiceInstance
    (b7c72eb8-cbaf-435e-b4c9-963cb6e4e745).
    Reason: The object you are trying to create already exists. Try again using a different name.  
    Technical Support Details:
    System.Runtime.InteropServices.COMException (0x80040D02): The object you are trying to create already exists. Try again using a different name.  
       at Microsoft.Office.Server.Search.Administration.SearchServiceInstance.Synchronize()
       at Microsoft.Office.Server.Administration.ApplicationServerJob.ProvisionLocalSharedServiceInstances(Boolean
    isAdministrationServiceJob)
    (2) Error From source: SharePoint Server Search
    Could not access the Search database. A generic error occurred while trying to access the database to obtain the schema version info.
    Context: Application '386f2cd6-47ca-4b3a-aeb5-d9116772ef16'
    (3) Warning from source: SharePoint Server Search
    A database error occurred. Source: .Net SqlClient Data Provider Code: 8169 occurred 0 time(s) Description:  Error ordinal: 1 Message:
    Conversion failed when converting from a character string to uniqueidentifier., Class: 16, Number: 8169, State: 2    at
    System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction)
    (4) Error From source: SharePoint Server
    Application Server Administration job failed for service instance Microsoft.Office.Server.Search.Administration.SearchServiceInstance
    (b7c72eb8-cbaf-435e-b4c9-963cb6e4e745).
    Reason: The gatherer application could not be mounted because the search administration database schema version does not match the expected backwards compatibility schema version. The database might not have been upgraded.  
    Technical Support Details:
    System.Runtime.InteropServices.COMException (0xC0041235): The gatherer application could not be mounted because the search administration database schema version does not match the expected backwards compatibility schema version. The database might not have
    been upgraded.  
    Since separate DC server and SharePoint server do not work, I installed SharePoint 2013 on DC server ( so DC server has everything on it now ) but it gives exactly same result. Later I installed SharePoint 2013 SP1 and still have the same problem with Search
    Service app. I spent two weeks tried all suggestions available from Web and Google but SharePoint Search Service simply does not work. Config and other databases work but why Search Service has this issue seemingly related to search DB.
    Could anybody please help out? You deserve a top SharePoint consultant award if you could find a solution. I am so frustrated and so tired by this issue.    This seems also to be a SP set up issue.
    Thanks a lot.

    Using new Search Service App wizard to create SSA is always a success. I could delete existing SSA and recreate it and no problem. It says successful but when I open Search Admin page from CA, it gives me errors as mentioned.
    Now I used the following PS script for creating SSA from Max Mercher, but it stays at the last setps in following script:
    Add-PsSnapin Microsoft.SharePoint.PowerShell -ErrorAction SilentlyContinue
    $IndexLocation = "C:\Search"  #Location must be empty, will be deleted during the process!
    $SearchAppPoolName = "SSAPool"
    $SearchAppPoolAccountName = "mydomain\admin"
    $SearchServiceName = "SSA"
    $SearchServiceProxyName = "SSA Proxy"
    $DatabaseServer = "W12R2DC1"
    $DatabaseName = "SSA"
    $spAppPool = Get-SPServiceApplicationPool -Identity $SearchAppPoolName -ErrorAction SilentlyContinue
    if (!$spAppPool)
     $spAppPool = New-SPServiceApplicationPool -Name $SearchAppPoolName -Account $SearchAppPoolAccountName -Verbose
    $ServiceApplication = Get-SPEnterpriseSearchServiceApplication -Identity $SearchServiceName -ErrorAction SilentlyContinue
    if (!$ServiceApplication)
    # process stays at the following step forever, already one hour now.  
    $ServiceApplication = New-SPEnterpriseSearchServiceApplication -Name $SearchServiceName -ApplicationPool $spAppPool.Name -DatabaseServer  $DatabaseServer -DatabaseName $DatabaseName
    Account mydomain\admin is an farm managed account, domain admin account, in WG_ADMIN role, It is in all SQL server roles and is DBO. I see search DBs are already on SQL server. From Event viewer, I got following errors in sequence:
    (1) Crawler:Content Plugin under source Crawler:Content Plugin 
    Content Plugin can not be initialized - list of CSS addresses is not set.
    (2) Warning for SharePoint Server Search
    A database error occurred. Source: .Net SqlClient Data Provider Code: 8169 occurred 0 time(s) Description:  Error ordinal: 1 Message: Conversion failed when converting from a character string to uniqueidentifier., Class: 16, Number: 8169, State: 2   
    at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction)
    (3) Error for SharePoint Server Search
    Could not access the Search database. A generic error occurred while trying to access the database to obtain the schema version info.
    Context: Application 'cbc5a055-996b-44a7-9cbc-404322f9cfdf'
    (4) Error for SharePoint Server
    Application Server Administration job failed for service instance Microsoft.Office.Server.Search.Administration.SearchServiceInstance (b7c72eb8-cbaf-435e-b4c9-963cb6e4e745).
    Reason: The gatherer application could not be mounted because the search administration database schema version does not match the expected backwards compatibility schema version. The database might not have been upgraded. 
    (5) Error Shared Services for SharePoint Server Search 
    Application Server Administration job failed for service instance Microsoft.Office.Server.Search.Administration.SearchServiceInstance (b7c72eb8-cbaf-435e-b4c9-963cb6e4e745).
    Reason: The object you are trying to create already exists. Try again using a different name. 
    Technical Support Details:
    System.Runtime.InteropServices.COMException (0x80040D02): The object you are trying to create already exists. Try again using a different name. 
       at Microsoft.Office.Server.Search.Administration.SearchServiceInstance.Synchronize()
       at Microsoft.Office.Server.Administration.ApplicationServerJob.ProvisionLocalSharedServiceInstances(Boolean isAdministrationServiceJob
    Above errors keep being generated. Last step for SSA creation stay there forever.  Any clue what is really going on?  Thanks.

  • Best laptop for sharepoint 2013/2016 development

    hi,
    could you please advise which is the best laptop model for sharepoint 2013/2016 development practise.

    HI Chaitu,It depends on what function of development that you want to do.I suggest to have a below configuration
    to work with sharepoint.
    Fast CPU!
    32 GB of RAM (24 GB minimum, but 32 highly recommended)
    500 GB of space
    Please find also in the blog to know more about configurations and the installations.
    http://expertsharepoint.blogspot.de/2014/07/hardware-and-software-requirements-for.html
    Anil Avula[Microsoft Partner,MCP,MCSE,MCSA,MCTS,MCITP,MCSM] See Me At: http://expertsharepoint.blogspot.de/

  • I want to find any backup and recovery solution for SharePoint server 2013 enterprise

    Dear Expertise,
    Recent set up SharePoint server 2013 Enterprise, and looking for backup and recovery solution, does the built in Windows Backup can handle it, and how?
    KF

    Hi,
    According to your post, my understanding is that you wanted to know some backup and restore solution for SharePoint 2013.
    There are two Technet articles about the backup and restore, you can have a look at them.
    http://technet.microsoft.com/en-us/library/ee428315(v=office.15).aspx
    http://technet.microsoft.com/en-us/library/ee662536(v=office.15).aspx
    You can also use some third-part software tools to achieve the same scenario.
    http://www.avepoint.com/products/sharepoint-infrastructure-management/data-protection/
    http://www.sharepointreviews.com/sharepoint-reviews-articles/sharepoint-administration/254-sharepoint-backup-recovery-evaluation
    Thanks & Regards,
    Jason
    Jason Guo
    TechNet Community Support

  • What do I need to install Integration Kit for SharePoint Server 2007

    What do I need to install the Integration Kit for Microsoft Office SharePoint Server 2007? It gives me an SP3 needed error but does not tell me what SP3. Has any one sucessfully installed this kit? Please help.

    Hi,
    The sharepoint PIK is available for BO enterprise only. SP3 is refering to BO enterprise XIR2 SP3. This Service Pack is not available for CR 2008. In order to integrate CR 2008 in BO enterprise XIR3 you need to install SP0 on top of CR 2008. But as I said above without BO enterprise you won't be able to use the PIK.
    I copied the following system requirements from our Install Guide for BOE XiR3 PIK:
    System requirements
    For a list of system requirements, consult the Platforms.txt file included
    with your product distribution. For additional important information that may
    pertain to your deployment, it is also strongly recommended that you consult
    the Release Notes included with your product distribution.
    In general, the following components must be installed and configured
    correctly before you install the BusinessObjects Enterprise XI 3.0 Portal
    Integration Kit:
    u2022 Microsoft Windows SharePoint Services or Office SharePoint Portal
    Server 2003.
    u2022 BusinessObjects Enterprise XI .NET SDK (on your SharePoint machine
    or machines).
    u2022 Microsoft Windows Server 2003 (any edition).
    u2022 BusinessObjects Enterprise and Crystal Reports (on either the same
    machine and/or on a different machine).
    Kind regards,
    Tim

  • I want to setup a Disaster Recovery Server for Sharepoint Server 2010

    There are four production server running sharepoint server 2010 and one SQL server for
    ContentDB management.

    DR depends upon your backup stratgies, i.e
    1) if you taking full backup of sharepoint using SharePoint tool
    2) If you taking just SQL backup( Content DB and Services DB).
    3) using the 3rd party tool for backup and recovery.
    apart from above, you also have make a decision what point of time you want recovery.
    from your questions, what i think for you.
    Setup new farm with same SharePoint level.same customization, same services configuration, and same number of web apps.
    then backup from Prod server( SQL content DBs) and then restore into new farm and mount them.
    this is one time thing, Now you have to make decision, how data move from Prod to QA( i mean frequency i.e daily, monthly etc).
    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

  • Can´t apply December CU 2013 for SharePoint Server 2010

    Hi !
    I am trying to apply december CU 2013 in or SharePoint Server 2010 (SP2) Farm.
    1. I downloaded the december CU 2013 (KB 2849971)
    2. Installed it on every server in the farm. (No Problem)
    After the installation i was trying to run the Configuration Wizard on my first application server, but then it says that i missing the Hotfix 2849971 (Server1) that i newly installed. I tried to reboot the server, but the same
    happens again.
    Tried to install the CU again but then it says that th CU has nothing to apply. (Well i got i already)
    Anyone  who has any advice what i should do, i am stuck on this?
    //Matt 

    Run Get-SPProduct -Local on the problematic server, wait a few minutes, and then attempt to re-run the Config Wizard.
    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.

  • Recommended books for Sharepoint Server 2007?

    I'm looking into Sharepoint for Intranet access and possibly other projects (like Case Management). Can someone recommend some books that cover setup, webparts, interaction with other Applications, etc...?
    thanks,
    Carlton. 

    I'm still getting into this myself ... I started with the Administrator's Companion, and honestly I would not not recommend it for a beginner.  And this coming from a person who actually PREFERS to read big bulky tech manuals over stuff like novels.  But for that particular book, Oh my goodness . . . someone needed to edit it back down just a tad.   Do not need entire chapters on why microsoft designed the product the way they did.  And how can you publish an 1100 page tech-heavy book and NOT included a stinkin' glossary?!? 
    OK, rant over.
    A few others I'm starting to look at -
    Step by Step Windows Sharepoint Services 3.0 - mostly for end-users with how-to's once the beast is magically set up and ready for them to start using.  Also missing a glossary. 
    Sharepoint 2007 Unleashed (SAMS publishing) - Also missing a glossary.  But it looks to me like it's got a good approach with heavy technical side.  Practical stuff like implementation, design, firewall administration, etc.
    Sharepoint 2007 Definitive Guide (O'Reilly) - Also missing a consolidated glossary, but does have some mini-glossaries throughout.  
    What I ended up doing was going to Microsoft's site, and doing a search for "Sharepoint Webcast."  There are a lot of on-demand ones out there, some very good, some not so good. But if you download them for playing later, you can run them at about 1.4 speed and zip through a 60 minute presentation in about 40 minutes.  As well as fast-forward when they're talking about stuff you don't want to see.  I would highly recommend this approach if you're just hoping to see some good demos of the product in action with some technical discussion included.
     

  • SharePoint 2010 creates a new instance for SharePoint server.

    I have installed SP 2010.My env is Windows server 2008 R2 and SQL 2008 r2 (10.50.1600). When I install the SP 2010,
    configuration wizard (Start the SharePoint Products Configuration Wizard) directly goes to configuration wizard and installed SP 2010 server successfully.
    It skips the below Manual configuration.
    1. Specify Configuration DB settings
    2. Specify Farm Security settings.
    3. Configure CA Web Application settings. etc...
    So I get the new SQL instance with the name <MachineName>\sharepoint.
    This new Instance is looking SQL 2008 version(10.0.2531).
    Now I face the below issues,
    1. When I restore DB backup, i get the compatability issue 
    2. Unable to restore the SP2010 site which is backuped from SQL 2008 r2 (10.50.1600) has 9GB size.
    3. Unable to extend the DB size from 4096 MB. 
    How to avoid create new SQL instance with the name <MachineName>\sharepoint and install in SQL server default <MachineName> instance?
    Loganathan S

    Hi Paul
    stork,
    thanks for the help. Now I have another Two questions. I'm search service application in SP 2010. It works fine when I search data from home sites it works fine.
    1. When I search from within sub-sites i don't get any search results. What mistake I have done here?
    Second question from Restore spsite...
    2. When I restore the site in 80 port, the search service does not crawl and pick the new properties from the restore site. But when I restore the same site in another port<8080/8099/etc>  the search service does crawl and pick the new
    properties from the restore site. Why the service not working in 80 port.?
    Note: I have checked with 3 test env my bak file. but all the 3 env gives same result.... 80 port  does not crawl and pick the new properties.
    Loganathan S

  • Nation members - share your feedback on IronPort Anti-Spam!

    IronPort Anti-Spam customers,
    On a monthly basis, we like to collect information on customer satisfaction levels with IronPort’s spam defenses. If possible, please click on the below link and fill out the brief, IronPort survey.
    Benefits include:
    • All respondents are entered into a raffle to receive $100 in cash
    • This survey shouldn’t take more than 1 minute to fill out.
    • The feedback you provide goes a long way in helping us understand customer needs and concerns.
    Please be sure to complete this brief survey by no later than Thursday, June 7th.
    Please DO NOT complete this survey if you are running Brightmail Anti-Spam.
    Thanks in advance!
    Dave Mayer, IronPort Anti-Spam Product Manager
    https://www.surveymonkey.com/s.aspx?sm=w7b1FUslBFlsAPcaSLPTlw%3d%3d

    Who is Dave Mayer? Is this a real invitation from IronPort?
    Hi Pat,
    Dave M. is a product manager here at IronPort, and yes, the survey is real.
    Thanks!
    Garrett (IronPort Technical Publications)

  • Product installation failed July 8, 2014 Cumulative Update for SharePoint Server 2010

    HI
    when i apply cumulative update ubersrv2010-kb2883005-fullfile-x64-glb
    its showing the message , product installation failed
    i already installed service pack 2 
    adil

    adil

  • SQL Server Web Edition for SharePoint 2013

    Dear Expert,
    I'm not sure SQL Server Web Edition is ok for SharePoint Server 2013 or not. If I do in On-Premise or Azure.
    Please suggestion.

    There is no specific document that specifies that Web edition is supported.  However, if you look at the requirements list for SharePoint 2013 you will notice that it specifies that it must be either SQL server 2008 r2  with SP1 or SQL 2012.
     It also specifies the 64 bit version.  But it doesn't specify a specific edition.  That and the fact that it will run on SQL Express suggests that it will run on any edition of SQL as long as its 64 bit and a late enough release.
    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.

  • J2ME Interview Questions-Please share your ideas.It's Useful for everyone.

    Hi friends,
    Recently, I attended J2ME interview. I could answer the basic questions but for few questions, I was doubtful. I�ve listed the few tough questions. Please share your ideas for
    these questions. Hope it will be useful for everyone.
    Questions:
    Which mobile operating system did you use?
    What do you mean by porting of applications?
    If a MIDP application runs in an emulator then, is there guarantee that
    It will work fine in device also? If no, then what issues are to be taken care?
    What are the design issues to be taken care while developing Games
    Which should be portable across all the vendor phones?
    I�ve 1 MB png file in server but mobile supports 512 KB only So, how can
    You download/access the image?
    The mobile device has only 512 KB heap memory. An application needs 1 MB heap memory. How to make this application run without any problem?
    If there are 3 applications each of 512 KB heap memory then, how memory management is done?
    How to load the Image from Servlet to MIDlet?
    When Garbage Collection is invoked, is there any guarantee that memory
    Will be released?
    5 forms are present and 1 Image is there. I need to access the same image
    Over the 5 forms efficiently without creating the image using createImage, How?
    Wht is use of Tilde layer?
    Difference between Canvas & GameCanvas?
    When do you need to use more than one thread in J2ME?
    Is Threading internally implemented in the same way in Java & J2ME or is
    There any difference?
    Default value of Boolean variable in destroyApp() when it is invoked?
    Difference between notifyDestroyed() and destroyApp()?
    What are the ways to port applications to mobile?
    How to find Button Clicks in J2ME similar to EventListeners in AWT?
    Thanks,
    Ravi.

    Hi,
    1) With 11g recently becoming available, should we upgrade to 11g or upgrade to 10g ?You should upgrade to 10g, and apply the latest 10g patches.
    2) There is a white paper on Metaline (313418.1) that discusses using 10g with EBS. Is there anything similar for 11g ?11g is not available with the EBS. It has a different architecture and is not supported with EBS.
    3) Can anyone share with me how long the actual upgrade process takes (please specify if your timings are 10g or 11g) ? To upgrade you need to do a new install of Discoverer 10g and upgrade the EUL. Make sure you have a good backup of the EUL before starting. The Discoverer install is straightforward and the EUL upgrade only takes a minute. BUT although all the workbooks are upgraded they are changed in ways that you might not have expected. Parameters become optional, occasionally worksheets disappear, titles get corrupted, the SQL generated can different, may perform more slowly and may occasionally return different results. It is sorting out these issues and regression testing the workbooks that take the time.
    Rod West

  • Download link for RBS SharePoint Server 2010

    I'm trying to download rbs_46.msi  sql server 2008 for sharePoint server 2010 on the link below:
    http://download.microsoft.com/download/E/4/8/E48816F7-4612-432E-B135-0F90C0211701/RBS_X64.msi
    but it give me these error msg:
    File not found
    Firefox can't find the file at http://download.microsoft.com/download/E/4/8/E48816F7-4612-432E-B135-0F90C0211701/RBS_X64.msi.
        Check the file name for capitalization or other typing errors.
        Check to see if the file was moved, renamed or deleted.
    there is two download links for RBS in this article the first one for SQL Server 2008 R2, and the second one for SQL Server 2008 witch is not working.
    http://technet.microsoft.com/en-us/library/ee748631%28v=office.14%29.aspx
    i need active download link please

    oh, thank you. I ask my security team and there is no blocking from them. I want it for SQL Server 2008 with sp1 and cumulative update package 2 not for SQL Server 2008 R2.
    you can found that there is two download links for RBS in this article the first one for SQL Server 2008 R2, and the second one for SQL Server 2008 witch is not working.
    http://technet.microsoft.com/en-us/library/ee748631%28v=office.14%29.aspx
    thanks

  • Group managed service accounts for SQL Server

    Hey guys,
    Unfortunately I missed that (g/s)MSAs aren't supported yet for SQL Servers but I'm using them without any worries since ages.
    As i digged a bit deeper I could find different informations due to the related TechNet entrys. So it seems Microsofts Informations about (s)MSAs and gMSAs aren't consistent.
    I'm not a SQL Server guy and use SQL only for System Center testing stuff so i would like to get a real world exps of SQL Server guys.
    Should I continue using gMSAs or are there any worries I should know?
    some sources I found so far:
    Not supported:
    "Hi Adam,
    Thank you for your feedback. Windows Server 2012 Group Managed Service Account is not currently supported as SQL 2012 released earlier than Windows Server 2012. We will consider to support gMSA in future SQL Server release.
    Regards,
    Min He, Program Manager, SQL Server"
    11.2012 -
    https://connect.microsoft.com/SQLServer/feedback/details/767211/gmsa-for-sql-server-failover-Clusters
    gMSA are not yet available, are not yet supported for SQL Server.  gMSA exist and are available and supported in Windows Server 2012 and higher.  SQL does not support them , but
    from an OS perspective, they exist and are supported.    
    http://blogs.msdn.com/b/sqlosteam/archive/2014/02/19/msa-accounts-used-with-sql.aspx
    Within the FAQ Task Scheduler isn't supported as well ...
    http://technet.microsoft.com/en-us/library/ff641729%28WS.10%29.aspx
    ... but also PFEs using them for Tasks... this is confusin... 0o
    http://blogs.msdn.com/b/arvindsh/archive/2014/02/03/managed-service-accounts-msa-and-sql-2012-practical-tips.aspx
    supported?:
    Configure Windows Service Accounts and Permissions
    ... New Account Types Available with Windows 7 and Windows Server 2008 R2
    http://technet.microsoft.com/en-us/library/ms143504(v=sql.110).aspx#Default_Accts
    The MSA must be created in the Active Directory by the domain administrator before SQL Server setup can use it for SQL Server services.
    others sources won't mentioning s/gMSAs...
    I couldn't find clear informations about using gMSA for SQL Server 2014. 
    only the same page which also Looks like the page for 2008 R2 and SQL 2012.
    Configure Windows Service Accounts and Permissions
                SQL Server 2014        
    http://msdn.microsoft.com/en-us/library/ms143504.aspx
    annoying topic so far... ;) 

    Hi Enrico
    aside from what Dan says about the risk for support, on which I agree, the following thread may clear it up a bit:
    http://social.msdn.microsoft.com/Forums/sqlserver/en-US/acb2048c-ffce-4d44-b882-6aafc7eb689d/managed-service-accounts-to-run-sql-server-service?forum=sqlsecurity
    Andreas Wolter (Blog |
    Twitter)
    MCM - Microsoft Certified Master SQL Server 2008
    MCSM - Microsoft Certified Solutions Master Data Platform, SQL Server 2012
    www.andreas-wolter.com |
    www.SarpedonQualityLab.com

Maybe you are looking for