Error in enterprise search center

Hi,
I have an enterprise search center which has suddenly stopped working. The error message did not say much so I created a new search page. When attempting to do a search I receive the error below. I've tried accessing the version history on those files
to determine if I can restore to a working version but I am getting a report that the "server is busy". Any ideas of what I could do to fix this issue?
thanks,
Sherazad.
Display Error: The display
template had an error.  You can correct it by fixing the template or by
changing the display template used in either the Web Part properties or
Result Types.
Template '/_catalogs/masterpage/Display Templates/Filters/Filter_Default.js' not found or has syntax errors. (LoadTemplate: )
Template
'/_catalogs/masterpage/Display
Templates/Filters/Filter_SliderBarGraph.js' not found or has syntax
errors. (LoadTemplate:
Sherazad

Hi Sherazad,
According  to your description, you have an enterprise search center which worked well before the error occurred.
For  resolving your issue, you are able to run the command below with SharePoint 2013 Management Shell.
   Enable-SPFeature SearchWebParts -url http://<the problematic site url>
Here is a similar post for your reference:
http://sharepoint.stackexchange.com/questions/70452/query-builder-for-result-source-not-working-in-central-admin
If  the issue still exists, I  recommend you install the SharePoint Server 2013 update: March 12, 2013 to fix this issue.
SharePoint Server 2013 update: March 12, 2013
http://support.microsoft.com/kb/2767999
I  hope this helps.
Thanks,
Wendy
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.

Similar Messages

  • Enterprise search configuration in SharePoint 2013

    hi friends
    i have SharePoint publishing site it is configured with enterprise search center. 
    each page in pages library have different permissions.
    in my scenario there are two users and four pages
    user1 has permission to page-1 and page-2,
    User2 has permission to page-3 and page-4,
    all 4 pages have same page content. e.g. "hello world"
    if user1 search for "hello world" he can see only page-1 and page-2 in search result in enterprise search center.
    but i need to show all the four pages only in search results which means user1 can able to see page-3 and page-4 also.
    how can i do this please help me 

    Hi,
    Per my knowledge, if the user does not have permission to the items, he cannnot get the items in the search result pgae.
    I recommend to share the library or the site to the user with view permission.
    Best Regards,
    Linda Li
    Linda Li
    TechNet Community Support

  • Errors when trying to connect CRM 7.0 to Enterprise Search

    Hi!
    I encountered 2 errors when trying to connect to a CRM 7.0 system as a backend system from Enterprise Search Cockpit.
    The first error is related to ESH_INT_GET_TREX_DESTINATION with a message of ESH_OM_OBJ_MODEL_REP 517:
    http://img39.imageshack.us/img39/9722/eserrors1.jpg
    The second error is related to "Errors during data cluster import from remote system":
    http://img97.imageshack.us/img97/7976/eserrors2.jpg
    I don't know if these two errors are related, but any help or suggestions will be greatly appreciated!!
    Thank you!
    Regards,
    Paul

    4.0 should be fine. My initial thoughts were on the script targetting a framework lesser than 3.5. Am bummed about the error cause in the line
    ClientContext clientContext =
    new ClientContext(client);
    it just creates an instance of the ClientContext class. It should have nothing to do with permissions cause it is not even trying to connect to the sharepoint site. So it looks like it can't find the assembly. Can you place the asembly
    under the Microsoft.Net\Framework folder of your machine. SSIS looks for custom assemblies in this folder on design time (Refer
    this) Worth a try hey!
    http://btsbee.wordpress.com/

  • Parser Error when trying to use enterprise search

    Anytime I use my enterprise search in sharepoint 2013 I get a parser error.  Any ideas of what I can do to fix this?
    Server Error in '/' Application.
    Parser Error
    Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately. 
    Parser Error Message: The base type 'Microsoft.Office.Server.Search.Internal.UI.SearchResultsLayoutPage' is not allowed for this page. The type Microsoft.Office.Server.Search.Internal.UI.SearchResultsLayoutPage, Microsoft.Office.Server.Search,
    Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c could not be found or it is not registered as safe.
    Source Error: 
    Line 1: <%@ Page language="C#" Inherits="Microsoft.Office.Server.Search.Internal.UI.SearchResultsLayoutPage,Microsoft.Office.Server.Search,Version=15.0.0.0,Culture=neutral,PublicKeyToken=71e9bce111e9429c" %>
    Line 2: <%@ Register Tagprefix="SharePoint" Namespace="Microsoft.SharePoint.WebControls" Assembly="Microsoft.SharePoint, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" %> <%@ Register Tagprefix="Utilities" Namespace="Microsoft.SharePoint.Utilities" Assembly="Microsoft.SharePoint, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" %> <%@ Register Tagprefix="WebPartPages" Namespace="Microsoft.SharePoint.WebPartPages" Assembly="Microsoft.SharePoint, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" %> <%@ Register Tagprefix="OSRVWC" Namespace="Microsoft.Office.Server.WebControls" Assembly="Microsoft.Office.Server, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" %> <%@ Register Tagprefix="OSRVUPWC" Namespace="Microsoft.Office.Server.WebControls" Assembly="Microsoft.Office.Server.UserProfiles, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" %> <%@ Register Tagprefix="SPSWC" Namespace="Microsoft.SharePoint.Portal.WebControls" Assembly="Microsoft.SharePoint.Portal, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" %> <%@ Register Tagprefix="SEARCHWC" Namespace="Microsoft.Office.Server.Search.WebControls" Assembly="Microsoft.Office.Server.Search, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" %> <%@ Register Tagprefix="PublishingWebControls" Namespace="Microsoft.SharePoint.Publishing.WebControls" Assembly="Microsoft.SharePoint.Publishing, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" %>
    Line 3:
    Source File: /sites/Search/_catalogs/masterpage/searchresults.aspx    Line: 1 
    Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.34212

    Ok I had to go back and grab and old searchresults.aspx code and past it in it from my prod.  Once I did that it works fine.  I think a cu update might have changed it.  Also I just want to say thanks to everyone that replied.  The answer
    given helped me locate and answer.
    Here is what I had to put back in to fix it
     <%@ Page language="C#"   Inherits="Microsoft.SharePoint.Publishing.PublishingLayoutPage,Microsoft.SharePoint.Publishing,Version=15.0.0.0,Culture=neutral,PublicKeyToken=71e9bce111e9429c" meta:webpartpageexpansion="full"
    meta:progid="SharePoint.WebPartPage.Document" %>
    <%@ Register Tagprefix="SharePoint" Namespace="Microsoft.SharePoint.WebControls" Assembly="Microsoft.SharePoint, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" %> <%@ Register Tagprefix="Utilities"
    Namespace="Microsoft.SharePoint.Utilities" Assembly="Microsoft.SharePoint, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" %> <%@ Register Tagprefix="WebPartPages" Namespace="Microsoft.SharePoint.WebPartPages"
    Assembly="Microsoft.SharePoint, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" %> <%@ Register Tagprefix="OSRVWC" Namespace="Microsoft.Office.Server.WebControls" Assembly="Microsoft.Office.Server,
    Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" %> <%@ Register Tagprefix="OSRVUPWC" Namespace="Microsoft.Office.Server.WebControls" Assembly="Microsoft.Office.Server.UserProfiles, Version=15.0.0.0, Culture=neutral,
    PublicKeyToken=71e9bce111e9429c" %> <%@ Register Tagprefix="SPSWC" Namespace="Microsoft.SharePoint.Portal.WebControls" Assembly="Microsoft.SharePoint.Portal, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
    %> <%@ Register Tagprefix="SEARCHWC" Namespace="Microsoft.Office.Server.Search.WebControls" Assembly="Microsoft.Office.Server.Search, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" %> <%@ Register
    Tagprefix="PublishingWebControls" Namespace="Microsoft.SharePoint.Publishing.WebControls" Assembly="Microsoft.SharePoint.Publishing, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" %>
    <asp:Content ContentPlaceHolderId="PlaceHolderAdditionalPageHead" runat="server">
    <SharePoint:StyleBlock runat="server"> 
            #s4-titlerow
    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; { 
    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; display: none 
    !important; 
    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; }
    #titlerow
    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; { 
    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; display: none 
    !important; 
    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; }
    <%
    WebPartManager webPartManager = SPWebPartManager.GetCurrentWebPartManager(this.Page);
    if (webPartManager != null && webPartManager.DisplayMode == SPWebPartManager.BrowseDisplayMode)
    %>#s4-ribbonrow
    display: none;
    <%
    %></SharePoint:StyleBlock>
    </asp:Content>
    <asp:Content ContentPlaceHolderId="PlaceHolderPageTitleInTitleArea" runat="server">
    </asp:Content>
    <asp:Content ContentPlaceHolderId="PlaceHolderSearchArea" runat="server"> 
    </asp:Content>
    <asp:Content ContentPlaceHolderId="PlaceHolderLeftNavBar" runat="server"> 
    <div id="searchIcon">
    <SharePoint:SPSimpleSiteLink CssClass="ms-siteicon-a" runat="server" id="onetidProjectPropertyTitleGraphic">
    <SharePoint:SiteLogoImage CssClass="ms-siteicon-img" name="onetidHeadbnnr0" id="onetidHeadbnnr2" LogoImageUrl="/_layouts/15/images/siteIcon.png" runat="server"/>
    </SharePoint:SPSimpleSiteLink>
    </div>
    <div class="ms-searchCenter-refinement">
    <WebPartPages:WebPartZone 
    runat="server" 
    AllowPersonalization="false" 
    FrameType="TitleBarOnly" 
    title="<%$Resources:Microsoft.Office.Server.Search,LayoutPageZone_NavigationZone%>" 
    id="NavigationZone" orientation="Vertical" 
    QuickAdd-GroupNames="Search" 
    QuickAdd-ShowListsAndLibraries="false"><ZoneTemplate>
    <spsswc:RefinementScriptWebPart runat="server" SelectedRefinementControlsJson="{&quot;refinerConfigurations&quot;:[{&quot;propertyName&quot;:&quot;FileType&quot;,&quot;displayName&quot;:null,&quot;displayTemplate&quot;:&quot;~sitecollection/_catalogs/masterpage/Display
    Templates/Filters/Filter_Default.js&quot;,&quot;maxNumberRefinementOptions&quot;:21,&quot;type&quot;:&quot;Text&quot;,&quot;refinerSpecStringOverride&quot;:null,&quot;useDefaultDateIntervals&quot;:false,&quot;isInherited&quot;:false,&quot;sortBy&quot;:0,&quot;sortOrder&quot;:0,&quot;intervals&quot;:null,&quot;aliases&quot;:null},{&quot;propertyName&quot;:&quot;contentclass&quot;,&quot;displayName&quot;:null,&quot;displayTemplate&quot;:&quot;~sitecollection/_catalogs/masterpage/Display
    Templates/Filters/Filter_Default.js&quot;,&quot;maxNumberRefinementOptions&quot;:10,&quot;type&quot;:&quot;Text&quot;,&quot;refinerSpecStringOverride&quot;:null,&quot;useDefaultDateIntervals&quot;:false,&quot;isInherited&quot;:false,&quot;sortBy&quot;:0,&quot;sortOrder&quot;:0,&quot;intervals&quot;:null,&quot;aliases&quot;:null},{&quot;propertyName&quot;:&quot;ContentTypeId&quot;,&quot;displayName&quot;:null,&quot;displayTemplate&quot;:&quot;~sitecollection/_catalogs/masterpage/Display
    Templates/Filters/Filter_Default.js&quot;,&quot;maxNumberRefinementOptions&quot;:15,&quot;type&quot;:&quot;Text&quot;,&quot;refinerSpecStringOverride&quot;:null,&quot;useDefaultDateIntervals&quot;:false,&quot;isInherited&quot;:false,&quot;sortBy&quot;:0,&quot;sortOrder&quot;:0,&quot;intervals&quot;:null,&quot;aliases&quot;:null},{&quot;propertyName&quot;:&quot;WebTemplate&quot;,&quot;displayName&quot;:null,&quot;displayTemplate&quot;:&quot;~sitecollection/_catalogs/masterpage/Display
    Templates/Filters/Filter_Default.js&quot;,&quot;maxNumberRefinementOptions&quot;:10,&quot;type&quot;:&quot;Text&quot;,&quot;refinerSpecStringOverride&quot;:null,&quot;useDefaultDateIntervals&quot;:false,&quot;isInherited&quot;:false,&quot;sortBy&quot;:0,&quot;sortOrder&quot;:0,&quot;intervals&quot;:null,&quot;aliases&quot;:null},{&quot;propertyName&quot;:&quot;DisplayAuthor&quot;,&quot;displayName&quot;:null,&quot;displayTemplate&quot;:&quot;~sitecollection/_catalogs/masterpage/Display
    Templates/Filters/Filter_Default.js&quot;,&quot;maxNumberRefinementOptions&quot;:9,&quot;type&quot;:&quot;Text&quot;,&quot;refinerSpecStringOverride&quot;:null,&quot;useDefaultDateIntervals&quot;:false,&quot;isInherited&quot;:false,&quot;sortBy&quot;:0,&quot;sortOrder&quot;:0,&quot;intervals&quot;:null,&quot;aliases&quot;:null},{&quot;propertyName&quot;:&quot;LastModifiedTime&quot;,&quot;displayName&quot;:null,&quot;displayTemplate&quot;:&quot;~sitecollection/_catalogs/masterpage/Display
    Templates/Filters/Filter_SliderBarGraph.js&quot;,&quot;maxNumberRefinementOptions&quot;:0,&quot;type&quot;:&quot;DateTime&quot;,&quot;refinerSpecStringOverride&quot;:null,&quot;useDefaultDateIntervals&quot;:true,&quot;isInherited&quot;:false,&quot;sortBy&quot;:0,&quot;sortOrder&quot;:0,&quot;intervals&quot;:null,&quot;aliases&quot;:null}]}"
    UseManagedNavigationRefiners="False" QueryGroupName="Default" StatesJson="{}" ServerIncludeScriptsJson="null" Title="Refinement" FrameType="None" SuppressWebPartChrome="False" Description="This
    webpart helps the users to refine search results" IsIncluded="True" ZoneID="NavigationZone" PartOrder="2" FrameState="Normal" AllowRemove="True" AllowZoneChange="True" AllowMinimize="True"
    AllowConnect="True" AllowEdit="True" AllowHide="True" IsVisible="True" DetailLink="" HelpLink="" HelpMode="Modeless" Dir="Default" PartImageSmall="" MissingAssembly="Cannot
    import this Web Part." PartImageLarge="" IsIncludedFilter="" ExportControlledProperties="True" ConnectionID="00000000-0000-0000-0000-000000000000" ID="g_5464e9c4_507f_4bc2_813e_f42102331b84" ChromeType="None"
    ExportMode="All" __MarkupType="vsattributemarkup" __WebPartId="{5464E9C4-507F-4BC2-813E-F42102331B84}" WebPart="true" Height="" Width=""></spsswc:RefinementScriptWebPart>
    </ZoneTemplate></WebPartPages:WebPartZone>&nbsp;
    </div>
    </asp:Content>
    <asp:Content ContentPlaceHolderId="PlaceHolderMain" runat="server">
    <div class="ms-searchCenter-result-main">
            <WebPartPages:WebPartZone 
                runat="server" 
                AllowPersonalization="false" 
                FrameType="TitleBarOnly" 
                title="<%$Resources:Microsoft.Office.Server.Search,LayoutPageZone_MainZone%>" 
                id="MainZone" orientation="Vertical" 
                QuickAdd-GroupNames="Search" 
                QuickAdd-ShowListsAndLibraries="false"><ZoneTemplate>
    <spsswc:SearchBoxScriptWebPart runat="server" QueryGroupNamesJson="[&quot;Default&quot;]" PageTitlePrefix="Search: {0}" StatesJson="{}" ServerIncludeScriptsJson="null"
    Title="Search Box" FrameType="None" SuppressWebPartChrome="False" Description="Displays a search box that allows users to search for information." IsIncluded="True" ZoneID="MainZone" PartOrder="2"
    FrameState="Normal" AllowRemove="True" AllowZoneChange="True" AllowMinimize="True" AllowConnect="True" AllowEdit="True" AllowHide="True" IsVisible="True" DetailLink=""
    HelpLink="" HelpMode="Modeless" Dir="Default" PartImageSmall="" MissingAssembly="Cannot import this Web Part." PartImageLarge="" IsIncludedFilter="" ExportControlledProperties="True"
    ConnectionID="00000000-0000-0000-0000-000000000000" ID="g_76472507_3901_42a8_8a5b_d642708334b4" ChromeType="None" ExportMode="All" __MarkupType="vsattributemarkup" __WebPartId="{76472507-3901-42A8-8A5B-D642708334B4}"
    WebPart="true" Height="" Width=""></spsswc:SearchBoxScriptWebPart>
    <spsswc:SearchNavigationWebPart runat="server" QueryGroupName="Default" Title="Search Navigation" FrameType="None" SuppressWebPartChrome="False" Description="This webpart helps the users to navigate
    among search verticals" IsIncluded="True" ZoneID="MainZone" PartOrder="4" FrameState="Normal" AllowRemove="True" AllowZoneChange="True" AllowMinimize="True" AllowConnect="True"
    AllowEdit="True" AllowHide="True" IsVisible="True" DetailLink="" HelpLink="" HelpMode="Modeless" Dir="Default" PartImageSmall="" MissingAssembly="Cannot import this Web Part."
    PartImageLarge="" IsIncludedFilter="" ExportControlledProperties="True" ConnectionID="00000000-0000-0000-0000-000000000000" ID="g_fe660662_931e_46d0_8931_e050d982e0ca" ChromeType="None" ExportMode="All"
    __MarkupType="vsattributemarkup" __WebPartId="{FE660662-931E-46D0-8931-E050D982E0CA}" WebPart="true" Height="" Width=""></spsswc:SearchNavigationWebPart>
    <spsswc:ResultScriptWebPart runat="server" DataProviderJSON="{&quot;QueryGroupName&quot;:&quot;Default&quot;,&quot;QueryPropertiesTemplateUrl&quot;:&quot;querygroup://webroot/_catalogs/masterpage/SearchResults.aspx?groupname=Default&quot;,&quot;IgnoreQueryPropertiesTemplateUrl&quot;:false,&quot;SourceID&quot;:null,&quot;SourceName&quot;:null,&quot;SourceLevel&quot;:null,&quot;CollapseSpecification&quot;:&quot;&quot;,&quot;QueryTemplate&quot;:&quot;{searchboxquery}&quot;,&quot;FallbackSort&quot;:null,&quot;FallbackSortJson&quot;:&quot;null&quot;,&quot;RankRules&quot;:null,&quot;RankRulesJson&quot;:&quot;null&quot;,&quot;AsynchronousResultRetrieval&quot;:false,&quot;SendContentBeforeQuery&quot;:true,&quot;BatchClientQuery&quot;:true,&quot;FallbackLanguage&quot;:-1,&quot;FallbackRankingModelID&quot;:&quot;&quot;,&quot;EnableStemming&quot;:true,&quot;EnablePhonetic&quot;:false,&quot;EnableNicknames&quot;:false,&quot;EnableInterleaving&quot;:true,&quot;EnableQueryRules&quot;:true,&quot;EnableOrderingHitHighlightedProperty&quot;:false,&quot;HitHighlightedMultivaluePropertyLimit&quot;:-1,&quot;IgnoreContextualScope&quot;:false,&quot;ScopeResultsToCurrentSite&quot;:false,&quot;TrimDuplicates&quot;:true,&quot;Properties&quot;:{},&quot;PropertiesJson&quot;:&quot;{}&quot;,&quot;ClientType&quot;:&quot;AllResultsQuery&quot;,&quot;UpdateAjaxNavigate&quot;:true,&quot;SummaryLength&quot;:180,&quot;DesiredSnippetLength&quot;:90,&quot;PersonalizedQuery&quot;:false,&quot;FallbackRefinementFilters&quot;:null,&quot;IgnoreStaleServerQuery&quot;:true,&quot;RenderTemplateId&quot;:&quot;&quot;,&quot;AlternateErrorMessage&quot;:null,&quot;Title&quot;:&quot;&quot;}"
    ItemBodyTemplateId="~sitecollection/_catalogs/masterpage/Display Templates/Search/Item_CommonItem_Body.js" SelectedPropertiesJson="null" HitHighlightedPropertiesJson="[&quot;Title&quot;,&quot;Path&quot;,&quot;Author&quot;,&quot;SectionNames&quot;,&quot;SiteDescription&quot;]"
    AvailableSortsJson="[{&quot;name&quot;:&quot;Relevance&quot;,&quot;sorts&quot;:[]},{&quot;name&quot;:&quot;Date(Newest)&quot;,&quot;sorts&quot;:[{&quot;p&quot;:&quot;Write&quot;,&quot;d&quot;:1}]},{&quot;name&quot;:&quot;Date(Oldest)&quot;,&quot;sorts&quot;:[{&quot;p&quot;:&quot;Write&quot;,&quot;d&quot;:0}]},{&quot;name&quot;:&quot;Lifetime
    Views&quot;,&quot;sorts&quot;:[{&quot;p&quot;:&quot;ViewsLifeTime&quot;,&quot;d&quot;:1}]},{&quot;name&quot;:&quot;Recent Views&quot;,&quot;sorts&quot;:[{&quot;p&quot;:&quot;ViewsRecent&quot;,&quot;d&quot;:1}]}]"
    ScrollToTopOnRedraw="True" PreloadedItemTemplateIdsJson="[&quot;~sitecollection/_catalogs/masterpage/Display Templates/Search/Group_Default.js&quot;,&quot;~sitecollection/_catalogs/masterpage/Display Templates/Search/Item_Default.js&quot;,&quot;~sitecollection/_catalogs/masterpage/Display
    Templates/Search/Item_Site.js&quot;,&quot;~sitecollection/_catalogs/masterpage/Display Templates/Search/Item_Word.js&quot;,&quot;~sitecollection/_catalogs/masterpage/Display Templates/Search/Item_PowerPoint.js&quot;,&quot;~sitecollection/_catalogs/masterpage/Display
    Templates/Search/Item_Person_CompactHorizontal.js&quot;,&quot;~sitecollection/_catalogs/masterpage/Display Templates/Search/Item_BestBet.js&quot;,&quot;~sitecollection/_catalogs/masterpage/Display Templates/Search/Item_WebPage.js&quot;]"
    ShowAlertMe="False" QueryGroupName="Default" StatesJson="{}" ServerIncludeScriptsJson="null" Title="Search Results" FrameType="None" SuppressWebPartChrome="False" Description="Displays
    the search results and the properties associated with them." IsIncluded="True" ZoneID="MainZone" PartOrder="6" FrameState="Normal" AllowRemove="True" AllowZoneChange="True" AllowMinimize="True"
    AllowConnect="True" AllowEdit="True" AllowHide="True" IsVisible="True" DetailLink="" HelpLink="" HelpMode="Modeless" Dir="Default" PartImageSmall="" MissingAssembly="Cannot
    import this Web Part." PartImageLarge="" IsIncludedFilter="" ExportControlledProperties="True" ConnectionID="00000000-0000-0000-0000-000000000000" ID="g_5847a751_bb89_4b6e_bf75_c0e3bae93666" ChromeType="None"
    ExportMode="All" __MarkupType="vsattributemarkup" __WebPartId="{5847A751-BB89-4B6E-BF75-C0E3BAE93666}" WebPart="true" Height="" Width=""></spsswc:ResultScriptWebPart>
    </ZoneTemplate></WebPartPages:WebPartZone>
        </div> 
    </asp:Content>

  • Enterprise search: error when indexing (CRM 7.0)

    Hello,
    I need your help. We want to use enterprise search in our demo system (CRM 7.0). I use the Web dynpro application ESH_ADMIN_UI_COMPONENT. However, when indexing we get the following errors:
    Data of NW authorization objects could not be indexed
    The implementing class does not support the iterator by time interface
    Indexing ended with error
    Indexing of complete objects from type USER_AUTHORITY has returned 5.508 NameServer error: no servers found IndexId:esh:cr7
    Multi-index call of index ESH:CR7100CR7100USER_AUTHORITY~USER_AUTHORITY has returned 5.508: NameServer error: no servers found IndexId:esh:cr7
    Indexing ended with error
    best regards,
    Wim Olieman

    Hi Pieter,
    Thanks. But my rule policy is simple as stated below.
    If
    E-Mail orginal recipient contain "contactusatabc.com"
    Then
    Route EMail ( Organizational Object = Assistant Manager/Executvie )  and
    Create Service Request ( Process type = ZR )
    Service manager profile ZSRQMROUTING is created and assigned with below services.
    1     SVC_PARAMS
    5     FG_WEBFORM
    7     FG_EMAIL
    10     UT_WORKITEMTEXT
    50     RE_RULE_EXEC
    70     AH_DEF_ROUTING
    800     UT_ERMS_REPLICAT
    And RE_RULE_EXEC assigned with
    DEF_ROUTING     O:50000008
    LOG_LEVEL     0
    POLICY     ZSTC
    Whenever a mail sent from SBWP, recipient as contactusatabc.com" and receiver type is Business Object.
    After mail has been sent and ERMS processing log shows sender id as blank ( even my user id maintianed email address in SU01)  in tcode CRM_ERMS_LOGGING
    compiled Rule: <or><not_contain case="" multivalue=""> <xpath provider="CL_CRM_E
    RMS_ADD2FB_DOCUMENT" accessor=""><constant value="/parts/SENDER_ADDRESS/text()"/
    </xpath> <constant value="abcatannon.com"/></not_contain></or>
    path address:/parts/SENDER_ADDRESS/text()
    Kindly advise me incase of any missing configuration.
    Thanks
    Shan

  • Siebel Secure Enterprise Search

    Hey all,
    We are trying to install Siebel Search on both the call center and eService. Anyway We followed the steps as in the Siebel Search Administration Guide I accessed the Oracle Secure Enterprise Search Administration application and when entering the username and password and pressing the Finish button I received an error. The following is the log file (OC4J) I don't know the solution. Could anyone help please? The bookshelf also said that The Siebel EAI SearchObject Component should be running but I didnt find it in the Siebel Application..Can anyone tell me how to locate this component?!
    10/09/05 11:40:27 setting url=http://100.12.0.107/eai_enu/start.swe?SWEExtSource=WebService&SWEExtCmd=Execute, uid=SIEBADMIN and password=*****
    10/09/05 11:40:28 EQP-80349: Exception while trying to access Siebel Authorization Web service: ; nested exception is:
         HTTP transport error: javax.xml.soap.SOAPException: java.security.PrivilegedActionException: oracle.j2ee.ws.saaj.ContentTypeException: Not a valid SOAP Content-Type: text/html; charset=UTF-8
    10/09/05 11:40:28 java.rmi.RemoteException: ; nested exception is:
         HTTP transport error: javax.xml.soap.SOAPException: java.security.PrivilegedActionException: oracle.j2ee.ws.saaj.ContentTypeException: Not a valid SOAP Content-Type: text/html; charset=UTF-8
    10/09/05 11:40:28      at oracle.search.plugin.security.auth.siebel.authWSProxy.runtime.SearchSecurityService_Stub.searchSecurityServicegetAllSecurityValues_1(SearchSecurityService_Stub.java:107)
    10/09/05 11:40:28      at oracle.search.plugin.security.auth.siebel.SiebelQueryFilter.<init>(SiebelQueryFilter.java:47)
    10/09/05 11:40:28      at oracle.search.plugin.security.identity.siebel.SiebelIdentityPluginMgr.validateParams(SiebelIdentityPluginMgr.java:182)
    10/09/05 11:40:28      at oracle.search.admin.system.ctrl.SystemCtrl.identityMgmtActivate(SystemCtrl.java:1099)
    10/09/05 11:40:28      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    10/09/05 11:40:28      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    10/09/05 11:40:28      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    10/09/05 11:40:28      at java.lang.reflect.Method.invoke(Method.java:324)
    10/09/05 11:40:28      at oracle.cabo.servlet.event.MethodEventHandler.handleEvent(Unknown Source)
    10/09/05 11:40:28      at oracle.cabo.servlet.event.TableEventHandler.handleEvent(Unknown Source)
    10/09/05 11:40:28      at oracle.cabo.servlet.event.TableEventHandler.handleEvent(Unknown Source)
    10/09/05 11:40:28      at oracle.cabo.servlet.event.BasePageFlowEngine.handleRequest(Unknown Source)
    10/09/05 11:40:28      at oracle.cabo.servlet.AbstractPageBroker.handleRequest(Unknown Source)
    10/09/05 11:40:28      at oracle.cabo.servlet.ui.BaseUIPageBroker.handleRequest(Unknown Source)
    10/09/05 11:40:28      at oracle.cabo.servlet.PageBrokerHandler.handleRequest(Unknown Source)
    10/09/05 11:40:28      at control.idmgmt__activate._jspService(_idmgmt__activate.java:1610)
    10/09/05 11:40:28      at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
    10/09/05 11:40:28      at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:462)
    10/09/05 11:40:28      at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)
    10/09/05 11:40:28      at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)
    10/09/05 11:40:28      at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
    10/09/05 11:40:28      at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:713)
    10/09/05 11:40:28      at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
    10/09/05 11:40:28      at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:871)
    10/09/05 11:40:28      at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453)
    10/09/05 11:40:28      at com.evermind.server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:221)
    10/09/05 11:40:28      at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:122)
    10/09/05 11:40:28      at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:111)
    10/09/05 11:40:28      at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
    10/09/05 11:40:28      at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
    10/09/05 11:40:28      at java.lang.Thread.run(Thread.java:534)
    10/09/05 11:40:28 Caused by: HTTP transport error: javax.xml.soap.SOAPException: java.security.PrivilegedActionException: oracle.j2ee.ws.saaj.ContentTypeException: Not a valid SOAP Content-Type: text/html; charset=UTF-8
    10/09/05 11:40:28      at oracle.j2ee.ws.client.http.HttpClientTransport.invokeImpl(HttpClientTransport.java:172)
    10/09/05 11:40:28      at oracle.j2ee.ws.client.http.HttpClientTransport.invoke(HttpClientTransport.java:148)
    10/09/05 11:40:28      at oracle.j2ee.ws.client.StreamingSender._sendImpl(StreamingSender.java:175)
    10/09/05 11:40:28      at oracle.j2ee.ws.client.StreamingSender._send(StreamingSender.java:112)
    10/09/05 11:40:28      at oracle.search.plugin.security.auth.siebel.authWSProxy.runtime.SearchSecurityService_Stub.searchSecurityServicegetAllSecurityValues_1(SearchSecurityService_Stub.java:90)
    10/09/05 11:40:28      ... 30 more
    10/09/05 11:40:28 EQP-80372: Exception while validating ID plug-in parameters: ; nested exception is:
         HTTP transport error: javax.xml.soap.SOAPException: java.security.PrivilegedActionException: oracle.j2ee.ws.saaj.ContentTypeException: Not a valid SOAP Content-Type: text/html; charset=UTF-8
    10/09/05 11:40:28 java.rmi.RemoteException: ; nested exception is:
         HTTP transport error: javax.xml.soap.SOAPException: java.security.PrivilegedActionException: oracle.j2ee.ws.saaj.ContentTypeException: Not a valid SOAP Content-Type: text/html; charset=UTF-8
    10/09/05 11:40:28      at oracle.search.plugin.security.auth.siebel.authWSProxy.runtime.SearchSecurityService_Stub.searchSecurityServicegetAllSecurityValues_1(SearchSecurityService_Stub.java:107)
    10/09/05 11:40:28      at oracle.search.plugin.security.auth.siebel.SiebelQueryFilter.<init>(SiebelQueryFilter.java:47)
    10/09/05 11:40:28      at oracle.search.plugin.security.identity.siebel.SiebelIdentityPluginMgr.validateParams(SiebelIdentityPluginMgr.java:182)
    10/09/05 11:40:28      at oracle.search.admin.system.ctrl.SystemCtrl.identityMgmtActivate(SystemCtrl.java:1099)
    10/09/05 11:40:28      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    10/09/05 11:40:28      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    10/09/05 11:40:28      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    10/09/05 11:40:28      at java.lang.reflect.Method.invoke(Method.java:324)
    10/09/05 11:40:28      at oracle.cabo.servlet.event.MethodEventHandler.handleEvent(Unknown Source)
    10/09/05 11:40:28      at oracle.cabo.servlet.event.TableEventHandler.handleEvent(Unknown Source)
    10/09/05 11:40:28      at oracle.cabo.servlet.event.TableEventHandler.handleEvent(Unknown Source)
    10/09/05 11:40:28      at oracle.cabo.servlet.event.BasePageFlowEngine.handleRequest(Unknown Source)
    10/09/05 11:40:28      at oracle.cabo.servlet.AbstractPageBroker.handleRequest(Unknown Source)
    10/09/05 11:40:28      at oracle.cabo.servlet.ui.BaseUIPageBroker.handleRequest(Unknown Source)
    10/09/05 11:40:28      at oracle.cabo.servlet.PageBrokerHandler.handleRequest(Unknown Source)
    10/09/05 11:40:28      at control.idmgmt__activate._jspService(_idmgmt__activate.java:1610)
    10/09/05 11:40:28      at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
    10/09/05 11:40:28      at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:462)
    10/09/05 11:40:28      at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)
    10/09/05 11:40:28      at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)
    10/09/05 11:40:28      at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
    10/09/05 11:40:28      at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:713)
    10/09/05 11:40:28      at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
    10/09/05 11:40:28      at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:871)
    10/09/05 11:40:28      at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453)
    10/09/05 11:40:28      at com.evermind.server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:221)
    10/09/05 11:40:28      at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:122)
    10/09/05 11:40:28      at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:111)
    10/09/05 11:40:28      at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
    10/09/05 11:40:28      at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
    10/09/05 11:40:28      at java.lang.Thread.run(Thread.java:534)
    10/09/05 11:40:28 Caused by: HTTP transport error: javax.xml.soap.SOAPException: java.security.PrivilegedActionException: oracle.j2ee.ws.saaj.ContentTypeException: Not a valid SOAP Content-Type: text/html; charset=UTF-8
    10/09/05 11:40:28      at oracle.j2ee.ws.client.http.HttpClientTransport.invokeImpl(HttpClientTransport.java:172)
    10/09/05 11:40:28      at oracle.j2ee.ws.client.http.HttpClientTransport.invoke(HttpClientTransport.java:148)
    10/09/05 11:40:28      at oracle.j2ee.ws.client.StreamingSender._sendImpl(StreamingSender.java:175)
    10/09/05 11:40:28      at oracle.j2ee.ws.client.StreamingSender._send(StreamingSender.java:112)
    10/09/05 11:40:28      at oracle.search.plugin.security.auth.siebel.authWSProxy.runtime.SearchSecurityService_Stub.searchSecurityServicegetAllSecurityValues_1(SearchSecurityService_Stub.java:90)
    10/09/05 11:40:28      ... 30 more
    Thank you for your time,

    Hi,
    After activating the Siebel 8 Plugin and creating the datasource for the buscomp connector, when we try to run the Crawler Schedule for buscomp Source, it fails with the following errors in the log file. Any reason why this is failing? Appreciate your help.
    14:59:49:454 INFO     main          =================== Crawling status ===================
    14:59:49:454 INFO     main          Crawling started at 8/19/09 2:59 PM
    14:59:50:407 INFO     main          URL manager connecting to Oracle...
    14:59:50:704 INFO     main          connected
    14:59:50:767 INFO     main          Time of last crawl is Wed Aug 19 14:33:40 EDT 2009
    14:59:50:782 ERROR     main          EQG-31209: No security attribute defined for source (id=4)
         at oracle.search.crawler.WebCrawler.init(WebCrawler.java:631)
         at ImtCrawler.run(ImtCrawler.java:1954)
         at ImtCrawler.main(ImtCrawler.java:534)
    14:59:50:782 ERROR     main          EQG-30249: Crawler process aborted
    Regards,

  • SAP CRM 7.0 and SAP Enterprise Search

    Hello,
    I need your help. We want to use enterprise search in our demo system (CRM 7.0). I use the Web dynpro application ESH_ADMIN_UI_COMPONENT. However, when indexing we get the following errors:
    Data of NW authorization objects could not be indexed
    The implementing class does not support the iterator by time interface
    Indexing ended with error
    Indexing of complete objects from type USER_AUTHORITY has returned 5.508 NameServer error: no servers found IndexId:esh:cr7
    Multi-index call of index ESH:CR7100CR7100USER_AUTHORITY~USER_AUTHORITY has returned 5.508: NameServer error: no servers found IndexId:esh:cr7
    Indexing ended with error
    best regards,
    Wim Olieman

    Hi,
    Please check the TREX version. TREX version MUST be version 7.1 not 7.0.
    For further details see also note 1266024.
    best regards,
    Karl Fürst

  • Cannot open PDFs in browser in IE from Search Center

    [SYSTEM]
    SharePoint 2013 Enterprise, 2WFE, 2App, 1SQL
    [ISSUE]
    We have a problem with opening PDF files from search results in IE. I can open PDFs in the browser with Chrome and Firefox in all site collections as well as search results.  If using IE10, I can open PDFs in browser everywhere except
    the Search results page. Also, if I right click on a document in search results, and click "Open in new tab" or "Open in new window", then the pdf opens up in browser just fine. If I copy the URL and paste it into the address
    box, the document will also open in browser with no problem.
    The only way that the browser tries to open a pdf document in the client is when you click on the document directly in Search results. All other ways of opening the file yield the right result.
    We really need PDFs to open in browser in IE.  Please help. 
    [TROUBLESHOOTING DONE]
    I set the Web Application Browser File Handling to Permissive from Central Administration.
    I specified for files to open in the browser in Search Center preferences accessible from the bottom of the search results page.
    I verified that "application/pdf" is an AllowedInlineDownloadedMimeType
    The Office Web Apps settings were modified to open PDFs in the default PDF reader rather than OWA.

    Hi Jerry,
    Can you check the similar thread
    http://social.msdn.microsoft.com/Forums/sharepoint/en-US/d554e88c-d72f-46b0-8b1a-2f2024fcb9c0/i-e-8-browser-wont-open-pdf-file-returned-from-sharepoint-2010-search?forum=sharepointadminprevious
    My Blog- http://www.sharepoint-journey.com|
    If a post answers your question, please click Mark As Answer on that post and Vote as Helpful

  • Skill Search works fine from search center, but it doesn't work from Lync client

    My environment consists of Lync Server 2013 and SharePoint Server 2013.
    I configured skill search and it works fine from search center, but it doesn't work from Lync client. An error appears says"error occurred during the search, please try again".
    I configured these URLs in my client policy
    set-csclientpolicy -identity global -spsearchinternalurl http://<Sharepoint Server>/_vti_bin/search.asmx
    set-csclientpolicy -identity global -spsearchcenterinternalurl http://<Sharepoint Server>/searchcenter/pages/peopleresults.aspx
    I checked these URLs from the browser and they work fine.
    I disabled anonymous access to _vti_bin, but no change then i checked lync log but i didn't find any error then i used Wireshark and found that when Lync client contacts Sharepoint, Sharepoint responded to it with internal server error http 500
    Please advice for what to do

    Hi,
    Thanks For your sharing.
    Best Regards,
    Lisa Chen
    Lisa Chen
    TechNet Community Support

  • Secure Enterprise Search Quality Support  - job requirement

    Greetings!!!
    We currently have the following requirement for the experience Consultants with one of our fortune clients. Please respond if you have any consultants available with the skill sets mentioned below.
    Quality Analyst REQ:
    Location : Indianapolis,IN
    I also would like for the resource to be knowledgeable in Global Privacy, CFR Part 11, GMP, GPP, GCP, and familiar with the Corporate Computer Systems policies and procedures. At a glance, below are some of the things I would need for the resource to do.
    Secure Enterprise Search Quality Support
    Local SOPs and Guidelines (Most of these are being neglected and we have an audit coming soon)
    · Validation Strategy
    · Testing Strategy
    · Personnel Training Qualifications
    · Data and Integration Architecture
    · Document Management Guidelines
    · Reports Management Plan
    Templates (Create and upload into GEL)
    · Create Peer Review Template
    · Create Data Conversion Template
    · Create Data Verification Template
    · Update RVD (Deborah has already created an initial RVD template. It is in GEL)
    · Update - - Release Plan and Release Notes Report Template (already in GEL)
    · Any additonal templates that may need to be created to improve future processes.

    Hi Joaquin,
    According to your description, the error occurred when you re-created the Search Service Application.
    Based on the error message, I recommend to verify the things below:
       1. Check if the association between the Search Service Application proxy and the web application is configured.
    Please go to Central Administration > Application Management > Configured service application associations > Click Default to see if the Search Service application is checked.
       2. Change the app pool for the Search Service Application to SharePoint Web Services Default in the properties of the Search Service Application.
    Please go to Central Administration > Application Management > Manage service applications > Highlight the Search Service Application > Click Properties in the ribbon > Change
    the two app pool to SharePoint Web Services Default: App Pool For Search Admin Web Service and Application Pool for Search Query and Site Settings Web Service.
        3. Run PS command to check if the search admin timer job is enabled: Get-SPTimerJob
    job-application-server-admin-service | fl. If it is not enabled, use PS command to enabled it and then reset Internet Information Services: Enable-SPTimerJob job-application-server-admin-service.
    Best regards.
    Thanks
    Victoria Xia
    TechNet Community Support

  • Categorize and filter enterprise search result

    Hi All,
    I want to know if it is possible to categorize and filter search result based on source (ex: list or library name or external content type etc). My client does not have FAST server license.
    If this is possible with enterprise search without the FAST server could you please let me know how to achieve it.
    Any help is greatly appreciated.
    Regards,
    Rahul

    Hi Rahul,
    We could sort search results in Search center, and we need modify XSLT for search result web part.
    Here are similar issues for your reference:
    http://social.technet.microsoft.com/Forums/sharepoint/en-US/8611e04c-d79c-42c0-a605-e88bd34eb00a/how-to-sort-the-sharepoint-search-results-with-datetime-site-column?forum=sharepointsearchprevious
    Regards,
    Rebecca Tu
    TechNet Community Support

  • Displaying Search dropdowns (verticals) from search center

    Hi Team,
    I am trying to display dropdowns (verticals) in SP 2013 from search center which is in separate site collection in same web app. When I try to create vertical and provide URL of page in Search-Center, SP errors out. by default it is not picking the drop
    down values from search center. Please help.
    Sachin
    Sachin Chugh,

    Hi Sachin,
    As I understand, you would like to add custom search navigation to search center and reflect them to home site collection search box.
    I found two articles for your reference:
    How to add a custom search vertical to your search results page in SharePoint 2013
    http://blogs.technet.com/b/tothesharepoint/archive/2013/11/13/how-to-add-a-customized-search-vertical-to-your-search-results-page-in-sharepoint-2013.aspx
    SharePoint 2013 Search Settings and Search drop down menu
    http://en.share-gate.com/blog/sharepoint-2013-search-settings-and-search-box-drop-down-menu
    Regards,
    Rebecca Tu
    TechNet Community Support

  • Download SAP enterprise Search

    Hello,
    does anyone know where I can download a test or trail version of SAP Enterprise Search?
    Thanks in advance for any help,
    best regards,
    Rene

    The preview download provided on SDN doesn't work any more.
    (ftp://ftp.sap.com/pub/sdn/devkits/admintools/Argo_4/Argo_preview.zip)
    It displays an error as follow:
    The page cannot be found
    The page you are looking for might have been removed, had its name changed, or is temporarily unavailable.
    Please try the following:
    If you typed the page address in the Address bar, make sure that it is spelled correctly.
    Open the ftp.sap.com home page, and then look for links to the information you want.
    Click the  Back button to try another link.
    Click  Search to look for information on the Internet.
    HTTP 404 - File not found
    Internet Explorer

  • Welcome to the Enterprise Data Center Networking Discussion

    Welcome to the Cisco Networking Professionals Connection Network Infrastructure Forum. This conversation will provide you the opportunity to discuss general issues surrounding Enterprise Data Center Networking. We encourage everyone to share their knowledge and start conversations on issues such as Mainframe connectivity, SNA Switching Services, DLSw+, managing SNA/IP and any other topic concerning Enterprise Data Center Networking.
    Remember, just like in the workplace, be courteous to your fellow forum participants. Please refrain from using disparaging or obscene language or posting advertisements.
    We encourage you to tell your fellow networking professionals about the site!
    If you would like us to send them a personal invitation simply send their names and e-mail addresses along with your name to us at [email protected]

    Hi together,
    Since the release of SAP NetWeaver 2004s to 'Unrestricted Shipment' as of 6th of June 2006, we have renamed the forum 'SAP NetWeaver2004s Ramp-Up' to 'BI in SAP NetWeaver2004s'.
    The forum should continue to adress BI issues particular to the release SAP NetWeaver 2004s. Please post general BI, project, etc. question to the other existing BI forums.
    The SAP NetWeaver BI organisation will also use this forum to communicate / roll-out information particular to the release of SAP NetWeaver 2004s (in addtion to the FAQs and other material on the SAP Service Marketplace and information in other areas of the SDN).
      Cheers
         SAP NetWeaver BI Organisation

  • While Doing F-28 error-Balancing field "Profit Center" in line 002 not fill

    Hello Sir,
    I am doing F-28 Customer Incoming Payment , i have clear three invoice against payment.
    So when i post that entry system gives me error Balancing field "Profit Center" in line 002 not filled".
    so that entry could not found profit center. (Document Splitting Activate)
    So can i assign Customer reconciliation account in T code - FAGL3KEH and assign Common Profit Center there.
    Plz guide me , if i will assign there recon account ?.
    reply soon
    Thanks
    J

    Hi James,
    According to me, you have two options, either enter the PC at the time of document entry or Go to doc.splitting & uncheck the PC mandatory field under doc. splitting characteristics for GL accounting.
    Your problem will get resolve by doing this.
    Thanks & Regards
    Anuj Agarwal

Maybe you are looking for