New flash cc. Access of an unknown property denied

1120: Access of an unknown property denied (translated from Spanish)
CONFIG::DEBUG
CONFIG::ONLINE
CONFIG::OFFLINE
I used to use a conditional compile statement in my code and it worked in CS5.5 but throws the following error now. It is very important because I have an online and offline version.
Cheers in advance for any help.

Hi there.
Yes, they are in flash IDE AS3 settibgs. As I say it is the same code as I have alsways used. I did read somewhere that perhaps they would work inside if/else statements but I don't want to screw anything up at the moment.

Similar Messages

  • Access of possibly undefined property number through a reference with static type...

    Hello everyone !
    I run into this problem today ... take a look on the code :
    import com.trick7.effects.TeraFire;
    for (var j:uint=0; j<10; j++) {
        var fire:TeraFire = new TeraFire();
        fire.x = j * 40 + 20;
        fire.y = 100;
        fire.number = j; //This line is causeing the problem
        addChild(fire);
        fire.buttonMode = true;
    TeraFire class creates fire particles. The compiler error is :
    Scene 1, Layer 'Layer 1', Frame 1, Line 7
    1119: Access of possibly undefined property number through a reference with static type com.trick7.effects:TeraFire.
    Anyone can help me to find a solution to this problem.
    I can do that ".number" with a movieclip but not in this case. What can I do ?

    I borrowed that class from the internet.
    I made the changes you suggested: imported flash.Display.MovieClip and also made the class extend MovieClip.
    The error is still throwing in compiler errors. I am not really good enough to edit this class because there are some functions I don't still understand very good. This is the class below:
    package com.trick7.effects{
        import flash.display.BitmapData;
        import flash.display.GradientType;
        import flash.display.MovieClip;
        import flash.events.Event;
        import flash.filters.DisplacementMapFilter;
        import flash.filters.DisplacementMapFilterMode;
        import flash.geom.Matrix;
        import flash.geom.Point;
        import flash.geom.Rectangle;
        public class TeraFire extends MovieClip{
            public var phaseRateX:Number;
            public var phaseRateY:Number;
            private var offsets:Array= [new Point(),new Point()];
            private var seed:Number = Math.random();
            private var fireW:Number;
            private var fireH:Number;
            //火の色
            //private var fireColorIn:uint;
            //private var fireColorOut:uint;
            private var ball:Sprite;
            private var gradientImage:BitmapData;
            private var displaceImage:BitmapData;
            private var focalPointRatio:Number = 0.6;
            private const margin:int = 10;
            private var rdm:Number;
            public function TeraFire(xPos:Number=0, yPos:Number=0, fireWidth:Number=30, fireHeight:Number=90, fireColorIn:uint = 0xFFCC00,fireColorOut:uint = 0xE22D09){
                fireW = fireWidth;
                fireH = fireHeight;
                phaseRateX = 0;
                phaseRateY = 5;
                var matrix:Matrix = new Matrix();
                matrix.createGradientBox(fireW,fireH,Math.PI/2,-fireW/2,-fireH*(focalPointRatio+1)/2);
                var colors:Array = [fireColorIn, fireColorOut, fireColorOut];
                var alphas:Array = [1,1,0];
                var ratios:Array = [30, 100, 220];
                var home:Sprite = new Sprite();
                ball = new Sprite();
                ball.graphics.beginGradientFill(GradientType.RADIAL,colors, alphas, ratios, matrix,"pad","rgb",focalPointRatio);
                ball.graphics.drawEllipse(-fireW/2,-fireH*(focalPointRatio+1)/2,fireW,fireH);
                ball.graphics.endFill();
                //余白確保用透明矩形
                ball.graphics.beginFill(0x000000,0);
                ball.graphics.drawRect(-fireW/2,0,fireW+margin,1);
                ball.graphics.endFill();
                addChild(home);
                home.addChild(ball);
                this.x = xPos;
                this.y = yPos;
                addEventListener(Event.ENTER_FRAME,loop);
                displaceImage = new BitmapData(fireW+margin,fireH,false,0xFFFFFFFF);
                var matrix2:Matrix = new Matrix();
                matrix2.createGradientBox(fireW+margin,fireH,Math.PI/2,0,0);
                var gradient_mc:Sprite = new Sprite;
                gradient_mc.graphics.beginGradientFill(GradientType.LINEAR,[0x666666,0x666666], [0,1], [120,220], matrix2);
                gradient_mc.graphics.drawRect(0,0,fireW+margin,fireH);//drawのターゲットなので生成位置にこだわる必要はない。
                gradient_mc.graphics.endFill();
                gradientImage = new BitmapData(fireW+margin,fireH,true,0x00FFFFFF);
                gradientImage.draw(gradient_mc);//gradient_mcを消す必要は?
                rdm = Math.floor(Math.random()*10);
            private function loop(e:Event):void{
                for(var i:int = 0; i < 2; ++i){
                    offsets[i].x += phaseRateX;
                    offsets[i].y += phaseRateY;
                displaceImage.perlinNoise(30+rdm, 60+rdm, 2, seed, false, false, 7, true, offsets);
                displaceImage.copyPixels(gradientImage,gradientImage.rect,new Point(),null, null, true);
                var dMap:DisplacementMapFilter = new DisplacementMapFilter(displaceImage, new Point(), 1, 1, 20, 10, DisplacementMapFilterMode.CLAMP);
                ball.filters = [dMap];
    I you can clarify a little bit further I would appreciate it a lot because I wasted some good time on this.

  • Date Filter uses unknown property by default, doesnt work

    Created a filterable and sortable table by dragging and dropping in VO from a AM. While it automatically sets the appropriate properties for filtering, and for non-date fields it works fine, for dates always "no row are found," even if I specifically choose a valid date where rows should return.
    I noticed in the property inspector, the inputdate value in the column's facet filter is set to an invalid value (by default when dragged and dropped!). In the property inspector, the value is outlined in orange (value=#{vs.filterCriteria.trSentOnDate}, populated by default), and the tooltip states "filterCriteria is an unknown property."
    Here's a snippet of the table def
            <af:table value="#{bindings.RequisitionsAllVO11.collectionModel}"
                            var="row"
                            rows="#{bindings.RequisitionsAllVO11.rangeSize}"
                            emptyText="#{bindings.RequisitionsAllVO11.viewable ? 'No data to display.' : 'Access Denied.'}"
                            fetchSize="#{bindings.RequisitionsAllVO11.rangeSize}"
                            rowBandingInterval="0"
                            filterModel="#{bindings.PoRequisitionHeadersAllVO1Query.queryDescriptor}"
                            queryListener="#{bindings.PoRequisitionHeadersAllVO1Query.processQuery}"
                            filterVisible="true" varStatus="vs"
                            selectedRowKeys="#{bindings.RequisitionsAllVO11.collectionModel.selectedRow}"
                            selectionListener="#{bindings.RequisitionsAllVO11.collectionModel.makeCurrent}"
                            rowSelection="single"
                            binding="#{backingBeanScope.backing_browseReqsPOs.t3}"
                            id="t3">
                    <af:column sortProperty="SentOnDate" filterable="true"
                               sortable="true"
                               headerText="#{bindings.RequisitionsAllVO11.hints.SentOnDate.label}"
                               id="c26">
                      <f:facet name="filter">
                        <af:inputDate value="#{vs.filterCriteria.SentOnDate}"
                                      id="id2"/>
                      </f:facet>
                      <af:outputText value="#{row.SentOnDate}" id="ot20">
                        <af:convertDateTime pattern="#{bindings.RequisitionsAllVO11.hints.SentOnDate.format}"/>
                      </af:outputText>
                    </af:column>BTW, I looked at the ADF RC Demos, and I noticed that for the filterable table demos, the date filter isn't enabled.

    We're getting there.
    New error now. I neglected to set the attribute Format and Format Type. I set those in the VO (Simple Date and MM/dd/yyyy, respectively), and now I get a nullPointerException.
    I hit enter after entering a date, and a popup shows the following:
    java.lang.NullPointerException
    For more information, please see the server's error log for an entry beginning with: Server Exception during PPR, #2with the following in the DefaultServer log
    Aug 13, 2009 11:14:35 AM oracle.adfinternal.view.faces.config.rich.RegistrationConfigurator handleError
    SEVERE: Server Exception during PPR, #2
    javax.servlet.ServletException
         at javax.faces.webapp.FacesServlet.service(FacesServlet.java:277)
         at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
         at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:292)
         at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
    ...

  • Error Unknown Property: '-1'.

    Hi All,
    I'm adding a row in my datagrid and I'm getting this error
    Error: Unknown Property: '-1'.
    override flash_proxy function getProperty(name:*):*
    if (name is QName)
    name = name.localName;
    //else name is String
    var index:int = -1;
    try
    //if they passed in a number (5.5) it will be floored
    var n:Number = parseInt(String(name));
    if (!isNaN(n))
    index = int(n);
    catch (e:Error) {} //localName was not a number
    if (index == -1)
    throw new
    Error(StringUtil.substitute(resourceUnknownProperty,
    name)); // HERE IS THE ERROR
    else
    return getItemAt(index);
    Any ideas?
    Please help
    JFB

    Fixed the problem. Please ignore.
    -Sameer
    quote:
    Originally posted by:
    sam_the_best
    Hi,
    I am getting the ArrayCollection through RemoteObject call
    and I am trying to populate that into the combobox. But I am
    getting the following error popping up in the browser.
    Error: Unknown Property: '-1'.
    at mx.collections::ListCollectionView/
    http://www.adobe.com/2006/actionscript/flash/proxy::getProperty()
    at SearchReports/getReportCodeAndNameData()
    at SearchReports/populateDocumentList()
    at SearchReports/__ReportsDelegate5_result()
    at
    flash.events::EventDispatcher/flash.events:EventDispatcher::dispatchEventFunction()
    at flash.events::EventDispatcher/dispatchEvent()
    at mx.rpc::AbstractService/dispatchEvent()
    at mx.rpc.remoting.mxml::RemoteObject/dispatchEvent()
    at mx.rpc::AbstractOperation/
    http://www.adobe.com/2006/flex/mx/internal::dispatchRpcEvent()
    at mx.rpc::AbstractInvoker/
    http://www.adobe.com/2006/flex/mx/internal::resultHandler()
    at mx.rpc::Responder/result()
    at mx.rpc::AsyncRequest/acknowledge()
    at
    ::NetConnectionMessageResponder/NetConnectionChannel.as$37:NetConnectionMessageResponder: :resultHandler()
    at mx.messaging::MessageResponder/result()
    Can anybody let me know what could be the reason?
    Regards,
    -Sameer

  • Found 2 bugs in new Flash Builder 4.7

    Hello.
    I've just migrated all of my large projects to the new Flash Builder 4.7 (from 4.6) and they all work well except for the 2 annoying issues:
    1. I don't know why, but FB no longer allows me to create "config" packages. It says "config is a reserved word in ActionScript and cannot be used." Wtf? I had lots of projects using such names in FB 4.6 and didn't have any issues with it. Is it a new rule in FB 4.7? If so - then why it was introduced and was introduced only now? ActionScript language and FB exist not the first year... Also after i migrated existent projects i see all "config" packages have non-standard "folder" icon in the source file tree (in the package explorer panel).
    2. There are strange warnings started to appear - "the import BLA-BLA-BLA is not used locally", but I am not blind - I see it is used just a little bit below in the code. What is wrong with this?
    Please help as I am confused now about what to do... I waited for FB 4.7 for so long and now I think I will need to downgrade...

    Hi Infeter,
    For 1;
    After the number of hours I have lost debugging issues where someone has inadvertently named a variable the same as a package that is on the root, so making it impossible for FB to discern whether I am talking about "aname.veryImportant" as the sub-package "veryImportant" of the package "aname" or the property "veryImportant" of the variable "aname", I welcome any and all new warnings of how a coder may inadvertently break Flash! So, if they are saying it is a reserved word, it is probably because there is a core class, variable or other such that will, at some point, bite you if you name something after it. This has always been the case with, for example "default" - default is a keyword that has real meaning for the compiler and you will not be allowed to define things as "default" because of the potential for confusion (are you issuing the "default" directive in a switch statement or are you referring to the "default" value in your class?). Given that FB has the frankly excellent "Refactor" function to allow you to easily rename packages, members and classes, I'd just be happy to rename the offending items and be glad to have saved myself several hours of painful debug later on.
    For 2;
    I'm surprised you're seeing this warning for classes that are not used. I've found loads that were added in automatically over the years that simply are not used. I'm loving the way I can clean out about half my import statements now. The thing to do is to comment out the imports and check that everything still works. If it does, then you're laughing, you don't need them. If it triggers errors of not being able to locate the class, then I would put together a code snippet and add it as a comment to your bug report.
    G

  • Jasperreport java.lang.NoSuchMethodException: Unknown property

    Software
    JDK 1.5
    jasperreport 1.2.1
    I have used JRBeanCollectionDataSource but the following exception arrives.
    java.lang.NoSuchMethodException: Unknown property 'PurchasePackingId'
            at org.apache.commons.beanutils.PropertyUtils.getSimpleProperty(PropertyUtils.java:1157)
            at org.apache.commons.beanutils.PropertyUtils.getNestedProperty(PropertyUtils.java:754)
            at org.apache.commons.beanutils.PropertyUtils.getProperty(PropertyUtils.java:783)
            at net.sf.jasperreports.engine.data.JRAbstractBeanDataSource.getBeanProperty(JRAbstractBeanDataSource.java:104)
            at net.sf.jasperreports.engine.data.JRAbstractBeanDataSource.getFieldValue(JRAbstractBeanDataSource.java:93)
            at net.sf.jasperreports.engine.data.JRBeanCollectionDataSource.getFieldValue(JRBeanCollectionDataSource.java:104)
            at net.sf.jasperreports.engine.fill.JRFillDataset.next(JRFillDataset.java:727)
            at net.sf.jasperreports.engine.fill.JRBaseFiller.next(JRBaseFiller.java:980)
            at net.sf.jasperreports.engine.fill.JRVerticalFiller.fillReport(JRVerticalFiller.java:126)
            at net.sf.jasperreports.engine.fill.JRBaseFiller.fill(JRBaseFiller.java:747)
            at net.sf.jasperreports.engine.fill.JRBaseFiller.fill(JRBaseFiller.java:663)
            at net.sf.jasperreports.engine.fill.JRFiller.fillReport(JRFiller.java:89)
            at net.sf.jasperreports.engine.JasperFillManager.fillReport(JasperFillManager.java:601)
            at net.sf.jasperreports.engine.JasperManager.fillReport(JasperManager.java:836)
            at com.inventory.ReportPurchase.showReportVer6(ReportPurchase.java:142)
            at com.inventory.ReportPurchase.print(ReportPurchase.java:124)
            at com.utility.view.ui.mdiMenu.jbutPrintActionPerformed(mdiMenu.java:882)
            at com.utility.view.ui.mdiMenu.access$1400(mdiMenu.java:19)
            at com.utility.view.ui.mdiMenu$15.actionPerformed(mdiMenu.java:682)
            at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1849)
            at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2169)
            at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:420)
            at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:258)
            at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:234)
            at java.awt.Component.processMouseEvent(Component.java:5488)
            at javax.swing.JComponent.processMouseEvent(JComponent.java:3126)
            at java.awt.Component.processEvent(Component.java:5253)
            at java.awt.Container.processEvent(Container.java:1966)
            at java.awt.Component.dispatchEventImpl(Component.java:3955)
            at java.awt.Container.dispatchEventImpl(Container.java:2024)
            at java.awt.Component.dispatchEvent(Component.java:3803)
            at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4212)
            at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3892)
            at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3822)
            at java.awt.Container.dispatchEventImpl(Container.java:2010)
            at java.awt.Window.dispatchEventImpl(Window.java:1774)
            at java.awt.Component.dispatchEvent(Component.java:3803)
            at java.awt.EventQueue.dispatchEvent(EventQueue.java:463)
            at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
            at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
            at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)
            at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)
            at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)
    NESTED BY :
    java.lang.NoSuchMethodException: Unknown property 'PurchasePackingId'
            at org.apache.commons.beanutils.PropertyUtils.getSimpleProperty(PropertyUtils.java:1157)
            at org.apache.commons.beanutils.PropertyUtils.getNestedProperty(PropertyUtils.java:754)
            at org.apache.commons.beanutils.PropertyUtils.getProperty(PropertyUtils.java:783)
            at net.sf.jasperreports.engine.data.JRAbstractBeanDataSource.getBeanProperty(JRAbstractBeanDataSource.java:104)
            at net.sf.jasperreports.engine.data.JRAbstractBeanDataSource.getFieldValue(JRAbstractBeanDataSource.java:93)
            at net.sf.jasperreports.engine.data.JRBeanCollectionDataSource.getFieldValue(JRBeanCollectionDataSource.java:104)
            at net.sf.jasperreports.engine.fill.JRFillDataset.next(JRFillDataset.java:727)
            at net.sf.jasperreports.engine.fill.JRBaseFiller.next(JRBaseFiller.java:980)
            at net.sf.jasperreports.engine.fill.JRVerticalFiller.fillReport(JRVerticalFiller.java:126)
            at net.sf.jasperreports.engine.fill.JRBaseFiller.fill(JRBaseFiller.java:747)
            at net.sf.jasperreports.engine.fill.JRBaseFiller.fill(JRBaseFiller.java:663)
            at net.sf.jasperreports.engine.fill.JRFiller.fillReport(JRFiller.java:89)
            at net.sf.jasperreports.engine.JasperFillManager.fillReport(JasperFillManager.java:601)
            at net.sf.jasperreports.engine.JasperManager.fillReport(JasperManager.java:836)
            at com.inventory.ReportPurchase.showReportVer6(ReportPurchase.java:142)
            at com.inventory.ReportPurchase.print(ReportPurchase.java:124)
            at com.utility.view.ui.mdiMenu.jbutPrintActionPerformed(mdiMenu.java:882)
            at com.utility.view.ui.mdiMenu.access$1400(mdiMenu.java:19)
            at com.utility.view.ui.mdiMenu$15.actionPerformed(mdiMenu.java:682)
            at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1849)
            at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2169)
            at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:420)
            at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:258)
            at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:234)
            at java.awt.Component.processMouseEvent(Component.java:5488)
            at javax.swing.JComponent.processMouseEvent(JComponent.java:3126)
            at java.awt.Component.processEvent(Component.java:5253)
            at java.awt.Container.processEvent(Container.java:1966)
            at java.awt.Component.dispatchEventImpl(Component.java:3955)
            at java.awt.Container.dispatchEventImpl(Container.java:2024)
            at java.awt.Component.dispatchEvent(Component.java:3803)
            at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4212)
            at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3892)
            at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3822)
            at java.awt.Container.dispatchEventImpl(Container.java:2010)
            at java.awt.Window.dispatchEventImpl(Window.java:1774)
            at java.awt.Component.dispatchEvent(Component.java:3803)
            at java.awt.EventQueue.dispatchEvent(EventQueue.java:463)
            at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
            at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
            at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)
            at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)
            at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)
    NESTED BY :
    net.sf.jasperreports.engine.JRException: Error retrieving field value from bean : PurchasePackingId
            at net.sf.jasperreports.engine.data.JRAbstractBeanDataSource.getBeanProperty(JRAbstractBeanDataSource.java:116)
            at net.sf.jasperreports.engine.data.JRAbstractBeanDataSource.getFieldValue(JRAbstractBeanDataSource.java:93)
            at net.sf.jasperreports.engine.data.JRBeanCollectionDataSource.getFieldValue(JRBeanCollectionDataSource.java:104)
            at net.sf.jasperreports.engine.fill.JRFillDataset.next(JRFillDataset.java:727)
            at net.sf.jasperreports.engine.fill.JRBaseFiller.next(JRBaseFiller.java:980)
            at net.sf.jasperreports.engine.fill.JRVerticalFiller.fillReport(JRVerticalFiller.java:126)
            at net.sf.jasperreports.engine.fill.JRBaseFiller.fill(JRBaseFiller.java:747)
            at net.sf.jasperreports.engine.fill.JRBaseFiller.fill(JRBaseFiller.java:663)
            at net.sf.jasperreports.engine.fill.JRFiller.fillReport(JRFiller.java:89)
            at net.sf.jasperreports.engine.JasperFillManager.fillReport(JasperFillManager.java:601)
            at net.sf.jasperreports.engine.JasperManager.fillReport(JasperManager.java:836)
            at com.inventory.ReportPurchase.showReportVer6(ReportPurchase.java:142)
            at com.inventory.ReportPurchase.print(ReportPurchase.java:124)
            at com.utility.view.ui.mdiMenu.jbutPrintActionPerformed(mdiMenu.java:882)
            at com.utility.view.ui.mdiMenu.access$1400(mdiMenu.java:19)
            at com.utility.view.ui.mdiMenu$15.actionPerformed(mdiMenu.java:682)
            at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1849)
            at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2169)
            at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:420)
            at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:258)
            at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:234)
            at java.awt.Component.processMouseEvent(Component.java:5488)
            at javax.swing.JComponent.processMouseEvent(JComponent.java:3126)
            at java.awt.Component.processEvent(Component.java:5253)
            at java.awt.Container.processEvent(Container.java:1966)
            at java.awt.Component.dispatchEventImpl(Component.java:3955)
            at java.awt.Container.dispatchEventImpl(Container.java:2024)
            at java.awt.Component.dispatchEvent(Component.java:3803)
            at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4212)
            at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3892)
            at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3822)
            at java.awt.Container.dispatchEventImpl(Container.java:2010)
            at java.awt.Window.dispatchEventImpl(Window.java:1774)
            at java.awt.Component.dispatchEvent(Component.java:3803)
            at java.awt.EventQueue.dispatchEvent(EventQueue.java:463)
            at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
            at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
            at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)
            at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)
            at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)
    Caused by: java.lang.NoSuchMethodException: Unknown property 'PurchasePackingId'
            at org.apache.commons.beanutils.PropertyUtils.getSimpleProperty(PropertyUtils.java:1157)
            at org.apache.commons.beanutils.PropertyUtils.getNestedProperty(PropertyUtils.java:754)
            at org.apache.commons.beanutils.PropertyUtils.getProperty(PropertyUtils.java:783)
            at net.sf.jasperreports.engine.data.JRAbstractBeanDataSource.getBeanProperty(JRAbstractBeanDataSource.java:104)
            ... 39 more
    Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException
            at java.awt.Container.addImpl(Container.java:1015)
            at java.awt.Container.add(Container.java:351)
            at com.inventory.ReportPurchase.showReportVer6(ReportPurchase.java:154)
            at com.inventory.ReportPurchase.print(ReportPurchase.java:124)
            at com.utility.view.ui.mdiMenu.jbutPrintActionPerformed(mdiMenu.java:882)
            at com.utility.view.ui.mdiMenu.access$1400(mdiMenu.java:19)
            at com.utility.view.ui.mdiMenu$15.actionPerformed(mdiMenu.java:682)
            at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1849)
            at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2169)
            at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:420)
            at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:258)
            at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:234)
            at java.awt.Component.processMouseEvent(Component.java:5488)
            at javax.swing.JComponent.processMouseEvent(JComponent.java:3126)
            at java.awt.Component.processEvent(Component.java:5253)
            at java.awt.Container.processEvent(Container.java:1966)
            at java.awt.Component.dispatchEventImpl(Component.java:3955)
            at java.awt.Container.dispatchEventImpl(Container.java:2024)
            at java.awt.Component.dispatchEvent(Component.java:3803)
            at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4212)
            at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3892)
            at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3822)
            at java.awt.Container.dispatchEventImpl(Container.java:2010)
            at java.awt.Window.dispatchEventImpl(Window.java:1774)
            at java.awt.Component.dispatchEvent(Component.java:3803)
            at java.awt.EventQueue.dispatchEvent(EventQueue.java:463)
            at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
            at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
            at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)
            at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)
            at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)The bean used is
    public class ReportPurchaseObject
            private int purchasePackingId;
            private java.sql.Date transDate;
            private int supplierId;
            private int productId;
            private String supplier;
            private String product;
            private Double sumOfQuantity;
            ReportPurchaseObject(int purchasePackingId,java.sql.Date transDate,int supplierId,int productId,String supplier,String product,Double sumOfQuantity)
                this.setPurchasePackingId(purchasePackingId);
                this.setTransDate(transDate);
                this.setSupplierId(supplierId);
                this.setProductId(productId);
                this.setSupplier(supplier);
                this.setProduct(product);
                this.setSumOfQuantity(sumOfQuantity);
            public int getPurchasePackingId() {
                return purchasePackingId;
            public java.sql.Date getTransDate() {
                return transDate;
            public int getSupplierId() {
                return supplierId;
            public int getProductId() {
                return productId;
            public String getSupplier() {
                return supplier;
            public String getProduct() {
                return product;
            public Double getSumOfQuantity() {
                return sumOfQuantity;
            public void setPurchasePackingId(int purchasePackingId) {
                this.purchasePackingId = purchasePackingId;
            public void setTransDate(java.sql.Date transDate) {
                this.transDate = transDate;
            public void setSupplierId(int supplierId) {
                this.supplierId = supplierId;
            public void setProductId(int productId) {
                this.productId = productId;
            public void setSupplier(String supplier) {
                this.supplier = supplier;
            public void setProduct(String product) {
                this.product = product;
            public void setSumOfQuantity(Double sumOfQuantity) {
                this.sumOfQuantity = sumOfQuantity;
        }Thanks in advance
    CSJakharia

    Please go to this link for your answer
    http://www.discussjava.com/wforum/viewforum.php?f=20

  • HT5655 The new Flash installer from Adobe still isn't working, right?

    The new Flash installer from Adobe still isn't working, right? We get the "installation failed" messages, and we're awaiting Adobe's follow-up on it?

    AdmrlLocke wrote:
    Adobe Acrobat 8 has two problems on my iMac. The lesser problem comes when I go into the Print command and click "Preview." I get a message that says that Preview isn't supported.
    Preview is not supported because building a preview of a print job under OS X involves creating a .PDF file. You already have a .PDF file open if you're using Acrobat, so there's no point creating a new one.
    The greater problem just cropped up as I was writing about my problems with Quicktime and Real Player: Acrobat tried to update itself and then gave me a message that says, "Cannot overwrite file /Users/(myname)/Documents/Update5/AdobeUpdater/acrobat8pro-en_US/AUMProduct.dmg .
    That's not a problem with Acrobat. The system is saying that you have a file named AUMProduct.dmg in place already, and you don't have permission to update it. You need to change the permissions on that file so that you can update it, or to use an account which has update permission. Or it might just be locked and you need to unlock it. Locate it using the Finder (you have the complete path to the file listed above) and see what permissions are on the file and whether or not it is locked.
    You might also just put the entire Update5 folder into the Trash and try updating again.
    The file maybe be locked or you may not have sufficient access rights. Please make sure you have write access to this file." Can anyone help? Thanks.

  • Error: Unknown Property: 'constructor'.

    Hi,
    i have a problem with flex, hibernate, lcds. I have created a
    simple grid which is bound with the hibernateassembler to my
    backend. When i make a simple fill call at the dataservice, i got
    this error.
    Error: Unknown Property: 'constructor'.
    at mx.collections::ListCollectionView/
    http://www.adobe.com/2006/actionscript/flash/proxy::getProperty()
    at mx.data.utils::Managed$/normalize()
    at mx.data::ConcreteDataService/
    http://www.adobe.com/2006/flex/mx/internal::normalize()
    at mx.data::DataList/
    http://www.adobe.com/2006/flex/mx/internal::processSequence()
    at mx.data::DataList/
    http://www.adobe.com/2006/flex/mx/internal::processSequenceResult()
    at DataListRequestResponder/result()
    at mx.rpc::AsyncRequest/acknowledge()
    at NetConnectionMessageResponder/resultHandler()
    at mx.messaging::MessageResponder/result()
    The backend is not the problem, because hibernate logs the
    select and if i debug my flex application i see that the result
    will arrive at the client. But how can i solve this problem?
    regards
    Thorsten

    Hi all,
    i fixed the problem by my own. take a look at my blog
    http://innojasa.wordpress.com/category/adobe-flex/
    regards
    Thorsten

  • Wish to uninstall corrupt flash player before installing new flash player

    Hi there,
    My old flash player (FP) is corrupt. As recommended by Adobe, I need to un-install the old FP program before installing a new FP program (flash player 9). But before I can un-install the old FP, I need to disable temporarily the add-on's to my browers, extensions, BHO(browser Helper Object), ActiveX, etc. The objective is to "block" any add on from preventing an un-install or an Install.
    Does anyone out there know where these things are in Mac OSX 10.2.8 and how to disable them?
    Thanks.
    vkl

    Can you SafeBoot the computer and then run the uninstaller, if available,
    for that old of an OS X version? Was not even sure of any support for
    Jaguar, since there really hasn't been much for Panther 10.3.9 for awhile.
    Must be older players, since the latest ones have been too new for those
    older OS X systems, also.
    At this moment, I have no ideas on where the parts may be in hiding; and
    have not used Jaguar for more than three years, having both sold and
    donated the computers I had which best ran Jaguar 10.2.8, (& dual-booted
    OS9.2.2) at the same time. A slower transition than expected, since then,
    to actually doing more with computers & less learning about repairing them.
    Not sure how supportive the Adobe Uninstallers for Flash (and/or Shockwave)
    Players are for those still capable of being used by Jaguar 10.2.8; and like so
    many of the browsers, older versions 'sort of work' while being left behind.
    +I've never had a Flash player become corrupted. What are the symptoms?+
    If you have a backup clone of before this item became corrupted, you could try
    & revert to the earlier full system clone; or if last but not least, Archive & Install.
    +Perhaps someone with a longer-term memory or more experience in 10.2.8+
    +will find your post and add the missing link to get you back up & running...+
    +I had thought to try & email someone else in a different thread about this one+
    +but the link only gives me the topic at hand, and the person has to be in the+
    +thread in order to quote from it; apparently. I sought to email a.brody, who+
    +had replied in a thread you'd asked a question (different topic) before now.+
    There is a short ton of semi-responsive results to a google of the topic inquiry:
    Mac OS X 10.2.8 uninstalling Flash Player:
    http://www.google.com/#hl=en&source=hp&q=MacOS+X+10.2.8+uninstalling+Flash+Player&btnG=Google+Search&aq=f&aqi=&oq=Mac+OS+X+1 0.2.8+uninstalling+FlashPlayer&fp=b36c7832dbb01be6
    Mac OS X 10.2.8 remove Flash Player:
    http://www.google.com/#hl=en&q=MacOS+X+10.2.8+remove+FlashPlayer&aq=&aqi=&oq=&fp=b36c7832dbb01be6
    One path, I've read about but cannot verify since the original link (site was wiped) is invalid now,
    was to follow this suggestion, from the time you downloaded the new Flash Player 9 for 10.2.8:
    "Get Flash Player 9 for Mac OSX1-.1-10.3. After downloading, DON'T open it...yet. Search all your hard drive
    for "Flash Player.plugin". Delete any you find. Search for "flashplayer.xpt". Delete any you find. Empty the
    trash. Quit all browsers, and install the Flash Player you downloaded. Next, search for "Flash Player.plugin".
    Copy it and paste it at Library/Internet Plugins, unless it's already there. Paste it at yourhomefolder/Library
    /Internet Plugins, unless it's already there. Search for "flashplayer.xpt". Copy and paste it at Library/Internet
    Plugins, unless it's already there. Restart computer. Open Disk Utility. Select the hard drive, select "First Aid".
    Repair Disk Permissions. When repaired, quit Disk Utility. Launch Safari or Firefox." - unknown 10.2.8 author.
    Maybe that means something helpful.
    Some of it looks familiar yet distant...
    (It's all this winter - nine months of it!)
    Good luck & happy computing!
    { edited 3x }

  • SSMS opening Azure SQL 13.0.15 reports unknown property IsNativelyCompiled (Microsoft.SqlServer.Management.Sdk.Sfc)

    I am having issues after my Azure SQL got updated to version 13.0.15
    I am unable to view and browse SQL Stored procedures in Management Studio 
    Error I am getting on trying to open Stored procedures in SSMS is:
    TITLE: Microsoft SQL Server Management Studio
    Failed to retrieve data for this request. (Microsoft.SqlServer.Management.Sdk.Sfc)
    For help, click: http://go.microsoft.com/fwlink?ProdName=Microsoft%20SQL%20Server&LinkId=20476
    ADDITIONAL INFORMATION:
    unknown property IsNativelyCompiled (Microsoft.SqlServer.Management.Sdk.Sfc)
    For help, click: http://go.microsoft.com/fwlink?ProdName=Microsoft%20SQL%20Server&LinkId=20476
    BUTTONS:
    OK
    My system info as taken from SSMS is pasted below:
    Microsoft SQL Server Management Studio 12.0.2000.8
    Microsoft Analysis Services Client Tools 12.0.2000.8
    Microsoft Data Access Components (MDAC) 6.1.7601.17514
    Microsoft MSXML 3.0 4.0 6.0 
    Microsoft Internet Explorer 9.11.9600.17728
    Microsoft .NET Framework 4.0.30319.18444
    Operating System 6.1.7601
    I have SQL Express installed and I am able to browse Stored procedures for it, just unable to browse them for Azure SQL
    Please help, any help is appreciated

    Hi Ivgoran,
    I did a repro for the issue that you are having, I am having SSMS which is on CU6 and it lists the stored procedure.
    Microsoft SQL Server Management Studio      12.0.2480.0
    Microsoft Analysis Services Client Tools      12.0.2480.0
    Microsoft Data Access Components (MDAC)      6.3.9600.17415
    Microsoft MSXML      3.0 6.0
    Microsoft Internet Explorer      9.11.9600.17728
    Microsoft .NET Framework      4.0.30319.34014
    Operating System      6.3.9600
    Although upgrading SSMS + Client tools connectivity to CU5 should work as we have published in below link as well --
    http://azure.microsoft.com/en-us/documentation/articles/sql-database-manage-azure-ssms/)
    But as we have released a SP and it has covered many other issues like .bacpac import and DAC publishing, I would request you to update SSMS and client tools connectivity to SP1.
    Thanks,
    Hitesh

  • I can't install new Flash player on my Mac

    problem with new Flash player installation on Mac 10.9.5 and Safari : it download, starts installing and stops at 81%.
    I went through all the proceedings shown on Flash Player support and it still does not work

    Did you also try the offline installer http://fpdownload.macromedia.com/pub/flashplayer/latest/help/install_flash_player_osx.dmg ?

  • I am using an Mac PPC version 10.5.8 and I am trying to download the correct version of Flash Player.  I did once but I had to install a "Clean Install" of my computer and when finished I had put back the new Flash Player I just installed well every time

    I am using an Mac PPC version 10.5.8 and I am trying to download the correct version of Flash Player.  I did once but I had to install a "Clean Install" of my computer and when finished I had put back the new Flash Player I just installed well every time I try install the new player it is place in my Trash Folder and I can not get Player to work.  I did everything I was to install it correctly but it still does not install it correctly.  Can some help me.  Bob

    Some MacBook Pro versions cannot be upgraded past 10.6.8; others are maxed out at 10.7.5. newer models can go all the way to 10.10. So it is important to know exactly what version you have--there may be close to 40 variants produced since the MB made its debut in 2006.
    You can safely give us a snapshot of your model and its current config that will allow us to deternmmine your model and its upgrade potential, plus show it you have any software that may impede any upgrades. Please download and install this free utility:
    http://www.etresoft.com/etrecheck
    It is secure and written by one of our most valued members to allow users to show details of their computer's configuration in Apple Support Communities without revealing any sensitive personal data.
    Run the program and click the "Copy report to clipboard" button when it displays the results. Then return here and paste the report into a response to your initial post. It can often show if any harmful files/programs are dragging down your performance.
    Remember that, on leaving OS10.6.8, you lose the ability to run older softare written for older PowerPC Macs (yours in Intel-based). Programs such as Office 2004 will no longer work (min of Office 2008 needed to work on newer OS versions), and AppleWorks will stop working completely

  • New flash player release breaks old installed flash player

    Hi there all
    I work in a school in the UK and we have a very odd problem with flash player. When a new flash player is released it will stop the older flash player from working.
    This happens on IE 7 and 8 (all XP)
    For example on one of our PCs it states that "You have version 10,0,42,34 installed" if you go to http://www.adobe.com/software/flash/about/ (latest version being 10.0.45.2 at time of post), but this has stopped any flash content from working.
    On youtube it states "Hello, either you have JavaScript turned off or an old version of Adobe's Flash Player. Get the latest Flash player. "
    On BBC iPlayer it states "You need to install Flash to play [name of video]"
    We have given all staff restricted accounts and all students very restricted accounts so they cannot simply install itself.
    We currently deploy the flash player via group policy but that doesn't help us when we have people baying for our blood because some teaching resources will not work
    Anybody seen anything like this before? Could it be a group policy setting perhaps???
    Thanks in advance
    BMCC

    Hey to everyone
    i found the answer in terms of allowing staff to upgrade themselves.
    I have made a GPO with the following registry and file perms settings. I have given permission to members of office and staff sec groups which covers all of our staff. Then apply this gpo either the top level domain or to each OU where you have PCs that you would like staff to be able to upgrade flash for you.
    2010 - Enable users to install/update flash
    Data collected on: 08/07/2010 14:01:27
    hide all
    Generalhide
    Detailshide
    Domain
    broadoak.school
    Owner
    BROADOAK\Domain Admins
    Created
    01/07/2010 13:48:18
    Modified
    08/07/2010 10:08:26
    User Revisions
    0 (AD), 0 (sysvol)
    Computer Revisions
    102 (AD), 102 (sysvol)
    Unique ID
    {A30BAAAA-8194-4205-B19B-59E74826E45D}
    GPO Status
    User settings disabled
    Linkshide
    Location
    Enforced
    Link Status
    Path
    Laptops
    No
    Enabled
    broadoak.school/Laptops
    Office Workstations
    No
    Enabled
    broadoak.school/Office Workstations
    Heads-PA
    No
    Enabled
    broadoak.school/Office Workstations/Heads-PA
    Staff Netbooks
    No
    Enabled
    broadoak.school/Staff Netbooks
    Staff Workstation
    No
    Enabled
    broadoak.school/Staff Workstation
    Teaching Workstations
    No
    Enabled
    broadoak.school/Teaching Workstations
    This list only includes links in the domain of the GPO.
    Security Filteringhide
    The settings in this GPO can only apply to the following groups, users, and computers:
    Name
    NT AUTHORITY\Authenticated Users
    Delegationhide
    These groups and users have the specified permission for this GPO
    Name
    Allowed Permissions
    Inherited
    BROADOAK\Domain Admins
    Edit settings, delete, modify security
    No
    BROADOAK\Enterprise Admins
    Edit settings, delete, modify security
    No
    NT AUTHORITY\Authenticated Users
    Read (from Security Filtering)
    No
    NT AUTHORITY\ENTERPRISE DOMAIN CONTROLLERS
    Read
    No
    NT AUTHORITY\SYSTEM
    Edit settings, delete, modify security
    No
    Computer Configuration (Enabled)hide
    Policieshide
    Windows Settingshide
    Security Settingshide
    File Systemhide
    %SystemRoot%\System32\Macromedhide
    Configure this file or folder then: Propagate inheritable permissions to all subfolders and files
    Owner
    Permissions
    Type
    Name
    Permission
    Apply To
    Allow
    CREATOR OWNER
    Full Control
    Subfolders and files only
    Allow
    BROADOAK\Office
    Full Control
    This folder, subfolders and files
    Allow
    BROADOAK\OfficeA
    Full Control
    This folder, subfolders and files
    Allow
    NT AUTHORITY\SYSTEM
    Full Control
    This folder, subfolders and files
    Allow
    BROADOAK\Staff
    Full Control
    This folder, subfolders and files
    Allow
    BROADOAK\StaffA
    Full Control
    This folder, subfolders and files
    Allow
    BUILTIN\Administrators
    Full Control
    This folder, subfolders and files
    Allow
    BUILTIN\Users
    Read and Execute
    This folder, subfolders and files
    Allow inheritable permissions from the parent to propagate to this object and all child objects
    Disabled
    Auditing
    No auditing specified
    %SystemRoot%\SysWOW64\Macromedhide
    Configure this file or folder then: Propagate inheritable permissions to all subfolders and files
    Owner
    Permissions
    Type
    Name
    Permission
    Apply To
    Allow
    CREATOR OWNER
    Full Control
    Subfolders and files only
    Allow
    BROADOAK\Office
    Full Control
    This folder, subfolders and files
    Allow
    BROADOAK\OfficeA
    Full Control
    This folder, subfolders and files
    Allow
    NT AUTHORITY\SYSTEM
    Full Control
    This folder, subfolders and files
    Allow
    BROADOAK\Staff
    Full Control
    This folder, subfolders and files
    Allow
    BROADOAK\StaffA
    Full Control
    This folder, subfolders and files
    Allow
    BUILTIN\Administrators
    Full Control
    This folder, subfolders and files
    Allow
    BUILTIN\Users
    Read and Execute
    This folder, subfolders and files
    Allow inheritable permissions from the parent to propagate to this object and all child objects
    Disabled
    Auditing
    No auditing specified
    Registryhide
    CLASSES_ROOT\.mfphide
    Configure this key then: Propagate inheritable permissions to all subkeys
    Owner
    Permissions
    Type
    Name
    Permission
    Apply To
    Allow
    CREATOR OWNER
    Full control
    Subkeys only
    Allow
    BROADOAK\Office
    Full control
    This key and subkeys
    Allow
    BROADOAK\OfficeA
    Full control
    This key and subkeys
    Allow
    NT AUTHORITY\SYSTEM
    Full control
    This key and subkeys
    Allow
    BROADOAK\Staff
    Full control
    This key and subkeys
    Allow
    BROADOAK\StaffA
    Full control
    This key and subkeys
    Allow
    BUILTIN\Administrators
    Full control
    This key and subkeys
    Allow
    BUILTIN\Users
    Read
    This key and subkeys
    Allow inheritable permissions from the parent to propagate to this object and all child objects
    Disabled
    Auditing
    No auditing specified
    CLASSES_ROOT\.solhide
    Configure this key then: Propagate inheritable permissions to all subkeys
    Owner
    Permissions
    Type
    Name
    Permission
    Apply To
    Allow
    CREATOR OWNER
    Full control
    Subkeys only
    Allow
    BROADOAK\Office
    Full control
    This key and subkeys
    Allow
    BROADOAK\OfficeA
    Full control
    This key and subkeys
    Allow
    NT AUTHORITY\SYSTEM
    Full control
    This key and subkeys
    Allow
    BROADOAK\Staff
    Full control
    This key and subkeys
    Allow
    BROADOAK\StaffA
    Full control
    This key and subkeys
    Allow
    BUILTIN\Administrators
    Full control
    This key and subkeys
    Allow
    BUILTIN\Users
    Read
    This key and subkeys
    Allow inheritable permissions from the parent to propagate to this object and all child objects
    Disabled
    Auditing
    No auditing specified
    CLASSES_ROOT\.sor hide
    Configure this key then: Propagate inheritable permissions to all subkeys
    Owner
    Permissions
    Type
    Name
    Permission
    Apply To
    Allow
    CREATOR OWNER
    Full control
    Subkeys only
    Allow
    BROADOAK\Office
    Full control
    This key and subkeys
    Allow
    BROADOAK\OfficeA
    Full control
    This key and subkeys
    Allow
    NT AUTHORITY\SYSTEM
    Full control
    This key and subkeys
    Allow
    BROADOAK\Staff
    Full control
    This key and subkeys
    Allow
    BROADOAK\StaffA
    Full control
    This key and subkeys
    Allow
    BUILTIN\Administrators
    Full control
    This key and subkeys
    Allow
    BUILTIN\Users
    Read
    This key and subkeys
    Allow inheritable permissions from the parent to propagate to this object and all child objects
    Disabled
    Auditing
    No auditing specified
    CLASSES_ROOT\.spl hide
    Configure this key then: Propagate inheritable permissions to all subkeys
    Owner
    Permissions
    Type
    Name
    Permission
    Apply To
    Allow
    CREATOR OWNER
    Full control
    Subkeys only
    Allow
    BROADOAK\Office
    Full control
    This key and subkeys
    Allow
    BROADOAK\OfficeA
    Full control
    This key and subkeys
    Allow
    NT AUTHORITY\SYSTEM
    Full control
    This key and subkeys
    Allow
    BROADOAK\Staff
    Full control
    This key and subkeys
    Allow
    BROADOAK\StaffA
    Full control
    This key and subkeys
    Allow
    BUILTIN\Administrators
    Full control
    This key and subkeys
    Allow
    BUILTIN\Users
    Read
    This key and subkeys
    Allow inheritable permissions from the parent to propagate to this object and all child objects
    Disabled
    Auditing
    No auditing specified
    CLASSES_ROOT\.swf hide
    Configure this key then: Propagate inheritable permissions to all subkeys
    Owner
    Permissions
    Type
    Name
    Permission
    Apply To
    Allow
    CREATOR OWNER
    Full control
    Subkeys only
    Allow
    BROADOAK\Office
    Full control
    This key and subkeys
    Allow
    BROADOAK\OfficeA
    Full control
    This key and subkeys
    Allow
    NT AUTHORITY\SYSTEM
    Full control
    This key and subkeys
    Allow
    BROADOAK\Staff
    Full control
    This key and subkeys
    Allow
    BROADOAK\StaffA
    Full control
    This key and subkeys
    Allow
    BUILTIN\Administrators
    Full control
    This key and subkeys
    Allow
    BUILTIN\Users
    Read
    This key and subkeys
    Allow inheritable permissions from the parent to propagate to this object and all child objects
    Disabled
    Auditing
    No auditing specified
    CLASSES_ROOT\CLSID\{1171A62F-05D2-11D1-83FC-00A0C9089C5A} hide
    Configure this key then: Propagate inheritable permissions to all subkeys
    Owner
    Permissions
    Type
    Name
    Permission
    Apply To
    Allow
    CREATOR OWNER
    Full control
    Subkeys only
    Allow
    BROADOAK\Office
    Full control
    This key and subkeys
    Allow
    BROADOAK\OfficeA
    Full control
    This key and subkeys
    Allow
    NT AUTHORITY\SYSTEM
    Full control
    This key and subkeys
    Allow
    BROADOAK\Staff
    Full control
    This key and subkeys
    Allow
    BROADOAK\StaffA
    Full control
    This key and subkeys
    Allow
    BUILTIN\Administrators
    Full control
    This key and subkeys
    Allow
    BUILTIN\Users
    Read
    This key and subkeys
    Allow inheritable permissions from the parent to propagate to this object and all child objects
    Disabled
    Auditing
    No auditing specified
    CLASSES_ROOT\CLSID\{19114156-8E9A-4D4E-9EE9-17A0E48D3BBB}hide
    Configure this key then: Propagate inheritable permissions to all subkeys
    Owner
    Permissions
    Type
    Name
    Permission
    Apply To
    Allow
    CREATOR OWNER
    Full control
    Subkeys only
    Allow
    BROADOAK\Office
    Full control
    This key and subkeys
    Allow
    BROADOAK\OfficeA
    Full control
    This key and subkeys
    Allow
    NT AUTHORITY\SYSTEM
    Full control
    This key and subkeys
    Allow
    BROADOAK\Staff
    Full control
    This key and subkeys
    Allow
    BROADOAK\StaffA
    Full control
    This key and subkeys
    Allow
    BUILTIN\Administrators
    Full control
    This key and subkeys
    Allow
    BUILTIN\Users
    Read
    This key and subkeys
    Allow inheritable permissions from the parent to propagate to this object and all child objects
    Disabled
    Auditing
    No auditing specified
    CLASSES_ROOT\CLSID\{D27CDB6E-AE6D-11cf-96B8-444553540000}hide
    Configure this key then: Propagate inheritable permissions to all subkeys
    Owner
    Permissions
    Type
    Name
    Permission
    Apply To
    Allow
    CREATOR OWNER
    Full control
    Subkeys only
    Allow
    BROADOAK\Office
    Full control
    This key and subkeys
    Allow
    BROADOAK\OfficeA
    Full control
    This key and subkeys
    Allow
    NT AUTHORITY\SYSTEM
    Full control
    This key and subkeys
    Allow
    BROADOAK\Staff
    Full control
    This key and subkeys
    Allow
    BROADOAK\StaffA
    Full control
    This key and subkeys
    Allow
    BUILTIN\Administrators
    Full control
    This key and subkeys
    Allow
    BUILTIN\Users
    Read
    This key and subkeys
    Allow inheritable permissions from the parent to propagate to this object and all child objects
    Disabled
    Auditing
    No auditing specified
    CLASSES_ROOT\CLSID\{D27CDB70-AE6D-11cf-96B8-444553540000}hide
    Configure this key then: Propagate inheritable permissions to all subkeys
    Owner
    Permissions
    Type
    Name
    Permission
    Apply To
    Allow
    CREATOR OWNER
    Full control
    Subkeys only
    Allow
    BROADOAK\Office
    Query Value
    This key only
    Allow
    BROADOAK\OfficeA
    Query Value
    This key only
    Allow
    NT AUTHORITY\SYSTEM
    Full control
    This key and subkeys
    Allow
    BROADOAK\Staff
    Full control
    This key and subkeys
    Allow
    BROADOAK\StaffA
    Full control
    This key and subkeys
    Allow
    BUILTIN\Administrators
    Full control
    This key and subkeys
    Allow
    BUILTIN\Users
    Read
    This key and subkeys
    Allow inheritable permissions from the parent to propagate to this object and all child objects
    Disabled
    Auditing
    No auditing specified
    CLASSES_ROOT\CLSID\{D4304BCF-B8E9-4B35-BEA0-DC5B522670C2}hide
    Configure this key then: Propagate inheritable permissions to all subkeys
    Owner
    Permissions
    Type
    Name
    Permission
    Apply To
    Allow
    CREATOR OWNER
    Full control
    Subkeys only
    Allow
    BROADOAK\Office
    Full control
    This key and subkeys
    Allow
    BROADOAK\OfficeA
    Full control
    This key and subkeys
    Allow
    NT AUTHORITY\SYSTEM
    Full control
    This key and subkeys
    Allow
    BROADOAK\Staff
    Full control
    This key and subkeys
    Allow
    BROADOAK\StaffA
    Full control
    This key and subkeys
    Allow
    BUILTIN\Administrators
    Full control
    This key and subkeys
    Allow
    BUILTIN\Users
    Read
    This key and subkeys
    Allow inheritable permissions from the parent to propagate to this object and all child objects
    Disabled
    Auditing
    No auditing specified
    CLASSES_ROOT\FlashFactory.FlashFactoryhide
    Configure this key then: Propagate inheritable permissions to all subkeys
    Owner
    Permissions
    Type
    Name
    Permission
    Apply To
    Allow
    CREATOR OWNER
    Full control
    Subkeys only
    Allow
    BROADOAK\Office
    Full control
    This key and subkeys
    Allow
    BROADOAK\OfficeA
    Full control
    This key and subkeys
    Allow
    NT AUTHORITY\SYSTEM
    Full control
    This key and subkeys
    Allow
    BROADOAK\Staff
    Full control
    This key and subkeys
    Allow
    BROADOAK\StaffA
    Full control
    This key and subkeys
    Allow
    BUILTIN\Administrators
    Full control
    This key and subkeys
    Allow
    BUILTIN\Users
    Read
    This key and subkeys
    Allow inheritable permissions from the parent to propagate to this object and all child objects
    Disabled
    Auditing
    No auditing specified
    CLASSES_ROOT\FlashFactory.FlashFactory.1hide
    Configure this key then: Propagate inheritable permissions to all subkeys
    Owner
    Permissions
    Type
    Name
    Permission
    Apply To
    Allow
    CREATOR OWNER
    Full control
    Subkeys only
    Allow
    BROADOAK\Office
    Full control
    This key and subkeys
    Allow
    BROADOAK\OfficeA
    Full control
    This key and subkeys
    Allow
    NT AUTHORITY\SYSTEM
    Full control
    This key and subkeys
    Allow
    BROADOAK\Staff
    Full control
    This key and subkeys
    Allow
    BROADOAK\StaffA
    Full control
    This key and subkeys
    Allow
    BUILTIN\Administrators
    Full control
    This key and subkeys
    Allow
    BUILTIN\Users
    Read
    This key and subkeys
    Allow inheritable permissions from the parent to propagate to this object and all child objects
    Disabled
    Auditing
    No auditing specified
    CLASSES_ROOT\FlashProp.FlashProphide
    Configure this key then: Propagate inheritable permissions to all subkeys
    Owner
    Permissions
    Type
    Name
    Permission
    Apply To
    Allow
    CREATOR OWNER
    Full control
    Subkeys only
    Allow
    BROADOAK\Office
    Full control
    This key and subkeys
    Allow
    BROADOAK\OfficeA
    Full control
    This key and subkeys
    Allow
    NT AUTHORITY\SYSTEM
    Full control
    This key and subkeys
    Allow
    BROADOAK\Staff
    Full control
    This key and subkeys
    Allow
    BROADOAK\StaffA
    Full control
    This key and subkeys
    Allow
    BUILTIN\Administrators
    Full control
    This key and subkeys
    Allow
    BUILTIN\Users
    Read
    This key and subkeys
    Allow inheritable permissions from the parent to propagate to this object and all child objects
    Disabled
    Auditing
    No auditing specified
    CLASSES_ROOT\FlashProp.FlashProp.1hide
    Configure this key then: Propagate inheritable permissions to all subkeys
    Owner
    Permissions
    Type
    Name
    Permission
    Apply To
    Allow
    CREATOR OWNER
    Full control
    Subkeys only
    Allow
    BROADOAK\Office
    Full control
    This key and subkeys
    Allow
    BROADOAK\OfficeA
    Full control
    This key and subkeys
    Allow
    NT AUTHORITY\SYSTEM
    Full control
    This key and subkeys
    Allow
    BROADOAK\Staff
    Full control
    This key and subkeys
    Allow
    BROADOAK\StaffA
    Full control
    This key and subkeys
    Allow
    BUILTIN\Administrators
    Full control
    This key and subkeys
    Allow
    BUILTIN\Users
    Read
    This key and subkeys
    Allow inheritable permissions from the parent to propagate to this object and all child objects
    Disabled
    Auditing
    No auditing specified
    CLASSES_ROOT\Interface\{2E4BB6BE-A75F-4DC0-9500-68203655A2C4}hide
    Configure this key then: Propagate inheritable permissions to all subkeys
    Owner
    Permissions
    Type
    Name
    Permission
    Apply To
    Allow
    CREATOR OWNER
    Full control
    Subkeys only
    Allow
    BROADOAK\Office
    Full control
    This key and subkeys
    Allow
    BROADOAK\OfficeA
    Full control
    This key and subkeys
    Allow
    NT AUTHORITY\SYSTEM
    Full control
    This key and subkeys
    Allow
    BROADOAK\Staff
    Full control
    This key and subkeys
    Allow
    BROADOAK\StaffA
    Full control
    This key and subkeys
    Allow
    BUILTIN\Administrators
    Full control
    This key and subkeys
    Allow
    BUILTIN\Users
    Read
    This key and subkeys
    Allow inheritable permissions from the parent to propagate to this object and all child objects
    Disabled
    Auditing
    No auditing specified
    CLASSES_ROOT\MacromediaFlashPaper.MacromediaFlashPaperhide
    Configure this key then: Propagate inheritable permissions to all subkeys
    Owner
    Permissions
    Type
    Name
    Permission
    Apply To
    Allow
    CREATOR OWNER
    Full control
    Subkeys only
    Allow
    BROADOAK\Office
    Full control
    This key and subkeys
    Allow
    BROADOAK\OfficeA
    Full control
    This key and subkeys
    Allow
    NT AUTHORITY\SYSTEM
    Full control
    This key and subkeys
    Allow
    BROADOAK\Staff
    Full control
    This key and subkeys
    Allow
    BROADOAK\StaffA
    Full control
    This key and subkeys
    Allow
    BUILTIN\Administrators
    Full control
    This key and subkeys
    Allow
    BUILTIN\Users
    Read
    This key and subkeys
    Allow inheritable permissions from the parent to propagate to this object and all child objects
    Disabled
    Auditing
    No auditing specified
    CLASSES_ROOT\MIME\Database\Content Type\application/futuresplashhide
    Configure this key then: Propagate inheritable permissions to all subkeys
    Owner
    Permissions
    Type
    Name
    Permission
    Apply To
    Allow
    CREATOR OWNER
    Full control
    Subkeys only
    Allow
    BROADOAK\Office
    Full control
    This key and subkeys
    Allow
    BROADOAK\OfficeA
    Full control
    This key and subkeys
    Allow
    NT AUTHORITY\SYSTEM
    Full control
    This key and subkeys
    Allow
    BROADOAK\Staff
    Full control
    This key and subkeys
    Allow
    BROADOAK\StaffA
    Full control
    This key and subkeys
    Allow
    BUILTIN\Administrators
    Full control
    This key and subkeys
    Allow
    BUILTIN\Users
    Read
    This key and subkeys
    Allow inheritable permissions from the parent to propagate to this object and all child objects
    Disabled
    Auditing
    No auditing specified
    CLASSES_ROOT\MIME\Database\Content Type\application/x-shockwave-flashhide
    Configure this key then: Propagate inheritable permissions to all subkeys
    Owner
    Permissions
    Type
    Name
    Permission
    Apply To
    Allow
    CREATOR OWNER
    Full control
    Subkeys only
    Allow
    BROADOAK\Office
    Full control
    This key and subkeys
    Allow
    BROADOAK\OfficeA
    Full control
    This key and subkeys
    Allow
    NT AUTHORITY\SYSTEM
    Full control
    This key and subkeys
    Allow
    BROADOAK\Staff
    Full control
    This key and subkeys
    Allow
    BROADOAK\StaffA
    Full control
    This key and subkeys
    Allow
    BUILTIN\Administrators
    Full control
    This key and subkeys
    Allow
    BUILTIN\Users
    Read
    This key and subkeys
    Allow inheritable permissions from the parent to propagate to this object and all child objects
    Disabled
    Auditing
    No auditing specified
    CLASSES_ROOT\ShockwaveFlash.ShockwaveFlashhide
    Configure this key then: Propagate inheritable permissions to all subkeys
    Owner
    Permissions
    Type
    Name
    Permission
    Apply To
    Allow
    CREATOR OWNER
    Full control
    Subkeys only
    Allow
    BROADOAK\Office
    Full control
    This key and subkeys
    Allow
    BROADOAK\OfficeA
    Full control
    This key and subkeys
    Allow
    NT AUTHORITY\SYSTEM
    Full control
    This key and subkeys
    Allow
    BROADOAK\Staff
    Full control
    This key and subkeys
    Allow
    BROADOAK\StaffA
    Full control
    This key and subkeys
    Allow
    BROADOAK\Domain Admins
    Full control
    This key and subkeys
    Allow
    BUILTIN\Administrators
    Full control
    This key and subkeys
    Allow
    BUILTIN\Users
    Read
    This key and subkeys
    Allow inheritable permissions from the parent to propagate to this object and all child objects
    Disabled
    Auditing
    No auditing specified
    CLASSES_ROOT\ShockwaveFlash.ShockwaveFlash.1hide
    Configure this key then: Propagate inheritable permissions to all subkeys
    Owner
    Permissions
    Type
    Name
    Permission
    Apply To
    Allow
    CREATOR OWNER
    Full control
    Subkeys only
    Allow
    BROADOAK\Office
    Full control
    This key and subkeys
    Allow
    BROADOAK\OfficeA
    Full control
    This key and subkeys
    Allow
    NT AUTHORITY\SYSTEM
    Full control
    This key and subkeys
    Allow
    BROADOAK\Staff
    Full control
    This key and subkeys
    Allow
    BROADOAK\StaffA
    Full control
    This key and subkeys
    Allow
    BUILTIN\Administrators
    Full control
    This key and subkeys
    Allow
    BUILTIN\Users
    Read
    This key and subkeys
    Allow inheritable permissions from the parent to propagate to this object and all child objects
    Disabled
    Auditing
    No auditing specified
    CLASSES_ROOT\ShockwaveFlash.ShockwaveFlash.10 hide
    Configure this key then: Propagate inheritable permissions to all subkeys
    Owner
    Permissions
    Type
    Name
    Permission
    Apply To
    Allow
    CREATOR OWNER
    Full control
    Subkeys only
    Allow
    BROADOAK\Office
    Full control
    This key and subkeys
    Allow
    BROADOAK\OfficeA
    Full control
    This key and subkeys
    Allow
    NT AUTHORITY\SYSTEM
    Full control
    This key and subkeys
    Allow
    BROADOAK\Staff
    Full control
    This key and subkeys
    Allow
    BROADOAK\StaffA
    Full control
    This key and subkeys
    Allow
    BUILTIN\Administrators
    Full control
    This key and subkeys
    Allow
    BUILTIN\Users
    Read
    This key and subkeys
    Allow inheritable permissions from the parent to propagate to this object and all child objects
    Disabled
    Auditing
    No auditing specified
    CLASSES_ROOT\ShockwaveFlash.ShockwaveFlash.3hide
    Configure this key then: Propagate inheritable permissions to all subkeys
    Owner
    Permissions
    Type
    Name
    Permission
    Apply To
    Allow
    CREATOR OWNER
    Full control
    Subkeys only
    Allow
    BROADOAK\Office
    Full control
    This key and subkeys
    Allow
    BROADOAK\OfficeA
    Full control
    This key and subkeys
    Allow
    NT AUTHORITY\SYSTEM
    Full control
    This key and subkeys
    Allow
    BROADOAK\Staff
    Full control
    This key and subkeys
    Allow
    BROADOAK\StaffA
    Full control
    This key and subkeys
    Allow
    BUILTIN\Administrators
    Full control
    This key and subkeys
    Allow
    BUILTIN\Users
    Read
    This key and subkeys
    Allow inheritable permissions from the parent to propagate to this object and all child objects
    Disabled
    Auditing
    No auditing specified
    CLASSES_ROOT\ShockwaveFlash.ShockwaveFlash.4 hide
    Configure this key then: Propagate inheritable permissions to all subkeys
    Owner
    Permissions
    Type
    Name
    Permission
    Apply To
    Allow
    CREATOR OWNER
    Full control
    Subkeys only
    Allow
    BROADOAK\Office
    Full control
    This key and subkeys
    Allow
    BROADOAK\OfficeA
    Full control
    This key and subkeys
    Allow
    NT AUTHORITY\SYSTEM
    Full control
    This key and subkeys
    Allow
    BROADOAK\Staff
    Full control
    This key and subkeys
    Allow
    BROADOAK\StaffA
    Full control
    This key and subkeys
    Allow

  • Problems with the new flash version.

    Turned on my computer (win 7, ff5) and found that both skype and youtube are crippled.
    After some digging, it becomes clear that there has been a new flash version and im far from the only one with problems. I try to use the uninstaller - which works suspiciously quickly- and reinstall. I get a message saying that its already installed. When i try through firefox direct, it says an existing version may be in use.
    So either the uninstaller or the installer is broken.
    When on youtube for example, it alternates between telling me i need to update the plugin and to download  from adobe. I have now done this several times, following the instructions. No suscess.
    Have tried to change the hardware accelleration off, but as i cant see anything thats flash.... its not going well.

    Is your Win7 32-bit or 64-bit?
    What files do you have in C:\Windows\system32\Macromed\Flash (32-bit) / C:\Windows\syswow64\Macromed\Flash (64-bit) ?

  • How can I get my old iTunes music onto my new computer without access to my old computer? I left my previous job and forgot to transfer my music. I bought iTunes match and it shows my old Mac as a device, but I cannot get the music off it.

    How can I get my old iTunes music onto my new computer without access to my old computer? I left my previous job and forgot to transfer my music. I bought iTunes match and it shows my old Mac as a device, but I cannot access any of the old music. All I can find are what was on my iPhone, but that's not what I want. I need all my old music from my old Mac, which has been wiped clean by IT at my old job. BUT, I did have iCloud at that time and I thought all my music would be accessible through it. I don't understand the Cloud! And I'm thinking spending $24.99 on iTunes Match was a waste of money because I still can't access my old music.

    When you are done with this issue, consider the computer back at the office may still
    have access to your iTunes account, and it should be de-auhorized. You can do that
    remotely, but be sure you carefully do not mess up your other computer iTunes libraries.
    Good luck & happy computing!

Maybe you are looking for

  • Device is unreachable: Cannot import video from iPhone 5 to Win 8.1 PC

    This error message has become the bane of my existence as it stands in the way of importing all my photos and videos from my iPhone to my computer and thus not having a 99% full iphone on a daily basis. Most photos are imported just fine, just the la

  • TreeTable with grid

    I am using the tree table and when i try to add a grid to the table the grid is not shown on the tree column. If i try to paint a border for each node at the tree it gets too wide (since for close cells there are two borders.) Is there any other solu

  • Sum of Time field

    Dear Experts, I've a field  which displays the minutes input to the HH.MM format. Please help me in managing the SUM of this column in the same format. Presenlty I am getting in the decimal system. (The above field type is in DEC 10 2 ) Regards Joges

  • 10 bit 1080/24P HD, downconvert in software?

    I have 10 bit HD (from D5) 1080/24P material on a firewire drive for editing on a MetaSan dual 2.5 (8G RAM). Running FCP 5.02 with 10.4. It was encoded into a Blackmagic codec quicktime. Material is supplied from telecine on FW drive (only have SD Ko

  • Replacement for DTT3500

    My DTT3500 is playing up, it's quite long in the tooth anyway now. Which Creative (Cambridge?) sound system should I get to replace it's I need to mix several sources, my (original) SB Live! 5.1, which connected via the 9 pin Digital DIN cable (this