Error in permission editor

Hello,
when I open the permission editor of a workset or a role in properties in the Content Administration --> Portal Content I always get the error message:
Portal Runtime Error
An exception occurred while processing a request for :
iView : pcd:portal_content/com.sap.pct/admin.templates/iviews/editors/com.sap.portal.aclEditor
Component Name : com.sap.portal.admin.acleditor.default
The log files display the following:
ERROR: updateParentData - aclHandle is null for objectID - null
and
com.sapportals.portal.prt.component.PortalComponentException: Error in service call of Portal Component
Component : pcd:portal_content/com.sap.pct/admin.templates/iviews/editors/com.sap.portal.aclEditor
Component class : com.sap.portal.admin.acleditor.ACLEditor
If I open the permission editor of an iview or a page it works successfully.
Does anyone has a solution for me?
Thanks a lot in advance.
Kind regards,
Sven

Did you discover a resolution to this issue?  We are facing the same problem with editing role and workset permissions.
Thank you!

Similar Messages

  • JE Error: No permission to read enviornment variable JOLT_BINDADDR

    hi,
    The problem:
    when running: appletviewer RE.html, after inputing the server address and port, the applet gave the information: bea.jolt.SessionException: Cannot connect to any //135.125.18.148:6101.
    Reason:NwHdlr: Cannot open socket.
    and the shell gave the error: No permission to read enviornment variable JOLT_BINDADDR
    ubb:
    JSL SRVGRP=JSLGRP SRVID=601 MIN=1 MAX=1 REPLYQ=Y MAXGEN=2 CLOPT="-A -- -n //135.125.18.148:6101 -m 10 -M 10 -x 2"
    JREPSVR SRVGRP=JREPGRP SRVID=602 MIN=1 MAX=1 REPLYQ=Y MAXGEN=2 RESTART=Y CLOPT="-A -- -W -P /bea/tuxedo/udataobj/jolt/repository/jrepository" MAXGEN=2
    and the services have started successfully:
    tuxedo 24113 1 0 Sep 01 ? 0:26 JSL -C dom=interface_test -g 6 -i 601 -u ...
    tuxedo 23362 1 0 15:08:29 pts/28 0:00 JREPSVR -C dom=interface_test
    thanks a lot,
    Sunny
    Edited by: user10914679 on 15 sept. 2010 01:27

    Hello,
    You need to modfiy java policy file(lib\security\java.policy) to grant some permissions on java appletviewer side.
    1) connect permmision for outside connection.
    Please make sure SocketPermssion has "connect" entry like this:
    permission java.net.SocketPermission "*", "accept,connect,listen,resoven";
    At least you need to have "connect" permission to outside address when using Repositry editor.
    2)read permission for JOLT_BINDADDR
    But this is not essential if you don't use JOLT_BINDADDR
    Please add following entry.
    permission java.util.PropertyPermission "JOLT_BINDADDR", "read";
    Thanks,
    -Masa

  • OS command error=13, Permission denied in File Adapter

    Hi All,
    I am trying to call the OS commands in File adaper, when i check the Audit log i am getting Error exectuting the command. the same command when i check in OS its working fine.
    i have collected the debug log and i can see the message saying
    Catching #1#java.io.IOException: java.io.IOException: error=13, Permission denied
         at java.lang.UNIXProcess.<init>(UNIXProcess.java:148)
         at java.lang.ProcessImpl.start(ProcessImpl.java:65)
         at java.lang.ProcessBuilder.start(ProcessBuilder.java:451)
         at java.lang.Runtime.exec(Runtime.java:591)
         at java.lang.Runtime.exec(Runtime.java:429)
         at java.lang.Runtime.exec(Runtime.java:326)
         at com.sap.aii.af.lib.util.system.CommandLauncher.exec(CommandLauncher.java:64)
         at com.sap.aii.adapter.file.util.OSCommand.exec(OSCommand.java:58)
         at com.sap.aii.adapter.file.util.OSCommand.exec(OSCommand.java:33)
         at com.sap.aii.adapter.file.File2XI.processFileList(File2XI.java:991)
         at com.sap.aii.adapter.file.File2XI.invoke(File2XI.java:622)
         at com.sap.aii.af.lib.scheduler.JobBroker$Worker.run(JobBroker.java:500)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:169)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:266)
    I hope the problem with problem XI communication with OS level, Could you pls suggest me the problem?
    Thanks,
    Venkat

    Hello!
    You can see more information about os command using the file adapter in SAP note:
    #841704 - XI File & JDBC Adapter: Operating system command
    o  The command line of an operating system command run through the
       File and JDBC Adapter is interpreted slightly different compared
       to common operating system shells. E.g. quotes and apostrophes
       are handled differently. If in doubt, check if the command can be
       successfully run through the Java Runtime.exec(...) API. Also
       note that the command is run as user "<sid>adm" (Unix) /
       "SAPService<SID>" (Windows).
       Under Windows, this especially means that you cannot use any
       shell commands interpreted by teh command processor (such as
       "copy", "ren" or "del") using the operating system command.
    Best regards,
    Franklin

  • Linux error :13 permission denied.

    Hi ,
    When I am trying to create a database I am getting the following errors.
    ORA - 01501 Create database failed.
    ORA-00200 Control file couldn't be created.
    ORA -00202 Control file :'/disk1/oradata/DEMO/CONTROL1.ctl'
    ORA-27040 skgfrcre: create error, unable to create file.
    Linux error 13: Permission denied.
    Here I could see the directory exists.
    I have changed the permissions to chmod 6751 $ORACLE_HOME/bin/oracle.
    What else could be the possible error am I making?
    Thanks,
    Radhika.

    Hi ,
    When I am trying to create a database (change default password), using sapinst, I am getting the following errors.
    27-OCT-2006 16:16:50 * (CONNECT_DATA=(SID=SSM)(GLOBAL_NAME=SSM.WORLD)(CID=(PROGRAM=sqlplus@spank)(HOST=spank)(USER=ssmadm))) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.168.23.9)(PORT=12960)) * establish * SSM * 12518
    TNS-12518: TNS:listener could not hand off client connection
    TNS-12546: TNS:permission denied
    TNS-12560: TNS:protocol adapter error
    TNS-00516: Permission denied
    Linux Error: 13: Permission denied
    What else could be the possible error am I making?
    Thanks,
    Edoardo Carletti

  • [not solved] Error opening the editor - assertion failed

    Hello everyone,
    I began a project under Linux with Eclise and Flex builder alpha build 3.0.204732.
    Everything's going fine under Linux but then, I wanted to access my project from Windows using Flex builder 3.0.2.214193.
    If I do that, I receive the error: "Error opening the editor. Reason: Assertion Failed:"
    Could you help me?
    Thanks a lot

    up

  • How can I correct the error Write Permission Open so that I can finalize a project in I Movie?

    How can I correct the error Write Permission Open so that I can finalize a project in I Movie?

    Post in the iMovie forum.

  • Property editor, Permission editor and security zone

    Could anyone let me know what different between <u>Property editor, Permission editor and security zone</u> when we build the new role in portal and have to go through these three for setting up. Could you compare them with creating new role in R/3 system?
    Thank you so much and sorry to bother you guys.

    Hi,
    Property editor is the editor which shows a list of properties of any pcd object like iView property or page property etc. Using this, u can edit the properties of the pcd object.
    http://help.sap.com/saphelp_nw2004s/helpdata/en/9e/7d9713087311d7b84600047582c9f7/frameset.htm
    Permission editor is the editor where u can change the permission level for particular application or portal content objects like read/ write permission, end user permission etc. So using this, u can set permissions for different users to access different pcd objects.
    http://help.sap.com/saphelp_nw2004s/helpdata/en/5b/0fab1b76984ed0944d5c732cfad1b2/frameset.htm
    Security zone mentions the level of portal security like low, high etc.
    http://help.sap.com/saphelp_nw2004s/helpdata/en/25/85de55a94c4b5fa7a2d74e8ed201b0/frameset.htm
    Regards,
    Vijai

  • I get this error msg - Permission denied for to webpage get property XPCComponents.classes

    A couple of days ago I started geting the error msg -Permission denied for to <webpage> get property XPCComponents.classes. It happens with every webpage I visit. If I hit the x in the upper righthand corner I can then access the page. This doesn't have in IE. Any ideas how I could fix this and why it started happening?

    Try the Firefox SafeMode to see how it works there. <br />
    ''A troubleshooting mode, which disables most Add-ons.'' <br />
    ''(If you're not using it, switch to the Default Theme.)''
    * You can open the Firefox 4.0+ SafeMode by holding the '''Shft''' key when you use the Firefox desktop or Start menu shortcut.
    * Or use the Help menu item, click on '''Restart with Add-ons Disabled...''' while Firefox is running. <br />
    ''Don't select anything right now, just use "Continue in SafeMode."''
    ''To exit the Firefox Safe Mode, just close Firefox and wait a few seconds before using the Firefox shortcut (without the Shft key) to open it again.''
    '''''If it is good in the Firefox SafeMode''''', your problem is probably caused by an extension, and you need to figure out which one. <br />
    http://support.mozilla.com/en-US/kb/troubleshooting+extensions+and+themes
    ''When you figure out what is causing that, please let us know. It might help other user's who have that problem.''
    If you look in the Error Console for that '''XPCComponents.classes''' error, there should be a '''Source file: chrome://''' address which might give us information related to which extension is causing that message.
    Firefox button > Web Developer -> Error Console or just use {Ctrl + Shft + J} from the keyboard

  • Transaction RZ10 fails, unknown error calling profile editor.

    I tried to create a new Instance Profile in the default client 001, got some warnings and errors that some entries were not recognised (including 'login/no_automatic_user_sapstar')  however managed to save the changes. Now when trying to execute the transaction RZ10 again, i get the error message "Unkown error calling profile editor. Is there a way to fix this problem is so please let me know how. Please note this a personal system and i happen to be the 'basis team' so please assist.

    The contents of my DEFAULT.PFL file looks as shown below. I still get the error "Unkown error calling profile editor". Is anything wrong about the entries in the file?
    SAPDBHOST = nextgen
    j2ee/dbtype = sap
    j2ee/dbname = NSP
    j2ee/dbhost = nextgen
    j2ee/dbadminurl = http://nextgen:9999/webdbm?Server=nextgen&Database=NSP&User=control
    SAPSYSTEMNAME = NSP
    SAPGLOBALHOST = nextgen
    login/no_automatic_user_sapstar = 0
    SAP Message Server for ABAP
    rdisp/mshost = nextgen
    rdisp/msserv = 0

  • Java web start error running Asset Editor or any jnlp page

    When I try to launch Asset Editor or Import/Export or any of the jnlp pages that runs using Java Web Start, I get an error. Java 7 Web start starts but It throws “Could not connect to Server. Please check your Java Web Start and Browser proxy settings”.
    I read conflicting opinions on the internet as to what version of JRE/JDK is needed and potentially some issues running Java Web start with Java 7. I have 64-bit java 1.7.0_45 JDK/JRE installed and no other version. I tried installing 32-bit 1.7.0_45 as well. I have tried to run it from 32-bit as well as 64-bit browser also. All situations provide the same error.
    However, when I install JRockit, it seems to work fine. But we cannot use jrockit. We have to use IBM JDK/JRE 7 eventually. Currently, the java web start does not work on Oracle Java as well as IBM JRE.
    Any help is much appreciated.

    I found a solution for this problem. We have to apply patch 17634436.
    https://support.oracle.com/epmos/faces/ui/patch/PatchDetail.jspx?_afrLoop=149081897091441&patchId=17634436&_afrWindowMode=0&_adf.ctrl-state=xfsajjmff_74
    Just thought it will be useful for anyone encountering this problem.

  • Excel fails with unexpected error unless vba editor opened before running

    i have an excel macro which fails with an unexpected error unless i open vba editor first
    EXACT MESSAGE IS
    "MICROSOFT EXCEL HAS ENCOUNTERED A PROBLEM AND NEEDS TO CLOSE, WE ARE SORRY FOR THE INCONVENIENCE"
    I HAVE SENT AN ERROR REPORT many times, no response
    this prevents running as auto_open
    why?
    what initialization takes place by opening vba editor that does not take place with out doing so?

    As this is unusual behavior (not seen by most of us Excel users), and you indicate that it happens on multiple PCs (so it isn't something corrupt on just one machine), it seems likely that it is something specific to the code you are trying to run.
    It might be helpful if you post your code, and specifically where you are placing the code (personal.xlsb, a regular module, a class module, behind a specific worksheet, or behind the "this workbook" object).
    Also, how are you triggering the macro- are you running it from the macro dialogue box, a custom worksheet button, a userform, or something else?

  • Error while creating editor in forms

    hi friends,
    im trying to create an editor for job column .
    i have items empno,ename,job,sal,hiredate,mgr.
    im trying to create editor for job text item.
    backend plsql program i ve written as
    declare
    edid EDITOR;
    ival varchar2(100):='enter desg manager,analyst....';
    oval varchar2(100);
    res boolean ;
    begin
         edid:=find_editor('job_editor'); /*job_editor is editor created in the object navigator */
         if id_null then
              message('job editor not from.......');
         else
              show_editor(edid,ival,0,100,oval,res);
                   if res=true then
                   :emp.JOB:=oval;
              end if;
              end;
    after compiling this program unit im getting error
    encountered the symbol ";" when expecting one of the following:
    if
    Not sure whats wrong with the program...help !

    ID_NULL returns boolean value, true of false.
    It checks for the value and if it exists then returns true.
    if ID_Null returns true if value doesnt exist
    If ID not_null returns true if value exist.
    u need to declare id_null in the declaration.

  • Error in Logic Editor

    Hi,
    I want to create transactions using Logic editor of SAP xMII.
    Whenever i click on 'Link' option it gives error saying 'Exception has been occured'
    null.
    Same is case when i work on existing transacttions.
    Can anyone please help me in resolving this.
    Thanks in advance
    Regards,
    Shalaka

    Shalaka,
    Can you please confirm the version of xMII you are using? Also, can you tell me which version of the Sun JDK you are running on both the xMII server and the workstation you are working with the Logic Editor?
    Regards,
    Michael Teti

  • SQL Error in Query Editor

    Hello All,
    I am new to the Sun Java Studio Creator and in the tutorial Linking Components to Data tutorial.
    I created my own datasource which is a MS Access database.
    I have a simple look up table and I dragged the table onto the dropdown list as instructed and nothing happened. The dialog box the tutorial said would appear didn't appear.
    So I right clicked on the rowset added on to the page to get in the Query Editor.
    When opening the Query Editor, I get an error:
    Error Connecting to Database:
    java.sql.SQLException:[Microsoft][ODBC Driver Manager] does not support this function
    The SQL reads in the editor is something like this:
    SELECT ALL tableName.Column 1 FROM tblName
    Why does it automatically put the "All". Is that standard SQL? I don't think so. But I guess I could be wrong.
    I have not seen this used in other SQL. I've used T-SQL, PL/SQL, ACCESS SQL and never had I seen the "ALL" preceding the columns of the table.
    Quite frustrating when something as simple as a simple SELECT statement does not work when you're trying to learn a new tool.
    When adding the datasource, the test connection is fine. The query editor sees all of my tables in the MS Access database and all of the added table's columns.
    Am I missing a driver, or update to a driver? Or is this Sun's way of saying "Screw Your Microsoft database use something that we want you to use!!"
    Which is not pretty cool.
    I'm a newbie with this tool, but I have been coding for a while using MICROSOFT products. And have not had the same problems as this. Or at least getting help through documentation.
    I'm just venting here. I want to learn this tool. And when simple processes doesn't work. And documentation in why it's now working is hard to find, it gets quite frustrating.
    Anyone's help would be greatly appreciated.
    I truly appreciate your time for reading through my frustration.

    Hi,
    Please check the driver and also take a look at the link for "Supported Database Servers and JDBC Drivers"
    http://www.sun.com/software/products/jscreator/sysreq.xml
    regards
    MJ

  • Portal runtime error in Theme editor:Urgent

    Hi All,
    I am getting the following error when i am logging as a j2ee_admin user in Theme Editor and
    also when i click on theme transport it is not displaying any contents.
    Portal Runtime Error
    An exception occurred while processing a request for :
    iView : pcd:portal_content/administrator/super_admin/super_admin_role/com.sap.portal.system_administration
    /com.sap.portal.system_admin_ws/com.sap.portal.themes/com.sap.portal.theme_editor/com.sap.portal.styleeditor
    Component Name : null
    Page could not create the iView.
    See the details for the exception ID in the log file.
    the default trace is as below
    "application webdynpro/dispatcher Processing HTTP request to servlet [dispatcher] finished with error.
    The error is: java.lang.NullPointerException: null
    Exception id: [0003BA3630CD0076000005BF00005B3B00044B53786F03CB]
    The iview for theme editor does not exist . any clue how to over come this.
    Thanks & Regards
    santosh

    Hi All,
    Issue is resolved . Deleted one of the standard theme through system admin->support->support desk->theme and restarted the server.
    Regards
    Santosh

Maybe you are looking for

  • New skype install on Win 8.1 Crashes ALL the time

    Hi, OK - so I see that there are a few folk complaining of similar issues, so here is my specific problem : 1. New installation of Windows 8.1 (64) - Dell Laptop with 8G RAM and INTEL graphics 2. Before this - the m/c was running an older version of

  • A little frustrated with no ringer

    Okay, Has anyone found a way to click this or click that and make the ringer come back alive after it has quit working? I'm an Apple geek. Bought my first Mac in 1984. Bought my current PowerBook 5 months ago. I lost count of how many between. I have

  • [Solved] Boot error: /etc/rc.d/functions /etc/netcfg doesn't exist

    Hi everybody, Well, after a bit of playing around, wiki reading and trouble-shooting, i now have an automatic wireless connection at boot via netcfg2 and my wireless profile. Great stuff. By the way, whoever wrote this: http://wiki.archlinux.org/inde

  • Script to automatically duplicate files/folders?

    I can't search this on Google because of all of the "duplicate removal" scripts, so I'm asking: I have a folder that is changed very often that is not very large. I need to keep backups of it frequently (I'd say twice or thrice a day). Currently, I j

  • Transport Web Dynpro Java applications on 7.4

    Hi Experts We have couple of web dynpro java applications running on DEV EP 7.4 system. Now we need to move them to Test/Prod. What are the options to move these? Please note we do not use NWDI, so transport thru NWDI is ruled out. One option is to d