SharePoint Search is failed when request comes from one front end server

Hello colleagues!
I have a SharePoint 2013 farm with 3 server: batch, wfe 1, wfe 2
Search topology includes batch and wfe 1 servers.
So when search request comes from wfe 1 search service works fine. When search request comes from wfe 2 search service is failed.
In logs there is an error:
A failure was reported when trying to invoke a service application: EndpointFailure Process Name: w3wp Process ID: 16556 AppDomain Name: /LM/W3SVC/234569039/ROOT-4-130544984716198913 AppDomain ID: 6 Service Application Uri: urn:schemas-microsoft-com:sharepoint:service:9d3cd1b87fc848c0b7bbbfb95a7fd7a0#authority=urn:uuid:08a793bc71b54dfcb7f0cf2d6cc35c4f&authority=https://wfe2:32844/Topology/topology.svc
Active Endpoints: 1 Failed Endpoints:1 Affected Endpoint:
http://batch:32843/9d3cd1b87fc848c0b7bbbfb95a7fd7a0/SearchService.svc
I have gone through the link
http://batch:32843/9d3cd1b87fc848c0b7bbbfb95a7fd7a0/SearchService.svc It works from any server and any workstation except wf2
When I open the link on server wfe2 I get:
HTTP Error 503. The service is unavailable.
Please help to understand what is wrong.
Thank you for your help

Hi Anna,
Is this issue resolved?
Is there anything update about this issue?
Best regards.
Thanks
Victoria Xia
TechNet Community Support

