CWS not creating folders/subfolders in Plumtree

Hi,
We are in the process of developing CWS for LiveLink using EDK 5.0.2. We would like the crawler to be able to mirror Livelink's folder structure in Plumtree. But I believe due to Issue #21434 , the crawler cannot programmatically create the folder /sub-folders. We are able to crawl the documents that are in the folders/subfolders.Is there a programmatic work-around for this ?
Thanks in advance.
Mihir

It's unnecessary to call back to the portal API for any of this information, and undesirable since it is relatively inefficient.
First regarding mirroring: you should simply have each instance of you IContainer objects return the array of immediate child objects. Then, the portal user simply needs to select "mirror folder hierarchy" and the portal will automatically mirror your underlying folder structure.
Secondly, regarding knowing the parent when getChildContainers is called: If you step back and look at how IContainerProvider and IContainer work together, this is easy:
The portal will call IContainerProvider.AttachToContainer() for every folder/container, passing in the "containerLocation" of your parent (or current) folder. At this point, you usually will (and probably should) create a new instance of your IContainer class, passing the "containerLocation" on to the initializer method of IContainer. IContainer should save this value in an instance variable inside the object.
Later on, the portal will call IContainer.getChildContainers() on this instance of IContainer. This method ought to look up the value of the instance variable and then use that to get access to the folder in the backend system. It should then be able to easily get a list of the immediate children of that folder, and return them in the array of ChildContainers.
I don't know that much about Livelink, but the "containerLocation" will be some value that allows your code to easily look up and get access to the underlying container in the backend system. For example, it may be a path, or an inode number, or some other key like that.
Anyway, once you understand how this works, you'll see that the portal then (eventually---exactly when and in what order is undefined) calls IContainerProvider.AttachToContainer() for each of the ChildContainers in the array, passing in the same "containerLocation" value as your code returned in the array, and the process continues recursively. (The very first top-level crawl gets its location from the crawler configuration, which is set by the user.)

