How to make folder user specific..!!!

hii guys..
how can we implement permission rights to a existing or newly created folder in webcenter content, so that only a specific user can see that folder, and other users will not have access to that folder.
Thanks

Hi ,
With PS5 , use Framework Folders component . In this every authenticated user can create their own personal folders which will be accessible for that user alone .
http://docs.oracle.com/cd/E23943_01/doc.1111/e10978/c08_folders.htm#i1125681
Section 6.1.6 Personal Folder
Thanks
Srinath

Similar Messages

  • How to make an user to have right to approve only one specific STS?

    In our BPS STS, we assign user A both on the highest level of one STS hierarchy B and on the lower level of another STS hierarchy C. And because in our real business planning process, A should only have right to approve STS B and can be approved by others in STS C, so we grant authorization "R_STS_SUP" to this user A, but then he has all the authorizations for approving or rejecting plans in both B and C. How to make this user only have authorization to approve STS B? Is there someone can kindly solve this problem? Thank you very much.

    Try to modify tunguska BSP application, OnInitialization handler for page frame.htm contains next code:
      AUTHORITY-CHECK OBJECT 'R_STS_SUP'
               ID 'ACTVT' FIELD '16'.
      IF sy-subrc NE 0.
        application->with_tree = ''.
      ELSE.
        application->with_tree = 'X'.
      ENDIF
    Try to add check for subplan/planning session here and in the case of B and C hierarchy set application->with_tree to blank value.

  • How to make multi user drawing application

    how to make multi user drawing application in as 3.0

    I'd suggest using Flash Media Interactive Server if you wish to make this type of application and use Flash as the interface.  I can't give you the details on exactly how to implement it, but using Remote Shared Object and FMIS would serve as the basis.  I believe that the package comes with examples of Shared Objects that can serve as a simple basis from which to proceed.  After that you might want to see if you can find an available whiteboard app that can be leveraged to do as you wish.
    I apologize in advance if using this type of solution is a non-starter, I've been using FMIS locally and have plans to eventually implement something similar to this type of drawing app as well.

  • How to make different users to use different Plan_Tables?

    How to make different users to use different Plan_Tables?
    I want each user use his own's Plan_Table. How to achieve this goal?

    qkc wrote:
    How to make different users to use different Plan_Tables?
    I want each user use his own's Plan_Table. How to achieve this goal?Which version of Oracle - if you're on 10g or later you are already (effectively) doing this.
    If not, then copy the 10g strategy back to your version; in outline:
    <ul>
    drop all existing plan tables
    create a table (but call it plan_table$) in the SYS schema (you may prefer to use SYSTEM) as a global temporary table on commit preserve rows
    create a public synonym plan_table for plan_table$
    grant select insert update delete on plan_table to public
    </ul>
    Look in $ORACLE_HOME/rdbms/admin/catplan.sql in a 10g version of Oracle to check how it's done.
    Each user gets a private (temporary) table in their temporary tablespace whenever they use the plan_table
    Their private data disappears when there session ends.
    Regards
    Jonathan Lewis
    http://jonathanlewis.wordpress.com
    http://www.jlcomp.demon.co.uk
    To post code, statspack/AWR report, execution plans or trace files, start and end the section with the tag {noformat}{noformat} (lowercase, curly brackets, no spaces) so that the text appears in fixed format.
    There is a +"Preview"+ tab at the top of the text entry panel. Use this to check what your message will look like before you post the message. If it looks a complete mess you're unlikely to get a response. (Click on the +"Plain text"+ tab if you want to edit the text to tidy it up.)
    "Science is more than a body of knowledge; it is a way of thinking"
    Carl Sagan                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • How to make an user into Service authenticated user like cmadmin_service

    Hi All,
    I am trying to fetch the list of documents, properties, log on/logoff functionality with an iUser  ex: epuser, through java code.
    The list of docs are presented in the Documents Folder with teh following sample code
                 |
    RID rid = RID.getRID("/documents");
    String userName = "epuser";
    IUserFactory userFactory = UMFactory.getUserFactory();
    com.sap.security.api.IUser userNew;
    userNew = userFactory.getUser(userName);
    com.sapportals.portal.security.usermanagement.IUser user = WPUMFactory.getUserFactory().getEP5User(userNew);
    ctx.setUser(user);
    IResource res = null;
    res = ResourceFactory.getInstance().getResource(rid, ctx);
    wnen i am trying to fetch all the docs and the corresponding properties by passing " cmadmin_service " as an user name. i am getting the right results. But when i tried with "epuser " i am getting the output as Service Authentication value false.
    Then i added epuser in the System Principal--->System User. still i am not getting the right results.
    plz help me how to make this epuser as service authenticated user like cmadmin_service user

    Hi phani,
    I have no direct solution but you should check the service permissions of the resources you are trying to fetch. The exception sounds like there is the problem. Go to the Details of the CM-Resource and Select Settings-->Service Permissions.
    Does the epuser has the necessary permissions for your operations?
    Another thing is the way you are creating users:
    The WPUMFactory has a special factory-method for creating service users. Perhaps this is a better aproach:
    WPUMFactory.getServiceUserFactory().getServiceUser(user);
    Best regards,
    Stefan Brauneis

  • How to make repricing for specific conditions at the time of billing?

    Hello
    I'm SD Pricing person. Let me ask here experts below my concern.
    In EU countries, there is recycling fee in sales of electronics or Note PC with batteries....to keep our earth clean.
    So when customers buy such products, they have to pay more as recycling fee including invoice amount.
    My question is... we want to make repricing for recycling conditions when the billing is created.
    Based on our configuration, recycling condition is not defined as a kind of tax condition.
    So this value is just copied from sales order.
    (pricing type in copy control is 'G' which means repricing for tax condition.)
    In this situation, we want to make repricing for those conditions during operating system.
    Is there any easy way to cover this?
    As I think, this is not easy because the system is already operated.
    To change condition attribution is really risky. If we dare do, we have to migrate all open orders.
    So I want to put this way to the end of my choice.
    For this requirement,
    1. We have to change condition class or category or calculation type in order to be repriced based on pricing type 'G'.
        (ex. Set the condition category as 'I' inter-billing or 'L' always repricing.)
        But transaction data are created now and all open orders will be affected.
    2. To create new conditions are not easy because these conditions are mapped to the CO-PA value field and the values are posted in FI doc.
    3. To change pricing type in copy control is almost impossible because of the impact.
    What can I do this in this situation?
    What I want to do is just to make repricing for specific conditions at the time of billing in case that pricing type of copy control is 'G'.
    Thank you in advance.

    Let me ask agagin to all experts.
    I want to make A condition to be repriced at the time of billing.
    For this, I have to set condition category as 'L' (Generally new when copying).
    But I do not want to do in that way becauuse I am maintaining big operated system now.
    In addition, though I migrate open orders after changing config. as 'L', it is almost impossible for use to migrate because we have more than a thound open orders per a DAY as Globalized system.
    That is why I am asking.
    Simply I can create new condition but as I mentioned, there are various recycling fee so we already created about 10 conditions. And this recycling conditions are linked to REA package of SAP. So creating another 10 more conditions can not be a way for us.
    At last, what I want is not to be shown this condition only in billing doc.
    'A' condition should be displayed in both Sales order and Billing doc.
    And simultaneously, when the billing is created and if user changed 'A' condition master, then new value which is different from sales order have to be reflected in billing doc.
    Thank you in advance.

  • How to make Folder Action work on file, subfolder content change?

    Hi!
    I looking for information in how to make a Folder Action, Work Flow or any action from Automator to work on file change and not only on deletion, moving or insertion. What I want to know is if it's possible to trigger some script or app while monitoring a folder and its contents, files and subfolders, changes. Meaning that when I have a file that has its contents updated the action will be triggered like an txt file that I only insert a new line in it, for example.
    Is there any solution that is not third party? Is there an internal Mac OS X solution that would work on Snow Leopard, Lion and Mountain Lion?

    i have same problem. i would like to move automatically saved Word backup copy to another folder, but the folder action doesn't recognize the save as a new file that needs to be acted upon.

  • How can I have user specific filters for information display on portlet?

    Hello Everyone !!!!!
    I am new to the Portlet World
    My query is..
    How can I have filters on a portlet screen ?
    I want to display certain information on a portlet which must be filtered and ordered.
    Example:
    In Internet Banking , I want to display transfers which had happened in the last month. So I ( as a user ) will keep this predefined somewhere may be in portletData.
    Whenever that user logs in for the next time, he will be able to view account transfers taken place in the lastest month only.
    This must be user specific. As another user can keep the setting in a different way. That is he/she might want to view account transfers for the last week only.
    When user clicks on a button a new screen( filter screen ) is loaded where he need to enter the dates of From and To .....
    The user saves this.....( may be in portletdata)
    So that when he logs in .. next time screen loads with the defined settings in filter....
    Any idea ? How can this be achieived ?
    Thanks in advance.... :-)
    Wating for a reply
    Message was edited by:
    dev2007

    Hey !!!
    Can anybody give me some idea regarding this ?

  • How to make multiple users on the start up screen

    So basically I have created three users on my IMac and they are all administrators and when I restart my computer or I turn it on, only 1 user comes up... I was wondering on how to make all three show up on the startup screen?????

    If you've activated FileVault, only the users that were authorized to unlock the startup volume will appear in the pre-boot authentication dialog. Once the system has booted, all users will appear in the login dialog.
    The only way to authorize more users after the volume has been encrypted is to decrypt it, or to run the fdesetup(8) command in the shell.

  • How to make folder unprotected!

    Hi All,
    This is prakhyath.
    I have a web-application running on Jboss.. Inside the context folder i have several directories having some pre-defined configuration files . I am using Josso for authentication purpose. currently my entire war file content is under Josso authentication. I just want to make one folder unprotected inside the war file.
    My web.xml looks like:-
    <security-constraint>
    <!-- Sample Security Constraint -->
    <web-resource-collection>
    <web-resource-name>protected-resources</web-resource-name>
    <url-pattern>/*</url-pattern>
    <http-method>HEAD</http-method>
    <http-method>GET</http-method>
    <http-method>POST</http-method>
    <http-method>PUT</http-method>
    <http-method>DELETE</http-method>
    </web-resource-collection>
    <auth-constraint>
    <role-name>Authenticate</role-name>
    </auth-constraint>
    <user-data-constraint>
    <transport-guarantee>NONE</transport-guarantee>
    </user-data-constraint>
    </security-constraint>
    How can i prevent authentication for specific folder inside war file....
    Thanks in advance.
    Regards
    Prakhyath

    i have same problem. i would like to move automatically saved Word backup copy to another folder, but the folder action doesn't recognize the save as a new file that needs to be acted upon.

  • How to make the user into a "root"?

    Please help, I created a new Administrative account and then deleted the orginal Administration account, when I logged in to the system, i found that i can not access certain Folders (unable to move anything into those folders).
    How do I make this new Administrative account fully privileged???
    thanks a lot for any replies!!!

    Folders in the System Library are off-limits to Administrators. This preserves the integrity of the operating system. Which folders were you attempting to access?
    Root: To enable "root" -
    go to your Utilities Folder and select NetInfo Manager.
    Next, go to the Security menu and "authenticate" (enter password).
    Next, Security Menu>enable root user.
    Remember to "deauthenticate" root when you are finished. Important to remember "Root" gives you the ability to delete items which otherwise would be "off limits". Tread carefully...delete cautiously if at all (especially operating system files).
    iMac G5 Rev C 20" 2.5gb RAM 250 gb HD/iBook G4 1.33 ghz 1.5gb RAM 40 gb HD   Mac OS X (10.4.5)   LaCie 160gb d2 HD Canon i960 printer

  • How to make a User Field Read Only?

    Hi,
    How can i make a title userfield in a Document Form read only?
    I can't set enabled to false i just want to make it read only.
    I had tried to capture de key_down event on the user field, nothing happens!
    I had tried to capture de form_key_down event on the user field... SAP throws the event without the item id reference.
    Is there a work-around for this?
    thanks,
    Ricardo Momm

    Hi,
    1. capture et_click and click to another item, also save the original value to a variable
    and/or
    2. use et_validate with before_action = true to be sure the item hasnt changed and set bubbleevent
    to false when the value is different from the variable
    regards
    David

  • How to make sure user type valid value? If valid -- Proceed

    Me develop a java console program.
    BufferedReader request = new BufferedReader(new InputStreamReader(System.in));
    String strpollutantNumber;
    int pollutantNumber;
    System.out.print("Enter pollutant number >> ");
    strpollutantNumber = request.readLine();
    pollutantNumber = Integer.parseInt(strpollutantNumber);
    I want to control my pollutant number and make it always valid. Let's say, pollutant number is between 1 to 4 only. If user press 5, system ask to re-enter valid value as follow
    Your pollutant number is invalid. Please re-enter.
    Enter pollutant number >>
    Did i need using loop at
    System.out.print("Enter pollutant number >> ");
    strpollutantNumber = request.readLine();
    pollutantNumber = Integer.parseInt(strpollutantNumber);
    or something..
    need help.

    so far, i want to control user input using
    while ( ......)
    user must enter value >=0.31 and <=0.39. if user enter value=0.29, it means this value is out from >=0.31 and <=0.39. see below program
    while(gramEmitted>=0.31 && gramEmitted<=0.39) {
    System.out.print("Your grams emitted value is not valid ... Please re-enter \n");
    System.out.print("Enter number of grams emitted per mile >> ");
    strgramEmitted = request.readLine();
    gramEmitted = Double.parseDouble(strgramEmitted);
    i want user will prompt >> Your grams emitted value is not valid .. Please re-enter \n
    Enter number of grams emitted per mile >>
    what i've now is when user enter value=0.29, the program not prompt the user to re-enter the value again.
    how to adjust
    while(*gramEmitted>=0.31 && gramEmitted<=0.39*) {
    System.out.print("Your grams emitted value is not valid ... Please re-enter \n");
    System.out.print("Enter number of grams emitted per mile >> ");
    strgramEmitted = request.readLine();
    gramEmitted = Double.parseDouble(strgramEmitted);
    Edited by: Delinda on Oct 21, 2008 11:26 PM

  • How to make folder view static on shared volume

    I have an external drive connected to a Mac Mini (10.6.8).  We use that external drive as our shared network drive.  4 Macs and 2 PCs access the drive.  Please tell me how I can alter the ".DS_store" file on the SHARED VOLUME so that each user can expand disclosure triangles, etc. on the server volume, but each individual user isn't affected by how any particular user is viewing the folders.  Right now, if User #1 expands a bunch of folders, all of the other users see that, too.  I've done this before, using the Terminal.  Alas, I've lost the directions for that.  I believe it involved changing the permissions on the "DS_store" file on the server volume.  Thanks in advance.

    The following should work
    cd /path/to/the/folder
    chmod 444 .DS_Store
    Repeat for each folder of interest.
    If you have an entire directory tree, you could use something like
    cd /path/to/the/top/folder
    find . -iname .DS_Store -print0 | xargs -0 chmod 444
    The 444 is read for owner, group, everyone else, and no write, and no execute permissions for the .DS_Store file.  No write means no one should be able to change the contents of the .DS_Store file.
    The find command will start at the current folder, then walk down the directory tree looking for all the .DS_Store files and pipe those files to xargs which will execute the chmod 444 command for each .DS_Store found.
    Does this sound like what you did before?

  • How to make folder configured to get temp files

    Actually in our project we have some applications .in each application the "java.io.tmpdir" is pointing to /var/tmp folder to dump temp files as its running in solaris machine.now we want to reduce the burden on /var/tmp and dump the temp files into a directory created by us for each application which is specific so that it can take from that location and delete it once its processed.How to do this.i think we need to do that change in config file .
    i am expecting inputs on this.

    I think I must be missing something because I can't understand why it is not obvious to you that you just have to provide a system wide constant defining the directory you want to use.
    P.S. I thought that "java.io.tmpdir" pointed to /tmp on Unix type systems.

Maybe you are looking for

  • After Effects error: crash occurred while invoking effect plug-in "Looks" URGENT!

    My name is Tyler and i'm a Mult-Media Editor in training. Just recently meaning just this project i've been getting this error "After Effects error: crash occurred while invoking effect plug-in "Looks"." every time i try to render. If i try to remove

  • Integration Directory view by scenarios PI 7.1

    Hi all. In Integration Directory PI 7.1 in navigation area i have only 2 page: Objects and Change List. In old system 7.0 i have 3 page: Scenarios, Objects and Change List. How show in 7.1 page Scenarios there object grouping by scenarios. Regards Ma

  • Do you have to have an airport card..?

    I have an Apple PowerPC G5 Tower that can connect to the internet only through an Ethernet cable, due to the fact it does not have an airport card. I was told if I purchase AirPort Express I'd be able to connect to my Apple Time Capsule hard drive ju

  • How to apply delta's in BI 7.0

    hi experts, can anybody give me the procedure to apply delta's in BI 7.0 thanks & regards venkat

  • [WLST] how to set targets when creating a queue

    Hi all, I'm using WLS 10 and this is my WLST script: def createUniformDistributedQueue(destinationName, jndiDestination, jmsModuleName, managedServers): print '#### ready to create ' + destinationName path = '/JMSSystemResources/' + jmsModuleName + '