The content source iehistory:

Hi,
   i am facing this issue on windows server 2008r2.
The content source <iehistory://{S-1-5-21-386824331-904051149-601697323-500}/> cannot be accessed.
Context:  Application, SystemIndex Catalog
Details:
An internal error occurred in the Microsoft Windows HTTP Services  (HRESULT : 0x80072ee4) (0x80072ee4)

Hi,
Since it is related to IE, I recommend you ask in the forum below for professional assistance:
http://social.msdn.microsoft.com/Forums/ie/en-US/home?forum=iewebdevelopment
Thanks for you understanding and support.
Best regards,
Susie

Similar Messages

  • Where Is The Content Source Name/Titles Stored In The SharePoint Database

    I am trying to tie my sharepoint crawl history (duration of crawls) with the content source.  the MSSCrawlHistory table has the data for calculating the durations but it doesn't give me the content source.  There is a column "crawlid" and "projectid" but I can't find a database table to join that will give me the content source name. 

    That information is not stored in the database. The information is needed by the servers for crawling purposes so it is stored in the registry. You can find content sources stored in the following registry key:
    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Office Server\12.0\Search\Applications\6cce8e5e-0ba3-491c-99e5-e6a178964d66\Gather\Portal_Content\ContentSources\0
    The actual guid used will vary. The ending 0 is abritrary, so if you have more than one then you will have keys under contentsources 0..n
    certdev.com

  • Getting error while editing content source of search service application

    Hi,
    when i edit the content source of SharePoint Search Service Application and click on OK Button then i get the following error.
    Error it gives : An item with the same key has already been added.
    and when i check it in ULS log it gives this.
    Application error when access /_admin/search/editcontentsource.aspx, Error=An
    item with the same key has already been added.  Server stack trace:    
     at System.ServiceModel.Channels.ServiceChannel.ThrowIfFaultUnderstood(Message reply, MessageFault fault, String action, MessageVersion version,
    FaultConverter faultConverter)   
     at System.ServiceModel.Channels.ServiceChannel.HandleReply(ProxyOperationRuntime operation, ProxyRpc& rpc)   
     at System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs,
    TimeSpan timeout)   
     at System.ServiceModel.Channels.ServiceChannelProxy.InvokeService(IMethodCallMessage methodCall, ProxyOperationRuntime operation)   
     at System.ServiceModel.Channels.ServiceChannelProxy.Invoke(IMessage message)    Exception rethrown
    at [0]:    
     at Microsoft.Office.Server.Search.Internal.UI.SearchCentralAdminPageBase.ErrorHandler(Object sender, EventArgs e)   
     at Microsoft.Office.Server.Search.Internal.UI.SearchCentralAdminPageBase.OnError(EventArgs e)   
     at System.Web.UI.Page.HandleError(Exception e)   
     at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)   
     at System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)   
     at System.Web.UI.Page.ProcessRequest()   
     at System.Web.UI.Page.ProcessRequest(HttpContext context)   
     at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()   
     at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
    System.ServiceModel.FaultException`1[[System.ServiceModel.ExceptionDetail, System.ServiceModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]]:
    An item with the same key has already been added.   Server stack trace:    
     at System.ServiceModel.Channels.ServiceChannel.ThrowIfFaultUnderstood(Message reply, MessageFault fault, String action, MessageVersion version,
    FaultConverter faultConverter)   
     at System.ServiceModel.Channels.ServiceChannel.HandleReply(ProxyOperationRuntime operation, ProxyRpc& rpc)   
     at System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs,
    TimeSpan timeout)   
     at System.ServiceModel.Channels.ServiceChannelProxy.InvokeService(IMethodCallMessage methodCall, ProxyOperationRuntime operation)   
     at System.ServiceModel.Channels.ServiceChannelProxy.Invoke(IMessage message)    Exception rethrown
    at [0]:    
     at Microsoft.Office.Server.Search.Internal.UI.SearchCentralAdminPageBase.ErrorHandler(Object sender, EventArgs e)   
     at Microsoft.Office.Server.Search.Internal.UI.SearchCentralAdminPageBase.OnError(EventArgs e)   
     at System.Web.UI.Page.HandleError(Exception e)   
     at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)   
     at System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)   
     at System.Web.UI.Page.ProcessRequest()   
     at System.Web.UI.Page.ProcessRequest(HttpContext context)   
     at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()   
     at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
    Getting Error Message for Exception System.ServiceModel.FaultException`1[System.ServiceModel.ExceptionDetail]: An
    item with the same key has already been added. (Fault Detail is equal to An ExceptionDetail, likely created by IncludeExceptionDetailInFaults=true, whose value is: System.ArgumentException: An
    item with the same key has already been added.  
     at Microsoft.Office.Server.Search.Administration.SearchApi.WriteAndReturnVersion(CodeToRun`1 remoteCode, VoidCodeToRun localCode, Int32 versionIn)   
     at SyncInvokeEditContentSource(Object , Object[] , Object[] )   
     at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs)   
     at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc)   
     at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc)   
     at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage31(MessageRpc&
    rpc)   
     at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet)).
    Can anyone please help me, how can i resolved this issue.i am stuck :(
    Thanks in advance
    Muhammad Luqman

    Also tried with this code, but no succeed.
    Add-PSSnapin "Microsoft.SharePoint.PowerShell"
    $searchapp = Get-SPEnterpriseSearchServiceApplication "Search Service Application"
    $StartAddresses = "http://insite"
    $cs = Get-SPEnterpriseSearchCrawlContentSource -SearchApplication $searchapp -identity "Local SharePoint sites"
    $cs | Set-SPEnterpriseSearchCrawlContentSource –StartAddresses $StartAddresses
    I have now only single content source and all others are removed now but still getting same error.
    Muhammad Luqman

  • How to delete Content Source in Sharepoint 2013 Search Service

    I want to delete Default Content Source in Search
    Service in SharePoint 2013 but delete button is disable?Please see the below image. Content Source Type=SharePoint Sites
    How to do it?
    If In Content Source type=Files than delete button enables but
    not for the Content Source type=Sharepoint sites
    Vishal Goyal

    Hi,
    try to remove it using powershell
    $searchapp = Get-SPEnterpriseSearchServiceApplication "NameofSearchAPp"
    Remove-SPEnterpriseSearchCrawlContentSource -SearchApplication $searchapp -Identity "Name"\Regards
    Whenever you see a reply and if you think is helpful,Vote As Helpful! And whenever you see a reply being an answer to the question of the thread, click Mark As Answer

  • Error occurred while publishing the content item to the Knowledge Directory

    We are receiving the following error upon publishing non-binary content items to the knowledge directory:
    Error occurred while publishing the content item to the Knowledge Directory. Contact your portal administrator.
    Ironically, in the KD, we call see all content items located in Publisher when we are in Edit mode -- even though they haven't been published to the KD yet. In Browse mode, we can't see any content items.
    Has anyone see this error before? What could be the cause?
    We are using ALUI 6.1.

    Hi,
    If you are seeing the documents in the Knowledge Directory and in edit mode, but not browse mode then check/try the following. What exactly were you doing when you got the error? Were you in Publisher or in the Knowledge Directory and running the Simple Submit task?:
    1. Try to approve the documents in edit mode.
    2. Go to the Administrative->Intrinsic Operations and run the following jobs.
    --> Search Update 1
    3. Make sure you have proper permissions on the folder in the Knowledge Directory and Publisher Folders.
    4. Check the permissions on the Content Source for the Knowledge Directory
    I need a little more information to get your better help.
    tnx
    James

  • Publishing the content item.

    Hello,
    I have designed a workflow portlet. I have used the workflow tracker portlet to show the varies stages at which the request is pending. But at the end of the workflow i would like to notify the user that his request has been approved. Is there any portlet in the content server to do that ? If any pl let me know.
    Thanks.

    Hi,
    If you are seeing the documents in the Knowledge Directory and in edit mode, but not browse mode then check/try the following. What exactly were you doing when you got the error? Were you in Publisher or in the Knowledge Directory and running the Simple Submit task?:
    1. Try to approve the documents in edit mode.
    2. Go to the Administrative->Intrinsic Operations and run the following jobs.
    --> Search Update 1
    3. Make sure you have proper permissions on the folder in the Knowledge Directory and Publisher Folders.
    4. Check the permissions on the Content Source for the Knowledge Directory
    I need a little more information to get your better help.
    tnx
    James

  • Unable to open PDF files from Fileserver Content Source using Browser

    The situation is this :
    A content source was created to search a fileserver
    Search facility finds the files using the browser
    Able to open MS Office files from the fileserver
    Able to open PDF files that are in the Sharepoint Portal
    Unable to open PDF files from the Fileserver
    Currently using Sharepoint 2010. PDF Filter is installed and configured on the Sharepoint Server
    Your assistance is always greatly appreciated.
    Have a great day.
    NRH

    Hello Nate,
    I have the necessary access to the folder.
    The content source addresses are
    \\172.25.136.53\KDrive\Home\Company\DAILYREP
    \\172.25.136.53\KDrive\Home\Company\TRINMAR
    \\172.25.136.53\KDrive\Process Safety Management
    NRH

  • Content sources and Crawling rules

    Hi,
    I tried using "http://www.microsoft.com/downloads" as a content source. For some reason directories like  "http://www.microsoft.com/documentation" get crawled too. But I just want to crawl the subdirectories of the "downloads"
    directory...
    I think there should be a better way then excluding each wrong path with a crawl rule...
    What am I doing wrong?
    Looking forward to your reply.

    Hi Severin,
    If you set the content source using
    http://www.microsoft.com/downloads, SharePoint will crawl starting with the URL.However, if there is a link linked to other directories in a page which is under the URL, it will also crawl the directories.
    To avoid this issue, you need to limit page depth for crawling the content source. You can set page depth as Content source->[your content source]->Crawl settings.
    Best Regards,
    Wendy
    Wendy Li
    TechNet Community Support

  • Search Refinement Panel webpart - filter on Content Source

    Hi,
    I have 6 content sources and would like the search refinement panel to be able to filter by Content
    Source.
    I have the refinement panel filtering for various other Managed Properties, but I'm struggling to get it to work for Content
    Source.
    So, for example, if my content sources were called 'Content Source 1', 'Content Source 2' etc. then then Search refinement Panel webpart would show:
    Content Source
    All Content Sources
    Content Source 1
    Content Source 2
    And clicking on the filter link would refresh the page and show results only from that particular content source.
    The content sources are a mixture of SharePoint and BCS databases and I have no access to modify either.
    I have tried making my own 'MyContentSource' Managed Property in Search administration, but I don't know what the mappings would be.
    Can anyone help?
    Thanks.

    Thanks Lisa, but scopes won't work here.
    We have scopes defined already, one for each content source and 1 convering all the content sources, along with other conbinations of multiple content sources.
    The scenario is this:
    When I first visit the search results page, I want to see results from all the content sources so I use the scope containing all 6.
    Then I want to use the refinement panel webpart to filter down to a single scope, all from the search results page.
    This is something that is very easy to do using the Google Search Appliance and our company are currently choosing between it and Sharepoint search going forward.  I think this will be the deal-breaker if I can't get this to work under SharePoint search.
    At the moment I'm thinking that I might be able to do it using the SiteUrl or ContentType or something, along with a custom filter in the xml of the Refinement panel.  Haven't tried it yet.
    So along the lines of this:
    <CustomFilters MappingType="ValueMapping" DataType="String" ValueReference="Absolute" ShowAllInMore="False">
          <CustomFilter CustomValue="[name of my content source]">
            <OriginalValue>[specific site url or content type maybe?]</OriginalValue>
          </CustomFilter>
    Unless anyone has any better ideas?

  • Modify Content Source Crawl Settings Programmatically

    Hi,
    I am working with SharePoint 2010 Search Administration project, in our project we need to create content sources from custom SharePoint web part. I am using SearchContext.ContentSources.Create() function to create the content source but the issue is
    that I want to set the Crawl Settings (Limit Page Depth & Limit Server Hops) values while or after creation programmtically.
    I know that it can be done from Central Administration and PowerShell commands but how can I can do it programmatically, Is there a way for that.
    Regards,
    Ehab
    Ehab

    You don't run PowerShell commands from the web part. (Technically you might be able to do it but it's not a good idea).
    First make the commands work from either PowerShell or find the alternatives for C#/VB.NET. The syntax is not identical but it's very similar and the object model is the same.
    Once you've got that working, port it to C# if it's not already there so it runs as a console app. Then bolt on the custom web part at the ednd.

  • Unable to 'set the default source system' to Install Business Content

    Hi,
    Maars here. This is my first post hoping that in future ones I'll also be lending a helping hand.
    I am trying to 'Install Business Content' under the BUSINESS CONTENT section in txn RSA1. I am doing this after 'Transfer Data Sources' in R/3 and I can now see all the data sources (under the application component hierarchy) for the source system. But I am not able to see the Info Objects in the Business Content.
    When I try to set R/3 as the default source system (got this screen after clicking a icon in the standard tool bar), BW is not saving the settings ie., I set the R/3 as the default and then click on OK. If I go back to the same screen again, I find that my settings were NOT saved.
    Could you please help me out?
    Thank you.

    Hi,
    It seems to be a bug in version 3.5.
    Do like this:
    After you open the screen to <i>choose the dafault source system</i>
    Clcik on 3rd button(F6) available in the bottom of the scrreen.
    And then select teh tick mark for required system.
    And then click on Continue button
    You have do this step before you drop the cube to right side of the cube.
    Ok, even after all these steps , if you reopen the screen you would not see Tick mark u have done just before. DONOT WORRY ABT it.
    Drag and drop required cube with dat flow before.
    Now you can see the Transfer rules with selected Source system only in the collected Objects.
    With rgds,
    Anil Kumar Sharma .P

  • Unable to find the content of data source into infosource

    Hi
    I have successfully created a source system in BW and have activated the business contents but I am unable to find the data source contents in infosource. I have replicated the metadata also but uanble to get?  are there any steps to transfer the data from datasource to infosource.?

    after the replication, you'll only see the datasources under the node datasources. you need to map a datasource with an infosource (3.5). in bi7 this is not necessary anymore...
    but for these kind of basic questions, you should really search the forum before posting a thread.
    M.

  • Problem file xls with jasper (source code mixed in the content XLS file)

    i´m writing xls file with jasper, the problem is that is mixed the source code of the JSP (where doing request) in the content of the file xls, do not import the API thah use.
    The java code whit JASPER is like:
    FacesContext ctx = FacesContext.getCurrentInstance();
    ExternalContext ectx = ctx.getExternalContext();
    JRDataSource dataSource = ......
    InputStream inputStream = ectx.getResourceAsStream(parametro);
    JasperReport jasperReport = (JasperReport) JRLoader.loadObject(inputStream);
    JasperPrint jasperPrint = JasperFillManager.fillReport(jasperReport,new HashMap(), dataSource);
    JRXlsExporter exporter = new JRXlsExporter();
    ByteArrayOutputStream xlsReport = new ByteArrayOutputStream();
    exporter.setParameter(JRExporterParameter.JASPER_PRINT, jasperPrint);
    exporter.setParameter(JRExporterParameter.OUTPUT_STREAM, xlsReport);
    exporter.exportReport();
    byte[] bytes2 = xlsReport.toByteArray();
    response.setContentType("application/vnd.ms-excel");
    response.setContentLength(bytes2.length);
    response.setHeader("Content-disposition", "attachment; filename="" + "MI_EXCEL_JR" + ".xls"");
    ServletOutputStream outputStream = response.getOutputStream();
    outputStream.write(bytes2, 0, bytes2.length);
    outputStream.flush();
    outputStream.close(); whay is printed the response in the xml file?
    tnk for your help....

    hoham wrote:
    byte[] bytes2 = xlsReport.toByteArray();
    Not related to the actual problem, but this line is not very efficient. What if the report is bigger than the available server memory? Or if there are many simultaneous requests which does all the same?
    It would result in an OutOfMemoryError. Rather obtain it as an InputStream and write it in a loop to the OutputStream using a byte block as buffer. Or wrap the both streams by BufferedInputStream/BufferedOutputStream and write in a simple loop. Consult the basic Java IO tutorials for details and code examples.

  • How to  download the content to a PDF source file.

    Hi All,
    I am using FileDownload UI element in the ADOBE  interactive to download the content to a PDF file.
    Please help me how to download content to a PDF file.
    Thanks,
    Archana.

    hi Archana,
    you will get the byte format of the pdf form the pdf source attribute , create  a resource using that byte data of type pdf as following
    IWDResource iwdResource = WDResourceFactory.createResource(wdcontext.currentContextElement().getPdfSource(), "resource name", WDWebResourceType.PDF);
    create a context element say fileresource of type iwdresource.
    set it's value as following.
        wdContext.currentContextElement().setFileResource(iwdResource);
    and do the following code on the action of the download button.
    public void downloadFile( )
        //@@begin createExternalPopup()
        // get the resource from the context
        IWDResource resource = wdContext.currentContextElement().getFileResource();
        //create an external window. A download dialog should appear
        IWDWindow window = wdComponentAPI.getWindowManager().createNonModalExternalWindow(resource.getUrl(WDFileDownloadBehaviour.AUTO.ordinal()) ,"Title");
        //@@end
    with regards
    shanto aloor

  • My old computer died just after I transferred iTunes via external HD.  When I transferred the content from the HD to the new computer, most songs won't play.  Message is "Can't identify source".  Sharing was on in the old computer when it died.

    My old computer died just after I transferred iTunes via external HD.  When I transferred the content from the HD to the new computer, most songs won't play.  Message is "Can't identify source".  Sharing was on in the old computer when it died.

    Is there no ANSWER TO THIS PROBLEM?

Maybe you are looking for

  • Can't search messages in Gmail or go to second page of messages in firefox

    I have firefox and windows 8. For some reason I can not search messages in gmail. When I type in a search term and press the search button, the entire page just refreshes with no result. Also, when I click on the arrow to get another page of messages

  • TRYING TO DOWLOAD ITUNES BUT NOTHING DOWNLOADS. IT JUST SAY THANKS FOR DOWN LOADING ITUNES

    TRYING TO DOWNLAD ITUNES ON MY NEW DESKTOP COMPUTER. I ENTER MY EMAIL AND PUSH DOWNLOAD. A PAGE COMES UP AND SAYS THANKS FOR DOWNLOADING ITUNES BUT NOTHING DOWNLOADS.

  • Function Modules for Text determination

    Hello, Could someone please point me to Function Modules for the following: 1) Given a transaction type (say '0000'), I need the text Det. procedure for that transaction type. 2) Now, given the Text Det. Procedure, I need the set of all Valid Text Ty

  • Re: cProject settlement rule defaulting as PSG during transfer.

    Hello We currrently use multi-level controlling scenario for cProjects, which generates project and subsequent WBS elements automatically. I am looking at using automatic generation of settlement rules on all WBS elements to default 'CTR' and have cr

  • Map two fact table

    hi, I have develop one application, in which 1 fact table(cube) and 6 dimension table(dimension) fact table : project billing detail dimension table : customer, time, PM, company etc. its working fine because there are foreign key in project billing