Strange error when adding constraints

Hi friends

We are oracle runing 11.2.0.3.0, windows server.

Only we don't have any problems on the 'source' scheme, which has been exported and imported to a new schema using DataPump and remap_schema. The same error occurs when using exp.exe

Gives this error when adding some constraints, but not all, the Oracle returns a failure statemente:

ORA-31685:object REF_CONSTRAINT type: NEW_SCHEMA. NOTE_ITEM_FK failed due to insufficient privileges. In the absence of sql is:

ALTER TABLE NEW_SCHEMA. NOTE_ITEM_FINAL ADD CONSTRAINT NOTE_ITEM_FK FOREIGN KEY (CODID) REFERENCES NOTE ENABLE (ID)

But I'm the owner of the table user, I DBA and all other privileges. We often but suddenly got this erros.

Any idea?

I have REFERENCES of the concession and many other roles and privileges at the trial, but nothing has worked.

If I run the command via SQLPlus it returns me

ORA-00604: an error occurred at recursive SQL level 1

ORA-01031: insufficient privileges

But I'm not referring to any other table schema, just mine.

TKS a lot

Well

I found a solution

RENAME TABLE to aaa_bkp aaa

CREATE TABLE AS SELECT aaa * of aaa_bkp

Re-create all triggers and constraints.

It is, I think it was a good work around

TKS all

Tags: Database