Similar Messages

  • Lightroom 3 not creating folders in Library module

    Normally a folder corresponding to the directory I imported my images from is added to the FOLDERS bar in the LIBRARY module.
    I didn't realize until today, when I tried to go back to some older photos, that since the beginning of August LR has not been creating a folder with each import. The only way to navigate to those photos is using CATALOG -> ALL PHOTOGRAPHS.
    I tried adding a folder with the "+" but that just tries to import photos that are already in my catalog.
    Is there a setting that changed? Is this a bug?
    Thanks,
    -Andy

    Ah, well, that makes sense.  If you are "adding" them, then the images themselves are merely being referenced, and LR will not create new folders for them, but use the folders you already have them in.  So in order for them to be in the correct format, you'd have to have them in the correct location you want them referenced as.
    If you do, indeed have them in the proper format as you listed, then your most likely problem is you are selecting only the bottom layer, i.e, the final month folder for import.
      If you want the entire import path to show up, I believe you have to select the top level one, and use "include subdirectores" to let it find them below that.
    This will, of course, scan all of your other folders under there, and most likely identify lots and lots of duplicates, which it will then ignore.  But it will take a bit longer for the software to relalize it already has them and uncheck the ones it thinks it knows about.
    From my point of view, doing something similar, I use "move" instead to get it right without having to scan all the potential duplicates.  It doesn't take much more time if the images are on the same disk already.  Moving between disks adds time, but on the same disk it doesn't (effectively, anyway).  It also means that the images get put into the date/format under my top level project automatically, I don't have to create the original structure to begin with. I just load them all into one directory on the same disk, hit import, select the top level project they go into, and let it organize by date.  It displays on the large import window what directories it will be creating and how many images will go in each one.
    Anyway, I think that should give you the right ideas!
    Cheers!

  • LR 5.7.1 will not create folders on a network connected Drobo.

    LR 5.7.1 on IMac2 (OS 10.9.5) will not create a folder an a Drobo that is USB connected to IMac1 (OS 10.10.2).  The two IMacs are ethernet connected through a router.  When attempting to create a folder on the Drobo from LR on IMac2 an error message from LR is displayed: "Could not complete the folder move. The folder named “2014” could not be created." A folder cannot be uniquely created from LR on the Drobo.  Folders can be created on the Drobo from the desktop of IMac2,  image files can be moved between already created folders on the Drobo and new images can be added to existing folders.  Read and Write permissions are set for all users on both iMacs.  Looking for some help on figuring this out.

    Have you successfully Signed Out and back in to CC (or do you still have an error message on CC)?
    Sign out, Sign in | Creative Cloud Desktop app
    If not and you can't I'd guess it's still the CC that is the problem.  There have been similar issues preventing LR starting here on the forum in the past (do a search, it might help)
    After that I'd try the Technical Chat if you can't find anything on the CC forum (IMHO the forums are more likely to be able to help but it might take time).
    Contact Customer Care

  • Time capsule not creating folders

    I setup time capsule with a external hard drive connected directly to my iMac and it created a backup folder with dated backup sub-folders.  When I moved the drive to my AirPort Extreme router, I was able to get Time Capsule working but it now does not back up to the folders.  I also setup Time Capsule to back up my MacBook and it does the same thing.  No folders, only a "sparse bundle" file.  How do I get it working like it did when it was connected directly?

    You cannot.. Time Machine works differently on local and network drives.. see Pondini for the difference in operation.
    http://pondini.org/TM/Works.html

  • Is it possible to select all files within a directory (and not the folders/subfolders)?

    For instance, in my iTunes directory, I would like to select all of the music files without selecting the other olders (artist name, album name). Going through with Shift+click and command+click will take an eternity. If I just highlight everything and hit "open", it will open ALL of the folders as well as opening the actual files. I want to skip the folders if possible with a mass selection.

    Well, its gonna be an expensive comparison since there is no non-arbitrary way to iterate through the files, but try:
    String f1, f2;  // the comparing files
    //get a primary list of files to iterate through
    Process p = Runtime.getRuntime.exec("ls");  // if in Linux
    BufferedReader pri =
        new BufferedReader(
        new InputStreamReader(
        p.getInputStream()));
    while((f1 = pri.readLine()) != null){    // for each file...
        Process q = Runtime.getRuntime.exec("ls");  // get all file names
        BufferedReader sec =
            new BufferedReader(
            new InputStreamReader(
            q.getInputStream()));
        while((f2 = sec.readLine()) != null){   // and for each of these
            if(!f1.equals(f2))  // as long as it's not the same file
                DO_COMPARISON(new File(f1), new File(f2));   // compare them
    }

  • HT204655 Can I create folders and subfolders in the new Photos on my mac?

    I've just started using the new Photos app in the latest Yosemite update on my Macbook Pro.
    Until recently I was using Aperture to sort all my photos into folders and subfolders - I think they were called "events" or "projects" in Aperture. 
    In Aperture, I was creating folders like "1993", "1994", "1995" or "Best of My Family".
    Then I had subfolders within those folders - things like a "Christmas 1995", and perhaps some subfolders within that like "Christmas 1995 at Home", "Christmas 1995 at Parents" as well as things like a "favorite 1995 pics".
    And sometime non-date related folders - things like "Children as Babies" subfolder or "Parents on Vacations" subfolder within the "Family" folder.  
    These folders and subfolders seem to have been carried through to this new Photos app as "iPhotos Events".
    But I dont seem to be able to continue sorting - like creating new subfolders within folders.   For example, in Photos I don't seem to be able to create an album within in an album.
    Am I missing a trick here?
    Is Photos unable to do this?
    Or, is the community please able to suggest another alternative solution - like, would using the Pictures folder in Finder be better, perhaps in conjunction with DropBox instead of iCloud?
    Or another photo organizing app that is able to sort folders and subfolders?
    Thank you for your help in advance!

    One way to create folders, subfolders, albums, is to make sure you have your Sidebar showing (menu - view > sidebar) and then use "Control + mouse click" on a folder you want to create a subfolder or album in to bring up the contextual menu.   You can also do these things in the upper right of the Photos window using the + icon but that always seemed to put those items in the top level of the sidebar so I would have to drag and drop them to the folder where I wanted them to go.
    Lori

  • Why can't I create FOLDERS under my iPod name in the DEVICES heading?

    Note: I have my iTunes set to "MANUALLY MANAGE MUSIC".
    I can create Folders, subfolders and playlists under the PLAYLISTS heading.
    Under my iPod name in the DEVICES heading, iTunes only lets me create a PlayList. No Folders.
    Questions:
    Do I need to AUTO sync to get the folder heirarchy and songs created under the PLAYLISTS heading onto the iPod?
    How do I create a Folder under my iPod name in the DEVICES heading? This appears to be a bug and/or another iTunes limitation. I tried it and whenever a new folder is seleted, the folder appears under the PLAYLISTS.

    *Why are you creating playlists for albums and artists?*
    Why is that relevant? This is an Apple product which, historically, has allowed its users to file information any way they saw fit! Why suddenly impose arbitrary restrictions on how I organize my own data?
    +The earlier version of iTunes DID allow you to create folders in the iPod+
    *Only when autosycning*
    *You can be frustrated all you want but the feature has not been removed.*
    Yes the feature HAS BEEN removed. I currently am holding a prior generation nano in my hand which, in iTunes 6, allows me to MANUALLY create folders in it and drag playlists to the folders. I can nest folders and create any hierarchy I want. Since I am doing it MANUALLY, I can use the same ipod on several computers and collect selected audio files from each of those computers. The new version of iPod/iTunes simply has REMOVED this feaure and it is now only available if you autosynch. Like I said, I currently have free use of folders on an older gen ipod in MANUAL mode.
    The software is too concerned with whether you are pirating copyrighted material and does not at all take into account LEGAL use of the iPod! As a matter of fact, I use the iPod to store audio tracks of live presentations and need an easy way to archive these on a single ipod from several computers. The most efficiient way to do this is to MANUALLY transfer the files from each computer to the iPod, and put them in their corresponding folders on the iPod. I have been doing this for over a year on the previous generation nano and iTunes 6 with no sweat. But new iPod required 7.5 iTunes and I can no longer create folders on the iPod in manual mode. This requires a long linear stream of playlists that cannot be organized into category, computer of origin, etc. As such, I can no longeruse the new iPod for my very simple application of archiving/playing non-copyrighted audio files which have no prior id3 info.
    See?
    Phil F.

  • Create Multiple Subfolders in Lightroom or Have Lightroom Pick Up Multiple Empty Folders

    I currently have Lightroom organize files into subfolders by date when importing photos. So, for example, when returning from a shoot today, all images will be imported into a subfolder called "2013-12-18", which Lightroom will automatically created if it does not exist.
    This is great.
    Some of the images in the shoot belong to a set that I want to keep separate from the others. For example, an HDR or focus-stacked or panorama set.
    What I do is create subfolders undernear the "2013-12-18" folder and manually move the sets into it. So I might end up with, for e.g.
      .../2013-12-18/
      .../2013-12/18/Set-01
      .../2013-12/18/Set-02
      .../2013-12/18/Set-03
      ... etc.
    What I would like to do, however, is to reduce the pain of manually need to create each of the subfolders. Right now, I have to right click the parent folder ("2013-12-18"), select "Create folder inside 2013-12-18", type in "set-01", and repeat and repeat and repeat and repeat. This is very inefficient and tedious.
    Now, I can easily write a Bash or Python script to automatically create as many subfolders as I need in the correct parent directory. But Lightroom does not show or recognize these empty subfolders until I go through the above process (i.e. pseudo-"create" the subfolders) OR go to "Library > New Folder" and ask Lightroom to add the new folder. I thought at first that the latter would be the solution (i.e., I could just go to "Library > New Folder" and add all the new, externally-created, empty subfolders. Unfortunately, this dialog only lets me add one folder at time.  Quelle douleur!!!
    Any suggestions on how to go about doing this? A plugin or somehow record an action? Or maybe change the way I import?
    Note that I do not mind actually moving the images belong to a set into each subfolder manually myself. In fact, I cannot imagine doing it any other way, as only I (and not Lightroom) can tell which images belong to a particular set. Yes, I know Lightroom can autostack by capture time, but that is not relevant here because (a) I am not stacking yet and (b) capture time between images in the same set can be highly variable. But I *would* like to automate or otherwise make more efficient the process of creating the subfolders or having Lightroom recognize my externally created empty subfolders.
    Any advice would be greatly appreciated! Thanks!

    Hi Christoph and all,
           So if there can only be one Public Root folder, I have a question about expanding EDMS to incorporate more uses.  We have a small group of users now who use it and so they already have the EDIPUBLICROOTFOLDER  document created with a certain doc type (FLD) which has some special rules coded with it that the lower level folders and documents inherit from it.   Now as part of our PLM project we are going to roll out EDMS to a broad audience who needs more general functionality which will come from an EDIPUBLICROOTFOLDER of a different document type (FOL).  Is it possible to create this new pubic root folder and somehow move the existing one with its specialized doc property inheritance to a subfolder within the new public root folder?
    Thanks,
    Joseph

  • How do you delete folders in word? I made some folders but did not realize I had created them within another folder. Also, how do you create folders correctly?

    Please help! Thanks

    Hi Aristotle222,
    Welcome to the Support Communities!
    Files and folders are created by the Macintosh OS, not a specific application.
    The link below will explain how to create folders and subfolders, and organize your data using Finder.
    Mac Basics: Applications, files, and folders (OS X Lion)
    http://support.apple.com/kb/HT2476
    Cheers,
    Judy

  • Just days ago, I downloaded and created folders for two batches of photos and now they are missing. They were not deleted by anyone, and even if they were, they were not found in my trash can. What happened? They were erased from my camera, so I am upset.

    Just days ago, I downloaded and created folders for 2 batches of photos I downloaded from my camera to iphotos but now both are missing.  They were not deleted and even if they were, were not found in my trashcan. I have looked through every folder and they are not there. Is there a bug that can get into iPhoto to do this? Is there a program Apple offers to retrieve lost photos? Thank you.

    debbie5891 wrote: ... They were not deleted and even if they were, were not found in my trashcan...
    How do you know they were not deleted? Is it possible that they were moved to the trash and the trash has been emptied, if not by you, perhaps by someone else?
    In the best case, you mean they were not deleted from your camera.  If so, it will be simple to merely download again from your camera after you have corrected any problem with your Mac or workflow.
    If you have a way to be certain that your two folders were not deleted from your Mac,  follow the directions provided by your Mac's Disk Utility to repair your Disk (not Disk Permissions.)  On more than one occasion, disk repair has restored the visibility of missing folders I knew I had not deleted.  If you have trouble with the process, post back which specific Mac OS version ( > About This Mac) you are using so we can offer specific help.
    It is also possible that the missing folders might be saved somewhere you do not expect them to be.
    It is also possible that they may merely be invisible and, thus, not showing in your Finder windows even after performing a Disk Repair.
    Here are some more ideas you can consider:
    Restart Mac and then look where you expect the folders to be.  They may be visible there now.
    If not, try a Spotlight search for the folder name(s) you used.  Spotlight may give you a list of places to look.  If you don't remember the folder name(s), try a search for the file type your camera uses for saved images.  My cameras save "jpg" files, but yours may save other image file types. 
    You can also open a finder window and use the window's search oval to search.  The method allows you to use the search "+" button to add invisible items via the "File Visibility"  choice.
    debbie5891 wrote:... I have looked through every folder and they are not there....
    If you are using any version of Mac OS X, I doubt this statement can be true.
    If you select your disk volume name (not the Media item) in the sidebar of your Mac's Disk Utility, you will see that the number of Folders and files on your disk is very large.  For example,I keep my startup disk small and write most of my files to other disks.  Even so, my startup disk contains more than 195,000 folders.
    If you mean you used some software to search each folder, please post back the name of the app you are using.
    debbie5891 wrote: ... Is there a bug that can get into iPhoto to do this? ...
    I have not had the problem you describe, nor have I heard of such an iPhoto Bug.
    I have used every version of iPhoto I have seen including the current new version: iPhoto '11 version 9.5 (902.7).  You can find the version you are using by executing the iPhoto > About iPhoto menu command and post it back here.
    debbie5891 wrote:... Is there a program Apple offers to retrieve lost photos? ...
    I am not aware of any Apple apps that work specifically on photo files.  If you know the pathname to the lost files, and if you are comfortable with Unix commands, you might be able to use your Mac's Terminal utility to retrieve at least some of your images.  However, it will be MUCH simpler to merely download another copy from your camera.
    You can search the Mac App Store for "unerase" to find several apps that can unerase files, including deleted photo files, in certain circumstances even after the trash has been emptied.  To determine whether one or more of them may meet your needs, see their product info and reviews for specifics about each one.
    debbie5891 wrote:...Thank you.
    You're most welcome.
    If you need to post back for more information, please provide specifics on your Mac OS, iPhoto version, which of the suggestions offered here you have tried, and any details not already provided about the problem status.
    Message was edited by: EZ Jim
    Mac OSX 10.9

  • I have MBP retina 15". My track pad is not working well. It moves by itself, create folders, opens applications and I have to go against to it

    I have MBP retina 15". My track pad is not working well. It moves by itself, create folders, opens applications and I have to go against to it.

    Do you have BlueTooth device with depleted battery nearby?
    If that is not the case, you have to take the computer to the nearest
    Apple store to have it checked out.
    Best.

  • Newly created folders give "staff" read-only permission

    When I create a new folder in my home directory it has the following permissions:
    Me: Read & Write
    staff: Read only
    everyone: No Access
    Other (non-admin) accounts seem to belong to staff and thus have read access to any non-standard folders in my main (admin) home directory.
    1) How can I change the staff permissions on these folders (Finder gives me an error)? Is this only possible using sudo chmod?
    2) How can I change the default permissions to stop giving default access to all users through the staff group?
    Thx,
    Chris

    Other (non-admin) accounts seem to belong to staff and thus have read access
    to any non-standard folders in my main (admin) home directory.
    The easiest solution is just not to keep confidential folders that you create yourself at the top level of Home. You could instead create a single enclosing folder to hold that all that extra material, call it, say, "My Other Stuff", and put it in your Documents folder where it would be protected from all other users. You could then create descriptive subfolders within in it, which would also be protected.
    If you still instead want to alter the permissions of folders that you create yourself and you don't want to use Terminal, take a look at [BatChmod|http://www.macchampion.com/arbysoft/BatchMod/Welcome.html].

  • Using folders/subfolders with 1.17.04 firmware upgrade on MuVo TX

    I just upgraded my firmware to version .7.04. Under the Added Features or Enhancements it states 'Supports up to three subfolder levels in the root directory.' I cannot get my player to recognize the subfolder levels.
    I would like to organize my music files on my player in the following format: Genre/Artist/Album. For example, I would create a 'Rock' folder in the root directory. In that folder I would create a subfolder named 'Aerosmith'. In that subfolder I would create two subfolders named 'Greatest Hits' and 'Greatest Hits 2'. Each of those subfolders would contain the actual music (.mp3 or .wma) files.
    I've tried doing that with Creative MediaSource Organizer, but when I play the music on my MuVo TX FM it only shows folders for each Album. Each Album folder contains the music files.
    All of the play options appear to work correctly for the Album subfolders, such as shuffle all and shuffle folder. However, I would also like to be able to have these options for each of the folders and subfolders. For example, I would like to be able to shuffle play all music files in the Rock folder or in the Aerosmith subfolder, in addition to the normal play options.
    Has anyone else run into this issue?
    Any instructions/assistance would be greatly appreciated. Thank you in advance.

    The player only shows folders that have actual music files in them so what you see is correct.
    The 3 levels of sub-folders are to allow you to organize your files on the player and to sync with WMP 0 which uses a Music/Artist/Album structure.
    To play all of the Rock genre you would have to put all of the files beneath this folder directly into it, not in sub-folders.
    PB

  • Photoshop Elements 10 is not monitoring folders

    Hi,
    I would be very grateful if someone could help me, please.
    I purchased Adobe Photoshop Elements 10 and have configured the folders I want to monitor. But, newer photos and videos were inserted on subfolders of that folders, and Elements 10 don't do nothing.
    The folders to monitor are, for example:
    /myuser/documents/photos
    /myuser/documents/videos
    I inserted new photos and fideos on:
    /myuser/documents/photos/new_photos
    /myuser/documents/photos/new_videos
    I opened Elements 10 and nothing happened. The organizer don't detected nothing.
    Could someone help me, please?

    Hi,
    So, I verified, and the Adobe Active File Monitor V10 service is initiated
    on the list displayed on services.msc.
    But the organizer still don't doing nothing when I insert new files on
    subfolders of the monitored folders.
    Someone has some idea about what can I do more to solve this, please?
    2012/1/30 Marcos A.T. Silva <[email protected]>
    Hi,
    Thanks for your help.
    So, I can't find any adobe service running in the background.
    >
    2012/1/30 99jon <[email protected]>
    >> **
    >>    Re: Photoshop Elements 10 is not monitoring folders  created by 99jon<http://forums.adobe.com/people/99jon>in
    >> Photoshop Elements - View the full discussion<http://forums.adobe.com/message/4173523#4173523>

  • User Unable to Create Folders on Mapped Network Drive

    I have a user who is unable to create folders in a directory where she should have all the necessary permissions to do so.  She is a member of an AD group, and the effective permissions for that group include everything except:
    Full control
    Change permissions
    Take ownership
    The permissions are inherited from two levels up the tree.  So I went to the level from which the permissions are inherited and selected the "Replace all child object permissions with inheritable permissions from this object" option in order
    to force the permissions to be reapplied to the child objects.  That fixed the issue for about half a day.  The issue came back and as far as I can tell nothing was changed--she still appears to have sufficient permissions to create folders, and
    yet she cannot.  In fact, I established a remote connection to her machine and tried it myself (under her account) and was not able to create a folder at any level in the tree.
    I have confirmed that one other user who is in the same AD group can create folders at any level of the directory tree.  I have also confirmed that no explicit permissions are set on any of the folders in the tree.  So the two users have the same
    effective permissions, yet it works for one and not the other.
    Any help would be greatly appreciated!
    --Tom

    My apologies for letting this issue set for so long.  I got waylaid by a series of other more pressing issues and had to push this one to the back burner for a while, but I was able to come back to it and get it resolved today.  I wanted to report
    back for the benefit of others who may be reading this thread in the future.
    I think there were two separate issues:
    Conflicting permissions.  The user was a member of two groups--one that grants the permissions needed and one that grants more restricted access.  Her user account was also listed on the folder with more restrictive permissions than the groups. 
    She needs full access, so I removed her user ID and the more restrictive of the two groups.
    It appears that the changes were not getting written to the subfolders.  One of my co-workers suggested that I add her user ID with full control, make sure that change was made on all the subfolders, and then remove her user ID again and make
    sure the removal was made on all the subfolders, just to verify that the changes were getting written to the subfolders.  That worked.
    I'm not sure why the second step was necessary, since the first step should have been sufficient to force the permissions to be re-written on the subfolders, but I could not get it working without doing both of these steps.
    Thanks for the help on this issue, and again, my apologies for taking so long to get back to the group on this.
    --Tom

