Problem when trying to add instance with the generator of the Action...

I made this a million times, but apparently I forgot something. I'm doing a new document, add a table that is 2 x 2 (table 1), add a button (Button1), go to the generator of the action. My State is "when you click on button Button1" and my result is 'Add a new instance of Row1', it tells me "this subform is not set to be repeated. What I'm missing!

You must make the repeatable line in the palette of liaison.

Tags: Adobe LiveCycle

Similar Questions

  • Add instance with the values of the previous instance drop-down list

    Hi all!

    Need help with javascript.   I have a form that contains a radio button B when you select it, shows a subform.  Inside the subform is a table that contains a drop-down list.  The drop-down list is populated based on a previous option box A, who has been chosen and is a subset of the possible values.

    The user can click a button to create an additional instance of the subform.  It's the new instance is in the original version of the subform, and the drop-down list is not the subset of values.

    How can I get the drop-down list in the added instance view only the subset dropdown values?

    Let me know if you need more information.

    Thank you!

    Jodi

    You need to access the instance of right holders...

    Because you create new instances, you must access them using the method resolveNode()

    You can access the instance by using the 0-based index, if you are in the event to initialize the combo you can simply use 'this' instead of 'Main.PreApproved.Awardees.Table1.Row1.AwardType '.

    When you add an instance to the click event of button:

    var newAwardees = Awardees.instanceManager.addInstance (1);

    newAwardees.presence = "visible";

    newAwardees.Table1.Row1.AwardType.clearItems ();

    newAwardees.Table1.Row1.AwardType.addItem ("prize for Excellence in mentoring Faculty");

    //[...]

    DropDownList initialize event:

    If (this.length == 0) {}

    this.clearItems ();

    this.addItem ("prize for Excellence in mentoring Faculty");

    //[...]

    }

    If you change the value in the option button (which modifies the subset values):

    for (var i = 0, oLen is Main.PreApproved.Awardees.instanceManager.count; I< olen;="">

    var oneAwardees = Main.PreApproved.resolveNode ("Fellows [" + I.ToString + "]");

    oneAwardees.Table1.Row1.AwardType.clearItems ();

    oneAwardees.Table1 "Row1.AwardType.addItem ("prize for Excellence in mentoring Faculty");

    //[...]

    }

    I hope this helps!

  • Problem when trying to connect ODC with DB

    Hi all.
    If this is the wrong section, I'm sorry, can someone guide me to the correct, please? But I'll use ODC to check in files at the University Complutense of MADRID, once this issue is resolved.
    First of all, here is my card:
    Virtual MACHINE in VMWare Workstation
    * SO - Windows 7 Professional 64-bit
    * Oracle Document Capture 10gR 3 (10.1.3.5.1)

    I'll use ODC to check in files at the Complutense University of MADRID (scans and images). I managed to do it under Windows XP, but on 7... sigh. I don't know what I'm doing wrong.
    I installed ODC without error. Then I config and I got stuck when you select a database to connect.

    1. in Windows 7, the provider, Oracle OLE DB (which makes the connection with an Oracle DB) does not show. In XP, it is there and works well.
    2. so I installed the provider (a file that I have managed to find, it is 2005 and creates a House of 10 g DB) in compatibility mode and no errors have been to see the.
    3. then the provider has shown, as the screen below:
    http://imgur.com/pI2aF

    4. so, I tried to config my DB (which is in another server and 11 GR 2), as shown in the screen below:
    http://imgur.com/seV2e

    5 and this error pops up:
    http://imgur.com/owGh3

    EDIT: the ODC is installed under C:\app\oracle\Middlewar\Document Capture

    I know this has something to do with the tnsames.ora file. But what intrigues me is that this error happened in Windows XP. If I use a local database of the same error.
    What I am doing wrong?
    Do I really need to chenge something in the tnsnames.ora file?

    Thank you for all your help and patience. Sorry for the noob mistakes.

    Fernando

    Edited by: fgomes 09/27/2012 06:01

    Fernando

    I picked up on this in the forum of the facility and saw that you were coming here... so...

    I don't know anything about the ODC, but you are showing a fundamental issue of tns.

    Start here: http://edstevensdba.wordpress.com/2011/02/26/ora-12154tns-03505/
    Also, for some background on this: http://edstevensdba.wordpress.com/2011/02/09/sqlnet_overview/

  • Was a problem when trying to send information on the Internet.

    Acrobat 8 Pro.  Disabled on the old computer and installed the new computer Acrobat.  Activation was successful, but now I get this registration error "problem was met while he was trying to send information over the Internet.".  I can work around it by saying Acrobat to never enter, but the popup appears again the next time I open Acrobat again.

    I can find a work around:

    Find Acrobat.exe on your computer.  Right-click on the program and click "troubleshoot compatibility".  Set compatibility with Windows XP service pack 3.  At least that seems to have worked for me.

    You can download search engine to help you find the Acrobat.exe, everything.  A sloppy program that searches the files quickly your computer by name even in hidden folders.  Available from www.voidtools.com.

  • attempt to add setPropertyListener with the value of the component of type action

    Hi I'm trying to pass the value between two atribute and get this error when trying to add setPropertyListener with the type of the action value to the component that is not actionSource
    i what to pass this value 
    <af:inputText simple="true"
                            required="#{bindings.Username.hints.mandatory}"
                            columns="#{bindings.Username.hints.displayWidth}"
                            maximumLength="#{bindings.Username.hints.precision}"
                            shortDesc="#{bindings.Username.hints.tooltip}" id="it1"
                            value="#{bindings.Username.inputValue}">
                <f:validator binding="#{bindings.Username.validator}"/>
              </af:inputText>
    
    to hear
    <af:inputText value="#{bindings.Createdby.inputValue}"
                        label="#{bindings.Createdby.hints.label}"
                        required="#{bindings.Createdby.hints.mandatory}"
                        columns="#{bindings.Createdby.hints.displayWidth}"
                        maximumLength="#{bindings.Createdby.hints.precision}"
                        shortDesc="#{bindings.Createdby.hints.tooltip}" id="it15">
            <f:validator binding="#{bindings.Createdby.validator}"/>
            <af:setPropertyListener from="#{bindings.Username.inputValue}"
                                    to="#{bindings.Createdby.inputValue}"
                                    type="action"/>
          </af:inputText>
    
    am geting this error whenstarting application
    ]] Root cause of ServletException.
    javax.servlet.jsp.JspException: ADF_FACES-60074:attempting to add setPropertyListener with type set to action to component that is not actionSource
         at oracle.adfinternal.view.faces.taglib.listener.SetPropertyListenerTag.doStartTag(SetPropertyListenerTag.java:161)
         at jsp_servlet.__intnlusr_jsff._jspx___tag92(__intnlusr_jsff.java:4280)
         at jsp_servlet.__intnlusr_jsff._jspx___tag90(__intnlusr_jsff.java:4207)
         at jsp_servlet.__intnlusr_jsff._jspx___tag89(__intnlusr_jsff.java:4136)
         at jsp_servlet.__intnlusr_jsff._jspService(__intnlusr_jsff.java:441)
         at weblogic.servlet.jsp.JspBase.service(JspBase.java:34)
         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:300)
         at weblogic.servlet.internal.ServletStubImpl.onAddToMapException(ServletStubImpl.java:416)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:326)
         at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:119)
         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:442)
         at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:103)
         at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:171)
         at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at weblogic.servlet.internal.RequestDispatcherImpl.invokeServlet(RequestDispatcherImpl.java:524)
         at weblogic.servlet.internal.RequestDispatcherImpl.include(RequestDispatcherImpl.java:444)
         at weblogic.servlet.jsp.PageContextImpl.include(PageContextImpl.java:163)
         at weblogic.servlet.jsp.PageContextImpl.include(PageContextImpl.java:184)
         at oracle.adfinternal.view.faces.taglib.region.IncludeTag.__include(IncludeTag.java:442)
         at oracle.adfinternal.view.faces.taglib.region.RegionTag$1.call(RegionTag.java:153)
         at oracle.adfinternal.view.faces.taglib.region.RegionTag$1.call(RegionTag.java:128)
         at oracle.adf.view.rich.component.fragment.UIXRegion.processRegion(UIXRegion.java:503)
         at oracle.adfinternal.view.faces.taglib.region.RegionTag.doStartTag(RegionTag.java:127)
         at jsp_servlet.__index_jspx._jspx___tag3(__index_jspx.java:243)
         at jsp_servlet.__index_jspx._jspx___tag2(__index_jspx.java:204)
         at jsp_servlet.__index_jspx._jspx___tag1(__index_jspx.java:154)
         at jsp_servlet.__index_jspx._jspx___tag0(__index_jspx.java:104)
         at jsp_servlet.__index_jspx._jspService(__index_jspx.java:65)
         at weblogic.servlet.jsp.JspBase.service(JspBase.java:34)
         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:300)
         at weblogic.servlet.internal.ServletStubImpl.onAddToMapException(ServletStubImpl.java:416)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:326)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:183)
         at weblogic.servlet.internal.RequestDispatcherImpl.invokeServlet(RequestDispatcherImpl.java:523)
         at weblogic.servlet.internal.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:253)
         at com.sun.faces.context.ExternalContextImpl.dispatch(ExternalContextImpl.java:410)
         at org.apache.myfaces.trinidad.context.ExternalContextDecorator.dispatch(ExternalContextDecorator.java:44)
         at org.apache.myfaces.trinidad.context.ExternalContextDecorator.dispatch(ExternalContextDecorator.java:44)
         at oracle.adfinternal.view.faces.config.rich.RecordRequestAttributesDuringDispatch.dispatch(RecordRequestAttributesDuringDispatch.java:44)
         at org.apache.myfaces.trinidad.context.ExternalContextDecorator.dispatch(ExternalContextDecorator.java:44)
         at org.apache.myfaces.trinidad.context.ExternalContextDecorator.dispatch(ExternalContextDecorator.java:44)
         at org.apache.myfaces.trinidad.context.ExternalContextDecorator.dispatch(ExternalContextDecorator.java:44)
         at org.apache.myfaces.trinidadinternal.context.FacesContextFactoryImpl$OverrideDispatch.dispatch(FacesContextFactoryImpl.java:267)
         at com.sun.faces.application.ViewHandlerImpl.executePageToBuildView(ViewHandlerImpl.java:469)
         at com.sun.faces.application.ViewHandlerImpl.renderView(ViewHandlerImpl.java:140)
         at javax.faces.application.ViewHandlerWrapper.renderView(ViewHandlerWrapper.java:189)
         at org.apache.myfaces.trinidadinternal.application.ViewHandlerImpl.renderView(ViewHandlerImpl.java:193)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._renderResponse(LifecycleImpl.java:911)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:367)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:222)
         at javax.faces.webapp.FacesServlet.service(FacesServlet.java:266)
         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:300)
         at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:205)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter.doFilter(RegistrationFilter.java:106)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:446)
         at oracle.adfinternal.view.faces.activedata.AdsFilter.doFilter(AdsFilter.java:60)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:446)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilterImpl(TrinidadFilterImpl.java:271)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:177)
         at org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:92)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:119)
         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:442)
         at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:103)
         at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:171)
         at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:139)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java:3715)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3681)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
         at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2277)
         at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2183)
         at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1454)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
     SUBSYSTEM = HTTP USERID = <WLS Kernel> SEVERITY = Error THREAD = [ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)' MSGID = BEA-101017 MACHINE = srd-ws23042 TXID =  CONTEXTID = 7157afcc9f9dbb93:-87c28d8:13e8d11ba6b:-8000-00000000000000b7 TIMESTAMP = 1368169642621  
    WatchAlarmType: AutomaticReset 
    WatchAlarmResetPeriod: 30000 
    >
    <10 May 2013 9:07:23 AM> <Alert> <Diagnostics> <BEA-320016> <Creating diagnostic image in c:\users\10017134\appdata\roaming\jdeveloper\system11.1.1.6.38.61.92\defaultdomain\servers\defaultserver\adr\diag\ofm\defaultdomain\defaultserver\incident\incdir_83 with a lockout minute period of 1.> 
    
    i what to pass some value from one view to another,for example when i create username in view user i must go and populate that username in view userlogs in field createdby
    Edited by: adf009 2013/05/10 10:19

    No, you the code you show here is not the right way to do it!
    You did a simple copy & past errors telling me that you don't understand what you copy everything.

    valueChangeListener="#{pageFlowScope.InternalUserBean.valueChanged}">
    

    does not point to the valueChangeListener in the bena as this one is called "changeUserListener"!
    A simple code debugging session would have shown this.

    Timo

  • launch of checkers problems: error: trying to re-launch your game. If the problem persists, it may be network with the server problems or a problem with the configuration of your firewall.

    Windows Vista can not launch problem of checkers: try to re-launch your game. If the problem persists, it may be network with the server problems or a problem with the configuration of your firewall. Please check your firewall settings by visiting the Open Ports FAQ.

    Original title: launch of the problems of checkers:

    Hello

    If you have not yet tried to disable the antivirus/firewall software, then try the following steps to disable them.

    Disable the anti-virus software: http://windows.microsoft.com/en-US/windows-vista/Disable-antivirus-software

    Enable or disable Windows Firewall: http://windows.microsoft.com/en-US/windows-vista/Turn-Windows-Firewall-on-or-off

    IMPORTANT: Antivirus software can help protect your computer against viruses and other security threats. In most cases, you should not disable your antivirus software. If you do not disable temporarily to install other software, you must reactivate as soon as you are finished. If you are connected to the Internet or a network during the time that your antivirus software is disabled, your computer is vulnerable to attacks

  • My lightroom is having problems to import images, I tried a different card with the same results readers

    My lightroom/mac is having problems to import images, I tried a different card with the same results readers

    This means that ccouldn can't ccopy Lightroom photos in the destination directory. You must determine which directory is specified in the Lightroom Import dialog box, it is on the right in the Destination. Then, you will need to enter your operating system and change the permissions on this specific issue to the WRITE permission.

  • ORA-20600 error when trying to add the RAC database

    I get the following error when trying to add the RAC database in grid control. Any idea?.

    ORA-20600: the specified target is being deleted

    This database does not exist in the target. But, I still cannot add.

    Check metalink Note: unable to add Rac Database grid control get error Ora-20600 [1218797.1 ID]

    You will have to wait a while and check the status.

  • Problem of password; I tried to log in with the password that I had for years and now it says its wrong.

    I tried to log in with the password that I had for years and now it says its wrong. I have reset the password without the disc? I am trying to renew new internet protection and it wont let me because I need to approve it.

    Thank you

    If you want to tell your Windows 7 user password, see guide to recovering lost passwords or other defects preventing log on Windows 7 Home Premium

  • Keyboard satellite 2430 problem when press z,?, Fn or the arrow keys

    When one of these keys are pressed (z,?, Fn or the arrow keys), the cursor control mode light will light up and the keyboard no longer works. In addition, the context menu of the application randomly appears and disappears, and when I'm using a text editor, writes \z repeatedly. The cursor moves the cursor moves out of control across the screen.

    I tried to disconnect the internal keyboard and use an external, but I still have this problem. I also tried a complete reinstall with the recovery CD, but the problem persists. Any idea?

    Post edited by: dacostamedeiros

    Hello
    If the problem persists after the installation of recovery is certainly the hardware problem. The strange is that problem with external keyboard too and I'm afraid that any replacement keyboard on the laptop will not solve this.

    I recommend you contact the partner Service of your country, and they can check if the keyboard controller is defective. If you need address, you can find them under http://www.csd.toshiba.com/cgi-bin/tais/su/su_gaspLocator.jsp?pf=true

    Good luck!

  • Errors when trying to add GG DDL suport

    Hello

    I'm trying to add support for the DDL in an Oracle database using GG Version 11.2.1.0.3 Linux 11.2.0.4.

    The marker configuration script work fine.

    But the ddl_enable.sql contains errors:

    SQL > ddl_setup.sql

    Configure Oracle GoldenGate DDL replication script

    Verify that the current user has privileges to install the DDL replication...

    You will be asked the name of a schema for Oracle GoldenGate database objects.
    NOTE: For a source of Oracle 10 g, the basket of the system must be disabled. For Oracle 11 g and later, it can be activated.
    NOTE: The schema must be created before running this script.
    NOTE: Stop all replication DDL before starting this installation.

    Enter the Oracle GoldenGate name schema: ogguser

    Working, please wait...
    Line to the ddl_setup_spool.txt file

    Checking the sessions that hold locks on the tables of metadata Oracle Golden Gate...

    Full version.

    Using OGGUSER as a name of schema Oracle GoldenGate.

    Working, please wait...

    Script of DDL replication configuration has completed, run the script to check...
    Please enter the name of a schema for GoldenGate database objects:
    Name of schema setting for OGGUSER

    CLEAR_TRACE STATUS:

    Error on line/pos
    ---------------------------------------- -----------------------------------------------------------------
    No error no error

    CREATE_TRACE STATUS:

    Error on line/pos
    ---------------------------------------- -----------------------------------------------------------------
    No error no error

    TRACE_PUT_LINE STATUS:

    Error on line/pos
    ---------------------------------------- -----------------------------------------------------------------
    No error no error

    INITIAL_SETUP STATUS:

    Error on line/pos
    ---------------------------------------- -----------------------------------------------------------------
    No error no error

    STATUS OF THE DDLVERSIONSPECIFIC PACKAGE:

    Error on line/pos
    ---------------------------------------- -----------------------------------------------------------------
    No error no error

    STATUS OF THE DDLREPLICATION PACKAGE:

    Error on line/pos
    ---------------------------------------- -----------------------------------------------------------------
    No error no error

    DDLREPLICATION STATE OF PACKAGE BODY:

    Error on line/pos
    ---------------------------------------- -----------------------------------------------------------------
    1878/17 PL/SQL: statement ignored
    1878/42 PL/SQL: ORA-00942: table or view does not exist
    2811/25 PL/SQL: statement ignored
    2811/50 PL/SQL: ORA-00942: table or view does not exist
    2850/29 PL/SQL: statement ignored
    2850/54 PL/SQL: ORA-00942: table or view does not exist
    3009/17 PL/SQL: statement ignored
    3009/42 PL/SQL: ORA-00942: table or view does not exist
    3040/29 PL/SQL: statement ignored
    3040/54 PL/SQL: ORA-00942: table or view does not exist
    3258/33 PL/SQL: statement ignored

    Error on line/pos
    ---------------------------------------- -----------------------------------------------------------------
    3258/58 PL/SQL: ORA-00942: table or view does not exist


    DDL IGNORE TABLE
    -----------------------------------
    Ok

    DDL IGNORED THE JOURNAL TABLE
    -----------------------------------
    Ok

    STATUS OF THE DDLAUX PACKAGE:

    Error on line/pos
    ---------------------------------------- -----------------------------------------------------------------
    No error no error

    DDLAUX STATE OF PACKAGE BODY:

    Error on line/pos
    ---------------------------------------- -----------------------------------------------------------------
    No error no error

    SYS. STATUS OF THE DDLCTXINFO PACKAGE:

    Error on line/pos
    ---------------------------------------- -----------------------------------------------------------------
    No error no error

    SYS. DDLCTXINFO STATE OF PACKAGE BODY:

    Error on line/pos
    ---------------------------------------- -----------------------------------------------------------------
    No error no error

    DDL HISTORY TABLE
    -----------------------------------
    FAILURE: The Table does not exist

    DDL HISTORY TABLE (1)
    -----------------------------------
    FAILURE: The Table does not exist

    DUMP DOF TABLES
    -----------------------------------
    FAILURE: The Table does not exist

    COLUMNS OF DUMP DDL
    -----------------------------------
    FAILURE: The Table does not exist

    GROUPS OF LOG DUMP DDL
    -----------------------------------
    FAILURE: The Table does not exist

    SCORES OF DUMP DDL
    -----------------------------------
    FAILURE: The Table does not exist

    DDL DUMP KEY PRIMARIES
    -----------------------------------
    FAILURE: The Table does not exist

    SEQUENCE OF the DDL
    -----------------------------------
    FAILURE: The sequence does not exist

    GGS_TEMP_COLS
    -----------------------------------
    Ok

    GGS_TEMP_UK
    -----------------------------------
    Ok

    STATE OF THE DDL TRIGGER CODE:

    Error on line/pos
    ---------------------------------------- -----------------------------------------------------------------
    133/25 PL/SQL: ORA-02289: sequence does not exist
    133/5 PL/SQL: statement ignored
    992/29 PL/SQL: ORA-00942: table or view does not exist
    992/4 PL/SQL: statement ignored


    DDL TRIGGER SYSTEM STATUS
    -----------------------------------
    Ok

    STATUS OF RACE DDL TRIGGER
    ------------------------------------------------------------------------------------------------------------------------
    ACTIVE

    STAYMETADATA TRIGGER
    ------------------------------------------------------------------------------------------------------------------------
    OFF

    TRACING OF SQL FOR DDL TRIGGER
    ------------------------------------------------------------------------------------------------------------------------
    0

    DDL TRIGGER TRACE LEVEL
    ------------------------------------------------------------------------------------------------------------------------
    0

    LOCATION OF THE TRACE OF DDL FILE
    ------------------------------------------------------------------------------------------------------------------------
    /U01/app/Oracle/diag/RDBMS/ogg11r2/ogg11r2/trace/ggs_ddl_trace.log

    Analyze the status of the installation...


    THE STATE OF REPLICATION DDL
    ------------------------------------------------------------------------------------------------------------------------
    ERRORS in the installation of software components of DDL replication (6)

    Complete script.

    Looking for the error of procedure of the STATE of DDLREPLICATION PACKAGE BODY:

    SQL > select line, text from user_source
    2 where name = 'DDLREPLICATION' and type = 'PACKAGE BODY' & line = line;
    Enter the value of line: 1878
    2 old: where name = 'DDLREPLICATION' and type = 'PACKAGE BODY' and line = & line
    2 new: where name = 'DDLREPLICATION' and type = 'PACKAGE BODY' and line = 1878

    LINE
    ----------
    TEXT
    --------------------------------------------------------------------------------
    1878
    INSERT INTO 'OGGUSER '. "" (GGS_DDL_HIST_ALT).

    This table does not exist and I don't see any script to GG home that even this table.

    The user ogg were created with this command:

    create ogguser user identified by BIENVENUE1
    default tablespace gold
    tablespace temporary temp;


    Grant connect, resource to ogguser.
    Grant select any dictionary, select any table of ogguser;
    grant create table ogguser;
    grant the flashback any table of ogguser;
    Grant execute on dbms_flashback to ogguser;
    Grant execute on utl_file to ogguser;
    grant create any table to ogguser;
    grant insert any table of ogguser;
    grant update any table to ogguser;
    Grant delete any table ogguser;
    grant drop any table of ogguser;
    grant dba to ogguser;
    EXEC DBMS_GOLDENGATE_AUTH. GRANT_ADMIN_PRIVILEGE ('OGGUSER');

    The trace file says:

    ESS 4294967295-2015-01-22 13:00:45: DDL: Initial installation from

    SESS 4294967295-2015-01-22 13:00:45: DOF: DOF create sequence: ORA-01031: insufficient privileges

    SESS 4294967295-2015-01-22 13:00:45: DDL: initial_setup: ORA-01031: insufficient privileges

    SESS 4294967295-2015-01-22 13:00:46: DDL: DEPARTURE OF DDL REPLICATION

    SESS 4294967295-2015-01-22 13:00:50: DDL: instantiating new DDL replication batch

    SESS 4294967295-2015-01-22 13:16: DDL: Initial installation from

    SESS 4294967295-2015-01-22 13:16: DOF: DOF create sequence: ORA-01031: insufficient privileges

    SESS 4294967295-2015-01-22 13:16: DDL: initial_setup: ORA-01031: insufficient privileges

    SESS 4294967295-2015-01-22 13:16: DDL: DEPARTURE OF DDL REPLICATION

    SESS 4294967295-2015-01-22 13:16:02: DDL: instantiating new DDL replication batch.

    No idea how to solve this problem?

    Thank you

    Arturo

    Hello

    Finally the problem is fixed with MOS:

    ORA-20782 creation GGS_DDL_RULES table; ORA-01031: insufficient Privs running DDL_setup.sql (Doc ID 1576164.1)

    And add this extra privs outside the DBA ROLE.

    grant create any table to ggs_app112;

    grant create any view of ggs_app112;

    grant create any ggs_app112 process;

    grant create any sequence of ggs_app112;

    grant create any index to ggs_app112;

    grant create any trigger to ggs_app112;

    grant create any view of ggs_app112;

    Thanks for the help.

    Concerning

    Arturo

  • The Apple Magic Keyboard can operate without bluetooth when connected to an iPad with the lightning to the USB camera adapter?

    The Apple Magic Keyboard can operate without bluetooth when connected to an iPad with the lightning to the USB camera adapter?

    I love the Apple Magic Keyboard to be very light (I want it with me everywhere). I also like that I can choose the layout of the keyboard I want (Canadian multilingual), which is not available on any keyboard for any brand, with the exception of Apple iPad (and I did a ton of research). I have problems with the old model of keyboard Apple Wireless because of the Bluetooth connection: I often have trouble connecting. I want a reliable keyboard. I don't like having to plug the keyboard on the iPad, and I think that a wired keyboard can more reliable and safer than a wireless keyboard. And a wired keyboard never had battery problems.

    I read that the Apple Magic Keyboard can work wired with a Mac without bluetooth. And I read that some USB keyboards work with lightning to the USB camera adapter. There are several keyboards with a cable (Belkin or Logitech) lightning, but none with the available Canadian multilingual.

    So, if I buy a magical keyboard Apple and a Flash to the USB adapter of the camera, according to my needs, I'll be satisfied or I'm going to be disappointed?

    A better solution would be to have a male-male cable lightning between the keyboard and the iPad, but I don't find any of these products anywhere.

    Thank you.

    It will not work. And where did you read that the keyboard works wired with a Mac?

  • When I try to type with the keys that have numbers on them, I have numbers instead of letters.

    The keyboard of my laptop does not work correctly.

    I have somehow turned the keys of the calculator and when I try to type with the keys that have numbers on them, I have numbers instead of letters.  Does anyone know how to disable this option?

    I use a laptop with a wireless keyboard to send this message, but want to use my laptop keyboard.
    Help!

    Hi newsgirl,.

    Somewhere at the top of the laptop keyboard is a key that says Num Lock (or Num Lk or something like that).  It can be accessed directly, or you may need to press a key to access (or some other keys).  In any case, you must click this to turn off the number lock because it is what causes the problem.  This key is usually used on laptops to create a section of a regular keyboard that can act as the normal keyboard calculator keypad (for those who need that, like accountants or persons who need to enter strings of numbers).  Once you turn it off, you will be fine as the keyboard returns to normal.

    I hlpe that aid.

    Good luck!

  • What happens when you reinstal XP OS with the cd that takes me to service pack 2 and I'm at service pack 3

    I bought TurboTax and downloaded, but can I have downloaded previously because I was unable to install due to the previous installation.  After that 2 hours of phone support with TurboTax including screenshare, they stated that the problem lies in the registry. It was damaged and I had to reinstall my OS.

    What happens when you reinstal XP OS with the cd that takes me to service pack 2 and I'm at SP3?

    I finally found my OS reinstall CD, but it's waaaay above my comfort level... what I do now.

    Frankly, if TurboTax is causing this much trouble, I would use another company as the income tax act.

    Of course, you can reinstall Windows. It's a shame, if that's the only way to solve this problem. :-(
    For later use, it is sometimes necessary to download the installation file, physically disconnect from the Internet, set up a clean boot (using msconfig startup diagnosis), reboot and THEN install the large program (and then undo the clean boot, reboot and re-connect to the Internet).
  • problems when trying to install adobe flash version 11.1.102.55

    first of all my system is as follows - microsoft windows XP Professional version 2002 service Pack 3 - my computer has a pentium R 4cpu 1.80 GHz 1.79 GHz and 384 MB Ram - I've been running older versions of adobe flash before the incident - one of the Web sites I visit quite often updated their way to send videos and informs its users to download the new version of flash , so I clicked on their link and it took me to the adobe Web site to download this version which is version 11.1.102.55, so I hit the download button withdraw after having google as my search engine - agreed to the installation then press the install - screens came and I opted to run the programs instead of hitting the Save button all went well until I hit the button finish because this message is time - http://get.adobe.com/flash player/realization/IAH /? exit code = 0 application not found - I tried to download the program a few times more no avail (I tried also in fashion with the same results) then I thought there could be something wrong with the link itself, so I tried to go directly to the adobe website - nothing different same results - then I thought I did something wrong so I tried to download the program on my laptop and don't you know the Download of the program on the first try with no problems at all - I could have downloaded blind folded, it was so simple to do - I hope that gives you enough information to help me solve my problem because I have no need for the program on my PC flash - if you need more information do not hesitate to ask

    Thanks kenz

    There are a few versions Adobe Flash installed a Flash Player interface in Control Panel. You can update Flash from there. If this option does not uninstall Flash completely and try again. However, there is another way to get Flash but you will need to wait for the next update try this way, or you can view someone elses computer. Here's how to install Flash without download. Most people get Flash set to update automatically. At the start of his computer Flash appears with the update and they install it. Once installed, you will find a folder for temporary files to Adobe and the flash.exe is inside the folder you can copy the .exe on a USB stick and install it on any other computer.

Maybe you are looking for