"Invalid object" visible layer error

Hi all

I get the error message "Invalid object" for code below. Please check and suggest me, where is the error occurred in my code.

myDoc var = app.activeDocument;

myLayer var = myDoc.layers;

for (var i = 0; i < myLayer.length; i ++)

{

If (myLayer [i] .name == "WEBPDF" & & myLayer [i] .visible == true)

{

Try

{

myDoc.revert ();

myLayer [i] .visible = false;

myDoc.save ();

}

{catch (e)}

Alert (e);

}

}

}

Hello

myLayer [i] is no longer valid object after myDoc.revert)

Change it as below and try:

var
  myDoc = app.activeDocument,
  myLayer = myDoc.layers.item("WEBPDF");

if(myLayer.isValid && myLayer.visible) {
  myDoc.revert();
  myDoc = app.activeDocument;
  myDoc.layers.item("WEBPDF").visible = false;
  myDoc.save();
  }

Jarek

Tags: InDesign

Similar Questions

  • Get the invalid objects recompile errors

    HY @ all,

    at an Oracle 11 G R2 instance, 11.2.0.3.0, I'm trying to recompile invalid objects as explained here:

    [http://www.oracle-base.com/articles/misc/recompiling-invalid-schema-objects.php]

    I have a few invalic objects in "XDB" and "SYS" schema.

    When I try to correct with 'utlprp.sql' at level 1 I get this output:
    FAILED CHECK FOR PACKAGE BODY CTX_DOC
    Warning: XDB now invalid, invalid objects found:
    object_name                                 object_type
    -------------------------------------------------------
    DBMS_XMLDOM                                PACKAGE BODY
    DBMS_XMLPARSER                             PACKAGE BODY
    DBMS_XSLPROCESSOR                          PACKAGE BODY
    DBMS_XDBRESOURCE                           PACKAGE BODY
    DBMS_XDB                                   PACKAGE BODY
    DBMS_XDBUTIL_INT                           PACKAGE BODY
    DBMS_CSX_INT                               PACKAGE BODY
    DBMS_XMLSCHEMA                             PACKAGE BODY
    PATH_VIEW                                          VIEW
    XDB_PV_TRIG                                     TRIGGER
    XIMETADATA_PKG                             PACKAGE BODY
    DBMS_XDBT                                  PACKAGE BODY
    
    PL/SQL-Prozedur erfolgreich abgeschlossen.
    and when I select the invalid objects with:
    SELECT owner, object_type, object_name, status
    FROM   dba_objects
    WHERE  status = 'INVALID'
    ORDER BY owner, object_type, object_name;
    The number of invalid objects is always the same that before running the script 'utlprp.sql '. I have tried manually by:
    ALTER PACKAGE my_package COMPILE;
    ALTER PACKAGE my_package COMPILE BODY;
    ALTER PROCEDURE my_procedure COMPILE;
    ALTER FUNCTION my_function COMPILE;
    ALTER TRIGGER my_trigger COMPILE;
    ALTER VIEW my_view COMPILE;
    or with:
    EXEC DBMS_DDL.alter_compile('PACKAGE', 'MY_SCHEMA', 'MY_PACKAGE');
    EXEC DBMS_DDL.alter_compile('PACKAGE BODY', 'MY_SCHEMA', 'MY_PACKAGE');
    EXEC DBMS_DDL.alter_compile('PROCEDURE', 'MY_SCHEMA', 'MY_PROCEDURE');
    EXEC DBMS_DDL.alter_compile('FUNCTION', 'MY_SCHEMA', 'MY_FUNCTION');
    EXEC DBMS_DDL.alter_compile('TRIGGER', 'MY_SCHEMA', 'MY_TRIGGER');
    but whenever Oracle print me, that objects has been recompiled with compile errors.

    Does anyone know, how I fix this?

    Thank you very much and best regards,
    David

    Select ComputerName, State of dba_registry;

    Check status of the XDB component, if its not VALID. Fix it.

    http://www.iselfschooling.com/Board/index.php?topic=810.0

  • Invalid objects in EBS R12.1.1 SCREWS

    I ' v just installed EBS R12.1.1 SCREWS, having found invalid objects in its database that cannot be compiled by running rdbms/admin/utlrp.sql


    SQL > @?/rdbms/admin/utlrp.sql

    ......

    ITEMS WITH ERRORS
    -------------------
    4

    ......

    ERRORS DURING THE RECOMPILATION
    ---------------------------
    4

    PL/SQL procedure successfully completed.

    Invoking the procedure validation Ultra Search Install/Upgrade VALIDATE_WK
    Ultra VALIDATE_WK of research done without error

    PL/SQL procedure successfully completed.


    SQL > SELECT COUNT (*) FROM obj$ State WHERE (4, 5, 6);

    COUNT (*)
    ----------
    12


    SQL > SELECT master, count (*) amount FROM dba_objects WHERE the group status <>'VALID' by the owner;

    SUM OF OWNER
    ------------------------------ ----------
    RE                    1
    CA                    2
    PUBLIC 4
    HERMAN 1
    APPS                    5
    FLOWS_010500 2

    6 selected lines.


    SQL > select * from sys. UTL_RECOMP_ERRORS;

    OBJ # ERROR_AT COMPILE_ERR
    ------------- ----------------------------------------------------- ---------------------------------------------------------------------------
    1006661 28 March 13 07.43.15.505723000 AM "ORA-04045: errors during recompilation/revalidation of the PUBLIC." WWV_FLOW_LIST_OF_VALUES_DATA
    "ORA-00980: synonym translation is no longer valid.
    1006663 28 March 13 07.43.15.507741000 AM "ORA-04045: errors during recompilation/revalidation of the PUBLIC." WWV_FLOW_LISTS_OF_VALUES$
    "ORA-00980: synonym translation is no longer valid.
    1006687 28 March 13 07.43.15.509455000 AM "ORA-04045: errors during recompilation/revalidation of the PUBLIC." WWV_FLOW_GENERIC
    "ORA-00980: synonym translation is no longer valid.
    1006699 28 March 13 07.43.15.511259000 AM "ORA-04045: errors during recompilation/revalidation of the PUBLIC." WWV_FLOW_FIELD_TEMPLATES
    "ORA-00980: synonym translation is no longer valid.

    Question:
    How to solve this problem? Can I just remove these invalid objects from SYS. DBA_OBJECTS?

    How to solve this problem? Can I just remove these invalid objects from SYS. DBA_OBJECTS?

    Simply ignore these invalid objects because they should not affect the functionality of your application.

    Thank you
    Hussein

  • INVALID objects after the upgrade of 12.1.1 12.1.3

    Hello
    Recently I applied a 9239090, 13984450, 10627841 patches to upgrade 12.1.1 12.1.3, but now there are a number of invalid objects in the comic book.

    I tried to compile them with utility "adadmin" and even ran "utlirp.sql" with "utlrp.sql". Tried to bounce all db, level apps, apache but they still "invalid." What kind of objects are they, and if they will affect applications? How to compile them?

    Any help will be really appreciated. Thank you.

    As a test, I tried to compile an object and get the following errors:

    APPS package body. FFP55370_01011990@EBS12
    Error (347,1): PL/SQL: statement ignored
    Error (347,5): PLS-00306: wrong number or types of arguments in the call to "ARREARS".
    Error (382,1): PL/SQL: statement ignored
    Error (382,5): PLS-00306: wrong number or types of arguments in the call to "ARREARS".

    List of invalid objects
    ----------------------
    FFP55370_01011990
    FFP50529_01011900
    FFP50775_01011900
    FFP52090_01011990
    FFP50576_01011900
    FFP54520_01011995
    ImportExport
    FFP58914_01010001
    FFP60324_01010001
    FFP56324_01011990
    FFP50523_01011900
    FFP54824_01012000
    FFP59200_01011990
    FFP55331_01011998
    FFP55359_01011990
    FFP58907_01010001
    FFP55328_01011998
    FFP55356_01011990
    FFP58908_01010001
    FFP59176_01012004
    FFP57126_01011995
    FFP60588_01011990
    FFP61138_01010001
    FFP61170_01010001
    FFP61884_01010001
    FFP61867_01010001
    FFP62357_01012000
    FFP62358_01012000
    FFP62376_01012000
    FFP51848_01011990
    FFP50533_01011900
    FFP50531_01011900
    FFP54413_01011995
    FFP54409_01011995
    FFP52683_01071999
    WWV_FLOW_LIST_OF_VALUES_DATA
    WWV_FLOW_LISTS_OF_VALUES$
    FFP58919_01010001
    FFP58887_01042004
    FFP51846_01011990
    FFP59110_01011990
    FFP57215_01011999
    FFP56739_01011999
    FFP56325_01011990
    FFP59192_01011990
    FFP1915_01010001
    FFP56596_01012001
    FFP1918_01010001
    FFP57217_01012000
    FFP59113_01011990
    FFP55243_26121999
    FFP56327_01011990
    FFP54521_01011995
    FFP60587_01011990
    FFP60593_01011990
    FFP60793_01012004
    FSAH_DUPLICATE_PKG
    FFP61920_01010001
    FFP55366_01011990
    FFP52681_01071999
    FFP51840_01011990
    FFP52621_01011996
    FFP55065_01011990
    FFP53477_01012001
    FFP59131_01011990
    FFP51850_01011990
    FFP51838_01011990
    FFP59273_01012004
    FFP51849_01011990
    FFP55077_01011990
    FFP59251_01012004
    FFP55240_26121999
    FFP54414_01011995
    FFP54393_01011995
    FFP58912_01010001
    FFP54823_01012000
    FFP57196_01012000
    FFP55362_01011990
    FFP57216_01012000
    FFP57125_01011995
    FFP60833_01012000
    FFP60943_01011990
    FFP60964_01012000
    FFP61532_01011990
    XLA_00707_AAD_C_000026_PKG
    FFP61919_01010001
    FFP62359_01012000
    FFP55060_01011990
    FFP50510_01011900
    FFP55355_01011990
    FFP55058_01011990
    FFP54406_01011995
    FFP51867_01011990
    FFP54474_01011995
    FFP55361_01011990
    FFP58885_01042004
    FFP51844_01011990
    FFP56716_01012001
    FFP59175_01012004
    FFP54525_01011995
    FFP54909_01011990
    FFP56329_01011990
    FFP54407_01011995
    FFP56052_01012000
    FFP54524_01011995
    FFP56056_01012000
    FFP54404_01011995
    FFP54523_01011995
    FFP58913_01010001
    FFP55306_01011995
    FFP50525_01011900
    FFP55333_01011998
    FFP1916_01010001
    FFP58911_01010001
    FFP60555_01010001
    FFP61156_01010001
    FFP61152_01010001
    FFP52982_01010001
    FFP61511_01012000
    FFP62356_01012000
    FFP62378_01012000
    FFP62379_01012000
    FFP51404_01011997
    FFP55358_01011990
    FFP55067_01011990
    FFP52115_01011990
    FFP51887_01011990
    FFP54398_01011995
    FFP54411_01011995
    WWV_FLOW_GENERIC
    WWV_FLOW_FIELD_TEMPLATES
    FFP53720_01011990
    FFP54827_01012000
    FFP50522_01011900
    FFP55330_01011998
    FFP54912_01011990
    FFP59116_01011990
    FFP59115_01011990
    FFP54394_01011995
    FFP56330_01011990
    FFP56434_01012001
    FFP58163_01011951
    FFP59114_01011990
    FFP56328_01011990
    FFP58910_01010001
    FFP60606_01011990
    FFP61440_01011990
    XLA_20065_AAD_C_000030_PKG
    FFP55069_01011990
    FFP53540_01012001
    FFP55364_01011990
    FFP55375_01011990
    FFP50577_01011900
    FFP52481_01010001
    RE_PROFILER
    FFP58915_01010001
    FFP58920_01010001
    FFP51888_01011990
    FFP50928_01011997
    FFP56333_01011990
    FFP55063_01011990
    FFP55367_01011990
    FFP51068_01011997
    FFP59111_01011990
    FFP56332_01011990
    FFP56323_01011990
    FFP57190_01012000
    FFP1919_01010001
    FFP59191_01011990
    FFP51966_01011998
    FFP54403_01011995
    FFP55368_01011990
    FFP1917_01010001
    FFP60592_01011990
    FFP60607_01011990
    FFP61277_01011951
    FFP61871_01010001
    FFP61926_01010001
    FFP61897_01010001
    FFP62377_01012000
    FFP51837_01011990
    FFP50512_01011900
    FFP52744_01071999
    FFP52724_01071999
    FFP51411_01011999
    FFP50527_01011900
    FFP58888_01042004
    FFP58870_01042004
    FFP59117_01011990
    FFP56331_01011990
    FFP55080_01011990
    FFP59112_01011990
    FFP50583_01011900
    FFP54518_01011995
    FFP55079_01011990
    FFP59195_01011990
    FFP56053_01012000
    FFP56322_01011990
    FFP55373_01011990
    FFP54449_01011995
    FFP54522_01011995
    FFP54948_01011990
    FFP58918_01010001
    FFP60591_01011990
    RDT_1
    FFP60944_01011990
    FFP60963_01012000
    FFP61124_01010001
    FFP61912_01010001
    MSD_DEM_OBI_DEMANTRA_MV
    FFP55372_01011990
    FFP50773_01011900
    FFP53497_01012001
    FFP51406_01011997
    FFP50506_01011900
    FFP50508_01011900
    FFP51843_01011990
    FFP55062_01011990
    FFP55078_01011990
    FFP55070_01011990
    FFP57220_01012000
    FFP56326_01011990
    FFP51906_01011990
    FFP53224_01011999
    FFP56337_01011995
    FFP58909_01010001
    FFP58906_01010001
    FFP58861_01042004
    FFP51841_01011990
    FFP50581_01011900
    FFP56321_01011990
    FFP50524_01011900
    FFP60589_01011990
    FFP61924_01010001
    XLA_00707_AAD_C_000044_PKG
    F
    G

    PL see the solution in this Doc MOS

    Invalid objects FFP [ID 1331911.1]

    HTH
    Srini

  • Houston-25036: an invalid object operation was drawn to the View object type.

    Hi all

    I use version jdev 11.1.2.2

    I have an application module impl in which I have a method to call a pl/sql that calls an external API.
      public String create(String productId, String component)
    {
        String createMessage=null;
        DBTransaction dbtransaction = (DBTransaction)getTransaction();
        StringBuffer str = new StringBuffer();
           str.append(" BEGIN ");
        str.append(" api.database@test ( ");
        str.append(" p_number                    => :1,   ");
        str.append(" p_product_id               => :2,   ");
        str.append(" p_component                => :3   ");
        str.append("    ); ");
        str.append(" END; ");
    
        CallableStatement callablestatement = dbtransaction.createCallableStatement(str.toString(), 1);
    
        try {
          callablestatement.registerOutParameter(1, Types.INTEGER);
          callablestatement.setInt(2, Integer.parseInt(productId));
          callablestatement.setString(3, component);
          callablestatement.executeUpdate();
          dbtransaction.commit();
          createMessage = callablestatement.getObject(1).toString();
          if (callablestatement != null) {
            callablestatement.close();
          }
          if (dbtransaction != null) {
            dbtransaction.closeTransaction();// closing connection
          }
    } catch (Exception e) {
          e.printStackTrace();
        }
    
        return createMessage;
    }
    I returns a value of this class of impl. I call this form of method a bean customer interface through. Then, I want to display another page passing the return as a variable binding value to another object to display grace to perform with the workflow setting.
      public void callCreate(ActionEvent actionEvent){
        BindingContext bctx = BindingContext.getCurrent();
        DCBindingContainer bindings = (DCBindingContainer)bctx.getCurrentBindingsEntry();
        DCDataControl dataControl = bindings.findDataControl("ReportAMDataControl");
        ReportAM ReportAM = (ReportAM)dataControl.getApplicationModule();
        createMessage =
            ReportAM.createBug(product, component);
          FacesContext context = FacesContext.getCurrentInstance();
          context.getApplication().getNavigationHandler().handleNavigation(context, null, "goExecute");//navigate to next page
    }
    Everything is going very well when I'm not closing the db connection in the impl.

    but when I close the db connection is showing the following error.

    Houston-25036: an invalid object operation was drawn to the View object type.
    <MethodExpressionActionListener> <processAction> Received 'oracle.jbo.InvalidObjAccessException' when invoking action listener '#{invokeImplMethodBean.callCreate}' for component 'cb1'
    <MethodExpressionActionListener> <processAction> oracle.jbo.InvalidObjAccessException: JBO-25036: An invalid object operation was invoked on type View Object with name RVO
         at oracle.jbo.server.QueryCollection.getPCollManager(QueryCollection.java:505)
         at oracle.jbo.server.QueryCollection.initPCollRows(QueryCollection.java:337)
         at oracle.jbo.server.QueryCollection.initQC(QueryCollection.java:367)
         at oracle.jbo.server.QueryCollection.<init>(QueryCollection.java:271)
         at oracle.jbo.server.ViewRowSetImpl.initQueryCollection(ViewRowSetImpl.java:876)
         at oracle.jbo.server.ViewRowSetImpl.execute(ViewRowSetImpl.java:1140)
         at oracle.jbo.server.ViewRowSetImpl.executeQueryForMasters(ViewRowSetImpl.java:1413)
         at oracle.jbo.server.ViewRowSetImpl.executeQueryForMode(ViewRowSetImpl.java:1319)
         at oracle.jbo.server.ViewRowSetImpl.executeQuery(ViewRowSetImpl.java:1304)
         at oracle.jbo.server.ViewObjectImpl.executeQuery(ViewObjectImpl.java:7211)
         at view.InvokeImplMethod.call(InvokeImplMethod.java:206)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at com.sun.el.parser.AstValue.invoke(Unknown Source)
         at com.sun.el.MethodExpressionImpl.invoke(Unknown Source)
         at com.sun.faces.facelets.el.TagMethodExpression.invoke(TagMethodExpression.java:105)
         at javax.faces.event.MethodExpressionActionListener.processAction(MethodExpressionActionListener.java:148)
         at javax.faces.event.ActionEvent.processListener(ActionEvent.java:88)
         at org.apache.myfaces.trinidad.component.UIXComponentBase.broadcast(UIXComponentBase.java:824)
         at org.apache.myfaces.trinidad.component.UIXCommand.broadcast(UIXCommand.java:179)
         at oracle.adf.view.rich.component.fragment.UIXRegion.broadcast(UIXRegion.java:159)
         at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent$1.run(ContextSwitchingComponent.java:130)
         at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent._processPhase(ContextSwitchingComponent.java:461)
         at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent.broadcast(ContextSwitchingComponent.java:134)
         at oracle.adf.view.rich.component.fragment.UIXInclude.broadcast(UIXInclude.java:112)
         at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent$1.run(ContextSwitchingComponent.java:130)
         at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent._processPhase(ContextSwitchingComponent.java:461)
         at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent.broadcast(ContextSwitchingComponent.java:134)
         at oracle.adf.view.rich.component.fragment.UIXInclude.broadcast(UIXInclude.java:106)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.broadcastEvents(LifecycleImpl.java:1134)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:358)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:207)
         at javax.faces.webapp.FacesServlet.service(FacesServlet.java:508)
         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:173)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter.doFilter(RegistrationFilter.java:125)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:468)
         at oracle.adfinternal.view.faces.activedata.AdsFilter.doFilter(AdsFilter.java:60)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:468)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilterImpl(TrinidadFilterImpl.java:293)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:199)
         at org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:92)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.adf.library.webapp.LibraryFilter.doFilter(LibraryFilter.java:180)
         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)
    No idea why this is happening?

    Can someone help me with this problem? :(

    Thank you
    Vignesh

    like I said with ADF BC, we never explicitly close the DB connection (framework takes care for this).

  • Invalid objects?

    Hello


    I installed 12.1.1 SCREWS & upgarded o 12.1.3, & managed...

    But I see a lot of invalid objects... I ran adadmin & still the same utlrp...

    When I checked the - utl_recomp_errors



    ORA-04045: errors during recompilation/revalidation of the PUBLIC. WWV_FLOW_LIST_OF_VALUES_DATA
    ORA-00980: synonym translation is no longer valid


    ORA-04045: errors during recompilation/revalidation of the PUBLIC. WWV_FLOW_LISTS_OF_VALUES$
    ORA-00980: synonym translation is no longer valid


    ORA-04045: errors during recompilation/revalidation of the PUBLIC. WWV_FLOW_GENERIC
    ORA-00980: synonym translation is no longer valid


    ORA-04045: errors during recompilation/revalidation of the PUBLIC. WWV_FLOW_FIELD_TEMPLATES
    ORA-00980: synonym translation is no longer valid

    Thank you

    Published by: 843272 on July 17, 2011 21:53

    If the State of WSH_RLM_INTERFACE is not valid, then this is an expected behavior.

    Follow these steps:

    -Closing of the database
    -Start of the database upgrade mode
    -Run the utlrip.sql script
    -Closing of the database
    -Open the database normally
    -Run the utlrp.sql script

    Difference between UTLRP. SQL - UTLIRP. SQL - UTLIP. SQL? [272322.1 ID]

    Then check the number of invalid objects.

    Thank you
    Hussein

  • cssrcrix. Faulty SQL with DRG-10703: setting invalid object korean_lexer

    Hello

    While applying 11.5.10.2 on RHEL 5.5 with DB 10.2.0.5 patch failed one of the worker

    as Fallows:

    sqlplus s APPS / * @/appltest/preprod/prodappl/cs/11.5.0/patch/115/sql/cssrcrix.sql & un_apps & un_cs CTXSYS
    declare
    *
    ERROR on line 1:
    ORA-20000: Oracle text error:
    DRG-10703: setting invalid object korean_lexer
    ORA-06512: at line 224 level


    Please suggest if you have an idea

    Please see (cssrctxp.sql fails with DRG-10703: Invalid frame object Korean_lexer [402422.1 ID]).

    Thank you
    Hussein

  • Compilation of the invalid object

    Hello

    I would like to know if I have applied the patch with no option of compilation db. and then I pronounce my request to the user to use. and recompile invalid objects after catching up my system and how it will affect the functionality of the applications? as in some other post hussain replied that this will affect the functionality. Kindly help me to under stand.

    Thank you
    Vishal Joshi

    but I want to know how it will affect application features?

    As you know that patch usually invalid db components, we assume that your patch has invalidated certain products related package and which becomes referenced when some of the user trying to do some front end activity and requires the package, then oracle will throw error.

    Thank you
    JD

  • Invalid object for this request

    Hi friends I have an another problem concerning textframe.

    my java script code is like this,

    firstLine var = xmlElement.lines.firstItem ();

    var newTextFrame = firstLine.textFrames.add ();

    -> newTextFrame.geometricBounds = [0,0,50,50]; error: Invalid object for this request

    newTextFrame.contents = queryNumber;

    newTextFrame.appliedObjectStyle = this.jrnlIDDoc.objectStyles.itemByName (((columnIndex == 0)? (("' AQ_LEFT ': 'AQ_RIGHT'));

    newTextFrame.fit (FitOptions.FRAME_TO_CONTENT);

    If (firstLine.textFrames.length > 0) {}

    newTextFrame.move (null, [0, (newTextFrame.geometricBounds [2] - newTextFrame.geometricBounds [0] + 3) * (firstLine.textFrames.length)]);

    }

    After the execution of this file, I got a error: Invalid object for this request


    If anyone knows the soln please help me.

    concerning

    Tahir.

    The frame that you add is "inline" and is oversetting image, no doubt, so its geometricBounds are inaccessible. One solution is to create as anchored to instead and then make your changes and then put it back on line if you want to:

    var newTextFrame = firstLine.textFrames.add({anchoredObjectSettings:{anchoredPosition:AnchorPosition.ANCHORED}, geometricBounds:[0, 0, 50, 50]});
    

    Jeff

  • Invalid objects found in the repository

    I want to install to redhat 5.2 11.1 grid control, with 11.2 repository database located on the same host. In step 7 of 13 to connect to the database, I have provided the host, port, the service and sys password and click Next, and I had a simple error message
    Invalid objects found in Repository. Re-compile the objects using:
    $ORACLE_HOME/sysman/admin/emdrep/sql/core/latest/admin/admin_recompile_invalid.sql
    <EM_REPOS_USER>.
    There no other clues given. I checked the script admin_recompile_invalid.sql, it's pretty simple, however simply object and dba_synonyms for any object invalid user < EM_REPOS_USER >. If find, recompile. I don't know what the user is < EM_REPOS_USER > but both queries return nothing in my database for all users. The script should just pass and do nothing.

    What could be wrong?
    Where can I find more information?

    Have you tried recompiling invalid objects using utlrp.sql

    Also check the objects using the invalid:

    Select count (*) in the dba_objects where status<>"VALID."

    Concerning
    Rajesh

  • Impossible to compile invalid objects

    After the connection of 10g, I had a bunch of invalid objects that I have to manually compile. I was able to compile all invalid objects except three.

    OWNER OBJECT_TYP OBJECT_NAME
    ---------- ---------- ------------------------------
    SYNONYM PUBLIC all THESQLSET_STATEMENTS_ONLY
    SYNONYM PUBLIC all THESQLSET_STATISTICS_ONLY
    SYNONYM PUBLIC all THESQLSET_STATEMENTS_PHV

    I tried the following:
    COMPILATION of ALTER PUBLIC SYNONYM all THESQLSET_STATEMENTS_ONLY;
    ERROR on line 1:
    ORA-00911: invalid character


    Please help.

    Published by: user10427867 on May 5, 2009 05:32

    Hello

    You can t objects names begin with '_' (Underscore). But in your case, it is.

    + EDIT SYNONYM PUBLIC ALLSQLSET_STATEMENTS_ONLY COMPILATION; +
    Make it like

    ALTER PUBLIC SYNONYM "_ALL_SQLSET_STATEMENTS_ONLY" COMPILE;
    

    Concerning

  • View CD can't mistake of player Director, was not found in the object #getPropRef, Script error. Continue?, yes no

    OT: Error player Director, not found in the object #getPropRef, Script error. Continue?, Yes No. nursing student cannot run his CD CD practice to work on other laptops. but not on it!

    Nursing Student cannot carry out its practice CD which comes with Prentice Hall Nursing book: "medical and nursing care 2nd edition, comments & justifications surgical."  CD works on PC and a laptop running Windows XP, Vista and Windows 7 and on an iMac; but not on it!  She has a Toshiba laptop with Windows Vista Home Premium and it just doesn't work!  My wife has lent her one of its laptops with Windows Vista, but the CD works fine.  What is the problem? I called Prentice Hall and got no help from them!  They said it was a computer problem.  This student is an exchange student and she would really any help.  I tried to clean the system and even tried the Optimizer5.2 perfect for the correction of errors in Script, but it didn't work.  Help please!  My only recourse is to backup all files and wipe the disk clean and start again to do a reinstall of all applications.  Any other ideas?  She had the phone since 2005 and the hard drive has only about 30% free space left on 147 GB.

    Hello cobblestone47,

    1. What is the version of the steering drive you use on your computer?

    2. the other users who are able to play the CD using the Director or shockwave player player is

    Player de Macromedia Director is also known as the Shockwave Player. I suggest that you uninstall the Director player and install the latest version of Shockwave player, and check if you have the same problem.

    You can follow the link below to download and install the latest version of Shockwave player:

    http://get.Adobe.com/Shockwave/

    Thank you
    Irfan H, Engineer Support Microsoft Answers. Visit ourMicrosoft answers feedback Forum and let us know what you think.

  • 800703e6 invalid access memory location error Automation, runtime error

    When you use mp3 editor tools section I get the following message: invalid 800703e6 access memory error Automation, runtime error

    2147023898. I have windows vista.  Can someone help me?

    Hello

    1. don't you make changes to the computer until the problem occurred?

    I suggest you to try the steps below and check if it helps.

    Method 1 Try to set up your computer in a clean boot state, and check if the same issue occurs.

    By setting your boot system minimum state helps determine if third-party applications or startup items are causing the problem.

    How to troubleshoot a problem by performing a clean boot in Windows Vista or Windows 7:
    http://support.Microsoft.com/kb/929135

    Note: After the boot minimum troubleshooting step, follow step 7 in the link provided to return the computer to a Normal startup mode.

    Follow these steps to reset the computer to start as usual:

    (a) click on start toreduce this includes this image, type msconfig.exe in the Start Search box and press ENTER.

    If you are prompted for an administrator password or for confirmation, type your password, or click continue.

    (b) under the general tab, click the Normal startup option, and then click OK.

    (c) when you are prompted to restart the computer, click restart.

    Method 2: If the problem persists, then try to uninstall and reinstall MP3 editor, and check if it helps.

    http://Windows.Microsoft.com/en-us/Windows-Vista/uninstall-or-change-a-program

    Hope this information is useful.

  • Rename files causes the "Object not found" error in Windows 7 Pro x 64

    When I go to rename a folder (location doesn't matter) I get an 'Object not found' error with options to "Try Again" or "Cancel". If I click on 'Retry' the same error. However, when I click on 'Retry' after that it indeed proceeds to rename the folder. I do not know what causes the error, I just installed Windows 7 a week ago.

    The error box contains the following text:
    This item was not found.

    It is no longer in . Check the location of the item and try again.

    The removal of the key following registry and reboot, has solved the problem for me:

    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\FolderDescriptions\ {2112AB0A-C86A-4ffe-A368-0DE96E47012E}]
    [\PropertyBag HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\FolderDescriptions\ {2112AB0A-C86A-4ffe-A368-0DE96E47012E}]

    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\FolderDescriptions\ {491E922F-5643-4af4-A7EB-4E7A138D8174}]
    [\PropertyBag HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\FolderDescriptions\ {491E922F-5643-4af4-A7EB-4E7A138D8174}]

    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\FolderDescriptions\ {7b0db17d-9cd2-4a93-9733-46cc89022e7c}]
    [\PropertyBag HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\FolderDescriptions\ {7b0db17d-9cd2-4a93-9733-46cc89022e7c}]

    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\FolderDescriptions\ {A302545D-DEFF-464b-ABE8-61C8648D939B}]
    [\PropertyBag HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\FolderDescriptions\ {A302545D-DEFF-464b-ABE8-61C8648D939B}]

    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\FolderDescriptions\ {A990AE9F-A03B-4e80-94BC-9912D7504104}]
    [\PropertyBag HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\FolderDescriptions\ {A990AE9F-A03B-4e80-94BC-9912D7504104}]

    I found the solution on this site: http://www.overclock.net/windows/721973-msupdate-kb980408-warning-all-win7-x64-2.html

  • Cipher.exe object already exists error

    Hello, I had a customer bring a laptop Windows 7 Professional to the other day saying she has difficulty to create a folder that is encrypted for the work. Long story short is that it must have a file encrypted on the machine for this application to work and it must be able to use it for his job. She is the only user in its place with this question and their residents IT guy is as puzzled as I am.

    When I run "cipher /e s:test" or "cipher /e s:C:\users\naomi\test" cipher returns the error "the object already exists.

    It does no file encrypted on the computer, and to my knowledge, she has never tried to use encryption so far. I ran the System File Checker to see if she could be a problem with some files on the system, but no joy there.

    On the off chance that maybe their was something wrong with its key set so I tried to launch the /k option for him generate a new key and received the same error again.

    Thinking that maybe there was a problem in their user profile, I created a test called Administrator account and tried to use encryption for the new account and continue to receive the same object already exists error.

    Personally I have never seen this problem before and what research I did did not find me any useful results. Has anyone seen here this error before and know the cause or have any suggestions on what I might try next?

    Thank you

    Chris

    Chris

    You stand a better chance of getting an answer if repost you this on Technet

    This issue is beyond the scope of this site and must be placed on Technet or MSDN

    http://social.msdn.Microsoft.com/forums/en-us/home

Maybe you are looking for

  • A satellite - unexpected stops

    Hi... This is my 2nd laptop Toshiba Satelite.The 1st was replaced after that continuous stops make unusable when I was not able to start again. I've had this one since November 2011 and it starts displaying the same behavior as the first with the sto

  • Re: Satellite L350-16U - how to recover the password for HARD drive?

    I forgot my massword HARD drive and I can't reboot my system.How can I recover my password HARD drive in my notebook L350-16U? Thank you

  • picking for upgrade graphics card

    I have a HP - Compaq Pavilion A1000 Series Pavilion a1737c - the sticker on the bottom of the case is quite rubbed but it looks like model mx870206ma, said crucial. I just want to know what type of video card to get.  I just need something that eithe

  • WE made the Notebook G71-340 have TWO hard drive bays

    My mother has the laptop mentioned in this topic. She had all kinds of issues with her past. Runs slowly. Crashes. Stop randomly. I ran all virus scan and malware known to man and it found nothing. It's either something that is on the hard drive is n

  • Windows Mail crashes

    My Windows Mail crashes and I am unable to find a cause. I am running Vista, edition Home premium 32-bit with the usual assortment of software. Kind of, I suspect as Plaxo not being not a good choice but do not want to lose the bennies. My ISP is Com