Showing posts with label central admin. Show all posts
Showing posts with label central admin. Show all posts

Thursday, January 29, 2015

SharePoint 2013 : Error ‘Not able to connect to search service to retrieve valid settings’ when launching Query Builder

שלום חברים,
היום נתקלתי בבעיה כשניסיתי להגדיר Result Source בממשק הניהול של שירות החיפוש.
כשלחצתי על הפקד שמציג את ה-Query Builder נפתח ה-Dialog  והופיעה בו השגיאה הבאה :
"Not able to connect to search service to retrieve valid settings"



יש שתיי אפשרויות שאני מכיר לבעיה :
1.       אין לי הרשאות Admin לשירות החיפוש.
2.       השירות אינו מחובר ל-Web Application של ה-Central Admin (או כל Web Application אחר)
כדי לבדוק אם יש הרשאות Admin בצע את הצעדים הבאים :
1.       נווט אל ' ניהול יישומים - ניהול יישומי שירות '
2.       בחר בשורת שירות החיפוש  (לא ללחוץ על שם השירות , פשוט בחר את השורה )
3.       בחר בכפתור ' המנהלים ' כדי לגשת לתיבת הדו-שיח שבו אתה יכול להוסיף מנהלי שירות יישום
4.       הוסף את המשתמש שצריך גישה לבונת השאילתה ותן לו שליטה מלאה
5.       לחץ על לחצן אישור.

כדי לעשות את הפעולה בעזרת PowerShell העתק את הקטע קוד :

$principal = New-SPClaimsPrincipal "<domain>\<user>" -IdentityType WindowsSamAccountName
$ssa = Get-SPEnterpriseSearchServiceApplication
$security = Get-SPServiceApplicationSecurity $ssa –Admin
Grant-SPObjectSecurity $security $principal "Full Control"
Set-SPServiceApplicationSecurity $spapp $security –Admin


כדי לבדוק האם השירות מחובר ל-Web Application בצע את הצעדים הבאים :
1.       נווט אל ' ניהול יישומים - ניהול האינטרנט ' (Application Management è Manage Web Applications) 
2.       בחר את שורת יישום האינטרנט של הניהול המרכזי 
3.       פתח את הדו-שיח חיבורי שירות בסרט התפריט (Ribbon) 
4.       ודא כי שירות החיפוש יישומי Proxy של יישום שירות חיפוש שלך מסומן, סמן במידת הצורך.

אם אתם מקבלים עכשיו שגיאה 'The Search display templates are not present on this site collection ' כשאתם פותחים את ה-Query Builder  אז אתם צריכים להפעיל את תכונת אוסף אתרים המקבילה באוסף אתרי הניהול המרכזי "Search Server Web Parts and Templates" באתר הניהול המרכזי.
 
לי זה פתר את הבעיה, מקווה שגם לכם J 
 
בהצלחה !
רון נס.


====================================================================================================================================================================================================================================


Hello friends,
Today I went to a problem when I tried to set the management interface Source Result of search service.
When I clicked on the control that displays the Query Builder and opened the Dialog I got  the following error:
"Not able to connect to search service to retrieve valid settings"



There are two options that cause the problem:
1. I do not have admin privileges on the search service.
2. The service is not connected to the Web Application of the Central Admin (or any other web application)

To check for admin permissions follow these steps:
1.  Navigate to the Application Management – Manage Service Applications
2.  Select the search service line (do not click on the name of the service, simply select the line(
3.  Select the button 'Administrators' to access the dialog box where you can add an application service managers
4.  Add the user needs access and give it full control
5.  Click the OK button.

To do this operation with PowerShell Copy the code section:

$ principal = New-SPClaimsPrincipal "<domain> \ <user>" -IdentityType WindowsSamAccountName
$ ssa = Get-SPEnterpriseSearchServiceApplication
$ security = Get-SPServiceApplicationSecurity $ ssa -Admin
Grant-SPObjectSecurity $ security $ principal "Full Control"
Set-SPServiceApplicationSecurity $ spapp $ security -Admin


To see if the service is connected to the Web Application follow these steps:
1.  Navigate to Application Management è Manage Web Applications
2.  Select the Web application of Central Administration
3. Click on 'Service Connections'  (Ribbon)
4. Make sure that the search service application proxy applications Your search service selected, select if necessary.

Now if you get an error " The Search display templates are not present on this site collection" , when you open the Query Builder you will  need to Activate the feature in  Central Administration site collection Settings named : " Search Server Web Parts and Templates".

For me it solved the problem, hope for you too J

Good luck!
Ron Ness.



Tuesday, July 9, 2013

Check Version of SharePoint 2010 Currently Installed

שלום חברים,
ישנן מספר דרכים לבדוק איזו גרסה של SharePoint 2010 מותקנת בסביבה שלכם. אפרט על מספר שיטות בדיקה :
שיטה 1: באמצעות הניהול המרכזי של SharePoint 2010 :
1.       1. פתח את הניהול המרכזי של SharePoint 2010. (SharePoint 2010 Central Administration)
2. לחץ על הקישור להגדרות מערכת (System Settings)
3. לחץ על הקישור לניהול שרתים בחווה זו (Manage Servers in This Farm)
4. בדוק את שדה גרסת מסד הנתונים של התצורה (Configuration Database Version )


שיטה 2: רשימה מפורטת באמצעות SharePoint 2010 ניהול מרכזי:
1. פתח את הניהול המרכזי של SharePoint 2010.
2. לחץ על הקישור לשדרוג ומיגרציה (Upgrade and Migration)
3. לחץ על הקישור בדוק מוצר והתקנות Patch (Check Product and Patch Installation Status)
4. בדוק את עמודת הגרסה.

• יש כפתור תצוגה בצד שמאל למעלה שמשנה את הבחירה מחווה לשרתים בודדים.
• בחלקו העליון של דף קישור שכותרתו לחץ כאן לקבלת המידע העדכני ביותר על עדכונים זמינים עבור SharePoint 2010  תנווט אותך לרשימה של כל העדכונים המצטברים עבור SharePoint.


שיטה 3: PowerShell
1. מעטפת ניהול הפתוחה SharePoint 2010 מהתפריט התחל (לחץ לחיצה ימנית ובחר הפעל כמנהל)
2. הקלד  (get-spfarm).buildversion




בהצלחה !

רון נס.


============================================================================================================================================================================================================================================================
Hello Friends,
There are several ways to check the version of SharePoint 2010 currently installed in your environment, Check it out below.
Option 1: Through SharePoint 2010 Central Administration:
2.     Open SharePoint 2010 Central Administration
3.     Click on the link for System Settings
4.     Click the link for Manage Servers in This Farm
5.     Look at the Configuration Database Version field



Option 2: A detailed list through SharePoint 2010 Central Administration:
1.     Open SharePoint 2010 Central Administration
2.     Click on the link for Upgrade and Migration
3.     Click the link for Check Product and Patch Installation Status
4.     Look at the Version column for the release your server is at

·         There is a view button in the top left that will change the list from the farm to individual servers in the farm
·         At the top of the page a link labeled Click here for the latest information on available updates for SharePoint 2010 Products will take you to a list of all cumulative updates for SharePoint.
·         Any Hotfix will show under the product it applied to



Option 3: PowerShell
1.     Open SharePoint 2010 Management Shell from the Start menu (right-click and select Run as Administrator)
2.     Type  (get-spfarm).buildversion



Good Luck :)

Ron Ness.