Sharing Access Roles in Folder Properties

In CS, we set up sharing access roles in the folder properties. When I set up a user with an administrator access role, that person is not able to view the documents in that folder. Any information on sharing access roles?
Thanks
Sabine

Hi Alejandro,
                Try giving this permissions to the fallowing folders,
<b>Folder</b>: /Portal Content/Content Provided by SAP/Collaboration
Role: Super Admin [Owner/EU-on]
Role: Content Admin [Full Control/EU-on]
Role: System Admin [Read-Write/EU-on]
Group: Everyone [None/EU-on]
<b>Folder</b>: /Portal Content/com.sap.ip.collaboration
Group: Everyone group [None/EU-on]
Let me know if you need further information.
Thanks,
Vijay

Similar Messages

  • Accessing blobs in private container without Shared Access Secret key

    Is there any way to access blobs in private blob container without Shared Access Secret key ? i mean any User / Role based security or domain level security i.e only our domain should be able to access blobs in private container etc.
    Actually i don't want to append SAS key after each blob url to access it, i want my container to be private and also i want to access each blob in that container without SAS key
    any way currently available or planned in future release ?

    Hi Yazeem,
    > That main page loads sucessfully but the js, css, xml files which this page accesses are unable to load because SAS key is not appended to their URL automatically.
    If the main page is served by a http handler and the js, css, xml files are linked using relative address, these files will also be served by the http handler too. For example, if the http handler serves a page in address
    http://xxx.cloudapp.net/blobproxy/index.html and the page links to a script file using tag
    <script src="myscript.js"></script>, actually the browser will use address
    http://xxx.cloudapp.net/blobproxy/myscript.js to access the script file. So the solution is to create a http handler to serve all requests to address
    http://xxx.cloudapp.netb/blobproxy/*.
    For test purpose, I made this sample. Please add a class file BlobProxy.cs to your web role project:
    using System;
    using System.Web;
    using Microsoft.WindowsAzure.StorageClient;
    using Microsoft.WindowsAzure;
    namespace WebApplication2
    public class BlobProxy : IHttpHandler
    // Please replace this with your blob container name.
    const string blobContainerName = "files";
    public bool IsReusable
    get { return false; }
    public void ProcessRequest(HttpContext context)
    // Get the file name.
    string fileName = context.Request.Path.Replace("/blobproxy/", string.Empty);
    // Get the blob from blob storage.
    var storageAccount = CloudStorageAccount.DevelopmentStorageAccount;
    var blobStorage = storageAccount.CreateCloudBlobClient();
    string blobAddress = blobContainerName + "/" + fileName;
    CloudBlob blob = blobStorage.GetBlobReference(blobAddress);
    // Read blob content to response.
    context.Response.Clear();
    try
    blob.FetchAttributes();
    context.Response.ContentType = blob.Properties.ContentType;
    blob.DownloadToStream(context.Response.OutputStream);
    catch (Exception ex)
    context.Response.Write(ex.ToString());
    context.Response.End();
    Then please add this http handler to web.config file:
    <configuration>
    <system.webServer>
    <handlers>
    <add name="BlobProxy" verb="*" path="/blobproxy/*" type="WebApplication2.BlobProxy"/>
    </handlers>
    </system.webServer>
    </configuration>
    Before running the project, please replace blobContainerName with your own blob container that contains both html and related files. Then start debugging the Azure service project and then you can use the following address to access the page:
    http://127.0.0.1:[port number]/blobproxy/[page name]
    I above sample does not work for you, please let me know.
    Thanks.
    Wengchao Zeng
    Please mark the replies as answers if they help or unmark if not.
    If you have any feedback about my replies, please contact
    [email protected].
    Microsoft One Code Framework

  • Access to Guest Folder requires login when accessed from Portal/SSO

    We have wired XML-P to use OID and then registered it as a Partner Application in our Portal/SSO server (which also uses the same OID instance). All works well except now when we try to access the Guest folder from within Portal the SSO login screen pops-up. We have created a very simple HTML/URL portlet that points to the Guest folder and the idea is for users to have Public/anonymous access to this folder. Any ideas?

    Hi,
    You can try to enable "Turn on password protected sharing" in Network Sharing Center. After that, only people with a user name and password on the computer will be able to log into shared network folders.
    Another workaround method you can try:
    Open Run, type rundll32.exe keymgr.dll, KRShowKeyMgr, then Press
    Enter.
    In the prompt dialog, choose and delete the user account used to network sharing.
    Roger Lu
    TechNet Community Support

  • Cannot display the folder. Microsoft Outlook cannot access the specified folder location.

    Hi, guys
    I cannot view delegate mailbox in Outlook. Following is my configure.
    I have two mailbox A-User and B-User
    Login Outlook as A-User, click File -> Account Settings -> Delegate Access, add B-User and give Editor permission of Inbox.
    Right click A-User's root inbox and select Properties -> Permission, select B-User and check "Folder visible".
    Login Outlook as B-User on other computer, click File -> Account Settings -> Account Settings, select B-User and click Change -> More Settings -> Advanced, add A-User.
    Now I can see a root A-User in Navigation Pane. But when I click it, it shows
    "Cannot display the folder. Microsoft Outlook cannot access the specified folder location."
    or
    "Cannot display the folder. Microsoft Outlook cannot access the specified folder location. The operation failed. An object cannot be found".
    I searched some solutions from internet, but all of them don't work. Could you give some suggestions? 
    Thanks.

    Hi,
    First, please double check if you have given the right permission to B-User on your step 2.
    In addition, we can try to give a higher permission to the B-user to check the result.
    Please feel free to post back and let me know the result.
    Best Regards,
    Steve Fan
    TechNet Community Support

  • Shared Services: Role Assignment

    When I try to assign the privilege of "Server Access" from Shared Services to a user, clicking on
    Essbase:servername:1 -> Essbase:servername:1 the tree does not open, but opens Default Application Group -> Essbase:servername:1.
    If I add the privilege of "Server Access" by:
    Default Application Group -> Essbase:servername:1 -> Administrator -> Create/Delete Application -> Server Access
    user can't access to Essbase from Excel.
    in addition Essbase can not see the users created through Shared Services. Only the admin user is displayed.

    I faced the same issue with the server access role. If I provision an Essbase Application role , the User can access the particular application. However the user can access the application by just provisioning the Application Role anyway. Then why is there such a role called Server Access? I am using 11.1.2.0 version.

  • Using Shared Review via Network Folder on Windows server and PC and Mac users commenting

    We are having initiation and connection problems on the Macs (running OS 10.6.4 Snow Leopard)  with Shared Reviews (from Acrobat 9) that are stored on a Windows 2008 Server connecting via SMB. I would be very interested to hear from anyone who is successfully:
    1) Initiating Shared Reviews from a Macintosh via "Automatically collect comments on my own internal server" and navigating to a folder (with full read/write permissions for all) on a Windows server. We cannot get Acrobat (via the automated SR set-up wizard) to verify the network folder location on the Macs so that a Mac user can initiate a Shared Review. On Windows (using Parallels or logging in to a PC directly), the same users have no problem initiating and accessing Shared Reviews.
    2) Accessing Shared Reviews on a network folder (set up on a Windows 2008 server) via a Mac running OSX 10.6.4 and Acrobat 9. All users have read/write access to the folder and can navigate to it via the server. They can save documents to the network folder and open other documents there as well. When they open a Shared Review-enabled PDF for commenting, they get the error message that Acrobat cannot connect to the server. Retry results in the same error message.
    We use Shared Reviews extensively and have no problems with PC users accessing the files and Mac users accessing them via Windows (Parallels or on a PC). This is very frustrating so I would really appreciate any ideas, especially if anyone is actually doing Shared Reviews this way.
    Thanks.

    Unfortunately, this is NOT fixed based on the testing I have done.
    1) I am still unable to connect to the network folder on a Windows server from the Mac to initiate a Shared Review In Acrobat version 9.4.6. Same error message as previous Unable to locate server. See screenshot:
    2) One of the Mac users (also upgraded to Acrobat 9.4.6) who was invited to participate in a Shared Review (initiated using Parallels/Windows) was initially able to open the file and Publish comments. However, after she did and closed the file, she was unable to reopen the same file, connect to the server and add comments. And no other Mac user could access the file after she added her first comments. We all got the error message "Unable to connect etc" See screenshot.
    3) I opened the same file in Parallels/Windows with no problem. However, the Mac user's comments were not there. I could add comments and publish in Windows.
    4) When I tried to access the Tracker from my Mac (review was initiated via Parallels), I got the error message File not Found when I tried to access the test review via my Mac (see screenshot).
    Could you give me more information about the fix? I would also be happy to talk to you or send more details if that would help.
    Our set up has not changed from the original information I sent (there may have been some Mac updates -- we are all on OS 10.6.8 but still Snow Leopard). Server has not changed.

  • Restricted access to a folder

    Hi, all
    I have in Designer Collaboration ( cfolders) one structure of folders similar to the following:
    Main Folder
                Public Folder
                Restrict Folder
    And  this is my problem: I have  that in the Public folder is general information in the folder Restrict information is restricted for many users, then I need to give access to the folder Restrict a certain group of users and the Public folder that all users have access
    Any idea how I can do this?
    Thanks for the help extended

    Hi, Thanks for responding
    But I have a problem, when it deleted sap_all and sap_new profile in the user USERTEST1 in the backend, in the portal not see any folder.Do not have access to anything.
    And we want the user does not have access or not display the folder restricted (e.x: Restrict Folder), but if the other folders created (e.x: Public Folder)
    I found in the profile sap_all some authorizations to be concerned cfolders:
    Objets                     Text                                                                                 Authorization
    CFX_APPL     Application Area in cFolders                                                  &_SAP_ALL
    CFX_OBJ                     cFolders Top Level Object                                                        &_SAP_ALL
    CFX_USER     cFolders User                                                                  &_SAP_ALL
    C_DRAW_DOK     Authorization for  document access                                  &_SAP_ALL
    S_OC_DOC     SAPoffice: Authorization for an Activity with Documents             &_SAP_ALL
    S_OC_FOLCR      SAPoffice: Authorization to Create Shared Folders                  &_SAP_ALL
    Thank you for help me
    Regards
    Danny

  • How set sharing on an entire folder

    Is there anyway to set sharing on an entire folder's contents. When you set sharing on a top folder, it does NOT set sharing on any folders within it. This terribly inconvenient to have to go to every folder and subfolders to make them sharing.
    Please tell me there is a way to set ALL subfolders down the tree in a folder to sharing!

    Barney, thanks.
    The folder in question is a web development folder...htdocs.This folder basically houses all the websites that I work on, each subfolder is a website. These reside on my iMac in my office and I wanted to copy them across the network to my MacBook Pro. Even though I connect to my Mac with my user name, it won't let me copy these files to my MBP, which I thought was strange, seeing that I have access to all levels of those files natively sitting in front of my iMac. So I set out to "share" everything so I could copy it to my MBP. :
    htdocs
    |----------ABC Company Website
    |----------List of files
    |----------Images
    |---------list of images
    |----------XYZ Company Website
    The ABC folder has files and a subfolder for say, images, and one for Admin. The XYZ folder might be similarly structured with more files and more subfolders.
    So what I wanted to do was go to the ABC Folder, set it as shared and hope everything under it would get shared also.
    First, I just right clicked ABC and clicked Get Info, and then clicked Shared Folder. That shared the folder and its files, but not the subfolder Images. I had to go in and set THAT folder to be shared also. Once ALL subfolders were set to "share" I was able to copy the ABC Folder to my MBP
    The problem is that I have 50 websites with varying numbers of levels. Going one by one is a pain.
    So that's why I wanted to "share all levels" of a top folder.
    I DID try right clicking ABC, clicking Get Info, then setting Read and Write on the ABC folder (unlocking and authenticating). Then I DID click the Apply to all levels option. But this didn't result in sharing or allowing me to copy.
    Finally I went to the terminal and issued a sudo chmod -R * 777 in hopes that it changed ALL the permissions to full read/write/execute. This ALSO didn't allow me to copy from my mac to the MBP.
    ONLY setting EACH folder to "Shared" allowed me to do this.
    OSX seems a bit different than Linux in the way the -R works I guess.
    So, with all that, maybe you can figure out what I need to do?
    Thanks.

  • How do I change Desktop folder properties?

    I recently purchased a macbook pro. I used migration assistant to transfer all files, from my g4, via firewire. Now, when I attempt to download from the internet, I get this error message: "Downloading/users/myname/Desktop/filename could not be saved, because you cannot change the contents of that folder. Change the folder properties and try again, or try saving in a different location". How do I change desktop folder properties?
    mac book pro Mac OS X (10.4.7)

    Control-click or right-click anywhere on your desktop picture, and select Get Info from the contextual menu. Then expand the Ownership & Permissions section. You need to set the drop-down menus like this:
    You can: Read and Write
    Owner: <your username>
    Access: Read & Write
    Group: Staff
    Access: No Access
    Others: No Access
    If that doesn't work, log in as an administrator, open Terminal, and enter these commands (assuming your username is "bigalive"; change appropriately:
    sudo chown bigalive:staff /Users/bigalive/Desktop
    sudo chmod 700 /Users/bigalive/Desktop
    That should fix it.

  • Change folder properties?

    I have transferred from iMac with tiger to a new iMac with mountain lion. I had to do this via my back up drive/time machine.
    Mostly thats ok but I find that a file called "downloads" , I can no loger access because"i dont have the authority"!!!
    There is no-one else in the house.
    I am advised to "change the folder properties.........or try saving in a different location". How do you do this?
    I have worked out that my old computer was 501 and now that everything has been transferred my new identity is 503.
    The names of the accounts, and pass word remain the same.
    Will I spend the rest of my life without access to a file called "downloads"?

    This is what it should be
    Or
    Last login: Tue Aug 13 22:24:30 on ttys000
    Your full user name:~your_short_name$ ls -la /Users/your_short_name/Downloads
    total 126624
    drwx------+ 72 your_short _name staff     2448 Jun  4 23:21 .

  • Installation of Client Access role fails on Windows Server 2008 R2 (Execution of: "$error.Clear(); Install-ExchangeCertificate -services "IIS, POP, IMAP")

    Hello
    I am trying to install Exchange Server 2010 beta 1 onto a Windows Server 2008 R2 (build 7000) machine which has also been set up as a domain controller.
    However when attempting to install the Client Access role, setup fails with the error below.
    Does anyone know of a way to get around this please?
    I have already searched for this error and not found any similar threads.
    Also every time I press the code button on this forum it crashes the browser and I keep losing the message! (IE8 from within Server R2). Also the message box is very small, will not expand and keeps jumping to the top.
    Thanks
    Robin
    [code]
    Summary: 4 item(s). 1 succeeded, 1 failed.
    Elapsed time: 00:00:01
    Preparing Setup
    Completed
    Elapsed Time: 00:00:00
    Client Access Role
    Failed
    Error:
    The execution of: "$error.Clear(); Install-ExchangeCertificate -services "IIS, POP, IMAP" -DomainController $RoleDomainController", generated the following error: "Could not grant Network Service access to the certificate with thumbprint 2F320F5D5B5C6873E54C8AB57F604D8AFA31D18C because a cryptographic exception was thrown.".
    Could not grant Network Service access to the certificate with thumbprint 2F320F5D5B5C6873E54C8AB57F604D8AFA31D18C because a cryptographic exception was thrown.
    Access is denied.
    Elapsed Time: 00:00:01
    Mailbox Role
    Cancelled
    Finalizing Setup
    Cancelled
    [/code]
    Robin Wilson

    Hello
    Thanks for all the replies.
    I have since wiped the system and installed everything again and it all worked this time so not sure what was wrong last time. I did try to uninstall all Exchange components and then uninstall IIS and Application server, reboot and re-install but I received the same error still when it came to installing the client access role.
    Walter: I just attempted the standard installation which should have used the default self-signed certificate. Everything was a fresh install done at the same time on a freshly formatted PC.
    For info last time when it failed to work:
    - Installed Windows Server 2008 R2
    - Installed Domain Controller role using dcpromo. I set the forest and domain as Windows Server 2008 R2
    - Added a forest trust between main domain and test Exchange domain (set up as ex2010.local)
    - Installed IIS and Application Server role
    - Installed Hyper-v role
    - Installed Desktop Experience feature
    - Installed Exchange and recieved the error
    When it worked I set up the forest and domain in Windows Server 2008 mode (i.e. not R2), installed Exchange first and then set up the forest trust and then Hyper-v. It did say it failed to configure dns which was probably because it started trying to do automatic updates half way through the dcpromo! DNS seems to work ok though.
    I did notice this time that Hyper-v gave a warning about the virtual network adapter not being set up correctly and the local network did not work correctly although I could access the internet. Not sure if this could have been related to the cause of the problem previously. For now I have disabled the virtual network until I get time to try and get it working and so the mail will work in the meantime.
    I also noticed that Hyper-v added an extra 443 ssl binding to the default website so as it had 2 bindings on port 443 it refused to start. After deleting one it worked.
    I decided to install Exchange onto a domain controller as it is only a test and I wouldn't do it in a live environment. I am also short of test machines! It didn't give me any warnings about this actually, I think previous versions warn you that it is not recommended.
    Andreas and Chinthaka: I did not know about the requirement to run the domain at 2003 mode. The main domain is running in 2008 mode with Exchange 2007 so I assume this is just a temporary beta related requirement. It does seem to be working (second attempt) so far in a 2008 mode domain although I haven't had a chance to fully test it yet.
    Thanks
    Robin
    P.S. Sorry it's taken me a while to reply!
    Robin Wilson

  • Error installing RD Web Access role service on Windows 2012 R2 server

    I'm attempting to install the RD Web Access role service to test a VDI deployment but the installation keeps failing. I get the following error:
    Exception of type 'Microsoft.RemoteDesktopService.Common.RDManagementException'
    was thrown.
    As anyone else come across this error? Any help would be appreciated.
    Thank you.
    Martin.

    This is a Service Manager forum and it looks like you wanted to post in a general Windows Server forum. Try posting this here: http://social.technet.microsoft.com/Forums/systemcenter/en-US/home?forum=winservergen 
    You should also post more details on the services that you are installing.
    - Get on the floor, do that dinosaur

  • How to get the shared name of a folder in my PC through java code.

    Hi,
    I have a shared folder in my PC adn its shared name is different. Is there any way to get the shared name of that folder from java code. I have the absolute path of that dir. Can I get the shared name from that path in java or is there any other method.
    Thanks.
    Edited by: pavanspecial on Nov 28, 2007 11:34 PM

    Hi, Thanks for your reply. I have even tried through 'net share' , but i could not the share name from the path i have. For the 'net share' i need to give the share name itself.

  • Now Mavericks is installed, I cannot access my downloads folder.

    Now Mavericks is installed, I cannot access my downloads folder. How do I click on items in the folder and get them to open? When I attempt to click on the items, nothing happens. Before Mavericks, I could click and get the folders to open.  Yes, I have used three different devices to try to click on them, so it is not my mouse/treackpad/Wacom pen. I am getting very frustrated with this new OS - this is not the only thing bothering me.

    Now Mavericks is installed, I cannot access my downloads folder. How do I click on items in the folder and get them to open? When I attempt to click on the items, nothing happens. Before Mavericks, I could click and get the folders to open.  Yes, I have used three different devices to try to click on them, so it is not my mouse/treackpad/Wacom pen. I am getting very frustrated with this new OS - this is not the only thing bothering me.

  • How can I access my user folder on a second boot partition?

    Hi there. Thank you for reading this. I am at a bit of a loss although I have searched several forums to find someone having the same problem:
    I use my Macbook Pro in the office and at home. To keep things strictly apart and have to separate Time Machine backup procedures, I have divided my harddrive into two boot partitions ('office' and 'private') and installed Mountain Lion on both of them. Now occasionally when I am at the office I would like to access my  user folder on 'private' to retrieve a file from the documents folder there (e.g. a paper I gave in my free time but would like to send to a colleague). Now although I see the 'private' volume, and the other user folder and the Documents folder in it with a red 'No Access' badge, even when I  set read/write permissions via Command-I > Permissions for my current account, I do not see any files in it apart from Microsoft User Data. I have tried enabling the root user but with the sam result.
    Do I really have to shut down the computer and boot with the 'private' boot volume in order to access the files on 'private'>user?
    Looking forward to your suggestions! Thank you in advance!
    Christian

    To solve this issue permanently, is to first disconnect both TimeMachine drives.
    Boot into one partition and consider it history, make a note of everything, apps, export bookmarks, serial keys and files to a regular external drive. (non TimeMachine)
    If on a hard drive, consider the first partition for performance, the second one is going to be slower. (SSD no need)
    Next what you do is boot into the first partition and use Disk Utility to erase (with zero option if a hard drive) the other partition. Then use Carbon Copy Cloner to clone the first partition to the second. (should be about equal sizes or tweak before cloning.)
    Repair permissions on both partitions in Disk Utility.
    Next boot into the second partition and install/uninstall apps and files. etc and set it backup up the way you had it.
    Once your sure, then update TimeMachine for each one.
    Now you will be able to easily access the other bootable partition as long as your logged into the same account name on the first partition., in other words you can access the same named account on both partitions and trade files without rebooting.
    Because it's a clone, you have the same access privileges to the files on the other partition.
    If your a power user, your going to find bootable clones are a much superior option than TimeMachine
    Most commonly used backup methods

Maybe you are looking for

  • How to maintain material master data in plant....

    Hi all, while creating BOM I am getting an error "no material master data in plant'  can some one help me how to maintain the material master data in plant Regards, Balu

  • How do i back up iphone and ipod to time capsule?

    Set up my time capsule and go to go with macbookpro.  Downloaded Airport to iphone and do not know how to back up to this network.  Still backing only to cloud.

  • MacBook Pro display usable as a reference monitor for a camera shoot?

    I am shooting a video project and wish to try and use my 17" Mac Pro display screen as a reference monitor on a live mini-DV camera shoot for focus and color versus lugging around a heavier CRT and battery back. Will the MacPro display be sufficient

  • Taxinn tax classification

    Hi We are following TAXINN what are the condition types to be used in MATERIAL MASTER for tax classification to calculate excise duties and regards['

  • OBIEE 11g: Trellis Charts

    Hi everyone, I noticed the newest 11g patch has trellis charts which are basically chart is a pivot table format. It has 2 options. Basic lets you do the chart into pivot table layout, and advanced lets you use sparklines. Sparklines let you intermin