Maybe you are looking for

  • I opened my iPod nano 6g to fix the sleep button and now when i connect i get an error message, PLEASE help!!

    earlier i was bored and decided to open my iPod Nano 6th Generation to see if i could fix the broken sleep button, i think when i was removing the battery i might have beat it up a little, and idk if i did anything wrong to the logic board, now when

  • Letter of Guarantee Sales

    Dear Consultants, We are using Letter of Guarantee(LG) for sales, this guarantee for 1 year period, value of ex: SAR.100,000.00, sales order will create with ref. to LG. For example the order value SAR 50,000.00 then billing doc created of SAR.50,000

  • View Menu Tree Report?

    Seems like there used to be a concurrent manager request you could run to print all the submenu and functions in a menu tree. Is that still around? Can't seem to find it. The menu tree viewer shows what I am after, but does not have a print option.

  • Cabling Clarification - HDMI vs. component/optical

    Unfortunately, I'm out of HDMI ports to connect my AppleTV. If I understand it correctly, one of HDMI's advantages is the ability to send 1080p signals. I'm thinking that doesn't really matter because nothing broadcast through the AppleTV is of that

  • DB Connect Data Load Failure

    Hello, All, I am trying to load data from a SQL Server (MS SQL Server 2000)into BW using DB Connect.  I have followed all the instructions from note 512739 and also from help.sap.com.  I can look into the database tables and views from BW (all the ta