Giving permissions to Index

Hi,
I have around 30 indexes and i want to give permission for these indexes to a particular user.How can i go about this?
I can go to each index and go to permission and assign them but is there a work around ....
Regards,
Vijith

Hi Vijith,
> the reviews added to the folders did not get transported
Right, this is not supported by ICE, see http://help.sap.com/saphelp_ep60sp2/helpdata/en/e2/61701deb253242bea2ebeafa190e83/frameset.htm
I know that SAP plans a "real" transportation tool to balance all the disadvantages of the ICE transport, but to my knowledge it is not published yet.
So far, you will have to implement your own solution...
Hope it helps
Detlev

Similar Messages

  • Giving permissions to standard SAP services

    Hello Experts,
    In ESS there are several services in portal e.g. whoiswho.
    Now when I am using these services, I am required to give some permissions for thoese services.
    I need to add my group in services permission and give it "end user" enabled.
    So, the question is should I assign my group to permissions of sap supplied services
    or should i copy thoese services and paste them in my folder in pcd nad then give required permissions to thoese services.
    For giving permissions I have to edit their (services) existing permissions.
    If SAP runs an upgrade later, then will my permissions be overwritten !

    Hi,
    If SAP runs an upgrade later, then will my permissions be overwritten !
    Yes, that's how it works. You should use delta links of it.
    Regards
    Anja

  • Apache giving a Directory index forbidden by rule: /Users/me/Music/iTune

    I am trying to configure Apache to display my iTunes folders so that I can download them to my Playstation 3. The Playstation 3 either gives me a network error, or a "Directory index forbidden by rule: /Users/me/Music/iTunes/" in Apache. The network error on the PS3 seems to occur when Bonjour (?) rewrites the system name (I have entered the IP address) to "george-smiths-computer.local", since the playstation 3 doesn't know how to find this address.
    My rules in httpd.conf seem to be OK, so the second Directory error doesn't make sense:
    Alias /iTunes/ "/Users/me/Music/iTunes/"
    <Directory "/Users/me/Music/iTunes/">
    Options +Indexes MultiViews
    AllowOverride None
    Order allow,deny
    Allow from all
    </Directory>
    If I put index.html in the directory apache will find and display it, but still no directory index.
    I have a workaround by copying the files to /usr/share/httpd/icons, which DOES show the index:
    <Directory "/usr/share/httpd/icons">
    Options Indexes MultiViews
    AllowOverride None
    Order allow,deny
    Allow from all
    </Directory>
    Does anyone have any suggestions?
    Thanks!
    Dave

    Hi--
    Welcome to the Apple Discussions.
    I played around with Apache and came up with a couple of things to look at. I can get it to give me the Hi--
    Welcome to the Apple Discussions.
    I played around with Apache and came up with a couple of things to look at. I can get it to give me the Directory index forbidden by rule: /Users/me/Music/iTunes/ error in the log if I mess up the Directory block by forgetting to put a quotation mark at the head of the block:
    <Directory /Users/charlie/Music/iTunes/">
    Also, I can get Apache to show me the 403 error if I have the case wrong on a directory in the path. In other words, if I did "Me" instead of "me" (assuming the home directory really is "me", I get a 403 error. But, strangely enough, it doesn't log it in the error log. So take a real close look at your paths in that directive (I'm assuming you didn't just copy and paste them out, since "me" seems like an unlikely user name).
    The "redirect" to the Bonjour name is more likely a result of content negotiation. I'd guess you're asking for the directory without a trailing "/" character. When that happens, Apache does a redirect to the same directory, but adds the trailing "/". You should be able to get around this by always specifying the "/" in the URL. You might also want to look in the Apache Docs at both the ServerName and UseCanonicalName directives.
    For example, if you don't care about redirects always working sensibly from outside your network (i.e., the Internet), you could always set the ServerName directive to the IP address of your server inside the LAN. And you could turn off UseCanonicalName, too. That would keep it from trying to use the Bonjour name to construct URLs in situations where it does these redirects.
    charlie
    P.S.--Make sure you back up your http.conf file before you do a lot of hacking at it, just in case. You can always copy in the default, but it's a hassle if you've already done some successful customization...

  • Giving Permissions for folders in KM

    Plz help me out with allocating permissions to specific user for a specific folder in KM

    Hi Shailesh,
    1. Go to Content Admin - KM Content
    2. Select the folder
    3. Click on the Folder Menu at the top or right click the context menu next to the folder.
    4. go to Details.
    5. In here, go to settings -> permissions
    Here you can add users to the permissions and permission owners list..
    Permissions Owners - alone will be able to edit the permissions in future.
    Service Permissions: - Permissions for subscription, approval etc.
    6. Set the necessary (permissions and service permissions) and save.
    7. You are done.
    Regards,
    venkat.
    [Reward points if useful]

  • Giving  permissions to files in udump.

    Hi,
    I want to change the default permissions to trace files in udump.
    Genarally there is no read permission for others .Now i want to give read permission for other. I want to keep at as default. Is there any way to do so?

    What's your OS? In Unix,
    umask 022Should setup new files with 644 perms.

  • Giving Permissions to specific Distribution Group management for deparment secrety

    Dear ALL
    In our exchange 2010 environment we have multiple departmental distribution group.
    We plan to give management of these distribution group members to each departmental secretary.
    How can achieve this?
    Kindly help
    Ashraf

    All very valid points! 
    The one thing I'd ask you to think about is whether or not you should change the default role assignment policy.  If this is for a handful of users, create a new Role Assignment policy, tweak that (using the steps below) and then assign your new one
    to these users that need to manage the DGs.
    http://blogs.technet.com/b/rmilne/archive/2013/08/09/allow-users-to-manage-distribution-groups-without-creating-new-ones.aspx
    Cheers,
    Rhoderick
    Microsoft Senior Exchange PFE
    Blog:
    http://blogs.technet.com/rmilne 
    Twitter:   LinkedIn:
      Facebook:
      XING:
    Note: Posts are provided “AS IS” without warranty of any kind, either expressed or implied, including but not limited to the implied warranties of merchantability and/or fitness for a particular purpose.

  • [SOLVED] setting up permissions for mounted usb devices

    Hi all,
    I've been having the following problem when mounting my external hd: in order to mount the external hd I created a folder /mnt/usbstick/ giving permissions to a non-root user to read the files/directories in this folder (using chmod); however, after I mount the external hd, the set of permissions for /mnt/usbstick/ change so that a non-root user cannot  read the mounted files in /mnt/usbstick. This is a problem for me because, when I copy a file from the external hd to the non-root home folder, the copied file can only be read by the root user.   
    Do you know how I can solve this problem? Should I write a udev rule and place it at /etc/udev/rules.d/? Or should I simply add the non-root user to a specific group from /etc/group? Any ideas?
    Thanks!
    Last edited by falsum (2010-05-08 09:21:59)

    You could try adding an entry for your usb device in /etc/fstab and specify the option user to let non-superusers mount it.
    Here's an example of an entry for my external HD. I'm sure there are probably other (and better) ways to do this but it works for me.
    UUID=4376-0BFB /media/FIRELITE vfat rw,user,noauto,async 0 0
    Nice howto found on the wiki: http://wiki.archlinux.org/index.php/Fstab

  • How to access unread mails of all users in Exchange server without having Passwords and without giving mailbox access to other user.

    Hi all,
       I am using Exchange server 2013, my task is to create
    Service , that
    need's to  monitor continuously for new mails of all Mailboxes in
    my server. if any user got new mail i need to get that Mail Subject, Mail Body, Sender Email Address [From emailId] .  
    Limitation
    : I don't have Passwords of mailboxes , so i gave all mailbox access permission  to one user , then i completed this   service using below code.
     But now, Client
    not willing to give Mailbox Permissions to one user because of security problems.
    How can i do this without passwords and without giving permissions to other user ?
    i don't want all mailbox access , i just need only
    access Mail Subject , Body and Sender mail address .
    How can i achieve
    this ?
    Process i follow
    => I created new user in server , and then i gave full permissions of all Mailboxes to newly created user[ex: james] in database level.
         i use below command for giving permissions in database level.
    Get-MailboxDatabase -Identity <Database Name> | Add-ADPermission -User <User> -AccessRights GenericAll
     => using below code i am searching unread mails of all user Mailboxes and then getting Subject, body and Sender Email            address . here i am have list of users,
    ExchangeService service = new ExchangeService(ExchangeVersion.Exchange2013);
    service.Credentials = new WebCredentials("[email protected]", "password");
    service.AutodiscoverUrl("[email protected]");  foreach (Object obj in usersList) // here i have Mailbox users list in usersList
                 { var userMailbox = new Mailbox(obj.user);
    var folderId = new FolderId(WellKnownFolderName.Inbox, userMailbox);
    SearchFilter.IsEqualTo filter1 = new SearchFilter.IsEqualTo(EmailMessageSchema.IsRead, false);
    var itemView = new ItemView(50);
    var userItems = service.FindItems(folderId, filter1, itemView);
    foreach (var item in userItems)
    item.Load();
    var senderEmail = ((EmailMessage)item).From;
    var subject = item.Subject;
    var body = item.Body;

    You would need to check that possibilities via WebServices but suggest you to post this in Development forum to get help from programmers....
    http://social.technet.microsoft.com/Forums/office/en-US/home?forum=exchangesvrdevelopment
    Blog |
    Get Your Exchange Powershell Tip of the Day from here

  • Index does not exist error while running the query

    Hi Everone,
    I am facing some problem when i try to tun the query in BEx. When i run the query, it is giving the error "Index does not exist".  Please help me out.
    With Regards
    Pavan
    Edited by: PavanRaj_S on Mar 3, 2010 4:50 AM

    Hi,
    If you facing index problem go to mange create the index and you want to know what are all the infocubes not maintained index go db02 you can find out.
    Regards
    sivaraju

  • Outlook 2007 Calendar Permissions

    Hello
    Ever since changing from exchange 2010 to exchange 2013 all of our users have issues with giving permissions and sharing their calendars.
    We have realized that when giving/doing the permissions on outlook 2010 it works. When doing this on 2007 errors and given permissions are not working/sticking/staying.
    Is there something that i am missiong? Or is it simple case of 2007 being too old to work properly with exchange 2013?
    Thank you kindly for all replies.
    Regards,
    M

    Hello
    tip: https://support.microsoft.com/en-us/kb/2836889
    sorry my english

  • KM repository permissions

    Hi all,
    I have created my own file repository with security manager <b>ACL sesurity manager</b>.i have given the permissions according to <b>SAP Note 599425</b>.
    But when I am creating a user with c<b>ontent admin</b> ,and giving permissions for my document as  <b>READ</b>.Then also that user has the<b> Full control</b>  on the document.Its not following the permissions set in KM content -permissions-details.
    Any help will be appreciated  .
    Thanks in advance.

    Hi Manish,
    When you give the content_admin role to the user with read access it overrides the permissions set in the repository.
    Best possible solution is a combination of two earlier replies.
    1)Create a NAvigation View of your Repository.
    2)Add that to a role and assign that role to the user.
    I have implemented this in my solution and it is working fine.
    Creating the navigation iview will give you the liberty to modify layout as per user/role.
    Please revert back in case of any issues.
    Regards,
    Sumit

  • Apache serving bin files instead of default index

    I was trying to set up Postfix and Mailman today, and I seem to have broken Apache in the process. I installed Postfix and Mailman as in the wiki, but after configuration of Mailman I tried accessing the web server, and the server gave me a bin file instead of the home page. I assumed something in my configuration messed things up, so I deleted all configuration for both Postfix and Mailman, removed the packages, and restarted Apache. However, it is still giving me bin files when I access my Apache sites I had set up previously, so something is still around.
    For additional details, I do get the correct file if I give it the full path. So, vhost.domain.com/index.php and domain.com/index.php work just fine, but just host.domain.com or domain.com does not work properly. I also get the correct results for any subdomains I do not have configured as a virtual host in Apache. So abc.domain.com, aaa.domain.com, etc all work fine. Everything also works properly if I access the server through my internet or local network IP address, so it definitely seems to be an Apache host configuration issue.
    The Mailman configuration does have the line ScriptAlias / "/usr/lib/mailman/cgi-bin/listinfo", so maybe that broke the root somehow, but I assumed removing the configuration and restarting everything would get rid of that.
    Does anyone know what I should check to figure out why Apache is processing a bin file instead of giving me the index.php file in /srv/http?

    So it seems that it is now working. I restarted my computer fully so I guess something was being held and wasn't cleaned up properly by restarting Apache.

  • "index.numbers" can't be opened

    I have upgraded my MacBook Air 2012 to Mavericks, and then upgraded to Numbers 3.0 from whichever version I had before (bought a few months ago). One of my Numbers spreadsheets now refuses to open, giving the message ““index.numbers” can’t be opened.” when I try to open it on iCloud or on my local disk, but “Quick Look” works OK. The spreadsheet is very simple — 300 rows by 4 columns, numeric data + one formula per row, one chart — and it would suffice to recover just the numeric data, because I could reconstruct the rest myself.
    Any suggestions?

    OK, I'll answer my own question.
    Eventually, I discovered that I should use Time Machine to restore my previous version of Numbers (version 2.3) to a convenient place. Using Numbers 2.3, I then discovered that the chart in my "problem" spreadsheet was the cause of its incompatibility with Number 3.0 - i.e. when I used Numbers 2.3 to delete the chart in the spreadsheet, then Numbers 3.0 could open this modified version of the spreadsheet.
    Problem solved!

  • Project Server 2010 - Project Permissions - Users and Groups filter is not working

    Hi,
    While giving permissions from project center ribbon on a project - Users and Groups filter is not working, we are not able to filter any user.
    I am not sure why this error is occurring  i tried giving permissions by opening the project  but still the same filtering is not happening. Below is the screen shot
    We have installed Service Pack 2 and June 2014 CU recently will this effect ?
    Can any one throw some light on this??
    Geeth If you feel that the answer which i gave you is Helpful please select it as Answer/helpful.

    Hi Geetha,
    Which IE version are you using? First I'd try to add the URL to the compatibility mode sites, then to the trusted sites (if it is not done already). Then I'd try to set the default browser as IE8 or 9 (pressing F12, developer tool).
    Hope this helps,
    Guillaume Rouyre, MBA, MVP, P-Seller |

  • Insufficient permissions for installing flash player... plz help me

    Hi, I am having trouble installing flash player.
    OS - Windows XP (sp3)
    Software - Flash Player 10.1
    Issue - Insufficient permissions to write a file in C:\WINDOWS\system32\Macromed\Flash\FlashUtil10l_Plugin.exe:5
    I am a system admin and I have all the permissions.
    Gone through various trouble shooting methods like, uninstalling, giving permissions e.t.c
    Please help me, I am trying to install from 3weeks and not able to fix this.
    Please help me.
    Thanks
    Ravi

    Hi,
    Once again thank you for your time, I am sending you the files please have a look at them.
    They are
    1. Flash 10l.ocx
    ActiveX Control
    5,930kb
    2. FlashInstall
    TextDocument
    2kb
    Inside the text document it is like this:
    =O====== M/10.1.102.64 2010-12-07+22-04-51.691 ========
    0000 00000010 "C:\Documents and Settings\All Users\Application Data\NOS\Adobe_Downloads\install_flash_player_ax.exe"
    0001 00001036 Software\Macromedia\FlashPlayer\SafeVersions/10.0 2
    0002 00001036 Software\Macromedia\FlashPlayer\SafeVersions/10.0 2
    0003 00001037 SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Adobe Flash Player ActiveX/ 2
    0004 00000013 C:\WINDOWS\system32\Macromed\Flash\Flash10l.ocx
    0005 00000015 C:\WINDOWS\system32\Macromed\Flash\FlashUtil10l_ActiveX.exe
    0006 00001031 C:\WINDOWS\system32\Macromed\Flash\FlashUtil10l_ActiveX.exe:5
    0007 00000016 C:\WINDOWS\system32\Macromed\Flash\FlashUtil10l_ActiveX.dll
    0008 00001026 C:\WINDOWS\system32\Macromed\Flash\FlashUtil10l_ActiveX.dll 126
    =X====== M/10.1.102.64 2010-12-07+22-05-16.095 ========
    Thanks
    Ravi

Maybe you are looking for