Unable to index documents in the folder

Hi,
   Index server is unable to index the documents inside the folder.
  I had created a WebDav folder(MyDocuement) and mapped it  to my personal drive. When I created datasource has this folder. I am able to index  the folder but not the content inside the folder.
When I checked the
System Administration > System configuration - KM configuration> Index Administration
Index Administration is in green color.
When I check Index Monitor. It indexed the folder  and got error to index the documents in the folder.
what should be the rights to index the documents I had given everyong rights to the folder in the KM contents for this folder.
When I check the Display queue. It has given the Unknown hostname.
please Let me know what should I do to index the documents inside the folder.
thanks
Venkata Bandi

Hi Venkata,
As Robert has mentioned, check the parameters "Host" and "Alternative Host" in the URL Generator Service parameters. They should point to the exact portal address...
Also check last part of the document where it specifies about ..
<b><i>" This can slightly improve performance and you avoid problems with some WebDAV clients due to URLs that are too long. "</i></b>
Replace the prefix accordingly and check...
Hope this helps..
Regards,
venkat.
[Reward points for useful answers]

Similar Messages

  • When I open a folder then open a document in the folder every time i close the document it closes the folder where is the back button ?

    When I open a folder on my mac pro retina osx 10.9.1 then a document every time I close the document it closes the folder where is the back button?

    Try COMMAND-[.
    Ciao.

  • XML document with the folder heirarchy

    Can you create an XML document having the current heirarchy of folders and all their custom attributes in IFS. If yes HOW? If no what other way is there to get all the folders and their custom attributes.
    null

    Yes, it is possible to create a folder hierarchy with custom attributes via XML in iFS.
    You would first create an XML type definition file for one or more extended folder types with the corresponding custom attributes. Then, you would create instances of your custom folder types. The values of the custom attributes would be supplied as the values of elements which correspond to thos attributes. The parent folder of each instance would be specified using the <FOLDERPATH> element.
    Instructions and examples are provided in the Oracle iFS Developer's Guide, chapter 4. Although this chapter illustrates how to extend the Document class, and create instances of Documents, the same can be done with Folders.

  • Unable to download Document using the GET_FILE service

    Hi,
    I have a custom component-custom service being called from a workflow,which downloads the file to an external folder every time a check in is performed with parameters matching the criteria of the workflow.
    Now the issue is every time the file is checked in for the first time,the file which gets downloaded only has the binder information with the status message as:
    "StatusMessage=Unable to download 'ABC022257'.Unable to find latest revision for item 'ABC022257'."
    Can anyone point out to probable causes??

    I'm using the following piece of code to download the file :
                   IdcClient client = getClient();
                   IdcContext IdcContext = getUserContext();
                   DataBinder dataBinder = client.createBinder();
                   SystemUtils.trace("system", "dID in getFile>>>>>>>>>>" + dID);
                   dataBinder.putLocal("IdcService", "GET_FILE");
                   dataBinder.putLocal("dID", dID);
                   dataBinder.putLocal("dDocName", contentID);
         ServiceResponse response = client.sendRequest(IdcContext, dataBinder);
         stream = response.getResponseStream();
    File f = new File(fileSaveLocation);
                        OutputStream out = new FileOutputStream(f);
                        byte buf[] = new byte[1024];
                        int len;
                        while ((len = stream.read(buf)) > 0)
                        out.write(buf, 0, len);
                        out.close();
    Also,I'm getting following error in the logs,although i did a fresh check in:
    !csUserEventMessage,weblogic,CIS!$ intradoc.common.ServiceException: !csUnableToDownload,ABC003803
    services/3     05.24 12:32:38.460     IdcServer-213     *ScriptStack GET_FILE
    services/3     05.24 12:32:38.460     IdcServer-213     3:computeDocID,dID=3018,dDocName=ABC003803
    services/3     05.24 12:32:38.460     IdcServer-213     at intradoc.server.ServiceRequestImplementor.buildServiceException(ServiceRequestImplementor.java:2115)
    services/3     05.24 12:32:38.460     IdcServer-213     at intradoc.server.Service.buildServiceException(Service.java:2326)
    services/3     05.24 12:32:38.460     IdcServer-213     at intradoc.server.Service.createServiceExceptionEx(Service.java:2320)
    services/3     05.24 12:32:38.460     IdcServer-213     at intradoc.server.Service.createServiceException(Service.java:2315)
    services/3     05.24 12:32:38.460     IdcServer-213     at intradoc.server.FileService.computeDocID(FileService.java:423)
    services/3     05.24 12:32:38.460     IdcServer-213     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    services/3     05.24 12:32:38.460     IdcServer-213     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    services/3     05.24 12:32:38.460     IdcServer-213     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    services/3     05.24 12:32:38.460     IdcServer-213     at java.lang.reflect.Method.invoke(Method.java:597)
    services/3     05.24 12:32:38.460     IdcServer-213     at intradoc.common.IdcMethodHolder.invokeMethod(IdcMethodHolder.java:86)
    services/3     05.24 12:32:38.460     IdcServer-213     at intradoc.common.ClassHelperUtils.executeMethodEx(ClassHelperUtils.java:310)
    services/3     05.24 12:32:38.460     IdcServer-213     at intradoc.common.ClassHelperUtils.executeMethod(ClassHelperUtils.java:295)
    services/3     05.24 12:32:38.460     IdcServer-213     at intradoc.server.Service.doCodeEx(Service.java:620)
    services/3     05.24 12:32:38.460     IdcServer-213     at ziprenditions.ZipRenditionsHandler.callMethodRecursively(ZipRenditionsHandler.java:1703)
    services/3     05.24 12:32:38.460     IdcServer-213     at ziprenditions.ZipRenditionsHandler.computeDocID(ZipRenditionsHandler.java:699)
    services/3     05.24 12:32:38.460     IdcServer-213     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    services/3     05.24 12:32:38.460     IdcServer-213     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    services/3     05.24 12:32:38.460     IdcServer-213     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    services/3     05.24 12:32:38.460     IdcServer-213     at java.lang.reflect.Method.invoke(Method.java:597)
    services/3     05.24 12:32:38.460     IdcServer-213     at intradoc.common.IdcMethodHolder.invokeMethod(IdcMethodHolder.java:86)
    services/3     05.24 12:32:38.460     IdcServer-213     at intradoc.common.ClassHelperUtils.executeMethodReportStatus(ClassHelperUtils.java:324)
    services/3     05.24 12:32:38.460     IdcServer-213     at intradoc.server.ServiceHandler.executeAction(ServiceHandler.java:79)
    services/3     05.24 12:32:38.460     IdcServer-213     at intradoc.server.Service.doCodeEx(Service.java:603)
    services/3     05.24 12:32:38.460     IdcServer-213     at intradoc.server.Service.doCode(Service.java:575)
    services/3     05.24 12:32:38.460     IdcServer-213     at intradoc.server.ServiceRequestImplementor.doAction(ServiceRequestImplementor.java:1643)
    services/3     05.24 12:32:38.460     IdcServer-213     at intradoc.server.Service.doAction(Service.java:547)
    services/3     05.24 12:32:38.460     IdcServer-213     at intradoc.server.ServiceRequestImplementor.doActions(ServiceRequestImplementor.java:1458)
    services/3     05.24 12:32:38.460     IdcServer-213     at intradoc.server.Service.doActions(Service.java:542)
    services/3     05.24 12:32:38.460     IdcServer-213     at intradoc.server.ServiceRequestImplementor.executeActions(ServiceRequestImplementor.java:1391)
    services/3     05.24 12:32:38.460     IdcServer-213     at intradoc.server.Service.executeActions(Service.java:528)
    services/3     05.24 12:32:38.460     IdcServer-213     at intradoc.server.ServiceRequestImplementor.doRequest(ServiceRequestImplementor.java:737)
    services/3     05.24 12:32:38.460     IdcServer-213     at intradoc.server.Service.doRequest(Service.java:1956)
    services/3     05.24 12:32:38.460     IdcServer-213     at intradoc.server.ServiceManager.processCommand(ServiceManager.java:437)
    services/3     05.24 12:32:38.460     IdcServer-213     at intradoc.server.IdcServerThread.processRequest(IdcServerThread.java:265)
    services/3     05.24 12:32:38.460     IdcServer-213     at intradoc.server.IdcServerThread.run(IdcServerThread.java:160)
    services/3     05.24 12:32:38.460     IdcServer-213     at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:545)
    services/3     05.24 12:32:38.460     IdcServer-213     at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)
    services/3     05.24 12:32:38.460     IdcServer-213     at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)
    services/3     05.24 12:32:38.460     IdcServer-213     Caused by: intradoc.common.ServiceException: !csItemNoLongerInSystem2,ABC003803,3018
    services/3     05.24 12:32:38.460     IdcServer-213     at intradoc.server.utils.FileRevisionSelectionUtils.computeDocumentRevisionInfo(FileRevisionSelectionUtils.java:487)
    services/3     05.24 12:32:38.460     IdcServer-213     at intradoc.server.FileService.computeDocID(FileService.java:418)
    services/3     05.24 12:32:38.460     IdcServer-213     ... 33 more
    Edited by: user1175496 on May 24, 2013 12:04 AM

  • Users able to see documents via URL when they cannot see the folder containing them?

    I took an AD group out of the permissions list for a folder in a document library. Then I ran an incremental search.
    Now, users in that group cannot see the folder (correct behavior!).
    Users in that group do not find documents in that folder when performing a site search (correct behavior!).
    BUT, users in that group CAN open a document in that folder by using the full URL to a document there, the full link.
    This seems like a security violation - how can the members of that removed group open a document in a library that they cannot even see?
    SP2010 Enterprise, SP1, Feb 2014 CU on Windows Server 2008 R2
    Win7 clients with IE10
    I have reviewed the groups in use and the permissions lists where they are used and don't see any source of "leakage".
    Any ideas why this might be happening and how to fix it?

    Hi,
    Based on your description, my understanding is that the user without permission can see a document in a folder by using the full URL to a document.
    I have followed your description to do a test, but I can’t reproduce your problem.
    My 
    suggestion is that:
    Sign in your site with a user who has full control 
    permission to the site, and go to  the documents in the folder and check whether the users in that group without permission to the folder have permissions to the documents.
    When users in that group use the full URL to a document , please check whether the current user is the user in that group without permission to a
    document in the folder. You can try a test in another computer.
    Please clear your browser Cache and then test again.
    If the issue still exists
     , please don’t hesitate to let me know.
    Best Regards
    Wendy Li
    TechNet Community Support

  • Indexing document failed. HTTP-Proxy: ServiceUnavailable (Errorcode 13503)

    Hi friends,
               I am able to create an index but it is showing red in trex monitor->display queue.It says preparation failed 6 and also To be transmited 5.When i see the log file it says "Indexing document failed. HTTP-Proxy: ServiceUnavailable (Errorcode 13503)".
    I had created one index perviously it was showing in the search result but its queue status was red also.but now any more index result is not showing in the search result.I cannot understand why it is happening has i have performed all the post installation steps including the setting of bypass proxy server address in portal services.
    Thanks

    Hi,
       Yes indexing has worked for a word document.But when i put the folder containing number of documents as data source then in display queue status of trex monitor it shows a red status with "processing failed"(equal to the number of documents inside the folder).In the log message i see the error message"Indexing document failed. HTTP-Proxy: ServiceUnavailable (Errorcode 13503)".After some Hours when i stop the index in trex monitor as nothing was happening.When i search the folder(in search command box) with the name it is showing the folder as it is containing the document.But when i try to search the documents as string with * at the end by name then there is no result.
    I think as indexing of the documents was not done so documents could not be searched but how come i see the folder containning the document when i but the folder name in the search request.
    thanks

  • Error Code: unable to add document

    I trying to add a PDF file to ADE, but when I try to add it to the library, I receive an error code saying"unable to add document". The PDF file is a library book.

    Okay. There might be one issue if the form is corrupted or due to some bad scripts it may happen. What's your default program for opening PDF? Is it Acrobat Pro/ Adobe reader? By default if you have Acrobat Pro then PDF will open in Acrobat Pro. Try to uninstall and instal again Acrobat. But before doing that do one thing. Set the default application for opening PDF to Adobe Reader. And try to preview the form. If it does not workout then first uninstal and instal Adobe Reader first. If it does not workout Uninstal and instal Acrobat Pro.
    Thanks,
    Bibhu.

  • URGENT - Error "Unable to open file because it isn't a valid Keynote document" - and there is no index file (so the usually suggested solution doesn't work)

    Hi there,
    As you see in the heading, I am getting the error "Unable to open file because it isn't a valid Keynote document". There has been a number of threads on this and there seems to be a usual work around that works in many cases, by changing the file extension to .zip and then looking for the index file and making some more extension changes...unfortunately, in my case (and it also happened to others), there is no index file, so the usually suggested solution doesn't work...Can someone please help? I am working on a tight deadline and would like to try and recover the file.
    Thanks a lot in advance.
    Best,
    Just a regular apple user
    PS: any other presentation opens fine in Keynote (09)

    Have you tried to create a new Keynote Presentation? Do you have another previously saved Keynote file you can try to open? These will make sure it is a problem with this specific presentation and not the whole program.
    Try to delete the Keynote Preferences. They are located in the folder Macintosh HD>Users>your username>Library>Preferences and titled com.apple.iWork.Keynote.plist.
    Your profile shows that you are still on Mc OS 10.6.6, is that true? You might try to update to 10.6.7 as I believe that there was a font issue fixed in this update (I don't know for sure since I am still on 10.5.8).
    Try those and report back and we will see what we can come up with.

  • Unable to access time machine backup. The folder "Documents" can't be opened because you don't have permission to see its contents.

    My MacBook Pro with 750GB storage refuses to startup due to a problem with logic board (unfortunately I'm in Singapore and there is no Apple store here and zero customer support).  I'm trying to access some of the files from the time machine back-up using my MacBook Air with 120GB storage, but I'm unable to open the backup.  I receive an error message "you don't have permission to see its contents". Unable to access time machine backup. The folder “Documents” can’t be opened because you don’t have permission to see its contents.
    I don't really want to migrate the data from the time machine to the MacBook Air as I simply don't have sufficient storage space on the MacBook Air.  The iPhoto library which I'm trying to access is 200GB, which is more than the size of the MacBookAir.
    Is there any way I can view the photos and documents stored on the time machine backup.
    Thank you very much.

    When you setup the Mac, you created a Admin user account with say name X
    You ran Migration Assistant and it migrated user Y from the Windows machine.
    User Y has different permissions than User X.
    User X can't normally access User Y's account.
    So what you do is log out of User X via the Apple menu and into User Y, this way you have permission to access the files.
    If you want to transfer files from User Y to User X account
    Transfer files between user accounts on the same machine instructions
    Finder > Go menu > Computer
    A window appears with your boot drive, double click on it to open
    Inside is Users folder, double click to open it
    Inside is your User accounts, double click on the one you want to send files too
    Double click on the Public folder drop the files into the DropBox folder,
    The permissions will change and can be used in the other user account when you log into it and moved to the appropriate folders.
    Applications are typically installed and kept in the Applications folder which is a global access folder all users can access to run them from, but not all users can modify unless they are a Admin user.
    Windows programs won't run on a Mac, but they can be instaled into a virtual machine program that is running Windows.
    Windows in BootCamp or Virtual Machine?

  • Unable to view images in my document in the new Maverick Pages!

    Unable to view images in my document in the new Maverick Pages!
    Opened an old doc which had about a hundred placed jpegs in it and when I opened it, Pages said that it wasn't including the background color nor the placed images. Why?

    Hi Suresh,
    Please check that you have crystalreportviewers11 (for version XI) or crystalreportviewers115 ( for version XI R2) folder in your BO installation and your web.xml has correct reference to it. You can copy this folder over in your web application and
    Add an entry in web.xml as follows ( if it doesn't exist)
    <context-param>
      <param-name>crystal_image_uri</param-name>
      <param-value>/<your application name>/crystalreportviewers115</param-value>
    </context-param>
    crystalreportviewers11\115 have images folder which contain all the images for Logo and toolbar. Check the images folder in viewers and make sure that they exist.
    -Aasavari

  • Searching for a folder in document library doesn't work properly if the folder is at the root level.

    Hi,
    I have a folder named FS0 on my sharepoint 2013 site. The folder is the first level folder under
    Default Document library (Shared Documents). When I search for FS0 on the sharepoint site, the search result give a link to home.aspx and not the folder. If I search for any folder that is a second level folder in the library, I get a search result that takes
    me inside the folder on clicking it. In my case, I search for a folder named FS1 which directly under FS0. The search result takes me inside FS1 in this case. How can I make the search result display proper links for root level folders also?<o:p></o:p>
    Thanks
    Pranava

    Hi Pranava,
    I couldn't reproduce this issue, when I create root folder FS0 in "Shared Documents" and start a full crawl, I click the FS0 link from search results page, it will open the FS0 folder as well as folder under FS0.
    Please right-click the FS0 name hyperlink (e.g. mine is http://sp/Shared%20Documents/FS0) and paste in IE browser see if it could be accessed successfully.
    Also test if other Shared Documents have this issue in other site collection or web applications, if not, run a full crawl may do a trick (please reset search index if only full crawl still doesn't work).
    Thanks
    Daniel Yang
    TechNet Community Support

  • Create navigation iviews to show differents documents from the same  folder

    Does any body knows how can i create navigations iviews that show differents documents from the same folder? This is my situation i have a folder that include documents for diferents countries, i want create a navigation iview that show only the documents for Canada from this folder.

    The only other option is to give user access using taxonomy. But it seems like a lot of extra work to keep documents in the same directory. anyway, here is the overview of steps:
    1. create index (SA > System Configuration > Knowledge Mgmnt > Index Administration)
    2. create categories within the taxonomy.
    3. define Query on each category. (Content Management > Classification > Taxonomy Query Builder)
    4. create property: property namespace, property group. (SA > System Configuration > Knowledge Mgmnt > Content Mgmnt > Global Services > Property Metadata)
    5. <b>assign props to the docs.</b>
    6. Schedule the crawler to create classification index.
    7. classify docs so that docs actually go recide in the categories
    <b>8. Create role, page and KM Navigation iViews for end user to browse the taxonomy instead of going directly to the repository.</b>
    9. restrict permissions on the taxonomy for different user groups.
    Kumar

  • Network Place to SharePoint 2010 unable to access sub sites with error: "The folder may have been moved or deleted".

    I am working on SharePoint 2010 Enterprise and had recently upgraded our site from Sharepoint 3.0 Services to SharePoint 2010 Enterprise.  Everything seems to be working fine for the site, but there is one issue.  The problem I am running into
    is when I create a Network Place, I am able to view the documents and lists of the main page, but if I click on a folder for a sub site, I get the following error:
    "Documents in this folder are not available.  The folder may have been moved or deleted, or network problems may be preventing a connection to the server.  There is a problem with the web server.  Please try again later or contact the
    server administrator."
    If there were a network issue, I would not be able to navigate around on the main page to lists and document libraries.  This seems to affect all of the sub sites on my site.  Explorer view works if that information is required and I do not get
    error messages using Explorer view.
    Thanks in advanced for any help on this.
    -Thao

    Hi pei jingw,
    You should be able to log in with your Adobe ID/password in lieu of a serial number. Are you able to do that?
    Best,
    Sara

  • Unable to open document. Please check to see if you have read permission for the above file.

    System:
    Adobe Acrobat X Pro, 10.1.2
    Windows 7 Enterprise, 32-bit
    Quad Core badass CPU
    4GB RAM
    MS Word 2010 (Office 2010)
    I installed the latest version as Administrator and am running as Administrator. I have all rights to all files on the PC.
    When I attempt to create a PDF from any Word document, whether .DOC or .DOCX, I get an error window every time:
    "Unable to open document:"
    "[document location]"
    "Please check to see if you have read permission for the above file."
    This happens after the little notice pops up "Starting the application which created the document...."
    If I open Word and create PDF from the ribbon, it works. It still won't allow me to create from Acrobat.
    It creates PDFs from Excel files but not DOC files. I've searched for solutions but found none. I did find this from July of 2011:
    "I have found out from Adobe technical support that this is a known issue with Office 2010 SP1 installed. This is an FYI for anyone else experiencing this issue, remove SP1 and it will work ok. They said an update to correct this issue will be coming within the next quarter."
    I have updated to the latest version 10.1.2 and still have this problem.
    This is a major issue, because it also fails on batch conversions, which is what I really need for the 100 or so documents that need to be PDFed. I'm not going to open each individual file and save each one from within Word.
    This is a KNOWN ISSUE at Adobe, and if you look through the forums you'll find many people having this problem, and so far, I have not seen any solution.
    If anyone has found the solution, please post it here.
    Thanks!
    B

    I think I found a solution. It seems to be relatet to normal.dotm.
    In our environment we have upgraded from XP & Office 2003 to Win7 and Office 2010. Normal.dot is stored on the users home share. When Office 2010 is started for the first time (for a user) it takes some of the old stuff from normal.dot and puts it in the new normal.dotm. When this happens, we get this error in Acrobat X.
    The solution is to rename both normal.dot and notmal.dot to e.g. normal.dot.old and normal.dotm.old. Office/Word 2010 will then create a new, "clean" normal.dotm.
    (By the way, if you are in a corporate environment, you might have changed the default path to normal.dot in Office group policies. You can see it here: HKEY_CURRENT_USER\Software\Policies\Microsoft\office\14.0\common\general\usertemplates)
    I would be interested in knowing exactly why/what in normal.dotm caused this error. I can provide you (Adobe) with a faulty normal.dot(m), if you're interested.

  • How do I delete images in Finder's "all my Files" when I have the same pictures in a file in Documents? It seems like a lot of duplication. If I delete the individual image it disappears in the folder. Thank You.

    How do I delete images in Finder's "all my files" without deleting the images in a separate folder I have in Documents? It seems to be so much duplication. Just set up our new Mac and am not understanding how the files work. Thank you.

    All My files is a "search folder"
    it isn't real storage location. All files within your home folder are found by the criteria set for the search folder and displayed to you In one place.
    If the folder doesn't meet your needs, remove it from the sidebar.

Maybe you are looking for

  • Autocompletion no longer works in address bar

    The autcompletion works only with addresses I visited several weeks ago. For instance, when I type 'f', Facebook will be suggested. But it does not work with any newer address, since about two weeks. What can I do to recover this helpful function? Th

  • I deleted my iphone back up is there any way to restore my photos

    I was told by an apple rep when my phone was crashing to back up my phone to the cloud.  The battery was dying so it would not.  Then she told me me to delete some apps that I didn't use.  Then she told me to delete my back up and then to re=-back up

  • Default excise group and series group issue

    Hi Gurus I have a doubt. Is it possible to maintain the default excise group and series group in this order sales org     dis chnl    division    ship pt    plant    excise group    series group 1000               EX         CD             1000     1

  • T61 Characters Displayed Are Not What Was Typed

    Periodically when I type on the keyboard the characters that appear are not the ones I type.  This happens when I try to enter the password to logoin - thank goodness for the fingerprint reader!  It also happens when I am in various applications incl

  • Question from an extreme noob?

    Can anyone tell me how to import video from my Canon Optura 50 DV into Final Cut HD? Tried searching the forum and in Final Cut help but couldn't find anything. I have everything connected and Final Cut recognizes the camera just don't know how to im