In Colloboration rooms where in KM are Past Meetings stored

Where are Past Meetings stored within KM (I need to know the path to see where they are stored)?  I have not been able to find them.  Past Meetings are where you type in your meeting session minutes.   Please let me know where within the KM content the Past Meeting session information resides.
Thanks
Angie.

Hello Angie,
They're stored in the /sessiondata repository, although this repository is normally hidden in the root directory, so if you want to view it you will have to go to Sys Admin > Sys Config > KM > CM > Repository Managers > CM Repository > SessionData and uncheck the 'Hide in Root Folder' parameter and restart the J2EE.
You could also view the contents by going directly to http://<server>:<port>/irj/go/km/docs/sessiondata
Regards,
Lorcan.

Similar Messages

  • I installed Windows 7 in my Macbook pro, I can access Windows data in Mac, but I can't copy and delete it. and the same case while i am working in Windows. Could you please guide me if there is any solution, where I could copy/paste/delete my data.

    I installed Windows 7 in my Macbook pro, I can access Windows data in Mac, but I can't copy and delete it. and the same case while i am working in Windows. Could you please guide me if there is any solution, where I could copy/paste/delete my data.

    OS X can natively read NTFS of Windows, but not write to it.
    Windows can't read or write to HFS+ of OSX, and that's a good thing from a security standpoint.
    Ideally if you share files between operating systems you should have a FAT/MSDOS formated USB key or hard drive. (exFAT external drive if any of your files are over 4GB in size) both these formats are universal for OS X or Windows.
    If you install software into Windows and OS X to read each others formats, then you have to pay to update/upgrade it deal with headaches.
    If you swtich between Windows and OS X a lot, don't need full hardware performance for Windows, you may consider installing virtual machine software like VMFusion or Parallels which can take a copy of your Windows in Bootcamp and place it into OS X as a file then run that copy of Windows in a window in OS X like so.
    Advantage here is you run most of your light weight Windows programs like this at the same time as OS X.
    Benefit is you can run just about any Windows or Linux version and OSX server editions (not client versions)
    Bootcamp only allows Windows 7, that's it now.
    You'll also be interested in two fre pieces of software, Carbon Copy Cloner and Winclone on macupdate.com.
    CCC clones OS X partition and Winclone clones the Bootcamp partition. Valuable for you.
    Good Luck

  • I just loaded some July pictures into my PC iCloud photos upload folder, but I do not see them with my iPad. Are they not shared because they are past the 30 day window, or is there a different issue?

    I just loaded some July pictures into my PC iCloud photos upload folder, but I do not see them with my iPad. Are they not shared because they are past the 30 day window, or is there a different issue?

    Generally I would not use Facebook for sharing any photos, it compresses the photos substantially, and when you have shadows and dark colours you get visible "bands" where there should be subtle gradients, ie at sunsets and sunrises.
    It sounds like you are using two methods to upload to Facebook:
    1. Sharing from within Aperture, which basically syncs Facebook with your Aperture album, so any changes made at either end gets synced, hence the deletions from Albums, although the original file should still be in your library, just removed rom the album. It is like a playlist in iTunes.
    2. Exporting pics and uploading to Facebook from the browser.
    I am not sure how method 1 gets compressed, but I know that uploading hi-res jpegs to Facebook using method 2 results in poor quality images.
    I wouldn't even bother comparing option 1 or 2, and they will both be poor images once you view them on Facebook, as opposed to viewing uploaded images on proper image sharing / hosting sites.
    Your problem is not with Aperture, it is using Facebook for showing your work.
    If you export pics form Aperture at high res jpegs or TIFFs your images will be fine.
    If you insist to use Facebook as your way to share your work, then your workflow should be this:
    1. Right click images you want to share.
    2. Select Export version.
    3. Export as 100% size and ensure the export settings are set at 100% quality.
    4. Upload this pic into Facebook.
    This will get you the best image size and resolution on Facebook.
    See how you go.

  • I have two Airports, one connected to the router and the other one in another room where the connection is bad. How do I get better connection in that room? Merry them?

    in another room, where the connection is bad to say the least... How do I get the airports to work together? To marry?

    If you have not already done so, configure the AirPort Base Station not connected to the router to "extend" the wireless network created by the other AirPort Base Station. Read this for a more thorough explanation:
    Wi-Fi base stations: Extending the range of your wireless network by adding additional Wi-Fi base stations
    Take note of the following in the above, which I recommend:
    If you have configured your Wi-Fi base stations in the past, it may be helpful to do a factory default reset of each Wi-Fi base station that will be part of the wireless extended network before you begin.
    As well as the following:
    The physical location of extended Wi-Fi base stations will vary according to the building environment and may require some experimentation.
    If feasible for your installation, a "roaming network" is the ideal configuration, and precludes the need for experimentation.

  • Getting file from directory where class files are

    hi i want to load a properties file from the directory where my java program is (the class/jar files)
    somebody told me that i could use System.getProperty("user.dir"); but it would only work under windows; under linux it points elsewhere.
    how can i determine the directory where my program lies? sounds easy but i failed :(

    why to hell put it in the classpath? Because that way you don't have to ask the user where the hell he put the file.
    and if i would do so the next question: how can my
    program modify the classpath?It can't. And it doesn't need to.
    isn't there another way to determine the directory
    where the app is started from???If you mean the current, or working, directory, then yes there are several ways to determine that. But that directory need not be where the classes are actually stored. In fact the current directory doesn't even have to be in the classpath.
    Now, here's the best way to deal with properties files. (IMHO of course.) Put them in the classpath, in the same directory or jar file as your classes. Then to create a Properties object and load it from your properties file named e.g. "default.properties" you do this:Properties props = new Properties();
    props.load(this.getClass().getResourceAsStream("/default.properties"));

  • I want to import my bookmarks from my old hard drive to my new computer. Old hard drive is in new computer as secondary drive, can't run firefox from it. Would like to find the file where my bookmarks are stored

    have looked in the old hard drive for the file where my favorites would be stored. the only file that I can find is not the latest. I did not back up my favorites on the old computer.

    Bookmarks are no longer stored in an html file. Instead, they are stored in a file called '''places.sqlite''' in your '''Profile''' folder.
    # Locate the '''places.sqlite''' file in your old hard drive.
    # Copy it into the '''Profile''' folder of your new hard drive.
    # Note that since you would be overwriting the places.sqlite in your new drive, your current bookmarks/history etc would be overwritten by the ones in the old drive.
    For more information, see these articles:
    [http://support.mozilla.com/en-US/kb/Recovering+important+data+from+an+old+profile Recovering important data from an old profile] and [http://kb.mozillazine.org/Places.sqlite places.sqlite]
    If you wish to know how to locate your Profile folder, read this article: [https://support.mozilla.com/en-US/kb/Profiles Profiles].

  • I recently migrated my MacBook from 10.5.8 to 10.6.8, using the Snow Leopard CD I purchased from Apple. Since then I have noticed a strange ozone smell coming from the MacBook in the area where the hinges are to open and close the unit. I was told by Appl

    I recently migrated my MacBook from 10.5.8 to 10.6.8, using the Snow Leopard CD I purchased from Apple. Since then I have noticed a strange ozone smell coming from the MacBook in the area where the hinges are to open and close the unit. I was told by Apple that it probably is not serious and is coming from the fans in the MacBook. It is true that the smell/odor is more intense when the fans are working. Apple said I should take the MacBook to an Apple Store to have the hardware checked out. Everything seems to be working correctly. I am backing up automatically wirelessly to a Time Capsule, which I had not done until recently, although I had purchased the Time Capsule in 2009. I have not noticed this odor before. Does anyone suspect something more serious that may be going on?

    You may be smelling it because with the new OS the processor is having to work harder causing it to get hotter then it would with the other OS.  I can't say there is nothing wrong, but what could be happening is just that, it's getting hotter so the fan is spinning faster and moving more air so you are getting more of the smell then you would before.  I would still continue to back it up, and take it to the Apple Store at a Genius Bar and have them look at it to make sure.  Was the computer ever in a smoky environment??

  • Where are printer drivers stored in OS 10.8?

    I am trying to set up a Epson Stylus Photo R3000 as a new printer on OS 10.8. The printer setup locates the printer and automatically selects Epson Stylus R3000 with the notation "The selected printer software is available from Apple. Click Add to download and add this printer." However, clicking on Add leads eventually to an error message: "Can't install the software for the EPSON Epson Stylus Photo R3000 because it is not currently available fromthe Software Update server." This result blocks me from setting up the printer.
    I know the driver is part of the Epson driver software package that is installed with OS 10.8. I would like to select it manually. My question is where are printer drivers stored? How do I select a driver?
    Thanks in advance!

    While a bit of a stretch, you can download the entire Epson printer package from Apple and install it. This will include all drivers for all Epson devices as opposed to the one just for your system. The package is 1GB in size, but will include everything supported.
    The package can be downloaded here: http://support.apple.com/kb/DL1398
    This following knowledgebase article says your printer is definitely supported, so the driver should be in that package: http://support.apple.com/kb/HT3669#epson

  • I have two albums (RCA Sweeny Todd 2 discs set and RCA Into the Woods 1 disc) where the songs are listed as being on the same album on the list view, but do not group together on the iPod, so the songs can't play consecutively, or in the proper order.

    I have two albums (RCA Sweeny Todd 2 discs set and RCA Into the Woods 1 disc) where the songs are listed as being on the same album on the list view, but do not group together on the iPod, so the songs can't play consecutively, or in the proper order. The "Apply Sort Field" and "Same album does not work, but ti is only these two RCA albums that do this. All other albums remain intact. Need help with this minor problem. Thanks.

    UPDATE: This behavior (to an extent) still happens when "Repeat Album" is off. Instead of an infinite loop, it goes through all the tracks on the album (unsuccessfully) and kicks me out to the Album overview screen. Going back to list of Albums and tapping the Album again brings up "No Content: You can download music from the iTunes Store" but that screen immediately kicks me back to list of Albums.
    So I am just even more confused now.

  • Where "Dependent Items Are Free of Charge" indicator from PO stored?

    Hi,
    Where "Dependent Items Are Free of Charge" indicator from PO stored. In ME23N transaction it is displaying k=like :
    Data Element UMSON
    Screen Field MEPO1211-UMSON
    But in which database table this will be stored....Please let me know if any has idea...
    Thanks
    Venkatesh P

    Oh My mistake...
    It is in field /BEV1/NEDEPFREE...and table is EKPO in tcode SE16...
    Pls check..
    Regards
    Priyanka.P

  • Old mac wont boot xcpt via firewire, want to move iphoto files from old to new, where are the pics stored?

    old mac wont boot xcpt via firewire, want to move iphoto files from old to new, where are the pics stored?

    Photos are stored in your home folder (~pictures).
    Barry

  • Why does Apple not want me to know where my files are?

    There is one aspect that I find absolutely ridiculous and frustrating on Mac-OS. When I'm in Apple applications, it is impossible to find out where the file I'm working on is. For example, I have multiple files in my system, in different directories, lets say direcotories AA and BB and the file is called FooBar.txt. I open one of them in TextEdit. Great. Now I want to know which file I'm editing, AA/FooBar.txt or BB/FooBar.txt.
    Traditionally, I would go to File and do a "Save As" and devine where the file is by where TextEdit thinks I need to save a new version of the file. Unfortunately, this is no longer available in Lion.
    Okay, I understand that Mac is now doing verisions and the "Save As" was a user hack ... but it worked. I have tried to go to the Files->Properties, no luck this is just metadata about the contents of the file entered by the user, not system metadata about where the file is located, its size, owner, etc. I do not want to have to make a Dupicate of the file just to find out where when I do the save its going to put the file. I don't want a duplicate, all I want to know is where is the file I'm currently looking at.
    I know this is all part of the mis-guided Apple idea that I shouldn't care about where my files are stored ala iPad and Apple iCloud and that I can find my files using Finder, but the reality of the situation is ... I do care where my files are stored. The files afterall belong to me not to Apple and Apple does allow me to have a directory tree structure which I choose to use to organize myself.
    Yes, I know that Finder is wonderful and to unsophisticated users, this is all they need. But for those of us who are more sophisticated, we want-to and need-to know where our files are. And, yes, we will have many files with duplicate names.
    As for Finder, I would like to be able to have a column dispolayed that lets me see where the files it found actual are. Then I want to sort on this. As far as I know, the only way to do this is to go to finder, type in the name of the file, then choose the Show all in Finder and then click on each file which then shows me a directory breadcrumbs on the botom of the screen. Again, this might be acceptable to the unsophisticated user, this is very awkward to the sophisticated user. Example, I find a file called xml.config. Great. I now want to not only edit the file but to open up a Terminal in the directoy where I found the file xml.config. Again, I know that a Terminal is not a thing an unsophisticated user wants-to or needs-to do. However, this is a feater of Mac-OS and I want to use it. yes, I can co through the Unix CD command and ultimately get there, but what a pain!!
    So, hopefully, all you very sophisticated users will just point me to the right settings, swtiches and commands to make my life easier or that your designers will try to look at the sophisticated use cases and provide us with new tools, commands and options to make our lives easier. At the present, these frustrations remind me of the Microsoft ... we know beter .. attitude. So please, proove me wrong ;-)

    While most likely not of interest to you, Spotlight can also tell you where the files it finds are located
    Hover the mouse pointer over the name, and press Command-Option and the path to the file will be displayed.
    As for opening a terminal session in the directory where a file is located, there is Applescripts that do just that as well as specific features in Lion/Mountain Lion terminal:
    <http://stackoverflow.com/questions/420456/open-terminal-here-in-mac-os-finder>
    <http://hints.macworld.com/article.php?story=20110729034827358>
    <http://www.macworld.com/article/1047793/folderinterm.html>
    <http://www.macworld.com/article/1161876/open_finder_folder_in_terminal.html>
    <http://www.macobserver.com/tmo/article/os_x_lion_open_a_folders_location_in_term inal>

  • Room Template's icons are not displaying

    In Collaboration->collaboration content->Administration of Room part Templates,
    The Room Template's icons are not displaying.
    All icons are avilable in the folder
    \usr\sap\J2E\SYS\global\config\cm\etc\public\mimes\images
    i checked in both IE 6.0 and Netscape.
    Please give some Hints about this.

    i solved the problem.The root directory was changed.So i corrected.The path is as follows
    systemAdministration<>SystemConfiguration<>KnowledgeManagement<>ContentManagement<>FileSystemRepository

  • Unable to cancel - open purchase order where all items are removed

    Hi all,
    When We try to cancel/close open purchase order where all items are removed from item master ?
    It showing error message,
    "No matching records found  'Items' (OITM) "
    Purcahse order was created on may-2007.
    As purchase order showing in open item list.
    Any solution for this problem ?
    Jeyakanthan

    SAP does allow items to be removed from the item master with open documents, but only if the documents have not created journals.
    It does create headaches though, and this situation is one of them.
    If there are not many items, I suggest you recreate the items, close the PO and just cancel the items rather than remove them.
    The other workaround is to change the items on the PO to something different that is in the item master, then close it.

  • Using geocode in a map based on a view where two datasets are joined

    Hi,
    I'd like to create a map based on a view in which two datasets are joined, where one of the datasets has a geocode column.
    Unfortunately this is not working... It seems that a custom view where two datasets are joined together where one of them has a geocode column makes the geocode column invisible for the map component.
    The following cases do work but we like to combine them so that we can combine different datasets in Studio without using the Integrator:
    - I can create a custom view in which we join two datasets > the view can be used as a source for different component but not the map component (it seems that the geocode column is not found)
    - I can create a custom view with a geocode column in it and that one can be used as a source for a map
    What I'd like to show is that it is possbile to have one datasets coming from a source system and that it is easy to combine an additional excel sheet with geo-information and maybe another excel sheet with different measures. This should be possible since you can join different datasets together in a custom view.
    Thanks in advance,
    Richard

    Oh sorry, we have two base views and one custom view:
    base view TRIS_Omzet which gets it data from an OBI server and has data like revenue, customer, time, etc.
    base view Endeca_Klanten which gets it data from an excel sheet, this view contains the name of the customer and the geocode of the customer's location
    We created one custom view (Omzet_Geo) where the two base queries are joined together using the following query:
    DEFINE V1 AS SELECT
    "Endeca_Klanten.Klanten" AS Klant,
    "Endeca_Klanten.Coordinaten" AS Coordinaten
    from Endeca_Klanten;
    DEFINE V2 AS SELECT
    "TRIS_Omzet.Naam_Consultant" AS Naam_consultant,
    "TRIS_Omzet.Jaar" AS Jaar,
    "TRIS_Omzet.Jaar_week" AS Jaar_week,
    "TRIS_Omzet.Actual" AS Actual,
    "TRIS_Omzet.Omzet" AS Omzet,
    "TRIS_Omzet.Partij" AS Partij,
    "TRIS_Omzet.Uren" AS Uren
    FROM TRIS_Omzet
    DEFINE Omzet_Geo AS SELECT
    V1.Klant AS Klant,
    V1.Coordinaten AS Coordinaten,
    V2.Naam_consultant AS Naam_consultant,
    V2.Jaar AS Jaar,
    V2.Jaar_week AS Jaar_week,
    sum(V2.Actual) AS Actual,
    sum(V2.Omzet) AS Omzet,
    V2.Partij AS Partij,
    sum(V2.Uren) AS Uren
    from V1
    right join V2
    on (V1.Klant=V2.Partij)
    group by Klant, Coordinaten, Naam_consultant,Jaar,Jaar_week,Partij
    Our view definition in the GUI looks like the following, as shown in the screenshots the datatype of the coordinated column is a Geo column both in the base view and the custom view. However the view still can't be selected to be used as a source for the map component.
    The two base views:
    The custom view:
    regards,
    Richard

Maybe you are looking for