Cannot change icon UI property on node in hGrid's tree

Hi,
I created region of style hGrid (ID HGridRN).
Under HGridRN I created region of style tree (ID TreeRN).
Under TreeRN I have members and I want to set some dynamic property for nodeDef2 member.
HGridRN
__TreeRN
____members
______nodeDef1
______childNode1
________nodeDef2 <- I want dynamic icon on this node
________childNode2
I try to use next sequence of statements:
OAHGridBean hGridBean = (OAHGridBean)webBean.findIndexedChildRecursive("HGridRN");
OAWebBean treeBean = hGridBean.findChildRecursive("TreeRN");
*if (treeBean != null) {*
*..OATreeDefinitionBean nodeDef2 = (OATreeDefinitionBean)treeBean.findChildRecursive("nodeDef2");*
*..nodeDef2.setAttributeValue(ICON_ATTR, new OADataBoundValueViewObject(nodeDef2, "NodeIconAttr", "ComplectVO1"));*
Setting ICON_ATTR attribute doesn't change the icon in hgrid.
If fact I can even write nodeDef2.setRendered(false); but the node still exists in UI.
How to get reference to nodeDef2?
Edited by: user12086842 on 02.01.2013 5:51

Hi,
It looks like, that yout context node V_HOME.1 has no elements ( = no data ), try to fill your context node by some data ( by supply method for example). Or you can try change cardinality of your V_HOME.1 node to 1..n.
Regards Jiri

Similar Messages

  • How to change icons of a JTree node dynamically

    Hi all!
    I want to change icon associated with a node dynamically ( i.e. after the tree has being displayed). How can i achieve this?
    Can any one provide me a sample code snippet.
    Thanks in advance
    Murali

    I have created CustomCellRenderer and i'm calling this class as follows
    tree.setCellRenderer((TreeCellRenderer) new CustomCellRenderer(true));
    The boolean value for the constructor (in this case it's true) will be set to
    a local variable in the CustomCellRenderer class. Then upon clicking a node in the tree the boolean value (true) is set and the icon for that node should be changed as specified in the CustomCellRenderer class.
    When i click on a node all the icons of that tree are disappearing.
    Can any one help me in this issue
    public class CustomCellRenderer
              extends          JLabel
              implements     TreeCellRenderer
    private ImageIcon          grayfolderImage;
    private ImageIcon          greenfolderImage;
    private ImageIcon          bluefolderImage;
    private ImageIcon          redfolderImage;
    private ImageIcon          whitefolderImage;
    private boolean               bSelected;
    boolean logfileDeleted;
         public CustomCellRenderer()
              grayfolderImage = new ImageIcon("C:\\images\\grayFolder.gif");     
              greenfolderImage = new ImageIcon("C:\\images\\greenFolder.gif");     
              bluefolderImage = new ImageIcon("C:\\images\\blueFolder.gif");     
              redfolderImage = new ImageIcon("C:\\images\\redFolder.gif");
              whitefolderImage = new ImageIcon("C:\\images\\whiteFolder.gif");     
         public CustomCellRenderer(boolean logfileDeleted){
              this.logfileDeleted = logfileDeleted;
         public Component getTreeCellRendererComponent( JTree tree,
                             Object value, boolean bSelected, boolean bExpanded,
                                       boolean bLeaf, int iRow, boolean bHasFocus )
              // Find out which node we are rendering and get its text
              DefaultMutableTreeNode node = (DefaultMutableTreeNode)value;
              String     labelText = (String)node.getUserObject();
              this.bSelected = bSelected;
              // Set the correct foreground color
              /*if( !bSelected )
                   setForeground( Color.black );
              else
                   setForeground( Color.red ); */
              // Determine the correct icon to display
              if( labelText.equals( "ioexception001" ) )
                   setIcon( redfolderImage );
              else if( labelText.equals( "ioexception002" ) )
                   setIcon( greenfolderImage );
              else if( logfileDeleted ==true )
                   setIcon( whitefolderImage );
              else if( labelText.equals( "ioexception004" ) )
                   setIcon( redfolderImage );
              else
                   setIcon(bluefolderImage);
              // Add the text to the cell
              setText( labelText );
              return this;
         // This is a hack to paint the background. Normally a JLabel can
         // paint its own background, but due to an apparent bug or
         // limitation in the TreeCellRenderer, the paint method is
         // required to handle this.
         public void paint( Graphics g )
              Color          bColor;
              Icon          currentI = getIcon();
              // Set the correct background color
              bColor = bSelected ? SystemColor.textHighlight : Color.white;
              g.setColor( bColor );
              // Draw a rectangle in the background of the cell
              g.fillRect( 0, 0, getWidth() - 1, getHeight() - 1 );
              super.paint( g );
    }

  • Cannot change icon on DVD/CD

    Hi all,
    I an older G5 Mac, and I cannot change the icon for DVD/CDs that I want to burn. I am using 10.4.5 and when I go to get info on the blank disc, I cannot paste an icon in. I could do this no problems when the machine was running 10.3.9
    I have a Quad 2.5 G5 as well and have no problems doing this.
    I have tried repairing disk permissions and still cannot do it.
    Any ideas?
    Thanks
    Enda
    --

    There have been major changes in Finder disk burning in Tiger. It now uses burn folders instead of hidden disk images. The CD icon that appears on the desktop when you insert a blank CD represents the burn folder not the CD and does not behave like a normal disk.

  • CANNOT change Icons in the dock or other places like I used to in 10.5.8

    I found a nice set of icons that I would like to set to my MBP that I recently upgraded to Snow Leopard. So far I really haven't had any real problems that I wasn't able to work through except for this one. I've even opened up the "Info" box and changed the sharing and the permissions and changed them so that as an administrator I could change the icon but no luck! On my G5 tower I have no problem at all using the standard procedure but when I apply it to my laptop it just doesn't want to work. I'd appreciate any suggestions.
    Thanks

    I've been playing around with that problem for a bit now: Apple changed it with Leopard and Snow Leopard and it's not as easy as it was with Tiger... but I found a way around it:
    When you control click on any of your folders (to the right of the System Prefs icon), you need to have the following checked:
    Sort by: Name
    Display as: Folder
    View content as: List
    Having changed icons dozens of times, I found that any other setting will keep your pretty icon within a Finder window, but as soon as move it to the Dock, it'll revert to the stock view.
    So, once you choose above settings, go ahead and change an icon on one of your folders and then drag it into the dock. It should work - mine have been there for 2 weeks now.

  • Run report from forms - Cannot change file name in report node

    I am running a report (9i) from forms (9i) and I changed the name of the report in the filename field in the report node (in object navigator).
    I noticed that I get the error FRM-41214 on the RUN_REPORT_OBJECT line when I run the form, if I've changed the filename from what it originally was. e.g. It was originally rep44.rdf and I changed it to rep55.rdf, but I get this error unless I keep the rep44.rdf filename. Why? Is there somewhere else I should change this filename?

    To view the reports queue open this URL:
    http://<server>:<port>/reports/rwservlet/showjobs?server=<repserver>
    Also, try running the report stand alone, not from Forms.
    http://<server>:<port>/reports/rwservlet?server=<repserver>&report=rep55.rdf&userid=<un>/<pw>@<db>&destype=cache&desformat=PDF

  • Cannot change Icon for dashboard?

    Greetings, I have done some research, and I can change all of the other Icons in the the dock except the dashboard icon. I can change it in the applications folder, but I can't drag it into the dock. When I try to do this it uses only the original icon every time. Has anyone else experienced this? Thanks.
    Grant
    powerbook G4   Mac OS X (10.4.3)  

    Grant,
    I'm sorry it didn't work, I have a few more suggestions though:
    Restart (Worth a try)
    Delete the "com.apple.dashboard.client.plist" and "com.apple.dashboard.plist" files from the preferences folder within your user's library.
    Re-launch the dock (Sorry but I don't know how to do this. I know it can be done but can't remember how)
    That's all I can think of though. Apart from using a program such as Candybar. This may/may-not interest you?
    "The dashboard doesn't even appear in the force quit menu?"
    I think that this is because it is a part of the dock/finder.
    Sam

  • Cannot change Icon

    I have a MacBook Pro w/ Leopard 10.5.4 using boot camp and running Vista on a second partition on a single drive. I was able to change the icon of my hard drive on the Mac side but I'm unable to rename or change the Vista hard drive icon which resides on the desktop with the Leopard drive icon. Is this something that I'm going to have to live with or is there a way to change the Vista drive icon to reflect what it really is?
    Thanks

    Glad I could help!
    Thanks for the !
    Well I tried your suggestion and renamed it in Windows and voila the name changed to what I named it. Thank you for the solution to 1/2 my problem. I will now chase down the link you gave me to change the icon.
    Ron
    You don't need any links to change the icon.
    Just follow the steps in my reply here.
    Good luck!

  • Muse Craziness and Error: Cannot read property 'parent node' of undefined

    I have finished my site and exported as HTML, when you open the index file you see a quick preview of the site then the page goes white.
    If I preview the site in a browser from Muse menu selection, I get this error and the content in my light boxes is all moved and some items not showing. Even pulled my footer items into the light box.
    Note that all of this only happens when previewed or exported as HTML. Everything works as it should in the design mode. When I hit the preview tab, the browser fill shows then Muse is not responsive for 15-25 min.
    I have no "added" Java Scripts, only used the available widgets within muse, I do have widgets nested inside of widgets which I believe may be the problem?
    Error Im getting from the browsers (all of them)
    "MuseJSAssert: Error calling selector function:TypeError: Cannot read property 'parent node' of undefined"
    I have began building my site in DW as this is becoming the usuall trip with Muse, as in every tiny change creates a ton of problems after export. The initial release was great and after the first update things just seem to be going downhill with every new update.

    Hi JKurtBrown,
    You seem to have some invalid HTML in a few of your custom HTML fields that is causing issues with the rest of the page. In many of the places where you have tables, you seem to have copy/pasted from a different source, but you are missing closing </div> tags for some of your code. Cleaning these up and closing these divs should allow your page to work without issue. If you need help narrowing down where the issues are, you can use the W3C Validator and it should be able to tell you where your issues are. The ones that say "No Closing Tag" are the ones you'll want to go through and fix first, as often times those can cause a lot of other issues.
    Hope that helps,
    Andrew

  • JTree changing Icons of leaves of a node

    I have a Jtree with root node as "Project"
    I have nodes as "color", "sports", "food" which in turn have leaves.
    I have to set an Icon "Icon1" for all the leaves of node "color"
    I have to set another Icon "Icon2" for all leaves of node "sports"
    and have to set another Icon3" for all the leaves of node "food"
    How do I go about doing it? Thanks.

    Take a look at the Swing Tutorial, specifically http://web2.java.sun.com/docs/books/tutorial/uiswing/components/tree.html#display. This gives a straightforward example of changing icons (or anything on the node) by using a cell renderer.

  • I cannot change any user account icons

    I cannot change any user account icons. Under the Default icons it says "No Items". Any new users are set up with a tennis ball with no other options. In the initial set up, there were a lot of choices. Now they're gone. It there a missing file?

    Yes the missing user icons is unexplained and nothing I've tried has resolved it.
    It seems to have occurred as part of the 10.8.2 update for me.
    No user shows any of the default or custom user icons available in the users system preference. All the Apple icons are present in the /Library/User Icons folder as well as custom icons but they do not appear within the system's panel period. No icons appear there. You are able to add icons to it -per user. Any done in this manner are saved in that user's preferences so this does not affect the system level. I have tried removing preferences. I have tried removing the icons and adding them back including as root but all changes are applied to the user only. I have run Diskwarrior, repaired permissions, etc. And nothing changes this.
    I cloned the image to another laptop, deleted all preferences from main library, restarted, logged in expecting it to be a preference issue. Still no user pictures shown for default user. In case the original users were corrupt, I created a new user and logged in with it. It was given one of the OSX pictures randomly chosen by the system. I logged in as user and still no pictures are shown. Tried to do a reinstall of 10.8.2 combo update and system refuses saying I cannot be done. Booted from recovery partition and it  allowed an internet recovery.
    No change. Took a brand new laptop and used user migration to copy the users over to it with all settings. Broke that system as well. Repeated creating new users, etc and no change. This is really annoying. I can repeat migrating users only and then partial settings to try to narrow it down but its time consuming.

  • Cannot change numeric min max property

    Hello everybody,
    By right clicking on a numeric control I cannot change the minimum and maximum range. (it is always returning to 0 after typing 25 for example at the maximum value, the numeric is UINT16).
    This is happening on every vi in my project, even if I create a new empty one.
    BUT, it is not happening when I close labview, re open labview and open an empty vi (not in the project). This way, I can change the maximim property of a numeric, as usual.
    Is there a project property that forbid to change numeric property, in all vi in the project ?
    I am missing something ?
    Thanks for your help.
    ps : I use labview 8.6.
    Solved!
    Go to Solution.

    I made additionnal tests.
    If I  put a new numeric1 DBL on the FP on a vi in my project, I can change the max property to 5.1 for example.
    If I put a new numeric2 DBL on the FP, and I change the max property to 6.1, the max property 6.1 is automatically set also on numeric1.
    If I put a new numeric3 UINT on the FP, the default value to max property is also 6.1, that is strange for a UINT.
    It seems that what is happening is dependant of what is the first numeric I put in the FP.
    The beahaviour I was previously describing what because I first put a command in the FP that was a typedef of a cluster containing different numerics.
    I really don't understand what is happening, because I rthink it is not the first time I use min max property, and I never had such a problem as far as I remember.
    Thanks for your help.

  • On my desktop icon, if you go to properties it still has ie, not firefox so you cannot change your icons?

    I cannot change my icon when i press propertyies it sticks on ies properties.

    its a bunch of **. they charged my credit card on sunday, my status still says no payment, no tracking #, they told me my phone was going to ship monday and I've gotten a different story every day since. today they told me they shipped out all the phones and are waiting for more to come in...blah blah blah. i ordered on 9/12 and my friend that ordered the same exact phone on 9/19 got his on tuesday and laughed at me for preordering. I'm very frustrated!

  • J2EE status info unavailable - Cannot change to working directory

    Hello everyone,
    I've got this error when I start SAP Solution Manager system.
    disp+work.exe  Running,Message Server connection ok,J2EE status info unavailable.
    I've checked trace files and logs,
    Finally dev_bootstrap says:  "Cannot change to working directory"
    I couldn't find what changes import_properties file which under the E:\usr\sap\<SID>\DVEBMGS00\j2ee\cluster folder.
    Does anyone have any ideas about this issue?
    trc file: dev_bootstrap
    Used property files
    -> files [00] : E:\usr\sap\<SID>\DVEBMGS00\j2ee\cluster\instance.properties
    Instance properties
    -> ms host    : hostname
    -> ms port    : 3901
    -> os libs    : D:\usr\sap\<SID>\DVEBMGS00\j2ee\os_libs
    -> admin URL  :
    -> run mode   : NORMAL
    -> run action : NONE
    -> enabled    : yes
    Bootstrap nodes
    -> [00] bootstrap            : E:\usr\sap\<SID>\DVEBMGS00\j2ee\cluster\instance.properties
    -> [01] bootstrap_ID8075800  : E:\usr\sap\<SID>\DVEBMGS00\j2ee\cluster\instance.properties
    -> [02] bootstrap_ID8075850  : E:\usr\sap\<SID>\DVEBMGS00\j2ee\cluster\instance.properties
    Worker nodes
    -> [00] ID8075800            : E:\usr\sap\<SID>\DVEBMGS00\j2ee\cluster\instance.properties
    -> [01] ID8075850            : E:\usr\sap\<SID>\DVEBMGS00\j2ee\cluster\instance.properties
    [Thr 4632] JLaunchRequestQueueInit: create named pipe for ipc
    [Thr 4632] JLaunchRequestQueueInit: create pipe listener thread
    [Thr 4984] JLaunchRequestFunc: Thread 4984 started as listener thread for np messages.
    [Thr 1048] WaitSyncSemThread: Thread 1048 started as semaphore monitor thread.
    [Thr 4632] NiInit3: NI already initialized; param 'maxHandles' ignored (1;10002)
    [Thr 4632] CPIC (version=700.2005.12.02)
    [Thr 4632] [Node: bootstrap] java home is set by profile parameter
         Java Home: C:\j2sdk1.4.2_16
    [Thr 4632] JStartupICheckFrameworkPackage: can't find framework package E:\usr\sap\<SID>\DVEBMGS00\exe\jvmx.jar
    JStartupIReadSection: read node properties [bootstrap]
    -> node name          : bootstrap
    -> node type          : bootstrap
    -> node execute       : yes
    -> java path          : C:\j2sdk1.4.2_16
    -> java parameters    : -Djco.jarm=1
    -> java vm version    : 1.4.2_16-b05
    -> java vm vendor     : Java HotSpot(TM) Server VM (Sun Microsystems Inc.)
    -> java vm type       : server
    -> java vm cpu        : x86
    -> heap size          : 256M
    -> root path          : D:\usr\sap\<SID>\DVEBMGS00\j2ee\cluster
    -> class path         : .\bootstrap\launcher.jar
    -> OS libs path       : D:\usr\sap\<SID>\DVEBMGS00\j2ee\os_libs
    -> main class         : com.sap.engine.offline.OfflineToolStart
    -> framework class    : com.sap.bc.proj.jstartup.JStartupFramework
    -> registr. class     : com.sap.bc.proj.jstartup.JStartupNatives
    -> framework path     : E:\usr\sap\<SID>\DVEBMGS00\exe\jstartup.jar;E:\usr\sap\<SID>\DVEBMGS00\exe\jvmx.jar
    -> parameters         : com.sap.engine.bootstrap.Bootstrap ./bootstrap ID0080758
    -> debuggable         : yes
    -> debug mode         : no
    -> debug port         : 60000
    -> shutdown timeout   : 120000
    [Thr 5240] JLaunchIStartFunc: Thread 5240 started as Java VM thread.
    [Thr 5240] *** ERROR => Can't change working directory [D:\usr\sap\<SID>\DVEBMGS00\j2ee\cluster] (rc = 2) [jlnchxxi.c   378]
    [Thr 5240] *** ERROR => Cannot change to working directory [D:\usr\sap\<SID>\DVEBMGS00\j2ee\cluster] (rc=-1) [jlnchxxi.c   724]
    [Thr 4632] Wed Jan 21 05:22:15 2009
    [Thr 4632] JLaunchCloseProgram: good bye (exitcode = -1)
    Regards,
    Baris

    Hello everyone,
    I've got this error when I start SAP Solution Manager system.
    disp+work.exe  Running,Message Server connection ok,J2EE status info unavailable.
    I've checked trace files and logs,
    Finally dev_bootstrap says:  "Cannot change to working directory"
    I couldn't find what changes import_properties file which under the E:\usr\sap\<SID>\DVEBMGS00\j2ee\cluster folder.
    Does anyone have any ideas about this issue?
    trc file: dev_bootstrap
    Used property files
    -> files [00] : E:\usr\sap\<SID>\DVEBMGS00\j2ee\cluster\instance.properties
    Instance properties
    -> ms host    : hostname
    -> ms port    : 3901
    -> os libs    : D:\usr\sap\<SID>\DVEBMGS00\j2ee\os_libs
    -> admin URL  :
    -> run mode   : NORMAL
    -> run action : NONE
    -> enabled    : yes
    Bootstrap nodes
    -> [00] bootstrap            : E:\usr\sap\<SID>\DVEBMGS00\j2ee\cluster\instance.properties
    -> [01] bootstrap_ID8075800  : E:\usr\sap\<SID>\DVEBMGS00\j2ee\cluster\instance.properties
    -> [02] bootstrap_ID8075850  : E:\usr\sap\<SID>\DVEBMGS00\j2ee\cluster\instance.properties
    Worker nodes
    -> [00] ID8075800            : E:\usr\sap\<SID>\DVEBMGS00\j2ee\cluster\instance.properties
    -> [01] ID8075850            : E:\usr\sap\<SID>\DVEBMGS00\j2ee\cluster\instance.properties
    [Thr 4632] JLaunchRequestQueueInit: create named pipe for ipc
    [Thr 4632] JLaunchRequestQueueInit: create pipe listener thread
    [Thr 4984] JLaunchRequestFunc: Thread 4984 started as listener thread for np messages.
    [Thr 1048] WaitSyncSemThread: Thread 1048 started as semaphore monitor thread.
    [Thr 4632] NiInit3: NI already initialized; param 'maxHandles' ignored (1;10002)
    [Thr 4632] CPIC (version=700.2005.12.02)
    [Thr 4632] [Node: bootstrap] java home is set by profile parameter
         Java Home: C:\j2sdk1.4.2_16
    [Thr 4632] JStartupICheckFrameworkPackage: can't find framework package E:\usr\sap\<SID>\DVEBMGS00\exe\jvmx.jar
    JStartupIReadSection: read node properties [bootstrap]
    -> node name          : bootstrap
    -> node type          : bootstrap
    -> node execute       : yes
    -> java path          : C:\j2sdk1.4.2_16
    -> java parameters    : -Djco.jarm=1
    -> java vm version    : 1.4.2_16-b05
    -> java vm vendor     : Java HotSpot(TM) Server VM (Sun Microsystems Inc.)
    -> java vm type       : server
    -> java vm cpu        : x86
    -> heap size          : 256M
    -> root path          : D:\usr\sap\<SID>\DVEBMGS00\j2ee\cluster
    -> class path         : .\bootstrap\launcher.jar
    -> OS libs path       : D:\usr\sap\<SID>\DVEBMGS00\j2ee\os_libs
    -> main class         : com.sap.engine.offline.OfflineToolStart
    -> framework class    : com.sap.bc.proj.jstartup.JStartupFramework
    -> registr. class     : com.sap.bc.proj.jstartup.JStartupNatives
    -> framework path     : E:\usr\sap\<SID>\DVEBMGS00\exe\jstartup.jar;E:\usr\sap\<SID>\DVEBMGS00\exe\jvmx.jar
    -> parameters         : com.sap.engine.bootstrap.Bootstrap ./bootstrap ID0080758
    -> debuggable         : yes
    -> debug mode         : no
    -> debug port         : 60000
    -> shutdown timeout   : 120000
    [Thr 5240] JLaunchIStartFunc: Thread 5240 started as Java VM thread.
    [Thr 5240] *** ERROR => Can't change working directory [D:\usr\sap\<SID>\DVEBMGS00\j2ee\cluster] (rc = 2) [jlnchxxi.c   378]
    [Thr 5240] *** ERROR => Cannot change to working directory [D:\usr\sap\<SID>\DVEBMGS00\j2ee\cluster] (rc=-1) [jlnchxxi.c   724]
    [Thr 4632] Wed Jan 21 05:22:15 2009
    [Thr 4632] JLaunchCloseProgram: good bye (exitcode = -1)
    Regards,
    Baris

  • Dynamical change read only property of  columns based on a profile option

    Hi,
    We are attempting to change a Oracle iProcurement(ShoppingCartPG) which has certain readonly columns by default.
    However, we need to make these columns updateable based on a responsibility level profile option. The code goes something like this.
    if readonly_profile_option = "TRUE"
    {make columnA property = readonly}
    else if readonly_profile_option = "FALSE"
    {make columnA property = updateable}
    I read the guide about switchers and it seems confusing (to me). So if someone can provide an example with some pseudocode that will be helpful.
    Also, can I dynamically add an LOV to column A if readonly is false? Of course the LOV should be disabled if readonly.
    Thanks a lot

    Hi,
    Thanks for the feedback.
    Tapash,
    Switchers definitely don't make sense.
    Raffy,
    Didn't know it was that simple. I always thought that the controller fires--> then the page renders --> then the VO attributes get poulated. Basing my understanding on this flow, I though that the bean properties can only be set in controllers and not in VOs(via SPEL). I'll try it tomorrow.
    Aprreciate your comments on the following.
    Our requirement is to make an Oracle seeded field(SupplierName in iProcurement) updateable and with an LOV . Oracle has seeded it as ReadOnly.
    I have two options.
    1. If I change the readonly property in jedeveloper(I cannot access it via personalization) and add SPEL that would be upgrade 'unsafe' customizing - I think.
    2. So I thought I'll extend the controller, substitute it and use
    messageLOVInputText SupplierNameBean=webbean.findChildRecursive("SupplierName");
    if{profle=not_read_only)
    {SupplierNameBean.setReadOnly(false)};
    else
    {SupplierNameBean.setReadOnly(true)};
    This is more upgrade safe. I have talked to the iProc development team and they are fine with it.

  • Exchange 2010 Public Folders Cannot Change Permissions Errors from Management Console and Powershell

    This problem does not affect new public folders, only old ones that have probably been on Exchange 2000/2003 servers in the past. Migrations I believe did go smoothly but now have errors.
    Error Reported is:
    Microsoft Exchange Error
    The following error(s) occurred while saving changes:
    Add-PublicFolderClientPermission
    Failed
    Error:
    Failed to modify the MAPI.NET table property of the object "000000001A447390AA6611CD9BC800AA002FC45A030064004E9CC2F8DD46B5E1E4578DE6D8030000000278E90000" on server "FQDN.Server.Name". See inner exception for more information.
    MapiExceptionNonCanonicalACL: Unable to modify table. (hr=0x80004005, ec=2409)
    Diagnostic context:
        Lid: 40487   EMSMDBMT.EcDoRpcExt2 called [length=218]
        Lid: 56871   EMSMDBMT.EcDoRpcExt2 returned [ec=0x0][length=356][latency=0]
        Lid: 23226   --- ROP Parse Start ---
        Lid: 27962   ROP: ropModifyACL [64]
        Lid: 17082   ROP Error: 0x969    
        Lid: 27745 
        Lid: 21921   StoreEc: 0x969    
        Lid: 27962   ROP: ropExtendedError [250]
        Lid: 1494    ---- Remote Context Beg ----
        Lid: 26426   ROP: ropModifyACL [64]
        Lid: 22086 
        Lid: 27128 
        Lid: 27232   StoreEc: 0x8004010F
        Lid: 27128 
        Lid: 27232   StoreEc: 0x8004010F
        Lid: 22086 
        Lid: 21970   StoreEc: 0x8004010F PropTag: 0x3D210102
        Lid: 19149   Error: 0x0
        Lid: 24509   Error: 0x0
        Lid: 31229   Error: 0x0
        Lid: 21970   StoreEc: 0x8004010F PropTag: 0x668F0040
        Lid: 6671    StoreEc: 0x8004010F
        Lid: 24976 
        Lid: 24952 
        Lid: 25472 
        Lid: 7972    StoreEc: 0x969    
        Lid: 26532 
        Lid: 4920    StoreEc: 0x969    
        Lid: 5119    StoreEc: 0x969    
        Lid: 5247    StoreEc: 0x969    
        Lid: 17916   StoreEc: 0x969    
        Lid: 4814    StoreEc: 0x969    
        Lid: 1750    ---- Remote Context End ----
        Lid: 26849 
        Lid: 21817   ROP Failure: 0x969    
        Lid: 29150 
        Lid: 20446   StoreEc: 0x969    
    OK
    From ExFolders we get error "Exception: Object Reference not set to an instance of an object"
    Any thought on how to fix permissions, people who already had permission in the past can see and access them OK and all objects, but we cannot change/update or remove permissons
    We alos receive similar error from the powershell.

    Hi,
    Could
    you please  add a new public folder hierarchies with ADSIEdit as following setups.
    For how to use ADSIEdit ,you can access:
    http://technet.microsoft.com/en-us/library/cc773354(WS.10).aspx
    1.Run ADSIEdit, right click Exchange Administrative Group under “Configuration \ services \ Microsoft
    Exchange \ Organization name \ Administrative groups”.
    2.Select New Object.
    3.Select msExchPublicFolderTreeContainer for the class and click Next.
    4.Enter the following for the value:
    Folder Hierarchies, click Next.
    5.Click Finish.
    6.Create
    Public Folder Tree Object.
    7.Right click CN=Folder Hierarchies -> New Object.
    8.Selected msExchPFTree for the class.
    9.For the value we entered, "Public Folders" and clicked next.
    10.Clicked on the "More Attributes" button, selected msExchPFTreeType .
    11.Set the value
    to 1.
     Note: This is very important that this value is set
    to a value of 1 as This tells Exchange that this is a MAPI Tree.
    12.Click Ok and then finish.
    13.We then went
    to the properties of the newly created "Public Folders" Tree object in
    ADSIEdit.
    14.Copy the distinguished name value
    to the clipboard and then click cancel.
    15.Navigate
    to the Storage group that contains the Public
    Folder Store for this server and get properties of the server.
    16.Locate the msExchOwningPFTree attribute and paste in the value that was copied
    from the Public folders Distinguish name attribute.
    17.Restart the Information Store Service.
    18.Mounted and dismount the PF store.
    19.Open Outlook with administrator,give full permission to default owner.
    Hope it can help you!

Maybe you are looking for

  • HP Officejet Pro 8610 bought 2 weeks ago. giving vertical lines while printing.

    Dear Sir, I bought new officejet pro8610 . 2 weeks ago. its giving vertical lines on printing any document from printer. scanner is absolutely fine just problem while printing and copying. i clear printhead few times.  i just check that when i am pri

  • Using variables in RMAN - Unix Shell script

    I am new to Oracle and would appreciate advise on my requirement below. Environment: Oracle DB Version     11.2.0.3.0 Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production with 2 nodes RAC. Requirement : Daily at morning 5:00,

  • Sale registers and purchase registers

    can anybody help me to know wat do u mean by sales registers and purchase registers.im new to abap and is struggling to understand the flow of there purchase orders and sale orders  and registers. im writing a report program where im printing  both s

  • Contacts not synching properly...

    Hi Guys, Just been tidying up my Address Book on the Mac and reset the sync to .Mac Have also just synched to my iPhone and some of the contacts have information missing like phone numbers etc! Is their a reason for this or even a workaround? Plainly

  • Creation of Multiple assets

    Hello, I'm creating assets using BAPI BAPI_FIXEDASSET_CREATE1 Even i have to create Multiple assets. could u please tel me which BAPI u used to create multiple assets. Thanks, Shabari Raut