Accessing Windows Drive its folders and files through KM

Hi All,
I have portal server installed in my laptop with KM, i would like to access windows C drive with all folders and files in my local machine what are the configurations i have to do.
One more thing
In real time scenario can we use CM repository, my requiremtn is to store documents of diffrent king which repository we can use which data base what configurations we have to set, basically what is the difference between internal and external repositories.
regards,
Murali

Hi Murali,
Internal repositories are those which come created in the KM like etc, documents and many more.
External repositories are folders on diff locations (either on server or at other system) which are mapped to KM as repositories.
Now. about ur requirement : You can try mapping the path c:\ as a folder in KM by making a File Repository manager.
For storing different kind of  documents you can make different folders in Windows and map them as repositories by configuring File Rep managers for them
See this[ link|http://help.sap.com/saphelp_nw04s/helpdata/en/e3/92322ab24e11d5993800508b6b8b11/frameset.htm]  to know about configuring a file repository manager.
I hope it helps.
Regards,
Sumit

Similar Messages

  • Accessing Dock Sub-Folders and Files

    With the implementation of Stacks in Leopard I've noticed that I've lost the ability to access sub-folders and files within folders contained in the Dock. In Tiger I could access any sub-folder or file from the pop-up menu of a folder in the Dock. Using Stacks, I can only access a sub-folder and have its window open.
    Does anybody know if there is a way to access the files within the sub-folder without having to open that folder window? I find this a step backward from Tiger as you have to use multiple steps to access a file that may be several folders deep.
    Any suggestions would be most welcome.

    I might also add, what you see as a step back, there is also a step forward here. Before the only method of sorting the folder contents off the Dock without opening a Finder window was by name. Now you have several methods when you switch from opening in arc to grid mode, by clicking once on the stack and changing the mode from automatic to grid. This shows all the stack items then in any sort view you want once grid is selected.

  • Unable to rename folders and files on SharePoint mapped drive.

    I just installed a fresh copy of Windows 7 and have mapped a drive to my SharePoint "Shared Documents" folder.  I am able to open, save, and delete files and folders.  However, I am unable to rename files and folders.  No matter how long of
    short of a name I use I get the following error:
    "The file name you specified is not valid or too long.  Specify a different file name."
    I've mapped the "S" drive to http://hostname.domain.com/Shared Documents/
    I am a SharePoint Admin, and have confirmed that if I do not have this problem if I log into SharePoint with IE.  I have also confirmed that others are not experiencing this issue. Also, this issue did not exist on my previous installation of Windows
    7.  Therefore I assume this is a config issue.
    Also, in "My Computer" it shows the mapped SharePoint drive as a "FAT" filesystem.

    Did some more testing. From my mapped drive, I can create new folders and files, and delete them.  I created a folder in Windows Explorer, when I tried to give a name it gave me the above error and saved the folder as "New Folder".  No matter when
    I try, I cannot rename this folder unless I log into the SharePoint interface.
    Next, I tried this from the command line.  I moved to my S drive, and did a "mkdir test" and was able to create a folder named test.  Next I tried to "rename test testing" and received the following error:
    The filename, directory name, or volume label syntax is incorrect.
    The full path is S:\test.  If I do a "mkdir testing" I am able to create the folder.  If I try to rename the folder in Explorer, it gives me the "file name not valid or too long".  I'm obviously well under the 260 character limit, so there
    has to be something wrong with the fiel name, or drive mapping.
    Also, when I "dir" the S drive it tells me the drive has no label.  "Volume in drive S has no label."
    I'm having the same issue with files. I can create a file, modify it, delete it, but can't rename it.

  • How to find folders and files by its partial name c#

    in a specific folder of my hard drive i have stored many other sub folder and files. now i want to list those folders and files name by their partial name.
    for example
    c webapi xx folder
    c mvctutorial xx folder
    done webapi xx folder
    webapi done folder
    webapi.zip file
    mvc.iso file
    now when i like to search by partial name webapi then i want to get list of files and folders name which has webapi word. i want to show their full folder or file name in grid with their full path and size. like below way.
    Name Type location Size
    c webapi xx folder c:\test1 2 KB
    c mvctutorial xx folder c:\test3 3 KB
    done webapi xx folder c:\test1 11 KB
    webapi done folder c:\test1 9 KB
    webapi.zip file c:\test1 20 KB
    mvc.iso file c:\test4 5 KB
    i got a sample code which look like for finding files but the below code may not find folder. so i am looking for a sample code which will find files and folders too. so guide me to solve my issue.
    the below sample code will find files but not sure does it find files by partial name. here is the code. i am not before dev environment. so could not test the below code.
    find files code
    static void Main(string[] args)
    string partialName = "webapi";
    DirectoryInfo hdDirectoryInWhichToSearch = new DirectoryInfo(@"c:\");
    FileInfo[] filesInDir = hdDirectoryInWhichToSearch.GetFiles("*" + partialName + "*.*");
    foreach (FileInfo foundFile in filesInDir)
    string fullName = foundFile.FullName;
    Console.WriteLine(fullName);

    See code below
    using System;
    using System.Collections.Generic;
    using System.Linq;
    using System.Text;
    using System.IO;
    namespace ConsoleApplication1
    class Program
    static void Main(string[] args)
    string partialName = "webapi";
    DirectoryInfo hdDirectoryInWhichToSearch = new DirectoryInfo(@"c:\");
    FileInfo[] filesInDir = hdDirectoryInWhichToSearch.GetFiles("*" + partialName + "*.*");
    foreach (FileInfo foundFile in filesInDir)
    string fullName = foundFile.FullName;
    Console.WriteLine(fullName);
    DirectoryInfo[] foldersInDir = hdDirectoryInWhichToSearch.GetDirectories("*" + partialName + "*.*");
    foreach (DirectoryInfo foundFolder in foldersInDir)
    string fullName = foundFolder.FullName;
    Console.WriteLine(fullName);
    // or
    List<string> filesInDir2 = hdDirectoryInWhichToSearch.GetFiles("*" + partialName + "*.*").Select(x => x.FullName).ToList();
    filesInDir2.AddRange( hdDirectoryInWhichToSearch.GetDirectories("*" + partialName + "*.*").Select(x => x.FullName).ToList());
    foreach (string filesFolders in filesInDir2)
    Console.WriteLine(filesFolders);
    jdweng

  • Showing/ Accessing hidden folders and files

    Hi,
    In order to reinstal an application (Trend Micro sync), I first need to remove a selecion of hidden files that I used on Leopard to find under the account/library/ Application support.... They are "hidden folders and files". Under Lion I don't know how to set the finder to show them to me, especially as I don't remember the name !
    Thanks for your help
    Stéphane

    [What Should Be Invisible Isn't|http://www.pinkmutant.com/articles/toovisible.html]
    [Invisible Finder 2.1|http://www.versiontracker.com/php/dlpage.php?id=9867&db=mac&pid=7198&kind=& lnk=http%3A%2F%2Fwww.ragedownload.com%2Finvisfinder.sit] lists just invisible files. JuhOS X lists all files and flags invisible ones. Some applications let you toggle invisibility, though this doesn't take effect until you restart the Finder.
    The other thing to do is verify your drive with Disk Utility. Your computer isn't likely to be suddenly deciding to hide files, but aberrant behavior could be an indicator of a corrupt drive.

  • Create folders and navigate through server folder structure in Linux

    Hello,
    I want to know if there are any examples on how to reate folders and navigate through server folder structure in Linux OS. I currently can navigate trough Windows, but need to be able to do it in Linux, by using a GUI for it.
    Any suggestions? Thanks
    LabVIEW Intermediate I level!

    Hi Bebeto,
    Would you please clarify your question a bit for us? Are you trying to implement something like Windows Explorer in your application? Also, are you looking for a tree-like display structure, or list of folders that you can drill down into (i.e. double click to enter into that that folder). My understanding from your comments is that you have implemented something like this in Windows, but not Linux. It this correct? Also, are you looking for advice on the GUI creation side of things, or the programmatic access/creation of files and folders? The more you can clarify your question for us, the more the community will be able to provide feedback and suggestions to help you get on track qiuckly.
    Have a great afternoon!
    John M
    National Instruments
    Applications Engineer

  • Can't hide Hidden folders and files.

    Hi All,
    This past weekend I transferred my OS and apps to a newly installed SSD drive.
    During the process I had to move some files around in order to get The OS and Apps on the SSD.
    I used a technique that utilizes the Terminal and the chflags command.
    My issue is now I can not hide the files and folders that are usually hidden.
    I can't remember the exact method I used to unhide hidden folders and files. I can't even find a reference to it in my web browsers history.
    I have searched on the web for solutions along these lines:
    defaults write com.apple.finder AppleShowAllFiles -boolean FALSE ; killall Finder
    chflags hidden
    sudo chflags hidden
    But none of these approaches have worked.
    I have downloaded Onyx, TinkerTool and Show Hide Invisible Files.
    I have used them as best I understand to hide the normally hidden files and folders, but nothing has worked.
    Any Command Line gurus out there have any suggestions?
    Many Thanks in Advance!
    Tem

    Triple-click anywhere in the line below on this page to select it:
    ~/Library/Preferences/com.apple.finder.plist
    Right-click or control-click the highlighted line and select  
              Services ▹ Show Info in Finder (or just Show Info)
    from the contextual menu.* An Info dialog should open.
    ☞ Does the dialog show "You can read and write" in the Sharing & Permissions section?
    ☞ In the General section, is the box labeled Locked checked?
    ☞ What is the Modified date?
    If you don't have read and write access to the item, change the settings as directed here. Note, however, that if one file has wrong access settings, most likely others do as well. If the item is locked, unlock it.
    *If you don't see the contextual menu item, copy the selected text to the Clipboard by pressing the key combination command-C. Open a TextEdit window and paste into it (command-V). Select the line you just pasted and continue as above.

  • Assigning folders and files to different physical disks OS X 10.9

    My mid 2010 iMac 27 i7 quadcore, 32 GB memory has two 1 TB SSDs and several 2 to 3 TB 7200 / 5200 SATA, Firewire, LAN and USB external HDs. I would like to direct OS X 10.9 to use frequently accessed System data/images (boot, OS X, utilities and and their attendant folders and files) from SSD 1 and frequently used / accessed applications and their attendant folders and files on the second SSD 2. (I use Microsft Office Word and Excel frequently and also Windows 7 running on VMWare.) Then I would like to keep less frequently used applications and their attendant folders and files on the SATA 7200 external disk (USB 3.0 to 2.0), photos on a fourth external disk (firewire 800), music on a NAS (Raid 1, 1000Gb Ethernet), and movies on a fifth external HD (firewire 800). What I need to know is how to "assign" these various files to a physical disk. Please, I am not looking for opinions and/or guesses. I am looking for a strategy known to work and/or utilites known do set this up easily and correctly. Thanks in advance. BTW, I am a retired OS programmer and software/HW knowlegable. I have no Unix (or of course Apple OS X) programming experience, but have written and modified many other OSs. So one can be reasonably technical with me in their answers. Thanks again, Skip.

    Hope this helps.
    1. Empty Trash.
        http://support.apple.com/kb/PH10677
    2. Start up in Safe Mode
        http://support.apple.com/kb/PH11212
    3. Delete "Recovered Messages", if any.
        Hold the option key down and click "Go" menu in the Finder menu bar.
        Select "Library" from the dropdown.
        Library > Mail > V2 > Mailboxes
        Delete "Recovered Messages", if any.
        Empty Trash. Restart.
    4. Repair Disk
        Steps 1 through 7
        http://support.apple.com/kb/PH5836
    5. Disk space / Time Machine ?/ Local Snapshots
       http://support.apple.com/kb/ht4878
    6. Re-index Macintosh HD
       System Preferences > Spotlight > Privacy
       http://support.apple.com/kb/ht2409

  • Using Powershell to get current permissions of folders/sub-folders and files

    Hi Team
    Need assistance here.
    Need a powershell script to get and list current AD groups and users having permissions to folders/its subfolders and files
    Cheers

    Hello,
    The TechNet Wiki Discussion Forum is a place for the TechNet Wiki Community to engage, question, organize, debate, help, influence and foster the TechNet Wiki content, platform and Community.
    Please note that this forum exists to discuss TechNet Wiki as a technology/application.
    As it's off-topic here, I am moving the question to the
    Where is the forum for... forum.
    Karl
    When you see answers and helpful posts, please click Vote As Helpful, Propose As Answer, and/or Mark As Answer.
    My Blog: Unlock PowerShell
    My Book:
    Windows PowerShell 2.0 Bible
    My E-mail: -join ('6F6C646B61726C406F75746C6F6F6B2E636F6D'-split'(?<=\G.{2})'|%{if($_){[char][int]"0x$_"}})

  • Script Grant Full Access Permission on Multiple Folders and Sub-Folders

    Hi, I'm having a issue trying to run this script. 
    1.)It provides each folder with "Special" Permission over them. (Read, Write, Modify, Full control). Is there a way of making it "Full Control" Permission instead of special permission?
    or
    2.) Is there a way to make the Object Apply to "This Folder,sub folders and files" (when i change it manually this it changes to Full Control Access)?
    What I tried doing in the following script is removing the inheritance of the folder then applying its level of authentication. I do get some errors and I'm pretty sure it's has to do with some files being password protected.
    $domainG = "Domain\Group"
    $dir = "X:\Folder\Folder\*\SameName"
    $subfolder = Join-Path $dir "\*"
    $subsubfolder = Join-Path $subfolder "\*"
    $subsubsubfolder = Join-Path $subsubfolder "\*"
    $subsubsubsubfolder = Join-Path $subsubsubfolder "\*"
    $acl = Get-Item $dir |get-acl
    #This removes inheritance
    $acl.SetAccessRuleProtection($true,$true)
    $acl |Set-Acl
    # Gives full control
    $rule = New-Object System.Security.AccessControl.FileSystemAccessRule -ArgumentList @($domainG,"FullControl","Allow")
    $acl.SetAccessRule($rule)
    $acl |Set-Acl
    $acl = Get-Item $subfolder |Get-Acl
    # This adds full control to the subfolder
    $rule = New-Object System.Security.AccessControl.FileSystemAccessRule -ArgumentList @($domainG,"FullControl","Allow")
    $acl.SetAccessRule($rule)
    $acl |Set-Acl
    $acl = Get-Item $subsubfolder |Get-Acl
    # This adds full control to the sub sub folder
    $rule = New-Object System.Security.AccessControl.FileSystemAccessRule -ArgumentList @($domainG,"FullControl","Allow")
    $acl.SetAccessRule($rule)
    $acl |Set-Acl
    $acl = Get-Item $subsubsubfolder |Get-Acl
    # This adds full control to the sub sub subfolder
    $rule = New-Object System.Security.AccessControl.FileSystemAccessRule -ArgumentList @($domainG,"FullControl","Allow")
    $acl.SetAccessRule($rule)
    $acl |Set-Acl
    $acl = Get-Item $subsubsubsubfolder |Get-Acl
    # This adds full control to the sub sub sub subfolder
    $rule = New-Object System.Security.AccessControl.FileSystemAccessRule -ArgumentList @($domainG,"FullControl","Allow")
    $acl.SetAccessRule($rule)
    $acl |Set-Acl

    The constructor you are using for the FileSystemAccessRule will only apply to the object the ACE belongs to. To have it apply to anything else, you'll have to use the constructor with the following arguments:
    <Principal>, <Rights>, <InheritanceFlags>, <PropagationFlags>, <Type>
    The one you're using doesn't have the flags. Those two flags enumerations control two things that you'll see in the GUI: 'Applies To' and 'Only Applies to this Object'. To have the ACE apply to the folder, subfolders and files (and have it not show as 'Special'
    in the GUI), you'll want the InheritanceFlags as 'ContainerInherit, ObjectInherit' and the PropagationFlags as 'None'. Try this:
    $rule = New-Object System.Security.AccessControl.FileSystemAccessRule -ArgumentList @($domainG,"FullControl", "ContainerInherit, ObjectInherit", "None", "Allow")
    On a side note, check
    this module out. It greatly simplifies access control. If you're interested in it and have any questions, let me know.

  • I keep getting alias folders and files

    After eons usin Mac I, all of a sudden, am getting alias folders and files (including photos) on my new iMac. These can't be opened. Then I keep error messages about not being able to use the same files because they are "backup" biles. Help! I'm not doing anything differently than what I have done for years. And, this issue has virtually stopped my work in its tracks.

    Where are you seeing these files, and what application are you using at the time? Select one and open the Finder Info window. In the General section of the window, what is shown for Kind and Where?

  • Deleted folders and files

     How do I retrieve imported Windows Live Mail storage folders and files deleted during Windows Refresh?

    Hi Torsten,
    I've actually seen that article before and followed some of the instructions but I think SCCM 2012 SP1 introduced the capability for SCCM to automatically delete files so you don't need to run the script (which I couldn't use anyways since I'm not running
    on Windows Server 2012).
    I've reviewed the wsyncmgr.log file and I can see it showing that it is removing some items so I know the automatic clean up is working.
    My issue is that I've got folders and files on my distribution drive that have updates in them that are listed as not downloaded or deployed in SCCM. For example, a while back (late 2012) I download and deployed a lot of the "Critical
    Updates" and put them into an update group and a deployment package.  But I've since deleted both this update group and deployment package from SCCM but the folder used by the deployment package and it's contents are still on the drive. 
    These are the things I'm trying to clean up.
    Is it safe to just delete this folder and it's contents from the drive?
    Thanks
    Nick

  • How to recover lost folders and files - Pls help, help...

    Some days ago I lost all of my 15 GB folders and files that stored in my Macbook Pro hard drive called DATA.  I brought my Macbook pro to an experienced computer tecnicians who providing data recovery services. To his and my suprise, after checking, scanning it a few hours, he said their is no way to recover because he did not find any trails at all.  The computer still seems working properly - I have no problem with any applications.  There are few other folders in the DATA hard disk containing pictures, computer programs still remain.  These lost folders and files contain mainly documents (word, excel, power point, pdf etc) which I accumulated in my many years working  !!!!.  I did not make a back up since last September partly because I think Mac is very safe.
    The computer with me all the time on that day and only my son used Power Point to make a simple presentation on that evening - he can not save it on the folders the he normally use - All the folders and files are gone.
    I will appreciate it very much if any of you can tell me what would be the possible causes and more importanly how to recover the lost folders and files.  They are very very valuable to me.
    Many thanks for your kind attention
    Loimekong from Vietnam
    Macbook Pro 2.4 Ghz
    Intel Core 2 Duo
    4 GB 1067 MhZ DDR3

    First, did the data actually get deleted, or is it still there somewhere?  Try searching the drive for some of the documents, perhaps it's all just in another folder on that drive.
    If it's truly gone, it's impossible for us to say what might have happened to make it unrecoverable.  Perhaps someone using the computer used Secure Empty Trash, or securely erased empty space on the hard drive.  Perhaps it was overwritten by other stuff before you noticed.  It's possible the hard drive is starting to fail, though this seems like an awfully specific problem for that to be the issue.
    Or perhaps the tech you took the computer to didn't know what he was doing.  Why not try recovering what you can on your own?  See Recovering deleted files.
    You should be aware that no computer is safe.  All computers rely on hardware that may fail and software that can have bugs.  You absolutely MUST maintain a good set of frequently-updated backups...  no fewer than two full backups of anything you don't want to lose.
    (Note that my pages contain links to other pages that promote my services, and this should not be taken as an endorsement of my services by Apple.)

  • Formatted HD, but have backup of all the folders and files of Firefox. How can I restore everything, including plugins, bookmarks and saved settings?

    I have formatted my computer's HD because of a problem with Windows 7, the thing is that Windows 7 didn't start, so I couldn't backup my Firefox settings, bookmarks, plugins, themes, personas and etc. the right way.
    I also don't have a Firefox Sync account.
    What I do have are all the folders and files of Firefox, because I just created a new partition and installed Windows 7 again, what I'm having trouble is finding a way (if there's any) to restore everything from my previous installation to the new one.
    I have searched for days on both Google and on te Firefox forum with no success, the only questions I found are about restoring a profile, but what I'm trying to do is the same thing that the Firefox add-on " FEBE " does, which is restoring everything to the previous configuration.
    Here's alink to the add-on: https://addons.mozilla.org/pt-br/firefox/addon/febe/
    I have tried copying, pasting and overwritting from the " .default " folder to my new installation of Firefox (yes, Firefox was closed), but when I opened it again, nothing was restored.
    I every single folder and file Firefox ever created on my computer, this includes the installation folder (at Program Files), the profile (.default at AppData) folder, the Mozilla folder (ProgramData) and the Mozilla Firefox folder (also at AppData).
    I also had the FEBE add-on installed, but like stated before, unfortunately I couldn't start Windows 7, forcing me to create a new partition to install a new copy of the OS.
    Thanks in advance.
    PS. Sorry if I made the text too long and/or if I mentioned the same things twice, just trying to be thorough.

    Hi Sdarts,
    I apologize for the delay in replying to your question, and I am sorry to hear that you are having issues restoring your Firefox user data.
    Please see the following article, which explains how to restore your Firefox user data using a previously backed up Profiles folder, which seems to apply to your situation:
    * [https://support.mozilla.org/en-US/kb/back-and-restore-information-firefox-profiles Backup and Restore information from Firefox Profiles]
    Please let us know if this solves your problem or if you have any questions.
    Thanks!!
    - Ralph

  • With my taking any action, my folders and files no longer appear under documents (under Places). Now a folder titled Documents has appeared on my desktop with all my files and folders. What happened?What happened?

    With my taking any action, my folders and files no longer appear under documents (under Places). Now a folder titled Documents has appeared on my desktop with all my files and folders. What happened?What happened?

    The way I moved from 10.3.9 to 10.5.8 was to use "ditto -rsrc" and copy the user homes and the data share to an external firewire drive. Then did the same in reverse.
    I found the key to data and share permissions to make sure that the users had the same UID in Leopard that they had in Panther.
    You can then use "sudo rm -rf" to remove any folder from the relocated homes that you want. Remember if you do choose to remove "~/Library" from each users relocated home, you will be removing any iCal calendars, login.keychains, browser bookmarks, custom screensavers and wallpapers, etc.
    Users don't really care if they can login and do any work. But there will be much wailing, gnashing of the teeth, and anxiety, if they lose their bookmarks and wallpaper.

Maybe you are looking for

  • Share a USB HD connected to Time Capsule

    I have seen several similar questions and responses, but none of them quite hits the spot (as far as I can tell). I am hoping to tap into the shared wisdom of this community to help! What I am trying to do, is to share on my wireless network, an exte

  • Change log issues-2 images for a single requests

    Hi , in change log table for a single request i found 2 before images and two after images, is this normal behaviour if not when can we see the such type of scenarios. because it leads to zero records when it isn updated in to the further data target

  • Firefox will not load my google mail web page?

    I have been using firefox as my browser for about two weeks and have had no problems. Suddenly, it will no longer load my google email page. This is my business email and is 100% essential. What should I do?

  • Can I buy Adobe Acrobat Standard as a full package, as one single payment

    I don't seem to have the option for a one off purchase any more

  • How can I edit FRAPS video in Premiere Elements?

    Although FRAPS isn't the best source format for video in Premiere Elements, some folks at Elements Village have come up with a workflow that seems to work pretty well. http://www.elementsvillage.com/forums/showthread.php?t=67036 Key elements are: 1)