Similar Questions

  • strange error when adding a column

    I try to execute the following SQL, but this error:

    ALTER TABLE s1_grainsmart_option
    ADD ppv_flag char (1) default ' is not null
    CONSTRAINT ckc_gso_ppv_flag CHECK (ppv_flag IN ('Y', ' don't))


    ERROR: a problem occurred while running script 1700050069
    ORA-02293: cannot validate (GRAINV17UNICODE. CKC_GSO_PPV_FLAG) - violated check constraint

    Here is the definition of the table:

    CREATE TABLE s1_grainsmart_option

    (

    go_key number not null,

    ps_same_number_flag char (1) default ' is not null

    CONSTRAINT ckc_gso_ps_same_num_flag CHECK (ps_same_number_flag IN ('Y', ' don't)).

    wheat_board_req_flag char (1) default ' is not null

    CONSTRAINT ckc_gso_wb_req_flag CHECK (wheat_board_req_flag IN ('Y', ' don't)).

    multiple_currencies_flag char (1) default ' is not null

    CONSTRAINT ckc_gso_multi_currencies_flag CHECK (multiple_currencies_flag IN ('Y', ' don't)).

    ar_software_interface varchar2 (30) null,

    ap_software_interface varchar2 (30) null,

    gl_software_interface varchar2 (30) null,

    inv_software_interface varchar2 (30) null,

    gl_by_location_flag char (1) default 'Y' not null

    CONSTRAINT ckc_gso_gl_by_location_flag CHECK (gl_by_location_flag IN ('Y', ' don't)).

    CONSTRAINT pk_grainsmart_option PRIMARY KEY (go_key)

    using index

    tablespace smartsoft_index

    )

    tablespace smartsoft_data

    BTW, there are several (approx. 200 'flag' columns) I didn't want to weigh the definition of "create table".

    I do not understand the error; I use this syntax to add a required column with a default value of hundreds (if not more) times, but in this case, it issues an error.

    Oracle Standard Edition 64-bit on Windows 2008 R2 Server 11.2.0.4.

    Thank you

    Murray

    I have several variations of this type of script; sometimes randomly (it seems) a script of this type will fail without obvious reason.

    What 'type' of the script are you talking about? You have not viewed the CONTENTS of the script.

    No one can say what could be done unless you post your script.

    Guess that it is a problem of Support of Oracle.

    Support will NOT be able to help you either unless you provide the necessary information.

    Create the SMALLEST possible script and example that re-creates the problem. Others have said the fundamental reason for an exception of this family: you have data that VIOLATE the constraint.

    Only YOU know that that data that you use because you have not posted any data for us to watch either.

    Remove data that violate the constraint.

  • jsf page strange error when running stand-alone weblogic server 12 c

    Hello

    I am facing strange error when lance page stand-alone weblogic server 12 c jsf

    JDeveloper version (12.1.3), Weblogic server (12 c)

    java.lang.NoSuchMethodError: oracle.javatools.resourcebundle.ChainedKeyValueMap.internalSetELResolved (Ljava/lang/Boolean ;) V

    to oracle.javatools.resourcebundle.BundleVariableResolver$ LocaleMap.get (BundleVariableResolver.java:85)

    to oracle.javatools.resourcebundle.BundleVariableResolver$ LocaleMap.get (BundleVariableResolver.java:60)

    at javax.el.MapELResolver.getValue(MapELResolver.java:199)

    at com.sun.faces.el.DemuxCompositeELResolver._getValue(DemuxCompositeELResolver.java:176)

    at com.sun.faces.el.DemuxCompositeELResolver.getValue(DemuxCompositeELResolver.java:203)

    at com.sun.el.parser.AstValue.getValue(AstValue.java:138)

    at com.sun.el.parser.AstValue.getValue(AstValue.java:183)

    at com.sun.el.ValueExpressionImpl.getValue(ValueExpressionImpl.java:224)

    at com.sun.faces.facelets.el.TagValueExpression.getValue(TagValueExpression.java:109)

    at com.sun.el.parser.AstIdentifier.getValue(AstIdentifier.java:99)

    at com.sun.el.parser.AstValue.getValue(AstValue.java:179)

    at com.sun.el.ValueExpressionImpl.getValue(ValueExpressionImpl.java:224)

    at com.sun.faces.facelets.el.TagValueExpression.getValue(TagValueExpression.java:109)

    at org.apache.myfaces.trinidad.bean.FacesBeanImpl.getProperty(FacesBeanImpl.java:73)

    at oracle.adfinternal.view.faces.renderkit.rich.LabelLayoutRenderer.getLabel(LabelLayoutRenderer.java:957)

    at oracle.adfinternal.view.faces.renderkit.rich.LabelLayoutRenderer.encodeAll(LabelLayoutRenderer.java:214)

    at oracle.adfinternal.view.faces.renderkit.rich.LabeledInputRenderer.encodeAll(LabeledInputRenderer.java:231)

    at oracle.adf.view.rich.render.RichRenderer.encodeAll(RichRenderer.java:1578)

    at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:511)

    at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:1085)

    at javax.faces.component.UIComponent.encodeAll(UIComponent.java:1786)

    to oracle.adfinternal.view.faces.taglib.region.IncludeTag$ FacetWrapper.encodeAll (IncludeTag.java:521)

    at org.apache.myfaces.trinidad.render.CoreRenderer.encodeChild(CoreRenderer.java:624)

    at oracle.adfinternal.view.faces.renderkit.rich.DecorativeBoxRenderer.encodeFacet(DecorativeBoxRenderer.java:633)

    at oracle.adfinternal.view.faces.renderkit.rich.DecorativeBoxRenderer._encodeCenterPane(DecorativeBoxRenderer.java:1088)

    at oracle.adfinternal.view.faces.renderkit.rich.DecorativeBoxRenderer._encodeWithSimpleBorders(DecorativeBoxRenderer.java:594)

    at oracle.adfinternal.view.faces.renderkit.rich.DecorativeBoxRenderer.encodeAll(DecorativeBoxRenderer.java:326)

    at oracle.adf.view.rich.render.RichRenderer.encodeAll(RichRenderer.java:1578)

    at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:511)

    at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:1085)

    at javax.faces.component.UIComponent.encodeAll(UIComponent.java:1786)

    at org.apache.myfaces.trinidad.render.CoreRenderer.encodeChild(CoreRenderer.java:624)

    at oracle.adf.view.rich.render.RichRenderer.encodeStretchedChild(RichRenderer.java:2325)

    at oracle.adfinternal.view.faces.renderkit.rich.PanelSplitterRenderer._renderPane(PanelSplitterRenderer.java:1637)

    at oracle.adfinternal.view.faces.renderkit.rich.PanelSplitterRenderer.encodeAll(PanelSplitterRenderer.java:299)

    at oracle.adf.view.rich.render.RichRenderer.encodeAll(RichRenderer.java:1578)

    at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:511)

    at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:1085)

    at javax.faces.component.UIComponent.encodeAll(UIComponent.java:1786)

    at org.apache.myfaces.trinidad.render.CoreRenderer.encodeChild(CoreRenderer.java:624)

    at oracle.adf.view.rich.render.RichRenderer.encodeStretchedChild(RichRenderer.java:2325)

    at oracle.adfinternal.view.faces.renderkit.rich.PanelSplitterRenderer._renderPane(PanelSplitterRenderer.java:1637)

    at oracle.adfinternal.view.faces.renderkit.rich.PanelSplitterRenderer.encodeAll(PanelSplitterRenderer.java:315)

    at oracle.adf.view.rich.render.RichRenderer.encodeAll(RichRenderer.java:1578)

    at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:511)

    at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:1085)

    at javax.faces.component.UIComponent.encodeAll(UIComponent.java:1786)

    at org.apache.myfaces.trinidad.render.CoreRenderer.encodeChild(CoreRenderer.java:624)

    at oracle.adfinternal.view.faces.renderkit.rich.DecorativeBoxRenderer.encodeFacet(DecorativeBoxRenderer.java:633)

    at oracle.adfinternal.view.faces.renderkit.rich.DecorativeBoxRenderer._encodeCenterPane(DecorativeBoxRenderer.java:1088)

    at oracle.adfinternal.view.faces.renderkit.rich.DecorativeBoxRenderer._encodeWithSimpleBorders(DecorativeBoxRenderer.java:594)

    at oracle.adfinternal.view.faces.renderkit.rich.DecorativeBoxRenderer.encodeAll(DecorativeBoxRenderer.java:326)

    at oracle.adf.view.rich.render.RichRenderer.encodeAll(RichRenderer.java:1578)

    at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:511)

    at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:1085)

    at javax.faces.component.UIComponent.encodeAll(UIComponent.java:1786)

    at org.apache.myfaces.trinidad.render.CoreRenderer.encodeChild(CoreRenderer.java:624)

    at oracle.adfinternal.view.faces.renderkit.rich.DecorativeBoxRenderer.encodeFacet(DecorativeBoxRenderer.java:633)

    at oracle.adfinternal.view.faces.renderkit.rich.DecorativeBoxRenderer._encodeCenterPane(DecorativeBoxRenderer.java:1088)

    at oracle.adfinternal.view.faces.renderkit.rich.DecorativeBoxRenderer._encodeWithSimpleBorders(DecorativeBoxRenderer.java:594)

    at oracle.adfinternal.view.faces.renderkit.rich.DecorativeBoxRenderer.encodeAll(DecorativeBoxRenderer.java:326)

    at oracle.adf.view.rich.render.RichRenderer.encodeAll(RichRenderer.java:1578)

    at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:511)

    at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:1085)

    at javax.faces.component.UIComponent.encodeAll(UIComponent.java:1786)

    at org.apache.myfaces.trinidad.render.CoreRenderer.encodeChild(CoreRenderer.java:624)

    at oracle.adf.view.rich.render.RichRenderer.encodeStretchedChild(RichRenderer.java:2325)

    at oracle.adfinternal.view.faces.renderkit.rich.PanelSplitterRenderer._renderPane(PanelSplitterRenderer.java:1637)

    at oracle.adfinternal.view.faces.renderkit.rich.PanelSplitterRenderer.encodeAll(PanelSplitterRenderer.java:299)

    at oracle.adf.view.rich.render.RichRenderer.encodeAll(RichRenderer.java:1578)

    at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:511)

    at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:1085)

    at javax.faces.component.UIComponent.encodeAll(UIComponent.java:1786)

    at org.apache.myfaces.trinidad.render.CoreRenderer.encodeChild(CoreRenderer.java:624)

    at oracle.adf.view.rich.render.RichRenderer.encodeStretchedChild(RichRenderer.java:2325)

    at oracle.adfinternal.view.faces.renderkit.rich.PanelSplitterRenderer._renderPane(PanelSplitterRenderer.java:1637)

    at oracle.adfinternal.view.faces.renderkit.rich.PanelSplitterRenderer.encodeAll(PanelSplitterRenderer.java:315)

    at oracle.adf.view.rich.render.RichRenderer.encodeAll(RichRenderer.java:1578)

    at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:511)

    at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:1085)

    at javax.faces.component.UIComponent.encodeAll(UIComponent.java:1786)

    at org.apache.myfaces.trinidad.render.CoreRenderer.encodeChild(CoreRenderer.java:624)

    at org.apache.myfaces.trinidad.render.CoreRenderer.encodeAllChildren(CoreRenderer.java:641)

    at oracle.adf.view.rich.render.RichRenderer.encodeAllChildrenInContext(RichRenderer.java:3195)

    at oracle.adfinternal.view.faces.renderkit.rich.PageTemplateRenderer.encodeAll(PageTemplateRenderer.java:68)

    at oracle.adf.view.rich.render.RichRenderer.encodeAll(RichRenderer.java:1578)

    at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:511)

    at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:1085)

    at javax.faces.component.UIComponent.encodeAll(UIComponent.java:1786)

    at org.apache.myfaces.trinidad.render.CoreRenderer.encodeChild(CoreRenderer.java:624)

    at org.apache.myfaces.trinidad.render.CoreRenderer.encodeAllChildren(CoreRenderer.java:641)

    at oracle.adf.view.rich.render.RichRenderer.encodeAllChildrenInContext(RichRenderer.java:3195)

    at oracle.adfinternal.view.faces.renderkit.rich.FormRenderer.encodeAll(FormRenderer.java:275)

    at oracle.adf.view.rich.render.RichRenderer.encodeAll(RichRenderer.java:1578)

    at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:511)

    at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:1085)

    at javax.faces.component.UIComponent.encodeAll(UIComponent.java:1786)

    at org.apache.myfaces.trinidad.render.CoreRenderer.encodeChild(CoreRenderer.java:624)

    at org.apache.myfaces.trinidad.render.CoreRenderer.encodeAllChildren(CoreRenderer.java:641)

    at oracle.adf.view.rich.render.RichRenderer.encodeAllChildrenInContext(RichRenderer.java:3195)

    at oracle.adfinternal.view.faces.renderkit.rich.DocumentRenderer.encodeAll(DocumentRenderer.java:1473)

    at oracle.adf.view.rich.render.RichRenderer.encodeAll(RichRenderer.java:1578)

    at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:511)

    at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:1085)

    at javax.faces.component.UIComponent.encodeAll(UIComponent.java:1786)

    at javax.faces.component.UIComponent.encodeAll(UIComponent.java:1782)

    at oracle.adfinternal.view.faces.component.AdfViewRoot.encodeAll(AdfViewRoot.java:102)

    at com.sun.faces.application.view.FaceletViewHandlingStrategy.renderView(FaceletViewHandlingStrategy.java:402)

    at org.apache.myfaces.trinidad.view.ViewDeclarationLanguageWrapper.renderView(ViewDeclarationLanguageWrapper.java:101)

    at org.apache.myfaces.trinidad.view.ViewDeclarationLanguageWrapper.renderView(ViewDeclarationLanguageWrapper.java:101)

    to org.apache.myfaces.trinidadinternal.application.ViewDeclarationLanguageFactoryImpl$ ChangeApplyingVDLWrapper.renderView (ViewDeclarationLanguageFactoryImpl.java:338)

    at com.sun.faces.application.view.MultiViewHandler.renderView(MultiViewHandler.java:125)

    at javax.faces.application.ViewHandlerWrapper.renderView(ViewHandlerWrapper.java:288)

    at org.apache.myfaces.trinidadinternal.application.ViewHandlerImpl.renderView(ViewHandlerImpl.java:170)

    at oracle.adfinternal.view.faces.lifecycle.ResponseRenderManager.runRenderView(ResponseRenderManager.java:52)

    at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._renderResponse(LifecycleImpl.java:1104)

    at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:389)

    at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:255)

    at javax.faces.webapp.FacesServlet.service(FacesServlet.java:594)

    to weblogic.servlet.internal.StubSecurityHelper$ ServletServiceAction.run (StubSecurityHelper.java:280)

    to weblogic.servlet.internal.StubSecurityHelper$ ServletServiceAction.run (StubSecurityHelper.java:254)

    at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:136)

    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:341)

    at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:25)

    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:79)

    at oracle.adf.share.http.ServletADFFilter.doFilter(ServletADFFilter.java:77)

    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:79)

    at oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter.doFilter(RegistrationFilter.java:106)

    to org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$ FilterListChain.doFilter (TrinidadFilterImpl.java:478)

    at oracle.adfinternal.view.faces.activedata.AdsFilter.doFilter(AdsFilter.java:60)

    to org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$ FilterListChain.doFilter (TrinidadFilterImpl.java:478)

    at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilterImpl(TrinidadFilterImpl.java:303)

    at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:208)

    at org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:92)

    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:79)

    at oracle.adf.library.webapp.LibraryFilter.doFilter(LibraryFilter.java:202)

    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:79)

    to oracle.security.jps.ee.http.JpsAbsFilter$ 1.run(JpsAbsFilter.java:137)

    at java.security.AccessController.doPrivileged (Native Method)

    at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:315)

    at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:460)

    at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:120)

    at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:217)

    at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:81)

    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:79)

    at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:225)

    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:79)

    at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)

    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:79)

    to weblogic.servlet.internal.WebAppServletContext$ ServletInvocationAction.wrapRun (WebAppServletContext.java:3367)

    to weblogic.servlet.internal.WebAppServletContext$ ServletInvocationAction.run (WebAppServletContext.java:3333)

    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)

    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)

    at weblogic.servlet.provider.WlsSubjectHandle.run(WlsSubjectHandle.java:57)

    at weblogic.servlet.internal.WebAppServletContext.doSecuredExecute(WebAppServletContext.java:2220)

    at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2146)

    at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2124)

    at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1564)

    to weblogic.servlet.provider.ContainerSupportProviderImpl$ WlsRequestExecutor.run (ContainerSupportProviderImpl.java:254)

    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:295)

    at weblogic.work.ExecuteThread.run(ExecuteThread.java:254)

    My problem is solved by installing ADF performance (12.1.3)

  • Strange error when you try to validate a business rule

    I get this strange error when I try to validate a business rule:

    Details: cannot calculate. Essbase Error (1200369): error optimize [69972] formula (line 38): cannot cross the same dimension members


    The rule is:

    DIFFICULTY (@RELATIVE ("SG & A", 0))
    '69972' = (("60001"-> "C1130"-> "Tous les projets"-> "Tous les employés») + ("69971"-> 'C1130'-> 'All projects'->"All employees")) * ' SG & a % of C1130 '-> 'No cost center'-> 'PNULL',-> 'no employee" * (("Effectifs"->"Tous les projets"->"Tous les employés»)-(«C1130 «->» effectifs»-> «Tous les projets»-> «Tous les employés»)) / (("Effectifs"->"SG & A"->"Tous les projets"->"Tous les employés»)-(«C1130 «->» effectifs»-> «SG & A»-> «)) ((All projects"->"All employees"));

    ENDFIX

    Msg of error indicates that you have used the operator of crossdim with the Member of the same sun. Cross the check again.
    EX:
    'C1130'-> 'Numbers'-> 'SG & A'-> 'All projects'-> 'all employees '.
    Are all these members belong to various dimesions?

  • I have a strange error when I close a combobox:

    I have a strange error when I close a combobox:

    < mx:ComboBox
    ID = "currencyComboBox".
    prompt = "Select currency" dropdownStyleName = "drop-down list.
    labelField = 'currencyName.

    >
    < mx: close >
    <! [CDATA]
    selectedItem = ComboBox (event.target) .selectedItem;
    calculateCustomerData();
    []] >
    < / mx: close >
    < mx:change >
    <! [CDATA]
    selectedItem = ComboBox (event.target) .selectedItem;
    calculateCustomerData();
    []] >
    < / mx:change >
    < / mx:ComboBox >

    RangeError: Index '7' specified is out of range.
    at mx.collections::ListCollectionView/getItemAt() [E:\dev\3.0.x\frameworks\projects\framework \src\mx\collections\ListCollectionView.as:422]

    This only happens when its dataprovider is from a result event rather than its dataprovider to arraycollection predifined collection.

    private void handleGetBanks(event:ResultEvent):void {}
    bankResult = new ArrayCollection ((event.result as collection ArrayCollection) .source collection);
    currencyComboBox.dataProvider = event.result as ArrayCollection collection;
    }

    rather than using the following as a dataprovider:

    < mx:ArrayCollection id = "currency" >
    < mx:Object label = "AED" / >
    < mx:Object label = "AUD" / >
    < mx:Object label = "CAD" / >
    < mx:Object label = "EUR" / >
    < mx:Object label = "NZD" / >
    < mx:Object label = "USD" / >
    < mx:Object label = "ZAR" / >
    < / mx:ArrayCollection >


    Can we see what else could be the problem?

    Sorry my mistake, the change event is invited before the close event. Then I could debug and find the problem

  • OE_ORDER_PUB. Process_Order errors when adding a detail if one of the existing detail rows row is updated

    Hello!

    Whenever a sales order line is updated but not yet recorded in the order form, oe_order_pub. Process_Order errors when you try to add on the same command line. It gives the error "line locked out at the treatment of" the first time you run the api then it gives the error "Record is currently underway on by another user, please try to update later" on successful runs.

    When I tried to simulate the same using two forms of sale, an update of one of the lines and do not save more while the other added a line in the same order sale then save, he managed to save the line.

    What I don't understand the API's for it's to stop me if I just add a line, and it has nothing to do if an other lines are updated by another user (and this is only possible on the order form)?

    Is there anyone who has encountered the same? This is the normal behavior of the api or I missed something? No work around?

    Thank you.

    This problem is solved.

    The solution to the problem is that the value to calculate price flag must be set to 'Freeze the price' If you do not want Process_Order to update the price of unit sales of existing lines SB. Based on my observation and technically speaking, Process_Order updates price of all the existing lines of unit sales (and probably other columns) linked to the price based on the price of the object's current price list if the indicator price calculated is 'Calculate price' (I have not tried but in "Partial award"). If other users happen to edit one of these lines of l.o. and has not saved, the update fails and this is the reason for my problem.

    Thank you.

  • Error when adding a partition to a view of materlialized

    Hello

    I get this error when you add a partition to a materialized view.

    ALTER MATERIALIZED VIEW mvedw statement. ADD PARTITION VALUES LESS THAN ('201304') MAR2013 MV_CLM_CAPITN_F
    *
    ERROR on line 1:

    ORA-14074: partition bound must gather greater than that of the last partition

    Please notify.

    Kind regards
    Narayan

    Well there you go - you already have this partition you want to add
    >
    MVEDW MV_CLM_CAPITN_F MAR2013 ' 201304'
    >
    Then why you try to do this?
    >
    ALTER MATERIALIZED VIEW mvedw statement. ADD PARTITION VALUES LESS THAN ('201304') MAR2013 MV_CLM_CAPITN_F
    >
    It is the SAME name of the partition and the value ('201304') in the list of partitions that you just posted.

    Maybe someone else added the partition when you weren't looking.

  • First elements Timecode.cpp - 1014 error when adding media

    Software: First elements 11

    Camera: Sony DCR TRV22E

    OS: Windows 7

    When selecting Add multimedia elements, I get: [..-.. \Src\Timecode.cpp-1014] error several times, when the capture window finally arrives he says that the capture device is currently offline.

    This happens not only when the unit is plugged in and power but also when the camera is not connected.

    I tried different IEEE 1394 drivers available in windows 7 and none of them work.

    Host compatible OHCI 1394 controller

    Controller of compatible host OHCI 1394 (Legacy)

    VIA 1394 compatible OHCI Host Controller

    The connection to the camera via firewire is ok because I can download a video of him using Nero Essentials video, I can't do it through first elements 11.

    Post edited by: foradobeuse Oops, I put the incorrect error code in the title, it should be timecode.cpp - 1014

    I think I solved this problem.

    I have a number of external USB connected, for example, hard drives, webcams, mouse, keyboard etc., devices so I unplugged individual devices until I found that the Error 1014 is more appeared when adding media.  I plugged the other USB devices back in but kept the last disconnected device and can now add media from my miniDV via firewire.

    I don't think we can let off the hook here PE11, since I had no problems with USB so far and each capture freeware program that I tried did not have a video capture problem I had plugged in any USB device.

    Thanks to all who have contributed and I hope this helps other users faced with Error 1014, look at the number of points of view on this discussion after only a few days (~ 300) I don't think I was the only one.

  • Error when adding a new section with SQL in application websheet

    Get the following error while adding a new section with inside on an existing page SQL query in websheet request.

    ()This is the first time I tried to add a SQL query to an article in a websheet. Is that suppose to work?)

    You can see that access SQL and PL/SQL is already enabled for this application websheet.


    After trying many things, I found the 'access SQL and PL/SQL' must be enabled at the level of the APEX INSTANCE also.

    This is how to do it:

    (1) connect APEX as a forum admin with the following credentials:

    workspace: internal

    user ID: admin id defined during the installation of the apex (usually, it will be admin only)

    password: admin password set during the installation of the apex

    2) click manage the Instance > feature Configuration

    (3) select Yes to enable access SQL in Websheets

  • Series of strange errors when AE starts

    Hello

    I get a series of errors when I start AE CC.

    I have attached the errors in question below.

    No idea what it is related to anyone?

    Thank you very much.

    Jason

    Capture1.JPG

    Capture2.JPG

    Capture3.JPG

    See this:

    http://forums.Adobe.com/message/5477452#5477452

  • Get error when adding or deleting instance of a table row

    I'm absolutely brand new to LiveCycle ES2 (we were using Adobe Pro 7 until a week ago). I've been playing with some of our forms in an attempt to see what LiveCycle can do to update these in a format better.

    I have a table with a header line, a line of body and a footer line. The line of body must be reproducible. I used the custom object "subform Instance: insert delete move controls" to add the most and the sign less. I put the Action to repeat or delete the instance of this single line.

    The entire table is encapsulated in a subform that sank. The line that repeats is set to "repeat the line for each data item ' with Min County set to 1 and no Max count. The entire document is also wrapped in a subform, the value passed.

    When I go to preview and click the Add button of the Instance, I get this error:

    «WARNING: JavaScript Window - element insertion.»

    You have reached the maximum number of items allowed. »

    If I try to remove it an Instance button, I get a similar error on the minimum number of items allowed.

    BUT (and here the confusion belongs) the buttons work! The line is added or deleted, it gives me just the error first. What could happen? I tried affecting count Max 20 to see if giving it a number max can help, but I still get the error.

    I have it all done by using Design view, because I don't know anything about JavaScript, but I can post the generated code, if it helps.

    Hmm ok, the script of Action Builder is very overloaded, do not know what is causing the error.

    My suggestion:

    1. remove all the actions that you created with the constructor of the action

    2. for the button Add use this JavaScript in the click event

    Table._TableRow.addInstance (1);

    3. to remove button this JavaScript (will remove always the last instance of the line)

    If (Table._TableRow.count > 1) {}

    Table._TableRow.removeInstance (Table._TableRow.count - 1);

    }

  • Error when adding new subnet for CSM group

    Hello

    I'm trying to add a new subnet to an existing group in the CSM v4.0.1 b7823 company.  When you add a new subnet to the Group (the other elements of the group is a different subnet), CSM emits several errors for each SAA touched:

    Description:

    BB (GROUPNAME), referenced by the 'Http network' on maps (DEVICENAME) device to multiple network IP addresses!

    Cause:

    Made http refers to a network object that corresponds to more than one IP address on the device

    Action:

    Please config the policy with the network object that resolves to a single IP address.

    There is an error for ICMP as well.  The group is already a /24subnet content, I don't think it's a clear mistake.  Has anyone encounter this?

    Thank you very much.

    Justin

    Hi Justin,

    what you observe is normal given the way in which we have set up the remote access policy. As you probably know, in cli, you can specify only one rule of access by line for ssh, http, telnet etc...

    For example, if you want to allow ssh access to ASA lines host 1.1.1.1 and 2.2.2.2 you put two

    SSH 2.2.2.2 255.255.255.255 outside

    SSH 1.1.1.1 255.255.255.255 outside

    The CSM, we model this two lines as two different object, so the building of network type block object that refers to the object of type ssh access can have only one entry. This behavior is the same for ICMP as well.

    Access list is different because we model to the CSM in a different way, plus you can use the object-group put on different networks. It is not possible to access to the device.

    I hope that gave you an overview a little more on the reason

    Also it would be nice to score this answer if this is the case

    Stefano

  • Jar of i/o Error when adding new class

    I have a huge problem. I get the following error of Cap trying to fill:

    I/o Error: Cannot run program "jar": CreateProcess = 2 error, the system cannot find the file specified

    After adding a class to the project. I delete the class, and everything works well again. It does not matter what class I add or where - it seems that there is a size limit or number of classes?

    I am not able to finish my project because I can not add new classes...

    solved by moving

    C:\Program Files\Java\jdk1.6.0_21\bin\jar.exe to C:\Program Files\Java\jre6\bin\jar.exe

  • error when adding a new collar with control constriant

    Hello

    I tried to add a new column with a check constraint, but giving error correct me please...
    drop table testchk
    
    create table testchk(typenm varchar2(5))
    
    insert into testchk values('mon')
    
    alter table testchk add typechk varchar2(5) default 'both' constraint chk_test check(typechk in('m','d') and typechk is not null)
    For the altar command getting the ORA-02293 impossible to validate the error...

    I don't want to create any other constriant as non-null, etc... but need to check only a single constriant

    Thank you

    The problem is with the default

    Try this

    drop table testchk

    create table testchk (typenm varchar2 (5))

    insert into testchk values ('my')

    ALTER table testchk add typechk varchar2 (5) default'm ' check constraint chk_test (typechk in('m','d') and typechk is not null)

  • wwv_flow. Accept 404 error when adding form elements

    Hello

    I use APEX 3.2.1 with Oracle 10 g on Windows XP Pro SP3.

    I want to show a 'search bar' to the right of the tab bar.

    So I just add some HTML in the template ("OneLevelTabs"), such as:
    <div>Search : <input type="text" /> <input type="submit" value="ok" /></div>
    But it shows me an error 404 page (url: pls/apex/wwv_flow.accept), when I try to send a page (log,...).

    If I remove this code it works perfectly.

    Why?

    Thank you.

    Yann.

    Yann:

    Additional HTML is exactly as shown in your post? I don't see how this HTML code can cause the error 404.
    Make sure that you have not specified the attribute "name" for all elements of entry into additional HTML code.

    CITY

Maybe you are looking for