Breadcrumb in SharePoint 2013

Hi,
I'm trying to customize the SharePoint breadcrumb. There are three types of pages in SharePoint (layouts, publishing & forms) which uses SPXmlContentMapProvider, CurrentNavSiteMapProviderNoEncode
& SPContentMapProvider sitemap providers respectively. I followed the link http://www.sharepointblues.com/2010/02/08/a-single-breadcrumb-for-all-sharepoint-pages/ wherein
I created a custom user control and added that in master page by registering it as follows :-
<!--SPM:<%@Register TagPrefix="Navigation" TagName="Breadcrumb" Src="~/_controltemplates/15/Breadcrumb/Breadcrumb.ascx" %>-->
<div>
                  <!--SPM:<SharePoint:AjaxDelta id="DeltaBreadcrumbDropdown" runat="server">-->
                <!--MS:<asp:ContentPlaceHolder id="PlaceHolderTitleBreadcrumb" runat="server">-->
                  <!--MS:<Navigation:Breadcrumb id="Breadcrumb" runat="server"  />-->
<!--ME:</asp:ContentPlaceHolder>-->
                <!--SPM:</SharePoint:AjaxDelta>-->
                    </div> 
The issue I'm facing is : I'm getting arrow(PathSeparator) in forms pages but no arrow in layouts pages like settings.aspx or viewlsts.aspx etc..In code also , I used provider.pathseparator property but no success :(..
Vipul Jain

Hi Ashok,
According to your description, my understanding is that you want to restore breadcrumb in SharePoint 2013.
It is not necessary for you to use Visaul Studio 2012. There is an easy way to achieve it, you only need to change the master page with SharePoint Designer 2013. Open the master page with SharePoint Designer 2013, then search for the term “GlobalBreadCrumbNavPopout”
or “ms-breadcrumb-dropdownBox”, change the visible attribute to “true” and remove the tag  style=”display:none;”.
Of course, you can also achieve it from code, I recommand using an AdditionalPageHead delegate control
More information, please refer to the links:
http://sharepointwithme.wordpress.com/2013/05/29/breadcrumb-in-sharepoint-2013-where-is-it/
http://www.sharepointjohn.com/sharepoint-2013-restore-breadcrumb-navigate-up-navigation/
I hope this helps.
Thanks,
Wendy
Wendy Li
TechNet Community Support

Similar Messages

  • How to hide libraries from breadcrumb in SharePoint 2013?

    Hi,
    How to hide libraries from breadcrumb in SharePoint 2013? just we want to display parent and least node like below,
    Home Site > Test page
    not like,
    Home Site > Pages > Test page
    Please help us to resolve this.
    Thanks., Prakash

    hi
    OTB breadcrumb have many problems, e.g. it doesn't work properly also with friendly urls. The simplest way is to create custom breadcrumb, e.g. as shown here:
    Building breadcrumbs the way you want it in SharePoint 2010.
    Blog - http://sadomovalex.blogspot.com
    Dynamic CAML queries via C# - http://camlex.codeplex.com

  • Adding Custom Breadcrumb for SharePoint 2013 Custom Master-Page With A Custom Separator.

    Hi All,
    I have successfully converted an HTML file to a SharePoint 2013 Custom Master-Page with relevant style sheets. But when I used within the SharePoint site I could not find the breadcrumb. So I want to know how to do that? For that breadcrumb I need a custom
    separator like an arrow like in the below.
    As you can see the separator is a custom built one. To have this custom separator in my HTML I have used the following code snippet.
    <div class="breadcrumb-desktop">
    <span class="breadcrumb-links"><a href="#">SharePoint Site Home</a></span>
    <span class="breadcrumb-links"><a href="#">Sub Link 01</a></span> Active Page
    </div>
    The styles are as like in the below.
    .breadcrumb-desktop {
    width: 100%;
    font-family: Arial;
    padding: 23px 0 40px;
    float: left;
    font-size: 0.75em;
    line-height: 1.25;
    .breadcrumb-desktop > span.breadcrumb-links:after {
    content: " \203A ";
    white-space: pre;
    I have tried the following code snippet within the SharePoint site as
    <!--MS:<asp:sitemappath runat="server" sitemapproviders="SPSiteMapProvider,SPXmlContentMapProvider" rendercurrentnodeaslink="false" hideinteriorrootnodes="true">-->
    <!--ME:</asp:sitemappath>-->
    But it did not display as I wanted.
    So how am I supposed to insert these to my Custom Master-Page's breadcrumb and style them? Please could someone help me to solve this?
    Thanks and regards,
    Chiranthaka

    Hi Chiranthaka,
    Please use the following code snippet in your html master page.
    <div class="CustomBreadcrumbs">
    You are here:
    <!--SPM:<SharePoint:AjaxDelta id="DeltaPlaceHolderPageTitleInTitleArea" runat="server">-->
    <!--SPM:<asp:ContentPlaceHolder id="PlaceHolderTitleBreadcrumb" runat="server">-->
    <!--MS:<asp:sitemappath runat="server" sitemapproviders="SPSiteMapProvider,SPXmlContentMapProvider" rendercurrentnodeaslink="false" hideinteriorrootnodes="true">-->
    <!--ME:</asp:sitemappath>-->
    <!--SPM:</asp:ContentPlaceHolder>-->
    <!--SPM:</SharePoint:AjaxDelta>-->
    </div>
    Here is a thread for your reference:
    https://social.msdn.microsoft.com/Forums/office/en-US/daabd903-df98-41da-80d8-6a942d06980e/add-breadcrumb-to-custom-master-page-html-file?forum=sharepointcustomization
    We can also customize a breadcrumb control, then add it in master page.
    http://msreddysharepoint.blogspot.com/2013/01/custom-breadcrumb-navigation-in.html
    Best Regards
    Dennis Guo
    TechNet Community Support

  • Customize Document library breadcrumb in shrePoint 2013

    Hi,
    I have created one document library as customer with 3 folders. While navigate to the child folder, it shows the last two parent in the breadcrumb.
    But my requirement is to show all child folder from the parent in the breadcrumb.And also i want to decrease the font size of the breadcrumb.
    The breadcrumb at the child folder looks like below fig.
    Please help.
    Thank you.

    Hi,
    According to your post, my understanding is that you want to enable the breadcrumb in SharePoint 2013.
    We can add the following code snippets to the master or page layout to display the breadcrumb in SharePoint 2013.
    <!--MS:<asp:sitemappath runat="server" sitemapproviders="SPSiteMapProvider,SPXmlContentMapProvider" rendercurrentnodeaslink="false" hideinteriorrootnodes="true">-->
    <!--ME:</asp:sitemappath>-->
    http://blog.amtopm.be/2013/01/04/sp2013-adding-breadcrumbs/
    More reference:
    http://academy.bindtuning.com/lets-bring-the-breadcrumb-back-to-sharepoint-2013/
    http://ranaictiu-technicalblog.blogspot.com/2013/07/sharepoint-2013-folder-navigation-for.html
    Thanks & Regards,
    Jason
    Jason Guo
    TechNet Community Support

  • SSRS content not appearing in SharePoint 2013

    We have a multi-sever installation of SharePoint 2013 SP1 we are trying to get working for BI environment.
    We have most features working, including Kerberos delegation of user credentials in PerformancePoint and Excel Services.  However, we are having issues getting SSRS (SharePoint Integrated) working in our multi-server solution.  These reports work
    fine in our single-server Development environment, but when we deploy them to the scaled-out SharePoint farm, the reports become non-functional. 
    We can see the breadcrumb header for the current report folder, and also see the control pane that gives us a list of available actions, and the navigation controls, but everything else is empty.  The navigation controls are never populated with information,
    and the entire screen below remains blank white.  No error is visible.
    Our configuration uses 4 servers.  Server (A) is the front-end SharePoint server; Server (B) is the back-end application server [which also hosts the Central Admin site]; Server (C) hosts all the SQL databases; and Server (D) is
    dedicated to SQL Analysis Services.  We have installed SQL Reporting Services (SharePoint Integrated) on Server (B), and have also installed the Reporting Services Add-In for SharePoint on server (A).  We are using SQL 2012 for all SQL functions,
    and SP 2013 SP1. 
    Can anyone provide any assistance on where else I can look, or what I may be missing to get this configuration working?
    Thanks in advance,
    Elohir

    Hi Trevor,
    I hope you are still monitoring this thread, as I had a bit of an epiphany overnight, and think I know what the core of my issue is, but still have no idea how to resolve or work-around it.
    So it occurred to me, that since Reporting Services was installed with the CA site on the SharePoint Application server (Server B, which we'll call ca.mysite.com), and the BI Web Application itself is installed on the WFE (Server A, or bi.mysite.com), any
    call to a constructed URL would have one of two issues:
    A constructed URL of http://bi.mysite.com/reports would be sent to Server A, where only the RS Add-In is installed, not SSRS itself, so no response would be expected, since there is no SSRS service to respond.
    A constructed URL of http://ca.mysite.com/reports would be sent to Server B.  However, since that is where the CA site, and service applications live, the SPN for Kerberos is mapped to the CA Web Application
    Account, and not the AD account used for the SharePoint services.  Now calls to port 32843 on this box should map to the correct SPN, but without that port in the URL, it is going to fail Kerberos authentication.
    So this also raises an interesting question about configuring SharePoint services with Kerberos.  Fortunately, our design plan called for a single AD account to be used for all service application pools.  So no matter which service is being called
    on the application server via the 32483 default service port, they all map to the same service account, and thus the same SPN (since they all use the same root URL).  So my question becomes, if we had decided to use DIFFERENT accounts for the service
    applications, how would we configure everything so that each service could support a unique SPN?  Is there a way to tell/force SharePoint to use a specific URL for the Reporting Services connections?
    So if Trevor, or anyone else has made it this far, does it sound like I am on the right track here?  Any suggestions or recommendations would be appreciated... I feel like I am beating my head against a wall.
    Thanks in advance,
    Elohir

  • Bread-Crumb in SharePoint 2013 required

    HI All,
              I required to create a solution to get the Bread-Crumb in SharePoint 2013.Can any one help how can I do this using visual Studio
    Thanks, Quality Communication Provides Quality Work. http://siddiq-sharepoint2010.blogspot.in/ Siddiqali Mohammad .

    Did you see the following posts to bring Breadcrumb back in SP 2013?
    SP2013. Adding breadcrumbs
    Let’s bring the breadcrumb back to SharePoint 2013!
    If above works then just first implement this in your Dev environment and make sure there are no issues and also verify, if possible, any issue related to performance. 
    Amit

  • Accessing Sharepoint 2013 externally for domain users and customers

    Just an FYI I am not a SP administrator by any means but have be tasked with taking over this project and could use some assistance.
    Sharepoint 2013 is working fine internally. Users access the site and login with their domain credentials. Our client is moving one of their departments to another building down the street and we'd like them to be able to access local resources without the
    use of another server or site to site vpn or standard vpn. 
    My question is, how do we make Sharepoint accessible outside of their local network? 
    If we open up a port on the router and have it forward all request to Sharepoint server will we be able to access it?
    Also, how will they authenticating with the Sharepoint Server? Do they use the same user credentials?
    I forgot to mention this is Sharepoint 2013 Enterprise Edition. We are also using Project Server 2013 as well.
    Thanks in Advance

    Hi 3s1k,
    According to your description, my understanding is that you want to access the SharePoint site from Internet.
    You need to first ensure that you enable Anonymous Access for your web application. You'll then need to set up DNS for the domain you own to point to your web front end server (or virtual IP if it's load balanced). Then set up the appropraite IIS bindings
    for the web application, and finally you'll need to extend your web application to an Internet Zone and give it the appropriate domain name.
    There are some similar posts for your reference:
    https://social.technet.microsoft.com/Forums/en-US/2277d710-ed05-4613-bd66-fd12e4d64b61/sharepoint-intranet-site?forum=sharepointadminprevious
    https://social.technet.microsoft.com/Forums/sharepoint/en-US/fd968a08-393b-41c0-a916-c48ce0f83104/configure-sharepoint-2013-for-accessing-over-internet?forum=sharepointadmin
    http://sharepoint.stackexchange.com/questions/54315/sharepoint-2013-extranet-acces-outside-the-internal-network
    Best Regards,
    Wendy
    Wendy Li
    TechNet Community Support

  • One drive (sky drive) for sharepoint 2013

    Looking for support on the one drive: referenced here:http://support.microsoft.com/kb/2903984
    We have Sharepoint 2013 and would like to use the sky drive (one drive)..
    We don't use Office 2013, but Office 2010
    I found the link to the download of onedrive.
    The download name was:
    Setup.x86.en-us_GrooveRetail_3V9N8-W93CC-FQPB8-Y9WVF-TVGJ3_TX_PR.exe
    I am trying to send the one drive out to all our computers at our business to be used with Sharepoint 2013.
    The downloaded install doesn't appear to be a standalone install.  I opened up a command line.
    put Setup.x86.en-us_GrooveRetail_3V9N8-W93CC-FQPB8-Y9WVF-TVGJ3_TX_PR.exe /?
    This gives the following output.
    Usage:
    SETUP mode [path to configuration file]
    SETUP /download [path to configuration file]
    SETUP /configure [path to configuration file]
    SETUP /packager [path to configuration file] [output path]
    SETUP /help [path to configuration file]
     /download  Downloads files to create an Office16 installation source
     /configure  Adds, removes, or configures an Office16 installation
     /packager  Produces an Office App-V package from an Office installation source
     /help  - Prints this message
    I tried the Setup.x86.en-us_GrooveRetail_3V9N8-W93CC-FQPB8-Y9WVF-TVGJ3_TX_PR.exe /download 
    This supposedly will download files needed to create an office16 installation source.  I don't want an office16 installation source, but I want the onedrive stanalone installer.
    The command didn't download any files.
    So does anyone know how to deploy the onedrive to multiple computers.  Make note we don't have office 2013 any reference to trying to create a custom install for it useless because we don't have the product.
    Please help.
    Adam J.

    Do you know where to find the .msi? I have the above .iso extracted. If I run groovemui.msi I get the following error:
    Error 1713: Setup cannot install one of the required products for Microsoft GrooveMUI (English) 2013.
    Thanks!
    EDIT: I am also trying to install ODfB standalone on top of Office 2010.
    Hi vmanning,
    you will need to use the setup.exe (found in the Office2013 ISO) - you can't just use the MSI for groove (ODfB).
    You will need to create a customisation of the Office2013 (either MSPfile, or config.xml), to set the feature states as you wish (i.e. ODfB=runfrommycomputer(Local), and everything else=notavailable(Absent))
    http://technet.microsoft.com/en-us/library/cc178960.aspx
    http://technet.microsoft.com/en-us/library/cc179097.aspx#Set_feature_installation_states
    http://technet.microsoft.com/en-us/library/cc179195.aspx
    Also, note that there is a bug in the Office2013+SP1 ISO, so to avoid this bug, use the original Office2013RTM ISO; refer:
    http://social.technet.microsoft.com/Forums/en-US/15ec2e92-c587-4474-8d5b-70b7892195bf/oct-install-with-office-2013-sp1-lync-and-skydrive-pro-wont-install?forum=officeitpro
    http://blogs.technet.com/b/odsupport/archive/2014/03/11/lync-2013-and-onedrive-for-business-are-not-installed-when-installing-office-2013-with-service-pack-1.aspx
    Don
    (Please take a moment to "Vote as Helpful" and/or "Mark as Answer", where applicable.
    This helps the community, keeps the forums tidy, and recognises useful contributions. Thanks!)

  • How to create a quarterly view in SharePoint 2013

    How do you create a 3 month view in SharePoint 2013, preferably without adding code?

    Hi 
    you can create two additional calculated column to do.
    http://blog.pentalogic.net/2009/11/howto-filter-items-current-calendar-month-view-sharepoint/
    http://iwillsharemypoint.blogspot.in/2012/03/sharepoint-list-view-of-current-month.html
    Rajendra Singh
    Walking on water and developing software from a specification are easy if both are frozen
    If a post answers your question, please click Mark As Answer on that post and Vote as Helpful

  • Error while crawling LOB contents SharePoint 2013

    Error while crawling LOB contents SharePoint 2013
    I have Configured the BDC Service application using SQL external content. The connection was successful and I am able to see the external content in the List "BDC Demo" . But when I search in the BDC Demo site it gives nothing.
    So I checked in the crawl logs and identified that it shows " 1 " under error. to further drill down the issue , I went to click on "1" and see the error message : Error while crawling LOB contents SharePoint 2013 .
    I have created an external DB named BCSDemo_DB for which I have granted my search Service account read& write permission.
    I have added the same account under administrators for both secure store and BCS service applications. 
    I have done index reset , done a full crawl but the error still occurs.
    Can someone please advise if I am missing something.
    Regards

    Hi Aravinda,
    According to your description, my understanding is that you got an error when you crawled SQL database table in SharePoint 2013.
    This error is caused by the fact that the default content access account does not have any rights to access the metadata store in the Business Data Connectivity Service Application.
    Or it is caused by the default content access account has no rights on the SQL database.
    For fixing it, you need to grant the default content access account permission on metadata store in the Business Data Connectivity Service Application and the SQL database. You can refer to the link below:
    http://www.sharepointinspiration.com/Lists/Posts/Post.aspx?ID=5
    After that, do a full crawl for the content source.
    Best Regards,
    Wendy
    Wendy Li
    TechNet Community Support

  • Getting Error while creating a new column in a list or library in a site collection - Sharepoint 2013

    Hi,
    I am getting below error when i create a new column in a library or list,
    "Save Conflict
    Your changes conflict with those made concurrently by  another user. IF you want your changes to be applied, click back in your browser, refresh the page, and resubmit your changes"
    Any help please.
    Smile Always

    Hi,
    I have done a test in my SharePoint 2013. And I can re-appear your issue.
    Per my test, I found that If  there are more than one user create a new column in
    a library or list at the same time, when we
    click ok after the other users, we will get the error.
    Or if we open a library or list in two windows with the same user, when we
    create a new column in a library or list in two windows
    at the same time, we will get the error.
    To resolve your issue, refresh your page and
    create a new column again.
    Best Regards,
    Lisa Chen
    Lisa Chen
    TechNet Community Support

  • Reporting Services Error activating ReportingWebService.svc in SharePoint 2013

    I get below error when i tried accessing System Settings after creating Reporting Services Service Application in SharePoint 2013, looked in to many blogs but didn't find any fix
    tried https://social.msdn.microsoft.com/forums/sqlserver/en-US/c2066c96-d8d0-46b5-89ff-abd806b3169d/reportingwebservicesvc-could-not-be-activated
    tried http://sharepointconnoisseur.blogspot.com/2014/07/how-to-resolve-requested-service-http.html
    and also tried http://sharepoint.stackexchange.com/questions/80118/sharepoint-2010-reporting-services-integration-set-server-defaults-error
    but nothing worked
    The Error is:
    The requested service, 'http://localhost:32843/99f510a2628e4f24a5dbde00a57f0cbb/ReportingWebService.svc' could not be activated. See the server's diagnostic trace logs for more information.
    Error Log:
    Application error when access /_admin/ReportServer/ReportingServicesSystemSettings.aspx, Error=The requested service, 'http://localhost:32843/9a9f58cdb5b34551921277056e5ebc82/ReportingWebService.svc' could not be activated. See the server's diagnostic trace
    logs for more information.  Server stack trace:     
     at System.ServiceModel.Channels.HttpChannelUtilities.ValidateRequestReplyResponse(HttpWebRequest request, HttpWebResponse response, HttpChannelFactory`1 factory, WebException responseException, ChannelBinding channelBinding)    
     at System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelRequest.WaitForReply(TimeSpan timeout)    
     at System.ServiceModel.Channels.RequestChannel.Request(Message message, TimeSpan timeout)    
     at System.ServiceModel.Channels.SecurityChannelFactory`1.SecurityRequestChannel.Request(Message message, TimeSpan timeout)    
     at System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs, TimeSpan timeout)    
     at System.ServiceModel.Channels.ServiceChannelProxy.InvokeService(IMethodCallMessage methodCall, ProxyOperationRuntime operation)    
     at System.ServiceModel.Channels.ServiceChannelProxy.Invoke(IMessage message)    Exception rethrown
     at [0]:     
     at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg)    
     at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type)    
     at Microsoft.ReportingServices.ServiceContract.IReportServiceManagement.GetSystemProperties(ICollection`1 properties)    
     at Microsoft.ReportingServices.SharePoint.SharedService.ProxyHelper.<>c__DisplayClass9.<GetSystemProperties>b__8(IReportServiceManagement mchannel)    
     at Microsoft.ReportingServices.SharePoint.SharedService.ProxyHelper.DoManagementChannelCall(Action`1 caller)    
     at Microsoft.ReportingServices.SharePoint.SharedService.UI.ReportingServicesSystemSettings.get_SystemProperties()    
     at Microsoft.ReportingServices.SharePoint.SharedService.UI.ReportingServicesSystemSettings.LoadSettings()    
     at Microsoft.ReportingServices.SharePoint.SharedService.UI.ReportingServicesSystemSettings.OnInit(EventArgs e)    
     at System.Web.UI.Control.InitRecursive(Control namingContainer)    
     at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
    System.ServiceModel.ServiceActivationException: The requested service, 'http://localhost:32843/9a9f58cdb5b34551921277056e5ebc82/ReportingWebService.svc' could not be activated. See the server's diagnostic trace logs for more information.   Server stack
    trace:     
     at System.ServiceModel.Channels.HttpChannelUtilities.ValidateRequestReplyResponse(HttpWebRequest request, HttpWebResponse response, HttpChannelFactory`1 factory, WebException responseException, ChannelBinding channelBinding)    
     at System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelRequest.WaitForReply(TimeSpan timeout)    
     at System.ServiceModel.Channels.RequestChannel.Request(Message message, TimeSpan timeout)    
     at System.ServiceModel.Channels.SecurityChannelFactory`1.SecurityRequestChannel.Request(Message message, TimeSpan timeout)    
     at System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs, TimeSpan timeout)    
     at System.ServiceModel.Channels.ServiceChannelProxy.InvokeService(IMethodCallMessage methodCall, ProxyOperationRuntime operation)    
     at System.ServiceModel.Channels.ServiceChannelProxy.Invoke(IMessage message)    Exception rethrown
     at [0]:     
     at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg)    
     at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type)    
     at Microsoft.ReportingServices.ServiceContract.IReportServiceManagement.GetSystemProperties(ICollection`1 properties)    
     at Microsoft.ReportingServices.SharePoint.SharedService.ProxyHelper.<>c__DisplayClass9.<GetSystemProperties>b__8(IReportServiceManagement mchannel)    
     at Microsoft.ReportingServices.SharePoint.SharedService.ProxyHelper.DoManagementChannelCall(Action`1 caller)    
     at Microsoft.ReportingServices.SharePoint.SharedService.UI.ReportingServicesSystemSettings.get_SystemProperties()    
     at Microsoft.ReportingServices.SharePoint.SharedService.UI.ReportingServicesSystemSettings.LoadSettings()    
     at Microsoft.ReportingServices.SharePoint.SharedService.UI.ReportingServicesSystemSettings.OnInit(EventArgs e)    
     at System.Web.UI.Control.InitRecursive(Control namingContainer)    
     at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
    Getting Error Message for Exception System.Web.HttpUnhandledException (0x80004005): Exception of type 'System.Web.HttpUnhandledException' was thrown. ---> System.ServiceModel.ServiceActivationException: The requested service, 'http://localhost:32843/9a9f58cdb5b34551921277056e5ebc82/ReportingWebService.svc'
    could not be activated. See the server's diagnostic trace logs for more information.    Server stack trace:     
     at System.ServiceModel.Channels.HttpChannelUtilities.ValidateRequestReplyResponse(HttpWebRequest request, HttpWebResponse response, HttpChannelFactory`1 factory, WebException responseException, ChannelBinding channelBinding)    
     at System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelRequest.WaitForReply(TimeSpan timeout)    
     at System.ServiceModel.Channels.RequestChannel.Request(Message message, TimeSpan timeout)    
     at System.ServiceModel.Channels.SecurityChannelFactory`1.SecurityRequestChannel.Request(Message message, TimeSpan timeout)    
     at System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs, TimeSpan timeout)    
     at System.ServiceModel.Channels.ServiceChannelProxy.InvokeService(IMethodCallMessage methodCall, ProxyOperationRuntime operation)    
     at System.ServiceModel.Channels.ServiceChannelProxy.Invoke(IMessage message)    Exception rethrown
     at [0]:     
     at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg)    
     at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type)    
     at Microsoft.ReportingServices.ServiceContract.IReportServiceManagement.GetSystemProperties(ICollection`1 properties)    
     at Microsoft.ReportingServices.SharePoint.SharedService.ProxyHelper.<>c__DisplayClass9.<GetSystemProperties>b__8(IReportServiceManagement mchannel)    
     at Microsoft.ReportingServices.SharePoint.SharedService.ProxyHelper.DoManagementChannelCall(Action`1 caller)    
     at Microsoft.ReportingServices.SharePoint.SharedService.UI.ReportingServicesSystemSettings.get_SystemProperties()    
     at Microsoft.ReportingServices.SharePoint.SharedService.UI.ReportingServicesSystemSettings.LoadSettings()    
     at Microsoft.ReportingServices.SharePoint.SharedService.UI.ReportingServicesSystemSettings.OnInit(EventArgs e)    
     at System.Web.UI.Control.InitRecursive(Control namingContainer)    
     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.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()    
     at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)

    Hi MOSSDeveloper1,
    Below is our suggestions:
    1, try to open the URL in the Browser directly, then to see what happen. Maybe you can do the next action plan based on the error message in the Browser.
    http://localhost:32843/99f510a2628e4f24a5dbde00a57f0cbb/ReportingWebService.svc
    2,Try to get the application pool id based on the  Reporting Web Service  id "99f510a2628e4f24a5dbde00a57f0cbb"
    Locate The Web Service in the sharepoint Web services in IIS, then click the advanced setting, you would see the application pool id;
    Then Browse  IIS manager "Application Pool", select the pool with the ID , restart it.
    3,If the above two didn't helpful. tried to reboot the server or the steps below.
    Update the web.config in the service host IIS web site and add the following. Set minFreeMemoryPercentageToActivateService to a lower percentage.
    <configuration>
    < system.serviceModel>
    < serviceHostingEnvironment multipleSiteBindingsEnabled=”true” minFreeMemoryPercentageToActivateService=”1″/>
    < /system.serviceModel>
    < /configuration>

  • Reporting services in three tier SharePoint 2013 environment

    Hi,
    I am trying to integrate SQL Server 2012SP1 Reporting Services in a three tier SharePoint 2013 environment, but it seems it is not succesful.
    The setup is as following:
    SRV1: SQL Server with content, config,... and the Reporting Service databases.
    SRV2: SharePoint 2013 Application server & Central Administration
    SRV3: SharePoint Web Front with SharePoint sites
    All application pools are started with domain accounts on SRV2 & 3
    When opening the Central Administration site, the Reporting Services Service Application and its Proxy is created and configured. On SRV2 the Application exists in the application pool in IIS, but it does not appear in the SRV3. Should it be created manualluy?
    In Central Administration, when opening the site settings the Reporting Services section is created, but when opening the Site Settings for the root site the section shows variables:
    $Resources:ReportServerResources,ReportServerSiteSettingsGroupTitle;
    $Resources:ReportServerResources,ScheduleList;
    $Resources:ReportServerResources,SiteLevelSettings;
    $Resources:ReportServerResources,ManageSiteDataAlerts;
    I believe i need some help here.
    Thanks in advance.
    Best regards,
    J

    Hi J-S,
    Generally, the issue occurs if you are in the Windows Powershell instead of the SharePoint Management Shell or the Reporting Services - SharePoint mode feature is not installed. So, please double check you are using the SharePoint Management Shell or install
    the Add-in by installing the rssharepoint.msi instead. Here is the download link:
    http://www.microsoft.com/en-us/download/details.aspx?id=35583
    If it is not the issue, please install the Reporting Services - SharePoint mode from the SQL Server 2012 installation media.
    Reference:
    http://msdn.microsoft.com/en-us/library/ms144289.aspx#bkmk_cmdlets_not_recognized
    Regards,
    Mike Yin
    If you have any feedback on our support, please click
    here
    Mike Yin
    TechNet Community Support

  • Reporting Services in both SharePoint 2013 connected and native mode?

    Is it possible to configure Reporting Services (SQL Server 2014) to support both SharePoint 2013 connected mode and local Report Server in native mode on the same server using multiple instances of RS? The reason for this setup is to avoid having to purchase
    SharePoint Enterprise CALs for other users than analysts and still be able to publish standard reports to all employees.
    Management and analysts -> Custom reports published through SharePoint 2013 Enterprise (SP2013 ECALs and SQL Server 2014 core license). Data alerts and Power View enabled if possible.
    All employees -> Standard reports published through Native Mode Report Server (SQL Server 2014 core license). Possible subscriptions.
    I find the official documentation a bit lacking in this area but can't find anything stating against the above. It would be greatly appreciated if someone could confirm before planning the installs.
    What I'm aiming for is somewhat similar to the "2 Tier Topology" described at: Example
    License Topologies and Costs for SQL Server 2014 Self-Service Business Intelligence
    With the difference that there is a separate SQL Server 2014 server used both by SharePoint and as a standalone BI-server.
    SharePoint EE + SQL Server 2014 EE
    Excel Services
    SSRS Add-in (Reporting Services, Power View)
    SQL Server DB for SP Content, Configuration and Service Application DB:s
    SQL Server 2014 EE - SharePoint + Standalone for BI
    SSRS SharePoint Mode
    SSRS Native Mode
    SSAS (Not in SharePoint mode, skipping PowerPivot for now. Would Power View still work?)
    SQL Server DB for Data Warehouse
    = 1 x SharePoint EE Server Licence, 2 x SQL Server 2014 EE Server Licenses?
    Deployment
    Topologies for SQL Server BI Features in SharePoint - Actually gives a good overview in the section "PowerPivot for SharePoint
    2013 and Reporting Services Three Server Deployment". Just remove PowerPivot Service from Server 1 and change the Analysis Services in Server 2 to a regular native multidimensional mode. Server 2 would also be used for native Reporting Services.
    Fallback or even beneficial option to install SSRS in SharePoint mode on the SQL Server instance used for content and configuration?

    Hi Daniel Wikar,
    As per my understanding, you want to install two SQL Server instances on the same server, and configure one of the Reporting Services to SharePoint integrated mode, another to native mode.
    According to my knowledge, multiple instances of Reporting Services on the same computer, where one instance runs in SharePoint integrated mode and the other instance runs in native mode is supported. But we must run all report server instances at the same
    level. For example, if we are using SQL Server 2014, all report server instances must be SQL Server 2014.
    Besides, Analysis Services and Reporting Services can be installed as standalone servers, in scale-out configurations, or as shared service applications in a SharePoint farm. Installing the services in a farm enables BI features that are only available in
    SharePoint, including PowerPivot for SharePoint and Power View.
    For more information about Feature Comparison of SharePoint and Native Mode and Supported and Unsupported Configurations, please refer to the following documents:
    http://msdn.microsoft.com/en-us/library/ms157231.aspx
    http://technet.microsoft.com/en-US/library/bb510781(v=SQL.105).aspx
    For detailed information regarding to the license issue, please call
    1-800-426-9400,
    Monday through Friday, 6:00 A.M. to 6:00 P.M. (Pacific Time) to speak directly to a Microsoft licensing specialist. For international customers, please use the Guide to Worldwide Microsoft Licensing Sites to find contact information in your locations.
    You can also visit the following site for more information and support on licensing issues:
    http://www.microsoft.com/licensing/mla/default.aspx
    If you have any more questions, please feel free to ask.
    Thanks,
    Wendy Fu
    If you have any feedback on our support, please click
    here.

  • SharePoint 2013 site collection search not working but data is indexed correctly.

    I am currently having issues with the default search box on a site. No matter what I type in I can not get it to display any information. However, I see the content indexed in the search admin console. I created a new site with the Basic Search Template
    and I am able to return items in the site using this site page.
    I am looking at http://technet.microsoft.com/en-us/library/jj683115.aspx#BKMK_CreateResutlSource and I must be missing something or doing something wrong because on the site features or site collection features I do not have these settings
    "On the Site Settings page,
    in the Site Collection Administration section,
    click Search Result Sources."
    Any advice would be great.

    I believe you're right. I have also found some other documentation that has helped me. 
    Thanks
    http://blogs.msdn.com/b/sharepoint_strategery/archive/2013/05/25/alternate-access-mappings-explained.aspx
    http://blogs.msdn.com/b/sharepoint_strategery/archive/2013/02/20/beware-crawling-the-non-default-zone-for-a-sharepoint-2013-web-application.aspx

Maybe you are looking for

  • How do I install fonts from Type On Call into Win 8.1

    I have been using Trade Gothic Condensed as my default Excel font for many years. Each time I get a new computer I have been able to install the font in the new OS. I am having trouble doing that with Win 8.1. It says it is installed but does not app

  • 10.6.8 printing

    What is the status of fixes for 10.6.8 printing issues? I have an HP 6040mfp and the print jobs will be paused. I spoke with Apple support and all I got was a runaround and a very ungelpful conversation. Our other office printers work fine, but we ne

  • Local database connection

    I am using developer 3.0 on the NT server machine, with oracle 8 I want to connect with my local database which step i need to take. please help me in detail

  • Acrobat 9 Professional Bookmark rendering problems

    Some change in Mavericks is causing the disclosure triangle graphic on the bookmarks is extremely huge, making it unuseable: I can't figure out any way to even contact Adobe about it. All the relevant forums seem to be locked, and the link to report

  • Error when Preview in Browser or Export in HTML

    I'm getting this error... Please HELP! Need to publish the site immediately.