Dedicated Crawl WFE in SP 2013 - How to do it?

Hi,
We want to implement a dedicated WFE server in SP 2013 to handle all crawl traffic/requests but can't get it to work. Anyone have done this
on SP 2013?
First we thought that it would be as easy as just add an entry in the .host file of the server(s) that are hosting the crawl components but that didn't work.
Secondly we tried to extend all of the SharePoint Web applications and to map the server specific URL (http://server123)
but that gave us problems with Office documents, all search results was pointing to the extended URL (http://server123).
Finally we checked out to use Request Management but as Spence Harbar says, "Request Management only really works with Host Named Site Collections".
So now we need some help.
There are many blogs and articles on SP 2010 out there but none of them works on SP 2013. No matter what we do crawl traffic is always sent to all WFE's via the Load Balancer (hardware
Cisco).
Anyone?
Cheers,
CJ

Hi,
you can follow below powershell command:
$listOfUri = new-object System.Collections.Generic.List[System.Uri](1)
$zoneUrl = [Microsoft.SharePoint.Administration.SPUrlZone]'Default'
$webAppUrl = "<Default Zone FQDN URL>"
$webApp = Get-SPWebApplication -Identity $webAppUrl
$webApp.SiteDataServers.Remove($zoneUrl)   ## By default this has no items to remove
$URLOfDedicatedMachine = New-Object System.Uri("<Dedicated crawl target URL>")
$listOfUri.Add($URLOfDedicatedMachine);
$webApp.SiteDataServers.Add($zoneUrl, $listOfUri);
$WebApp.Update()
Also you can take help from article:
http://technet.microsoft.com/en-us/library/dd335962(v=office.14).aspx

Similar Messages

  • 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

  • In Share point 2013 how to add more than 2 group by in list

    In Share point 2013 how to add more than 2  group by in list .

    Hi,
    According to your post, my understanding is that you wanted to group by on more than 2 columns in a List View in SharePoint 2013.
    There is no out of the box way to achieve your scenario directly.
    As a workaround, we can use the following method to achieve it.
    First, we can insert Data View Web Parts in SharePoint Designer 2013.
    It’s because the SharePoint Designer 2013 can’t support Design view, then the Data View Web Parts XSL cannot be visually manipulated.
    You can refer to the following article to insert a Data View Web Part.
    http://www.synergyonline.com/Blog/Lists/Posts/Post.aspx?ID=259
    And then, you can use the following solution that can be used to
    group by on more than 2 columns in a view
    to implement it in SharePoint Designer 2013.
    http://techtrainingnotes.blogspot.com/2011/01/sharepoint-group-by-on-more-than-2.html
    http://chanakyajayabalan.wordpress.com/2010/03/15/group-by-for-more-than-two-columns-in-sharepoint-list/
    Best Regards,
    Linda Li
    Linda Li
    TechNet Community Support

  • I have deleted iPhoto that came with my new mac air 2013, how can i get it back again?

    I have deleted Iphoto that came with my new Mac Air 2013, how can I get that back... Well, I know, I should have done it, but I've not set up the time machine yet... Many thanks

    Okay, look under Purchases:

  • Crystal Server 2013: How to troubleshoot "Can not create temp file---- Error code:-2147215357"

    We have a Java7 web app, which generate PDF report by calling Crystal Server 2013 SP4.
    The app is being deployed on many different servers. We sometimes got the error below when generating report:
    com.crystaldecisions.sdk.occa.report.lib.ReportSDKException: Can not create temp file---- Error code:-2147215357 [CRSDK00000615] Error code name:internal
    at com.crystaldecisions.sdk.occa.report.application.PrintOutputController.controllerExportInternal(PrintOutputController.java:280)
    at com.crystaldecisions.sdk.occa.report.application.PrintOutputController.export(PrintOutputController.java:152)
    at com.crystaldecisions.sdk.occa.report.application.PrintOutputController.export(PrintOutputController.java:130)
    at com.crystaldecisions.sdk.occa.report.application.PrintOutputController.export(PrintOutputController.java:113)
    Problem is, this seems to be  a pretty generic exception. It could be caused by many different reasons.
    e.g. network connection problem, wrong DB login, wrong folder path, lack of folder access right, etc.
    Each time we could only guess what's wrong.
    We are running into it again, and this time everything seems correctly configured so far.
    We wonder if there are more info we can get to troubleshoot? For example, any log file of Crystal Server we should look into? Or does Crystal Server has debug mode which prints more details to tell us what goes wrong?

    Prithviraj Shekhawat wrote:
    Hi Henry,
    I believe you are using RAS SDKs to export the reports to PDF.
    Apply trace on RAS server and check what you find in RAS logs.
    Check whether you can see timeout error is RAS logs. Usually if connection is lost and the RAS server no more have the session to write to the temp directory, we do see these errors.
    Also, does the account that runs RAS have permissions to create a file in RAS's default temp directory? Are you getting any out of memory or out of disk space exceptions on App server or RAS, tracing RAS server is the way to move forward.
    Thanks,
    Prithvi
    >>I believe you are using RAS SDKs to export the reports to PDF.
    Yes
    >>Apply trace on RAS server and check what you find in RAS logs.
    >>Check whether you can see timeout error is RAS logs.
    How to configure tracing, and where are RAS logs? Is it configured in CMC --> Servers --> Crystal Report Services?
    >>Also, does the account that runs RAS have permissions to create
    >>a file in RAS's default temp directory?
    Pretty sure yes.
    >> Are you getting any out of memory or out of disk space exceptions
    >>on App server or RAS, tracing RAS server is the way to move forward.
    Not on App server.
    For RAS, that's the problem, I am not sure where to look.......

  • SharePoint Foundation 2013 -- How to add the document property option in default search template

    Dear All
    The search for foundation 2013 is working fine with me. I want to add the view document property in the search option? can any one tell me how can i do it in foundation 2013. 
    Here is a relevant post
    http://www.abelsolutions.com/totm/creating-customized-search-results-in-sharepoint-2013/
    I already done the followings: 
    1) Add the view property in Search Managed properties through central administration 
    2) I found one solution that shows me the .html files in SPD Catalog search template, that i did not found in the respective place. (there is no reason why its not there) 
    Can any one tell me how can i do that? 
    Regards 
    Rashid Imran Bilgrami 
    Project Manager 
    ArabSign

    Display templates are not available in SharePoint Foundation. You must use SharePoint Server.
    http://msdn.microsoft.com/en-us/library/jj945138.aspx
    Blog | SharePoint Field Notes Dev Tools |
    SPFastDeploy | SPRemoteAPIExplorer

  • App-V 5 SP2 and Office 2013 - How to control user access?

    What is the best way to control access to the Office 2013 application shortcuts?
    Because it must be published globally, how can we only allow certain users to access Office 2013 on RDS servers when the default action would mean all users can access it?
    Can removing the shortcuts using the DeploymentConfig file (see
    here) followed by setting up something using the UserConfig file linked to an AD group work?
    If so how would this be done?

    See these threads:
    http://social.technet.microsoft.com/Forums/en-US/a455d7e2-e0e6-4843-b07b-42afc18623e2/office-365-proplus-appv-50-package-installs-lync-outlook-infopath-and-onenote-even-though-they?forum=mdopappv#6fbcf59b-351c-48d1-8e63-539550a88b56
    http://social.technet.microsoft.com/Forums/en-US/f4b47f1e-e494-4477-97e9-6942c4f8ec2d/office-2013-vl-appv-5-packages?forum=mdopappv#7f63bea4-57c3-40a7-bdf4-6f25320e5b68
    Please remember to click "Mark as Answer" or "Vote as Helpful" on the post that answers your question (or click "Unmark as Answer" if a marked post does not actually
    answer your question). This can be beneficial to other community members reading the thread.
    This forum post is my own opinion and does not necessarily reflect the opinion or view of my employer, Microsoft, its employees, or other MVPs.
    Twitter:
    @stealthpuppy | Blog:
    stealthpuppy.com |
    The Definitive Guide to Delivering Microsoft Office with App-V

  • Office 2013 - How to Add Dropbox as a Cloud Service

    Office 2013 has a great new feature where cloud storage services can register as a place within the open/save menu, and within the user's account. While we wait for Dropbox to officially support this, I have a workaround for those people using Office 2013
    who need to see the Dropbox icon beside SkyDrive.
    The script that you can download and run is here:
    https://dl.dropbox.com/u/46565/dropbox_service_add.bat
    It modifies the registry based on Microsoft's document, "Integrating additional cloud storage services in Office 2013" found at http://www.microsoft.com/en-us/download/details.aspx?id=35474
    I've only tested this on Windows 8, so if somebody on Windows 7 can let me know how it works that would be fantastic.
    The thread where I'll be posting any updates or changes is:
    https://forums.dropbox.com/topic.php?id=93098
    Cheers,
    -Philip

    Great thing to have, but executing batch files is not secure.
    Try to install new for Microsoft Office that embeds Dropbox integration into it in the same way but has nice and simple installer.
    There is one more killing feature currently. Our plugin allows to load and review change history of the document right from Microsoft Word and Excel.
    Give it a try at http://www.codocuments.com

  • IPod Touch 64GB activated October 2013 - how do I get the free iLife, iPhoto and iMovie apps?

    I purchased (from an authorised seller - Dixons Duty Free, Heathrow) and activated an iPod Touch 64GB on 18th October 2013 (prior to the announcement of free iLife, iPhoto and iMovie apps but after the 1st Sepember 2013 date in their conditions). It had iOS6 preinstalled. I've updated to iOS7. How do I get the free iLife, iPhoto and iMovie apps? The App Store is trying to charge me for theese.

    Problem solved from information found in another thread....
    If your iOS device was activated for the first time after September 1, go to the App Storeon your iPod which should open to Featured. If not, tap on Featured at the lower left of the screen & scroll down to Collections & tap on New to the App Store? then scroll down to Apps Made by Apple & tap. You should now see the iWork & iLife apps as "FREE."

  • SharePoint 2013 How to disable Drag and Drop Functionality

    Hi,
    In SharePoint 2013 in document library we have default behavior of drag and drop documents in document library. How to disable drag and drop documents in document library?

    Hi,
         As a work around, you can edit the Drag and Drop js as to remove the drag and drop functionality, edit the document library page (default
    page) place the content editor web part on top of the library include the modified Drag and Drop js file in the content editor web part, Please save the Drag and Drop js file to other location (probably Site Assets library etc).
    Hope it helps!!!  
    Please remember to mark your question as answered &Vote helpful,if this solves/helps your problem. Thanks, Ajeet

  • Upgraded MS Office 2010 to 2013, how do I get the pdf menu option in Word, Excel, etc - Using Acrobat X

    Hi
    Have just upgraded from MS Office 2010 to Office 2013.
    Have lost the menu option "Acrobat" for creating pdfs (using Acrobat X).
    How to I get it back?
    Cheers

    uninstall acrobat, clean (Download Adobe Reader and Acrobat Cleaner Tool - Adobe Labs) and reinstall acrobat.

  • Access 2013 - How do I get my charts to display correctly?

    I have a pretty siimple, straightforward application I've developed and used over the past 20 years to handle my home finances. It includes several charts that were probably created back in Access 2003, which I used up until a couple of weeks ago when I
    subscribed to Office 365 Home and set up Office 2013, including Access.
    Most things worked without a hitch. In fact, all my old VBA code seems to run just fine.
    However, the charts don't work. The right side of chart gets cut off way short of the margin both in print preview and report view. Everything else looks fine and the data is correct.
    I've fiddled and fussed and fangled with zoom, clip and stretch. I've tried to resize the chart area - it just snaps back. I've tried everything I can think of based on 20 years of fussing with Access charts - which has always been a major pain - without
    success.
    I know, I've probably overlooked whatever is the obvious answer, so feel free to talk down to me.
    Any suggestions much appreciated!
    I'll try to get a screen shot in here as soon as this forum figures out that my account has already been verified.
    Bob

    Just to be a little more clear: I have a report, originally constructed in Access 2003, which contains an OLE data object. That's how charts have been done in Access for at least the past ten years, if not longer. I would imagine that there are thousands
    of people out there who have charts created in this way. I have seen many, many reports of exactly the same problem I'm having. Until Access 2010, things worked. Now they don't. I happen to have upgraded to 2010 very briefly before upgrading again to 2013.
    There is no problem with the data in the query. The query works fine. The part of the OLE object which is visible shows correct data from the query. The problem is that the whole OLE object is not visible. The right side of the OLE object is cut off. It stays
    that way regardless of the clip/zoom/stretch setting,
    When I to adjust the size of the OLE object, I put the report into design mode and double-click on the OLE object, which brings up Microsoft Chart. I then drag the right edge of the object to the left to make it smaller. It appears that it snaps back; the ruler
    in the embedded Chart display makes it appear that the size of the OLE object hasn't changed.
    In fact, however, it has. And if you make the OLE object small enough, the entire object becomes visible. However, by that time, you've made it so small that the chart is now fairly useless and your report looks stupid.
    So far, the only work-around I have found is to very carefully, working one small step at a time, saving, closing and re-opening at each step, reduce the size of the OLE object until the whole thing shows, then, still one small step at a time, increase the
    size of the object until it becomes useful. It's still not good, but at least it's useful.
    Fortunately I only have a half-dozen or so charts to deal with. I shudder to think of the people with corporate databases with dozens or hundreds of charts in them, none of which now work, trying to fix them all by this slow and cumbersome process.
    I was about to write, "Surely there must be some solution for this." Is there? Or am I just being overconfident?

  • TFS /VStudio 2013 - How Can I See TestContext Output from Build Definition

    Running On Prem TFS 2013 with Visual Studio 2013 MS Test
    I think we are using the default Build Templates (TfvcTemplate.12.xaml)
    I have a seperate "*.Tests" Assembly/Project for running Unit Tests.
    The main problem I have, is that the tests pass on my machine, but fail on the Build Server.  I have plenty of information on my machine on why tests fail (via Console.WriteLine and TestContext.WriteLine), but all I get on the build server Diagnostics
    or Log tab is Failed "TestName".
    I've been trying to find a way to figure out a way to find a way to configure TFS to show me the Failure reasons, but I can't find it anywhere.
    I successfully run the MSBuild.exe step / mtba:RunMSBuild
    Then I go to the mtba:RunAgileTestRunner and / "Run VS Test Runner" and it fails the Build (because I have "Fail build on test failure" set to true).  I see all the tests that fail, but have no idea why.  I would like to know
    how to configure TFS so I can see the same output I see from Visual Studio.
    Here is the output of what happens: from the Diagnostics "tab" when seeing Build result in the browser:
    Run VS Test Runner
      Inputs
        TestSpecs: BuildParameter[] Array
        Enabled: True
        ConfigurationsToTest: String[] Array
        OutDir: 
    There were no matches for the search pattern C:\Builds\TS\Build Test\bin\**\*test*.appx
    Failed TestName1
    Failed TestName2
    etc..
    Is it even possible to get the output I'm asking for?  If so how?
    Thanks

    Hi ParsecAndre, 
    Thanks for your post. 
    In TFS 2013 default TfvcTemplate.12.xaml build process template, TFS invoke VS Test Runner(vstest.console.exe) to execute test project, not invoke MSTest.
    To view the detailed test case failed information, please should open the completed build in VS, please refer to the below screenshot:
    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.
    Click
    HERE to participate the survey.

  • Outlook 2013: how force outlook to go always to the newest message in inbox folder?

    Hi,
    how is possible to force Outlook 2013 to go always to the first and newest message in inbox folder?
    Actually Outlook always point to the current message selected for each folder.
    Thanks!

    Upon starting Outlook, it will always go to the first item in the folder. During your Outlook session, when you return to a folder, it will select your last selected message. You can't change this. Pressing the Home button on your keyboard will instantly
    bring you back to the top.
    Robert Sparnaaij
    [MVP-Outlook]
    Outlook guides and more: HowTo-Outlook.com
    Outlook Quick Tips: MSOutlook.info

  • MS Project 2013 - How to create a report filter to show Tasks Completed Last Week

    I am attempting to create a report that can show all tasks that have been completed in the past week.  When I create the filter I can find no inherent way for this to be done and I see no basis for the logic necessary to complete this in the other predefined
    filters.  Essentially I understand the filter tool enough to be able to display all completed tasks, what i am lacking is the syntax necessary to limit the results in the "value(s)" section of the Filter Definitions screen to only present the
    previous weeks results.
    Something like this would be ideal, but it does not seem to work  "Start of the week is:"? -7d
    Any assistance with this question would be greatly appreciated.

    Thanks Rod I am going to give this a try.  I have a related question with regard to the Values that you can filter against.   I attempted to attach a screenshot of the
    filter definition for Tasks Due This week, but I am not verified so it will not allow for that.  If you go to the view tab in Project 2013, select more filters in the data section, you can select the  Tasks
    Due This Week filter and select edit.  In here you will see the values I am talking about.  I am thinking that there has to be a way to change the value that is used
    here ("Start of the week is:"?) to be that - 7 days.  To that point I have not seen anywhere that these values (EXAMPLE: "Start
    of the week is:"?) are defined, yet they are actionable in the application and are calculated values that the filter seems to understand.  They
    do not exist in the drop down for the values and I cannot find a list of all available values that MS Project will support. 
    Thank you all again for the assistance, I will give your idea a shot this morning and let you know how it goes.

Maybe you are looking for