CE 7.2 Permissions issue when system restart/bounce

Hi All, we have just got CE7.2 system. I have created a custom developer group and added to Portal Content Folder permissions, granting full control to developers. Issue is when we bounce/restart the system the permissions that I modified for Portal Content Folder dissappears and reset to standard SAP settings.
Please advide if you know what might be causing this.
Thanks,

Dear Mohammed
The problem you mentioned is casued by this:
the initial permissions are being recreated on each server restart.
So the permissions set by you manually are lost after server restarting.
To prevent this: please login the system with an admin user:
http://<host>:<port>/nwa   ->  Configuration Management  ->  Application Modules,
here look for the "com.sap.portal.initialPermission" module,
and manually change the property "run" to "false".
Don't forget to save the change.
Afterwards, your customized permissions shouldn't be lost again with server restarting.
Best Regards,
Thunder

Similar Messages

  • System Restart/Bounce

    Hi All,
    I have a question regarding the advantages or benefits of system restart/bounce. Does this increase system performance? How?
    Thank you all and Happy Holidays!
    BR,
    Eco

    have a question regarding the advantages or benefits of system restart/bounce. Does this increase system performance? How?
    You will not help to increase performance by restarting/bouncing. Rather performance will be degraded for sometime until buffers are filled back. Think from SAP memory management perspective and you will understand more regarding buffers.
    I would refrain from restarting the servers unless it is necessary to do so.

  • JCO  connection getting expired when system restart...

    Hi experts,
               I configured the JCO connection.It worked at first time..when i restart the system...It gives the following error
    com.sap.mw.jco.JCO$Exception: (102) RFC_ERROR_COMMUNICATION: Connect to message serverhost failed Connect_PM  TYPE=B MSHOST=Hostname GROUP=SPACE R3NAME=D MSSERV=sapmsDEV PCS=1 ERROR       hostname '?' unknown TIME       
    Fri Dec 21 04:25:25 2007 RELEASE     640 COMPONENT   NI (network interface) VERSION     37 RC -2 COUNTER     1
    I have to configure the jco connection each and every time when restart the system..Please tel me what may be the reason..
    Thanks & Regards
    Mathi

    Hi Mathi,
    Did u add the the sapgw<instance> 3600\tcp in the services file of the path mentioned above.
    If so can you atleast ping the Destinations created by you successfully?
    If everything goes on well then a final option would be tryingto Restart the Server.
    Also to analyse the problems caused by JCO this manual should be helpful for you.
    http://help.sap.com/saphelp_nw04/helpdata/en/f6/daea401675752ae10000000a155106/content.htm
    Regards,
    Nagarajan.

  • Permissions issues when getting started

    Hi, I'm trying to create a test "Hello World" app on our IIS server.  When the user clicks a button a pop up should say "Hello World!", which is a string returned by a WCF web service on the same server.  I have no problem getting the service to work on an aspx page.  But in Flex debugger I get the error:
    [SWF] /TestProject2/TestProject2.swf - 1,110,380 bytes after decompression
    Warning: Domain our-server.local.ourserver.com does not specify a meta-policy.  Applying default meta-policy 'master-only'.  This configuration is deprecated.  See http://www.adobe.com/go/strict_policy_files to fix this problem.
    Error: Request for resource at http://ftp-server.local.mycompany.com/Service_Upload.svc/basic by requestor from http://upload.mycompany.com/TestProject2/TestProject2.swf is denied due to lack of policy file permissions.
    *** Security Sandbox Violation ***
    Connection to http://our-server.local.mycompany.com/Service_Upload.svc/basic halted - not permitted from http://upload.mycompany.com/TestProject2/TestProject2.swf
    I've created a crossdomain.xml file and tried various settings to try to open up access, including adding *.mycompany.com *.local.mycompany.com, etc., and at the moment I'm using this.
    <?xml version="1.0"?>
    <!-- http://upload.mycompany.com/crossdomain.xml -->
    <cross-domain-policy>
        <allow-access-from domain='*' to-ports='*' />
    </cross-domain-policy>
    No matter what I do I get the permissions error when my Flex app calls the following function:
    <![CDATA[
    import com.mycompany.HelloResultEvent;
        import com. mycompany.Service_Upload;
        import mx.controls.Alert;
        public function sayHello():void {
            var service:Service_Upload = new Service_Upload();
            service.addhelloEventListener(
                function (event:HelloResultEvent):void {
                    Alert.show(event.result);
            service.hello();
    ]]>
    I got a demo project to call an external service.  Why am I getting this permissions error on my own server, especially when the service and the swf are on the same server and the crossdomain.xml seems to clearly open up permissions?

    Hi Louellen
    After you go to 'eprintcenter.com' and click the sign in button there will be another window with a sign up button, after you sign up it will ask for the printer code.  After that you will be asked if you want to customize your printers email address.
    If I have solved your issue, please feel free to provide kudos and make sure you mark this thread as solution provided!
    Although I work for HP, my posts and replies are my own opinion and not those of HP.

  • Permissions issue when seeing DVD drive in Encore

    Hi,
    I currently have an issue when using CS4 Premiere Pro Encore in that I can see the DVD drive available (build) when I have admin rights to the machine, but when I change those admin rights to Power User, the DVD drive is not seen by Encore. I am using the Roxio DE 10.3 (Dell's cut down version) as a DVD/CD writing software.
    I would be very grateful for any help on this issue.

    As far as I know, Premiere/Encore REQUIRE Aministrator right to operate fully
    Also...
    Things and Software to AVOID when authoring/burning a DVD
    Read all links/sub-links to create a "best" burned disc
    Start --> http://forums.adobe.com/thread/608660?tstart=0
    Plus a Microsoft note http://support.microsoft.com/kb/314060
    Plus...
    Encore Roxio component problem http://forums.adobe.com/thread/400484?tstart=0
    More on Encore and Roxio http://forums.adobe.com/thread/528582?tstart=0 or direct to
    http://kb.roxio.com/search.aspx?URL=/content/kb/General%20Information/000070GN&PARAMS
    Long File Names Cause Crashing http://forums.adobe.com/thread/588273
    Encore Tutorial http://www.precomposed.com/blog/2009/05/encore-tutorial/

  • Mac Permissions issue when Runtime already installed

    Situation...
    I am writing an Adobe AIR Application using CS5.5 and AIR 2.6. I use the NativeProcess.start() to call a program which handles our licensing. NativeProcess supported requires the NativeInstaller. On the Mac (10.6.3 Snow Leopard), this is a DMG files produced on the command line with adt and the air file generated by CS5.5.
    This all seems to work just fine when I install completely from scratch (Adobe AIR Runtime NOT yet installed on the target machine). The installation process requires my admin password, everything installs just fine, and everything works just fine.
    The problem begins when I install to a target machine which already has Adobe AIR Runtime installed. I note that no password is requested by the OS during installation, and during runtime, the NativeProcess.start() call throws exception Error: #3219. I took a look at the permissions of the program which handles our licensing. Our license supports says to expect the following: -rwxr-xr-x (3 x's). However, I only see -rw-r--r-- (no x's).
    Is there a way to require an Adobe AIR Application, which is being installed on a machine that already has AIR Runtime, to require the password from the user during installation? Or at very least, to have the right executable permissions?
    Thanks!

    Our application uses a licensing service to prevent illegal copies being run. The licensing service is realized through an executable which pings a server in order to activate the serial code entered by the user. In the AS3 code, we use Adobe AIR 2.6's NativeProcess support to call NativeProcess.start(), trigging that executable to perform said ping. The executable is included in the AIR file, which is converted into a Native Installer (DMG) via the adt command provided by the Adobe AIR SDK for Mac.
    While I'm not able to provide you with a build at this time, I'm confident that if you simply attempt to launch an executable from a Mac via an Adobe AIR Application, you will easily reproduce this issue. Just to be sure, here are my specifics again:
    Original AIR File:
    Windows XP
    Adobe Flash CS5.5
    Adobe AIR 2.6
    Generate the AIR file
    Native Installer:
    Mac Snow Leopard 10.6.3
    Adobe AIR SDK for Mac
    Use the AIR file to generate the DMG file

  • File permissions issue when putting a file into another person's Drop Box

    I frequently drop files from my Mac into a co-worker's Drop Box on her Mac. When I do so, however, the files are inaccessible to her until she does a Get Info and changes the owner to herself.
    I've done file sharing of this sort between many different Macs before, but this is the first time I've ever seen someone have to alter file permissions on a file I gave to them--every single time. How can I avoid this problem?
    We're both running 10.4.9.
    Thanks very much.
    MacBook 1.83GHz   Mac OS X (10.4.9)  

    I too have noticed this behaviour with the drop box and find it irritating. I don't use it much so I haven't investigated a solution, but your colleague could try opening Terminal from her admin account and entering these commands:
    sudo fsaclctl -p / -e [this enables ACLs on her boot drive]
    The below two lines can be pasted in at the same time (replacing "mary" with her short user name):
    sudo chmod +a "mary allow delete,chown,list,search,add_file, \
    addsubdirectory,delete_child,file_inherit,directoryinherit" ~mary/Public/Drop\ Box
    That should allow her to have full access to any files put into her drop box. Rebooting might be necessary for the ACL settings to take effect.
    Disclaimer: AFAIK this should work because I have gotten similar things working before. But I have not tested this specific solution.
    FWIW, it might be easier to just e-mail her the file instead.

  • Permissions issues when copying folders from desktop to server

    I am administering folders via AFP/SMB on a server. Some of the users will copy the child folders to their desktop and then back to the server at the end of the day. We constantly run into problems with the POSIX permissions being changed to read only for the group and others. There is an ACL on the parent folder that grants read and write but doesn't seem to be effective. Server and clients are 10.6.8. Files within the folders are mostly .xlsx. Any thoughts would be appreciated!

    When a folder is copied from one place to another whether it's from a server to a client or from a client to different location on a client, the ownership of the folder changes to that of the user that did the copy. Moreover, the permissions on the folder change to the preset umask. (usually 755 for folders.. Owner - rwx, group r-x, everyone else r-x.
    While this is not what you want it is behaving properly.
    What you need to do is to have your users get info on their folder after they've copied it and set the "everyone" permission to read and write. Or better yet show them how to add users or groups to the acl of their folder.
    It seems like a hassle, but imagine the security implications if users folders were by default, read and write access by everyone.
    Alternatively You can defeat this problem by having users NOT copy the folder back to the server. Just the excel file. When they're done editing it, have them save it with something different as a name that represents a revised file. Then copy it back to the server by itself.
    You'll end up with a folder full of excel files, but it's not so bad considering the version history record!
    Hope that helps!
    -Graham

  • Permissions issues when trying to import CD

    When I try to import a CD to iTunes, it gives me the following error message :
    "Error occurred while converting the file "SONG NAME". You do not have enough access privileges for this operation."
    - iTunes could not save to your Music Folder and folders in your Music Folder, then converting this file again
    THEN when I go to the info within the music folder to correct the permissions, it gives me another error message :
    :" The operation cannot be completed because you do not have sufficuent privileges for some of the items"
    the account I'm trying to do this from is the administrator account, so I'm not sure how to fix this so that I can import CDs again. Any help would be greatly appreciated!

    You are not the first person to report this problem. I have had similar if not the same problem. I wanted to share files between users on the same computer. So I set up a shared folder for putting all music. In the preferences of iTunes I pathed to the same shared folder.
    I made sure that the folder (and all sub-folders) had read/write permissions for me and the other user (wife). Now I can not import tracks of a CD into iTunes as I get the message that I don't have sufficient permissions! So I have gone into the disk utility to repair permissions. Still it doesn't work for me but oddly enough, my wife CAN import tracks into iTunes (pathed to the same location) when she is logged in.
    I've searched for such in support and discussions and thought I have found others who noted the same problem no solutions have yet been posted.

  • Hard Drive Icon ReAranged when system restarts

    When ever my PowerMac and iMacs are shut down/restarted the hard drive icon always seems to move to random places on the desktop. Is there anyway to fix this?

    My screen seems to get a bit of reshuffle too. You might try using cmd (apple) down while you adjust things one at a time. That will lock them to the grid and maybe they will stay in place. I am not willing to restart to test it but I did see minor shifts in position, nice vertical array w uniform spacing, when I just tried it. See if that helps.
    If so, I too like stars. Good Luck, JP

  • [Solved] Permissions issues when updating AUR package.

    Hi there,
    Today i was trying to update some of my AUR packages, but all I got is "Error - all files must have permissions of 644 or 755."
    It isn't very clear to me, i've changed all the files/directories permissions and i'm still getting this error so I gave up, i don't know what's going on, i've doing the same package process for a while with no problems.
    I can see the SRC file is compressed as root (root/root), I did a fresh Arch install three days ago to use all my hard disk drive (i was dualbooting), so I don't know if that could be the problem, I've changed my user's primary group anyways.
    - https://pastebin.osuosl.org/14606/
    EDIT*
    I don't know why some of my backup files had 400 and 755 persmissions, i changed back to 644, i did it before... and it didn't work...
    Last edited by AbaddonOrmuz (2015-01-22 21:44:53)

    The source files must have 644 or 755 permissions. In your first paste, the source files have 777 permissions.

  • ITunes can't sync - permissions issues

    I am receiving permissions issues when trying to sync my iPhone with iTunes.  This just started in the last week. 
    Background: When we purchased the iMac, we imported users from an old system.  The user IDs were different.  I have had to reset users on several of the system files over time.  In this case, I can't determine which files need to be reset to allow my phone to be sync'd.
    The following errors are in the console messages.  I have also recreated the Address Book and set the user ID on it again to make sure it can sync.
    6/29/12 7:53:50 AM
    AppleMobileBackup[1103]
    ERROR: Backup message response: 104 Error writing status (MBErrorDomain/104). Underlying error: Permission denied (13) (MBErrorDomain/1).
    6/29/12 7:53:50 AM
    AppleMobileBackup[1103]
    ERROR: Backup error: -30
    6/29/12 7:53:50 AM
    [0x0-0x50050].com.apple.iTunes[1082]
    2012-06-29 07:53:50.139 AppleMobileBackup[1103:903] ERROR: Backup message response: 104 Error writing status (MBErrorDomain/104). Underlying error: Permission denied (13) (MBErrorDomain/1).
    6/29/12 7:53:50 AM
    [0x0-0x50050].com.apple.iTunes[1082]
    2012-06-29 07:53:50.139 AppleMobileBackup[1103:903] ERROR: Backup error: -30
    6/29/12 7:53:53 AM
    AddressBookSync[1107]
    [1115f0] |Miscellaneous|Error| SyncServices assertion failure (_flushCount > 0) in [ISDClientState enableFlush], /SourceCache/SyncServices2/SyncServices2-578.3/SyncServices/ISDClientState.m:18 1 too many enableFlushes
    6/29/12 7:53:53 AM
    com.apple.syncservices.SyncServer[1097]
    2012-06-29 07:53:53.735 AddressBookSync[1107:903] [1115f0] |Miscellaneous|Error| SyncServices assertion failure (_flushCount > 0) in [ISDClientState enableFlush], /SourceCache/SyncServices2/SyncServices2-578.3/SyncServices/ISDClientState.m:18 1 too many enableFlushes
    6/29/12 7:53:53 AM
    AddressBookSync[1107]
    AddressBookSync (client id: com.apple.AddressBook) error: Exception running AddressBookSync: [ISDClientState enableFlush]: too many enableFlushes
    6/29/12 7:53:53 AM
    com.apple.syncservices.SyncServer[1097]
    2012-06-29 07:53:53.736 AddressBookSync[1107:903] AddressBookSync (client id: com.apple.AddressBook) error: Exception running AddressBookSync: [ISDClientState enableFlush]: too many enableFlushes

    Not sure what does not recognize apps means.
    This is an error message you see when syncing your iPhone with iTunes?

  • Datasources getting deactivated after system restart

    Hi,
    We are facing a issue while system restart the datasources are getting deactivated.
    Can anyone let me know where to check to debug this issue.
    Thanks & Regards,
    Ankur Deshpande
    P.S: Points will be awarded

    Hi Ankur,
    We too are facing the same error.
    Br,
    Praby

  • How to creating a application that starts  when system start ups

    plz help
    i creating a scheduler application.
    i want it to make it like , it should start automatically whenever the system restarts
    Plz help me

    hi ,
    I tried Java service wrapper
    I got a Frame2.class i.e. in c:\1\Frame2.class
    it just creates a simple Frame window
    say i am using it as a appplication ( Frame2.class)and need it to be start when system restarts, and run it 24x7
    Frame2.java:
    import java.awt.*;
    import java.awt.event.*;
    public class Frame2 extends Frame {
    private Closer Handler;
    Frame2 () {
    Handler = new Closer ();
    setTitle ("Frame Example");
    setSize (300,120);
    addWindowListener (Handler);
    setVisible(true);
    public static void main (String args[]) {
    Frame f;
    f = new Frame2 ();
    class Closer extends WindowAdapter {
    public void windowClosing (WindowEvent event) {
    System.exit (0);
    Now i downloaded wrapper 3.2.3
    Then,
    1) copied bin and conf folder from wrapper3.2.3/src/bin & wrapper3.2.3/src/conf folder to c:\1\
    2)copied Frame2.class from C:\1\ to c:\1\bin\ folder
    3) copied Wrapper.exe from wrapper 3.2.3/bin/ folder to c:\1\bin\ folder
    4) Renamed files App.bat - Frame2.bat,
    InstallApp-NT.bat - InstallFrame2-NT.bat
    UninstallApp-NT.bat - UninstallFrame2-NT.bat
    SimpleInstallApp-NT.bat - SimpleInstallFrame2-NT.bat
    SimpleUninstallApp-NT.bat - SimpleUninstallFrame2-NT.bat
    SimpleApp.bat - SimpleFrame2.bat
    AppNoWrapper.bat - Frame2NoWrapper.bat
    5) And renamed the c:\1\conf\wrapper.conf.in to wrapper.conf
    ( I haven't changed any thing in the wrapper.conf file)
    6) then i executed the Frame2.bat (double clicking it)
    i got this error
    wrapper | --> Wrapper Started as Console
    wrapper | Launching a JVM...
    jvm 1 | java.lang.NoClassDefFoundError: org/tanukisoftware/wrapper/test/Main
    jvm 1 | Exception in thread "main"
    wrapper | JVM exited while loading the application.
    wrapper | Launching a JVM...
    jvm 2 | java.lang.NoClassDefFoundError: org/tanukisoftware/wrapper/test/Main
    wrapper | Wrapper Process has not received any CPU time for 17 seconds. Extend
    ing timeouts.
    jvm 2 | Exception in thread "main"
    wrapper | JVM exited while loading the application.
    7) and then I executed InstallFrame2-NT.bat
    i got error as
    wrapper | CreateService failed - The specified service already exists. (0x431)
    Press any key to continue . . .
    Plz help what should i do to put it on the windows service control panel i.e. to make it start automatically
    Edited by: venkat_walking on Jul 9, 2008 12:38 PM
    Edited by: venkat_walking on Jul 9, 2008 12:40 PM

  • Permissions Issue saving to Home Directory on Server 2008 R2

    I have a lab of 10.5 iMacs connected to our domain through active directory. When the students log in, their network home directories (hosted on Win Server 2008 R2) mount on the desktop. The students are having permissions issues when saving to these directories. For some odd reason, the students can save files created in Word, but not files created in Excel. We have separate shares on the same server for our teachers - Hand In and Hand Out. The students are unable to copy files from the Hand Out folders to their home directories because they get the same permissions error message.
    Last year as a work around to this issue we gave the students full control of their home directories. We do not want to continue doing this because then the students can change the permissions on their home directories. The standard in our district is to give the students "modify" control.
    We have 10.4 macs set up in this exact same manner and we do not have any permissions problems. This only seems to affect the 10.5 macs. Thanks!

    Hi Rolf,
    I understand the confusion.
    So the answers to your questions first.
    It was suggested to me to get CR2008 but I heard 2008 will not be supported much longer, is that correct?
    Patch support ends for CR 2008 on December 31, 2015.
    If I install 2008 will I use a different reference in my application instead of 11.5.3700.0 ?
    Yes. Crystal Reports 2008 is version 12.0 product and all CR 2008 assemblies are of 12.0 version. So your references would be 12.0
    What needs to be installed on the 2008 server and what will the IIS setting be (running as 32 bit)?
    .CR 2008 runtimes (of appropriate SP) should be installed on the server. CR 2008 only has 32 bit runtimes so make sure IIS is running under 32 bit.
    Morever,
    Few things to do while migrating on dev machine.
    - Open the project in either VS 2005 or VS 2008.
    - Remove all earlier references (11.x).
    - Assign new CR references (12.0) and recompile the app.
    - Not to forget, upgrading your reports to CR 2008 by opening them in CR 2008 designer and checking if everything is working as expected.
    - Bhushan
    Senior Engineer
    SAP Active Global Support
    Follow us on Twitter
    Got Enhancement ideas? Try the SAP Idea Place
    Getting started and moving ahead with Crystal Reports .NET applications.

Maybe you are looking for