Similar Messages

  • Script fails when passing values from pl/sql to unix variable

    Script fails when passing values from pl/sql to unix variable
    Dear All,
    I am Automating STATSPACK reporting by modifying the sprepins.sql script.
    Using DBMS_JOB I take the snap of the database and at the end of the day the cron job creates the statspack report and emails it to me.
    I am storing the snapshot ids in the database and when running the report picking up the recent ids(begin snap and end snap).
    From the sprepins.sql script
    variable bid number;
    variable eid number;
    begin
    select begin_snap into :bid from db_snap;
    select end_snap into :eid from db_snap;
    end;
    This fails with the following error:
    DB Name DB Id Instance Inst Num Release Cluster Host
    RDMDEVL 3576140228 RDMDEVL 1 9.2.0.4.0 NO ibm-rdm
    :ela := ;
    ERROR at line 4:
    ORA-06550: line 4, column 17:
    PLS-00103: Encountered the symbol ";" when expecting one of the following:
    ( - + case mod new not null <an identifier>
    <a double-quoted delimited-identifier> <a bind variable> avg
    count current exists max min prior sql stddev sum variance
    execute forall merge time timestamp interval date
    <a string literal with character set specification>
    <a number> <a single-quoted SQL string> pipe
    The symbol "null" was substituted for ";" to continue.
    ORA-06550: line 6, column 16:
    PLS-00103: Encountered the symbol ";" when expecting one of the following:
    ( - + case mod new not null <an identifier>
    <a double-quoted delimited-identifier> <a bind variable> avg
    count current exists max min prior sql stddev su
    But when I change the select statements below the report runs successfully.
    variable bid number;
    variable eid number;
    begin
    select '46' into :bid from db_snap;
    select '47' into :eid from db_snap;
    end;
    Even changing the select statements to:
    select TO_CHAR(begin_snap) into :bid from db_snap;
    select TO_CHAR(end_snap) into :eid from db_snap;
    Does not help.
    Please Help.
    TIA,
    Nischal

    Hi,
    could it be the begin_ and end_ Colums of your query?
    Seems SQL*PLUS hs parsing problems?
    try to fetch another column from that table
    and see if the error raises again.
    Karl

  • How to know wher the request come from??

              I have 2 JSP's forwarding to same 3rd JSP. Now from the 3rd JSP how can I know
              where the request comes from..without using and HTTP parameters
              Can any one help me in this..
              Thanks
              Perianayagam.T
              

    Perianayagam.T wrote:
              >
              > I have 2 JSP's forwarding to same 3rd JSP. Now from the 3rd JSP how can I
              > know where the request comes from..without using and HTTP parameters
              Set a request attribute in the source jsp. In Servlet 2.4 containers, this
              will be done automatically; you will find attributes similar to
              javax.servlet.include.* today.
              Matthias
              Matthias Ernst
              Software Engineer
              CoreMedia - Smart Content Technology
              

  • When I come from outside and press the home button to turn my iPod on, there is white, light blue and red lines but it is transparent enough that I can see my background, time, etc. It hasn't been water damaged, so that cant be the problem.

    When I come from outside and press the home button to turn my iPod on, there is white, light blue and red lines but it is transparent enough that I can see my background, time, etc. It hasn't been water damaged, so that can't be the problem. I was thinking maybe it is just because of the cold but, I don't like having my iPod doing that whenever I come back from the cold. However, I was in class too and this problem happened but it was inside! So I am very worried, I have dropped my ipod a few times but it hasn't fallen that hard to effect it.

    Try:
    - Reset the iOS device. Nothing will be lost
    Reset iOS device: Hold down the On/Off button and the Home button at the same time for at
    least ten seconds, until the Apple logo appears.
    - Reset all settings      
    Go to Settings > General > Reset and tap Reset All Settings.
    All your preferences and settings are reset. Information (such as contacts and calendars) and media (such as songs and videos) aren’t affected.
    - Restore from backup. See:                                 
    iOS: How to back up                                                                
    - Restore to factory settings/new iOS device.             
    If still problem, make an appointment at the Genius Bar of an Apple store since it appears you have a hardware problem.
    Apple Retail Store - Genius Bar                                      

  • Hi,I am developing an iphone app which is using camera device. When app comes from background to foregroung and when we switch on capture screen,the shutter is stuck,Can anyone help?

    Hi,
    I am developing an iphone app which is using camera device. When app comes from background to foreground and when we switch on screen for using camera, the shutter is stuck.
    Can anyone help?

    Post in the developer's forum.

  • Search help dialog when there is only one entry

    Hi experts,
    I am developing a Webdynpro app and I can't find the way of skiping the search help dialog when there is only one entry on the result, just like in SE37 when you put the function name with * and it automatically puts the only ocurrence in the field with no dialog for selection. Right now my application is working correctly but it alwas show the dialog even when there is only one entry on the result.
    Thanks in advance!
    Daniel
    Moderator message - Moved to the correct forum
    Edited by: Rob Burbank on May 4, 2011 2:35 PM

    Hi,,
    Use OVS to  achieve this., when u press start search select the values from table into internal table (lt_object_list)
    n = lines( lt_object_list ).  " this gives the number of records in internal table..
    if n = 1.
    set_attribute(  ) .. to the input field.
    else.
    co phase 3.
    call popup window to display objects
    endif.
    hope this helps u.,
    Thanks & Regards,
    Kiran

  • Make the app sounds come from the front speaker?

    Hello,
    is there any way to make the sounds from the apps come from the front speaker? When I hold the phone sideways my hands block the lateral speakers, making it quite hard to hear, so if there was a way to change the speaker the apps use, that would be great!
    I'm aware I can just change the way I hold the phone, but it's kinda uncomfortable otherwise...
    Thanks in advance! =D

    If by front speaker you mean the earpiece, it doesn't produce enough volume to be clearly audible unless you hold it to your ear.

  • I have 2 hotmail accounts on my mail, when I send from one account I receive the reply in my other account, how can I stop this from happening?

    I have 2 hotmail accounts in my Mac Mail, when I send from one account the reply comes back to the other hotmail account, how can I stop this?

    You should be able to open both accounts.
    I believe Hotmail T&C may expect you to have only one account, but possibly multiple alliases.
    You may have problems opening two separate hotmail accounts at once in Firefox. Try using a new private browsing window for the second one. With any look that will separate them enough for you to use both at once.
    (With other account holders permission.) I sometimes open my own and another persons hotmail account by that method.
    * see [[Private Browsing - Browse the web without saving information about the sites you visit]]

  • TS2755 Hi all, I bought one iphone and 3 ipads, i set up all on one apple ID. Now i have a problem when using messages: when sending message from one device it appears again on screen from the other 3 devices. I need help of how to set up messages on each

    Hi all, I bought one iphone and 3 ipads, i set up all on one apple ID. Now i have a problem when using messages: when sending message from one device it appears again on screen from the other 3 devices. I need help on how to set up messages on each device separately and to start using messages app on each device independently. Thanks

    search google for "iphone remove picture from contact"

  • I am running OS10.6.8 and have a mail box duplication. I use gmail and when I open my mail I have both the Apple Mail and another set of boxes for Gmail. Both get all mail and when I delete from one, it deletes from the other. How can I get rid of the dup

    I am running OS10.6.8 and have a mail box duplication. I use gmail and when I open my mail I have both the Apple Mail and another set of boxes for Gmail. Both get all mail and when I delete from one, it deletes from the other. How can I get rid of the dup

    Hi,
    According to your descriptioin, I don't think this is system problem, it should be Intel driver problem. It would be contact Intel to confirm this issue whether this is their driver problem.
    Roger Lu
    TechNet Community Support

  • How to create a Pooled VDI infrastructure using Win server 2012 as VM image?I have followed the "usual" way to build a pooled VDI desktop using Win7 or Win8 with success, but it fails when I use an image of Win Server 2012 as VM

    I have followed the "usual" way to build a pooled VDI desktop using Win7 or Win8 with success, but it fails when I use an image of Win Server 2012 as VM instead.
    Am I overlooking something?  Should I need to prepare the image in a different way? (Sysprep differently?)
    Thanks

    Hi,
    Thank you for your posting in Windows Server Forum.
    Can you specify the error which you are facing during VDI setup for server 2012?
    I might think that you need to check the memory setting for server 2012, as might happens that due to less memory you can’t setup the VDI setup properly. 
    Memory: If the Master VM is configured with static memory, it must have at least 1024 MB as startup RAM. If the Master VM is configured with dynamic memory, the maximum RAM must be at least 1024 MB.
    Please check beneath article for information.
    Windows
    Server 2012 2,500-user pooled VDI deployment guide (Doc)
    Single Image Management for Virtual Desktop Collections in Windows Server 2012
    Hope it helps!
    Thanks.
    Dharmesh Solanki

  • I am using duel thunderbolt displays with a MacBook Pro. I only have the option to have sound come from one or the other. Has anyone thought of making the left channel come from both speakers on the left Monitor and the same of the right? If yes, how is t

    I am using duel thunderbolt displays with a MacBook Pro. I only have the option to have sound come from one or the other. Has anyone thought of making the left channel come from both speakers on the left Monitor and the same of the right? If yes, how is that done? The MacBook Pro could even be a center channel if configured in that order.

    See the following thread on the same topic:
    2 Thunderbolt displays   MBP = sound coming from both displays?

  • My project is set up with "rotation" menu intro, video, and then "rotation" on end, however, when you put DVD disc in DVD player, menu does not come up on front end, it goes straight to the video.  Is there some step I am missing?

    My project is set up with "rotation" menu intro, video, and then "rotation" on end, however, when you put DVD disc in DVD player, menu does not come up on front end, it goes straight to the video.  Is there some step I am missing?

    Open your iDVD project and go into the Map mode.  Made sure the autostart bin on the left is empty.
    Click to view full size
    If you find a video in that bin remove it, save the project as a disk image and check the disk image with DVD Player.  Then you can burn the disk image to disk with Disk Utilitiy at 4x for optimal burning.
    OT

  • The Document Conversions Launcher Service status on a SharePoint Server 2013 Web front-end server displays "Starting" but does not start or stop

    I have this strange error showing up from my second Web Front End Server, "The Document Conversions Load Balancer service is stuck in starting, The status showing up "Error Starting". When I lunch the start, it runs then went back to
    the same status "Error Starting" for the "Document Conversions Load Balancer Service". How can I get of rid this issue?

    Hi Mannyabdon,
    Based on your description, I recommend to check the things below:
    1.  Run the PowerShell command below to check the status of the Secure Store Service:
    Get-SPServiceInstance |Where {$_.typename -like "Document Conversions Load Balancer Service"}
    If it is not showing online, please stop the service first and then start it to see if the issue still occurs (the
    <ServiceGUID> can be obtained obtained from the command above).
    Stop the service:
    Stop-SPServiceInstance -Identity <ServiceGUID>
    Start the service:
    Start-SPServiceInstance -Identity <ServiceGUID>
    2.  Check the ULS log for detailed error message.
    For SharePoint 2013, by default, ULS log is at C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\15\LOGS.
    Thanks,
    Victoria
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • Move WIKI data from one Mountain Lion Server to another

    Hi.
    I followed the instruction here:
    http://support.apple.com/kb/HT5585
    Under Copying all wikis from one OS X server to another OS X server, I am not even able to execute:
    sudo pg_dump --format=c --compress=9 --blobs --username=collab --file=/tmp/collab.pgdump collab
    It gives this error:
    pg_dump: [archiver (db)] connection to database "collab" failed: FATAL:  role "collab" does not exist
    Any idea?
    I just tested it on the productive server as well as a brand new install. Same outcome.
    which then I moved the: /Library/Server/Wiki/FileData over but even stop/start, restart, wiki server is running but not able to load content, it's like it's been wiped clean.
    matthew

    try it and RATE correct answers
    Hello Matthew
    You're looking in the wrong spot
    First things first - make yourself default sudo with sudo -s then you can forget prefixing it all the time.
    If you just use pg_dump then it'll take the command from the /var-Directory - that's the wrong version
    You have to specify the path for the Socket where the PSQL-Database for the wiki really is located by using the -h-option - it's not the default
    that's why you get the error that role collab does not exist since you're connecting to a database in place where the role collab truy isn't part of it.
    So - if you'd like to export the wiki-DB us the following and adapt the filename to what you like it to be.
    bash-3.2# /Applications/Server.app/Contents/ServerRoot/usr/bin/pg_dump -h "/Library/Server/PostgreSQL For Server Services/Socket/" -p 5432 -f /Volumes/USBSTICK/wikidatabase.pgdump -U collab collab
    The first block specifies the "not default" pg_dump you'd like to use
    The second block (-h "/Library/.....) tells pg_dump where to find the DB
    The third block tells pg_dump to use port 5432
    The fourth block (-f /Volumes/......) tells pg_dump to place its output into this file
    The fifth block (-U collab) tells pg_dump to do this is role collab
    The sixth block tells pg_dump from with DB to dump from
    In your case extend my provided command with your options --format=c --compress=9 --blobs like this:
    bash-3.2# /Applications/Server.app/Contents/ServerRoot/usr/bin/pg_dump -h "/Library/Server/PostgreSQL For Server Services/Socket/" -p 5432 -F c --compress=9 -b -f /Volumes/USBSTICK/wikidatabase.pgdump -U collab collab
    BTW- you can connect to the database, of course:
    bash-3.2# psql -h "/Library/Server/PostgreSQL For Server Services/Socket/" -p 5432 collab collab
    try it and RATE correct answers
    Here is my thread https://discussions.apple.com/thread/5751873

Maybe you are looking for

  • My emails will not open

    I go to my email account and click on any email past or present and they will not open

  • Can no longer add music files to itunes after 10.4 update

    For over 7 years i have used frostwire to download and save music into a m3u file on my computer. Then i would go to itunes and add file to library locate my file i would call my music and add it. Never have i had a problem however after the 10.4 upd

  • Artwork for playlists (iTunes 10)

    Am I missing something ? iTunes 10 has a new button to show a list window, with artwork. If I select my whole music library, this works (but only after going Menu, View, Always Show Artwork). But if I select a playlist and click it, I get a list with

  • Installing adobe X pro to Mac

    i purchased X Pro from Adobe for $200 as an upgrade, due to the fact i already had Adobe X and wanted to be able to edit pdf files and save the edits.  downloaded no problem, install i hit a bump in the road, when i tried to install it asked for me a

  • Cannot open Firefaox even after re-installing.

    I have not installed or changed any software or hardware but this time when I try to open Firefox and AVG neither will open.