Room* folders in KM

Hi,
  i found the following folders in KM related to Collaboration rooms, i.e.
room_extensions: i understood this.. which stores all the documents, banners, links...etc...
what is the significance of the following folders:
room_publicarea_structures
room_store_cm
room_structures
rooms
could someone tell me about these briefly.
thanks

Hi Yogi,
the different room* repositories correspond to different aspects. Within the room repository the rooms are stored (without extension stores). The room_extensions you have explained yourself; maybe you have realised, that the different stores are to be found without differentiation for the rooms they belong to. For this the room_structure repository is there, which reflects the relation from a room to it's extension stores. And the room_store_cm repository is for holding the templates as well as the instances for/when creating the room extension stores. See http://help.sap.com/saphelp_nw04/helpdata/en/52/5adf3f3e054e1de10000000a155106/frameset.htm
Hope it helps
Detlev

Similar Messages

  • Transport KM rooms as entry point for broadcasting from Portal 7.01 to Portal 7.4 possible?

    Hallo together,
    is it possible to transport entry points (for broadcasting) from one portal to another?
    For our upgrade BW 7.01 to BW 7.4 we want to transport the KM Content (including the rooms).
    Transporting the rooms and room structures is no problem, but the transported rooms are not visible in ENTRY POINTS -> My Room Folders.
    Only rooms that are newly created in the 7.4 Portal are visible in that folder.
    Is there are way to make the transported rooms also visible there?
    Thanks and best regards!
    Christian

    Hi Ramakrishna!
    I know that WP-PI 6.00 will work fine with R/3 4.6C but my doubt is if I can use WP-PI 6.00 (which is
    EP 6.00 plug-in) to connect the R/3 4.6c with an EP 7.00. 
    I didn´t find anything like WP-PI 7.00 in SAP Marketplace. I´ve already read the note you pointed out but it refers to EP 6.00. It also says you can use WP-PI 6.00 por EP 5.0 or Sap Workplace. But can I also use it with EP 7.00?
    Thanks for your help.
    Fernando

  • Create New Entry Points

    Hi All,
    I have a requirement to display a folder as an Entry Points in KM.
    Same as displayed in the blog [https://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/1027]
    I have done the configuartion as mentioned the blog still I am not able to view the folder.
    Request your support to achive the same.
    regards,
    SJ

    Hi
    Thanks for the link; still I am not able to view the new entry point for my folder.
    My requirement is to have other folder displayed in SAP standard favorites.
    Presently, below mentioned folders are displayed:
    --> My Room Folders
    --> Favorites
    --> Personal Documents
    --> Recently Used
    --> Common folders
    --> Public Documents
    --> More...
    I need to add a new folder
    --> XYZ
    I have followed the instruction mentioned in the wiki, but I am still not able to view a folder appearing in KM favorites.
    Regards,
    SJ

  • Problem with Webfolders

    Hi All,
    All of a sudden some of our portal users are not able to connect to Collaboration room folders mapped using Webfolders through webdav client.This is what exaclty is happening,
    we have mapped folders in collaboration rooms to the webfolders using the webdav client. But for some users when they are trying to connect to the webfolders( which they earlier used to connect sucessfully) are not able to connect now. They keep on getting the user authenitication pop up, and eventhough after entering the correct credentials it doesnt work. I tried creating the webfolder using the same webdav url and I was able to get without any problem.Hence can any one please point to the cause of this Issue or any one has faced this issue before and a possible fix for this.
    I did search on the forum and found a similar thread.
    https://www.sdn.sap.com/irj/scn/thread?messageID=7366788#7366788
    I have also reffered some of the releated sap notes-1084683, 579934
    Kindly share your thoughts on this.
    Thanks
    Hussain.

    Hi, Beverley.  
    Thank you for visiting Apple Support Communities.  
    I understand that you are unable to trim clips using iMovie.  I would need a little more information on how you were attempting to trim a clip to provide a better answer.  However, make sure you have the movie project open and are selecting the clip that you wish to trim as this will activate the clip trimmer.  
    Trim clips
    -Jason H.  

  • WebDav +  FSDB (Folder ID)

    Hi,
    we are using FSDB in our Portal. If i create a new room, a new Folder (with id name) will be created in our FileSystem like for ex.
    with the foldername 00f42b1d-89e9-2c10-72a0-df4ef84c392d. I created a new subfolder FSDB in it.
    I have problems to open this folder with WebDav (just the internetexplorer starts with the webDav URL like
    http://server/irj/servlet/prt/portal/prtroot/com.sap.netweaver.coll.demo.sdn_cs_webdav.OpenAsWebDAVFolder?
    StartUri=http://server/irj/go/km/docs/room_extensionsN/cm_stores/documents/workspaces/00f42b1d-89e9-2c10-72a0-df4ef84c392d/FSDB
    but not the webDav explorer).
    If i change  the url in the IExplorer just to:
    http://server/irj/servlet/prt/portal/prtroot/com.sap.netweaver.coll.demo.sdn_cs_webdav.OpenAsWebDAVFolder?
    StartUri=http://server/irj/go/km/docs/room_extensionsN/cm_stores/documents/workspaces/ 
    and press enter,  WebDav is working correctly and show all room folders.
    I think WebDav or IExplorer have problems with the folder name like 00f42b1d-89e9-2c10-72a0-df4ef84c392d in the URL.
    Does anybody know a solution for this problem? (i dont want to use portal drive)

    now i found the issue: the path exceeds 100 char, which is not supported by internetExplorer. Any idea how i could solve this problem?!
    found this in internet:
    When using Internet Explorer's "AnchorClick" behavior to link to WebDAV collections, there seems to be a fixed limit for the maximum URL length of around 100 characters (note that this is indeed an Internet Explorer problem rather than a webfolder client issue).
    Edited by: Andreas Kunz on Jan 29, 2010 2:49 PM

  • Creation of Folders/Documents in Rooms

    Hello
    Can anyone help me with the creation of Folders and Documents programmatically(at run time) in Rooms?
    Thanks
    Raj

    Thanks Detlev
    but I need to create the folder/documents programmatically.
    i.e. if my room name is ROOMNAMETESTING then inside it I need to create folders/documents in /room_structures/ROOMNAMETESTING/Documents folder.
    However I am stuck in getting the roomId from room name.
    If I have the roomId then
    IRoom room123 = roomsAPI.getRoom(roomId);
    then I can find out
    roomRID = room123.getRoomStructureRid();
    After that I need roomId for /Documents folder.
    Lets say some how I get it then its easy
    just get
    rid = RID.getRid(roomRID"/"RID_of_/Documents)
    parent = (ICollection)ResourceFactory.getInstance().getResource(rid,context);
    ICollection collection = parent.createCollection("FolderName",null);
    Can you please help me getting both the roomId for my room and then /Documents ID.
    Thanks
    Raj

  • Is there a way to drag, copy, export parent folder shown in light room with multiple child folders to smug mug?

    I have a parent folder called FHS Dance Competition, that contains several folders (one per team).   I have this structure in my computer hard drive which I uploaded with one click to light room.    In the past I've had to manually create each folder, copy the name, drag in the photos, etc.  Very time consuming.    Is there a way to drag or copy, or export the parent folder shown in light room to the lower portion of the screen where the smug mug piece is?

    Ron,
    I too need to make "Real Copies" of images and hate doing anything directly from the OS because of the chance that my LR catalog gets out of Sync with the actual images on the computer.  So I make the copies inside LR with an export routine and then move the copies inside of LR with the normal drag and drop.  Once the export preset is created it can be executed from the Library Grid by right-clicking on the image (or selected images) to make the copies.  My settings are as follows in case you are interested:
    This is the first time I have posted an image before and I am not sure if you will be able to read it or not.  The contents from the export preset in the image above are as follows if that helps:
    s = {
    id = "3AF0E3D2-BC6A-4D53-A7BE-B7A6C4D673AC",
    internalName = "Make Real File Copy",
    title = "Real File Copy",
    type = "Export",
    value = {
    collisionHandling = "overwrite",
    exportFilters = {
    exportServiceProvider = "com.adobe.ag.export.file",
    exportServiceProviderTitle = "Hard Drive",
    export_colorSpace = "sRGB",
    export_destinationPathSuffix = "",
    export_destinationType = "sourceFolder",
    export_useSubfolder = false,
    extensionCase = "lowercase",
    format = "ORIGINAL",
    includeVideoFiles = false,
    initialSequenceNumber = 1,
    jpeg_limitSize = 100,
    jpeg_useLimitSize = false,
    metadata_keywordOptions = "lightroomHierarchical",
    minimizeEmbeddedMetadata = false,
    outputSharpeningLevel = 2,
    outputSharpeningMedia = "matte",
    outputSharpeningOn = false,
    reimportExportedPhoto = true,
    reimport_stackWithOriginal = true,
    reimport_stackWithOriginal_position = "below",
    renamingTokensOn = true,
    size_doConstrain = false,
    size_resolution = 300,
    size_resolutionUnits = "inch",
    tokenCustomString = "RC",
    tokens = "{{image_name}}_{{custom_token}}",
    tokensArchivedToString2 = "{{image_name}}_{{custom_token}}",
    useWatermark = false,
    watermarking_id = "<simpleCopyrightWatermark>",
    version = 0,
    Let me know if you have any questions.
    Jeff

  • Adding Roomparts to Collaborations Rooms - without folders?

    Hi All!
    I have a question regarding RoomParts in collaborations rooms.
    When i try to add a RoomPart to my existing collboration coom
    they always gets added as  a folders with a link to the part.
    But this i not very "handy" because all the other parts of the room are just normal links in the detailed navigation area, and then the added Roompart looks confusing when it is added as a folder.
    So is it possible to add a Roompart which will show up as a Link instead of a folder?
    Help is much apreciated.
    Best regards.
    Ronni Hostrup

    Hi Ronni,
       If you Try to add SAP room parts in your existing room,they would be added as a folder into a room,because this is the way SAP have delievered.
    If you want to add Room part as a link,you can develop your custom room template using custom Workset and then create collaboration room using that Template.
    Hope This Helps
    Assign Points if Useful
    Regards
    Rani A

  • The Folders in the Bookmarks Toolbar take up too much room.

    The Blue Folders and the new stuff at the right hand end in the Bookmarks Toolbar take up too much room
    I can't fit all my lists like I could with 3.6.8
    I like all the other features. I just want a fast stable browser with no frills.
    The Acid 3 test is still not correct, it is in Safari.
    The Toolbar looks very like Safari!

    Look at Incredible Bookmarks: https://addons.mozilla.org/firefox/addon/50722

  • Multiple users in a class room enviroment / deleting home folders after use

    Hi,
    I'm administrating a class room environment, where my students log on using Active Directory accounts. I would like to clean up the home folders after the users log out, so their profiles would be reseted when they log in next time. Is there any way to achieve this?
    any advice is appreciated
    thanks,
    M

    The usual way is :-
    Create an account say "default".
    Login with "default" and set up that account exactly how you want all the users to get. For example dock settings and browser home page etc.
    Tidy up the account, empty the trash, delete recent servers, clear browser caches etc.
    Login as root
    Delete the keychain of the "default" account.
    Copy all the home folders of default to /System/Library/User Template/English.lproj
    Run repair permissions
    Now all new users will get these home folders and settings when they logon.
    Now all you have to do is use a script that deletes the home folders of a students when they logout
    so they then get the default set when they login again.
    Here is an example of one :-
    #!/bin/sh
    rm -r /Users/$1
    N.B. OS X uses the variable $1 for the currently logged in user.
    The easiest way to get this running when they logout out, is to use Mike Bombich's loginwindow manager. It complains a bit when you open it to set it up, but it still does the job with login and logout scripts.
    Also have a look at this thread on edu_geek :-
    http://www.edugeek.net/forums/mac/72443-how-create-os-x-default-profile-template -bind-ad-10-5-10-6-a.html

  • HT201272 There were not enough pages for all apps to appear; so now I've made more room with folders but still can't get app to appear on pages.

    Need to make app appear on iPhone screen; previously, wasn't enough pages, but now have created folders.  Still app won't show up unless I search for it.

    Thanks Tom, that's very helpful (and quick too).
    I was using Custom text so yes, that explains it.
    Ah wait, I can make the text primary storyline just for applying the transition and then go back to where my other clips are primary storyline? That would solve the issue (and some others, too)! Great!
    I will play around with the copy/paste.
    Oh, one more thing. This seemed to be a bug, a very frustrating one .
    I made my item in several projects before glueing the 5 parts together. The first two I could just do by copying and pasting from another project. However, the 3rd copy-paste just wouldn't work. FC continued to paste the former edit. Even when I quit FC and restarted. Even when I deliberately emptied the clipboard by pasting some line of text from another program. Even when I turned the part of the project that I wanted to transfer into a compound clip. In the end I solved it by exporting the project and importing it as a file into the Events so that I could paste it, and this worked. (2nd time round because the first time all my text effects had resetted).
    The next copy-paste, part 5 of the video, worked fine again. I've no idea why this happened, but it is probably too specific.
    Anyway, thanks again Tom, greatly appreciated.

  • I tried to free up room on my mac hard drive. I went into L3 and connected with an external hard drive. I created a folder using the plus sign in L. I highlighted several folders that were listed in my  LR library and moved them over to the new folder on

    I tried moving images from lLR3 on my
    into an external hard drive in order to free up some space on the mac. something went wrong. ater all the images were moved there is still no added room on my mac, but the folder with the images reads 0. please help

    The folder on your internal drive, as viewed in LR, should read zero photos.
    The new folder on your external drive, as viewed in LR, should contain the proper number of photos.
    I don't know why the internal drive doesn't have extra space now

  • How can I get the sub folders in room structure?

    Hi guys,
    I have a quesion: in KM-Collaboration-roomstructure, if I have a folder A, how can I get its sub folders like A.1,A.1.1,A2.
    I mean of course  how code can realize: using context folder=(IPcdContext) ictx.loopup(path) ?
    Please give me some hint!
    Thanks so much!
    Regards,
    Liying

    The phone number format as well as the date language and format and the time format are controlled by the Region Format setting. Go to Settings > General >International > Region Format.  When you change a region format, you can go back one page (to International) and see an example of the date/time/phone number format that your selected region format will produce.

  • Tried to delete an email and got message "The folder Trash is full, and can't hold any more messages. To make room . . . . " but the trash folders are empty!

    Trash folder is empty.
    Same problem trying to delete messages from 'sent' folder
    Problem continues after computer restart.

    Compact your folders. Deleting a message marks it for deletion and hides it. The disk space is not freed up until folders are compacted.
    Using the Compact command under File does all floders. You can right clcik a folder and select Compact to do just that folder.
    Compacting is a normal maintenance item and should be donr regularly.

  • Hi.  I down load all of my pictures to iPhoto.  I was removing some even folders to make room, but DID NOT delete any of the ones I needed (and there are a lot of photos as I am a photographer just starting out).  All of my photos are gone.  ALL of them.

         Can anyone help me.  All of my photos from iPhoto are gone.  There are three weddings that I photographed and may other sessions (I am a brand new photographer and this is going to kill my business).  I am so sick to my stomach.  I was deleting some even files due to the fact that the start up disk was almost full but DID NOT delete everything.  I finished what I was doing and then went to dinner.  I came home to do more editing and EVERYTHING is gone.  EVERYTHING, but the iphoto program was still there.  Is there any chance that these pictures could still be somewhere on the hard drive?
    Thank you,
    Kari

    Did you use the finder to delete any photos that are in iPhoto?
    If so you have trashed your library - you choices are to put it back EXACTLY like it was, restore your backup or start over (right click on the iPhoto library and show package contents, drag the masters folder to the desktop, create a new library and start importing
    NEVER make any changes of any sort to the structure or content of the iPhoto library - ONLY use iPhoto to manage yoru photos
    LN

Maybe you are looking for

  • Regarding purchase order number

    Hi Just basic question in Sales document. While creating Sales order, we are giving purchase order number in header. why its required. Can somebody explain me... Regards Chandra

  • Screen Keeps Freezing & Sleep Wake issues

    I have a 17" Macbook Pro and the screen keeps freezing.  The computer doesnt freeze because when i depress the volume buttons i can still hear the beeps or when i hit F8 music from my itunes starts to play. Also,  60% of the time when my computer goe

  • Why XI keeps filling disk space

    Hi guru, I have installed XI 7.0 and upgrade to SP11. just after the successfully upgrade to SP11, I check the disk and there is 8G space. 2 monthes passed, now only 200M space left. I then deactviate all adapter and no message is processing by XI, b

  • HT4623 how do i get the music to my phone

    please can u tell me how to download music from the computer to my phone thankyou xx

  • Can we restore deleted documents in the iphone?

    I have deleted a few images from my iphone and I would want to restore those images back but I do not know how.So I hope you can help me solve my problem.Thank you.