Invalid Objects permanent solution required

Hi,
This Oracle invalid objects problem is very consistent in our production database (10g).
select owner,object_name,object_type,status from dba_objects
where status != 'VALID';
OWNER          OBJECT_NAME               OBJECT_TYPE         STATUS
SHOP_LIVE     IEPRODUCTCATEGORYASSIGNMENT1     MATERIALIZED VIEW   INVALID
SHOP_LIVE     IEPCA_NEWSTATE               MATERIALIZED VIEW   INVALID
SHOP_LIVE     IEPRODUCTCATEGORYASSIGNMENT2     MATERIALIZED VIEW   INVALID
SHOP_EDIT     UNSPSCCOUNT1               MATERIALIZED VIEW   INVALID
SHOP_EDIT     UNSPSCCOUNT2               MATERIALIZED VIEW   INVALID
SHOP_EDIT     IEPRODUCTCATEGORYASSIGNMENT1     MATERIALIZED VIEW   INVALID
SHOP_EDIT     IEPCA_NEWSTATE               MATERIALIZED VIEW   INVALID
SHOP_EDIT     IEPRODUCTCATEGORYASSIGNMENT2     MATERIALIZED VIEW   INVALIDAfter I compile manually each materialized view, and then query again and there are NO ROWS SELECTED.
But After some time I get the same problem in other schema, and the same scheme with some other invalid objects. What are the reasons for this kind of error, and Can I get rid of this problem permanently?? If yes then please write steps.....
THanks alot.
Regards,

Hi,
Thank you. Yes I also have noticed that invalid objects are always from these two schemas.
I don't know the meaning of REWRITE_ENABLED,REWRITE_CAPABILITY,REFRESH_MODE,REFRESH_METHOD,FAST_REFRESHABLE from dba_mviews, but options looked not usual after your suggestion. Can you please have a look and suggest something useful from the below columns to change. I mean which change could prevent invalid objects by changing from below columns if works.
SYS@rac1p1 AS SYSDBA> select owner,MVIEW_NAME,REWRITE_ENABLED,REWRITE_CAPABILITY,REFRESH_MODE,REFRESH_METHOD,FAST_REFRESHABLE from dba_mviews
  2  where owner = 'SHOP_EDIT';
OWNER                      MVIEW_NAME                R REWRITE_C REFRES REFRESH_ FAST_REFRESHABLE
SHOP_EDIT                 ECLASSCOUNT1                N NONE       DEMAND FORCE       NO
SHOP_EDIT                 ECLASSCOUNT2                N NONE       DEMAND FORCE       NO
SHOP_EDIT                 IEPCA_BINDINGKEYS           N GENERAL   DEMAND FORCE       NO
SHOP_EDIT                 IEPCA_NEWSTATE                N TEXTMATCH DEMAND FORCE       NO
SHOP_EDIT                 IEPCA_OLDSTATE                N GENERAL   DEMAND FORCE       NO
SHOP_EDIT                 IEPRODUCTCATEGORYASSIGNMENT1   N TEXTMATCH DEMAND FORCE       NO
SHOP_EDIT                 IEPRODUCTCATEGORYASSIGNMENT2   N TEXTMATCH DEMAND FORCE       NO
SHOP_EDIT                 UNSPSCCOUNT1                N NONE       DEMAND FORCE       NO
SHOP_EDIT                 UNSPSCCOUNT2                N NONE       DEMAND FORCE       NO
9 rows selected.
SYS@rac1p1 AS SYSDBA> select owner,MVIEW_NAME,REWRITE_ENABLED,REWRITE_CAPABILITY,REFRESH_MODE,REFRESH_METHOD,FAST_REFRESHABLE from dba_mviews
  2  where owner = 'SHOP_LIVE';
OWNER                      MVIEW_NAME                R REWRITE_C REFRES REFRESH_ FAST_REFRESHABLE
SHOP_LIVE                 IEPRODUCTCATEGORYASSIGNMENT2   N TEXTMATCH DEMAND FORCE       NO
SHOP_LIVE                 IEPRODUCTCATEGORYASSIGNMENT1   N TEXTMATCH DEMAND FORCE       NO
SHOP_LIVE                 IEPCA_OLDSTATE                N GENERAL   DEMAND FORCE       NO
SHOP_LIVE                 IEPCA_NEWSTATE                N TEXTMATCH DEMAND FORCE       NO
SHOP_LIVE                 IEPCA_BINDINGKEYS           N GENERAL   DEMAND FORCE       NO
SHOP_LIVE                 ECLASSCOUNT2                N NONE       DEMAND FORCE       NO
SHOP_LIVE                 ECLASSCOUNT1                N NONE       DEMAND FORCE       NO
SHOP_LIVE                 UNSPSCCOUNT2                N NONE       DEMAND FORCE       NO
SHOP_LIVE                 UNSPSCCOUNT1                N NONE       DEMAND FORCE       NO
SHOP_LIVE                 IEPRODUCTCATEGORYASSI$2           N TEXTMATCH DEMAND FORCE       NO
SHOP_LIVE                 IEPRODUCTCATEGORYASSI$1           N TEXTMATCH DEMAND FORCE       NO
SHOP_LIVE                 ECLASSCOUNT$1                N NONE       DEMAND FORCE       NO
SHOP_LIVE                 UNSPSCCOUNT$2                N NONE       DEMAND FORCE       NO
SHOP_LIVE                 UNSPSCCOUNT$1                N NONE       DEMAND FORCE       NO
SHOP_LIVE                 ECLASSCOUNT$2                N NONE       DEMAND FORCE       NOEdited by: John-M on Jan 25, 2012 8:29 AM

Similar Messages

  • Invalid object name 'dbo.uf_GetRateSrcMember'

    Hello Friends,
    We recently applied the  SP3 (CPMBPC03P_1-20002499) for BPC 5.1. We are in Single Server environment. Our BPC 5.1 build was 5.0.486 which was required to install the SP3. After the installation it is 5.0.502
    We are getting the error below when we are trying to change the appliction sets from from the main page.
    Any help to resolve the issue is appreciated
    Server Error in '/OSoft' Application.  Invalid object name 'dbo.uf_GetRateSrcMember'.
    Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
    Exception Details: System.Exception: Invalid object name 'dbo.uf_GetRateSrcMember'.
    Source Error:
    The source code that generated this unhandled exception can only be shown when compiled in debug mode. To enable this, please follow one of the below steps, then request the URL:
    Add a "Debug=true" directive at the top of the file that generated the error. Example:
      <%@ Page Language="C#" Debug="true" %>
    or:
    Add the following section to the configuration file of your application:
    <configuration>
       <system.web>
           <compilation debug="true"/>
       </system.web>
    </configuration>
    Note that this second technique will cause all files within a given application to be compiled in debug mode. The first technique will cause only that particular file to be compiled in debug mode.
    Important: Running applications in debug mode does incur a memory/performance overhead. You should make sure that an application has debugging disabled before deploying into production scenario.
    Stack Trace:
    [Exception: Invalid object name 'dbo.uf_GetRateSrcMember'.]
       Microsoft.VisualBasic.CompilerServices.LateBinding.LateGet(Object o, Type objType, String name, Object[] args, String[] paramnames, Boolean[] CopyBack) +905
       OSoft.Consumers.ZFP.WebBase.PageBase.GetCurrentView() +518
       OSoft.Consumers.ZFP.WebBase.PageBase.get_CurrentView(String strDimension) +43
       ASP.Landing_aspx.__Render__control1(HtmlTextWriter __output, Control parameterContainer) +95
       System.Web.UI.Control.RenderChildren(HtmlTextWriter writer) +27
       System.Web.UI.Control.Render(HtmlTextWriter writer) +7
       System.Web.UI.Control.RenderControl(HtmlTextWriter writer) +243
       System.Web.UI.Page.ProcessRequestMain() +1926
    Really looking forward for answers.
    I would really really really appreciate any help
    Thanks

    Kaji,
    I had the same problem. Here is the solution:
    Dear customer,
    This issue looks similar to a previously reported bug.
    In general there is the possibility that some service/process
    remained in a bad status and this can be fixed by restarting the server
    But could you please also check, whether this description fits
    to your scenario:
    This issue occurred because when there are no secured dimensions
    in an appset,
    The modified application process remove the user function
    which is used for checking secured dimension.
    In case there is no secured dimension in the appset the
    problem occurres.
    This issue looks similar to a previously reported bug.
    In general there is the possibility that some service/process
    remained in a bad status and this can be fixed by restarting the server
    But could you please also check, whether this description fits
    to your scenario:
    This issue occurred because when there are no secured dimensions
    in an appset,
    The modified application process remove the user function
    which is used for checking secured dimension.
    In case there is no secured dimension in the appset the
    problem occurres.
    When modify application is run , the user function has been removed.
    A workaround is this:
    if you make Entity and RateSrc as secured dimension,
    the user function will be made in the appset again.
    Then you can change the user function as other name in database
    by renaming. After finished the rename,
    you can change the dimension as unsecured dimension like current.
    Then, you have to replace the user function name
    as original function name.
    Because the user function name is dependent on dimension name.
    If you can#t connect BPC Admin due to web page error,
    you have to execute the EverestAdmin.exe file
    in "C:\Program Files\BPC"
    Hope it solves the prob...
    Nic

  • MBAM 2.5 Reports Fail with "Invalid object name 'v_GS_MBAM_POLICY'."

    Utilizing the SSRS Reports for MBAM 2.5 Integrated into Configuration Manager 2012 R2 Cu3, when I run the reports it states that the view
    'v_GS_MBAM_POLICY'  does not exist.
    The complexing thing though is that there are computers that are reporting the HINV Class called 'Win32Reg_MBAMPolicy'  So I would think this view would have been created.
    Does anyone know the process by which the view gets generated since my HINV is reporting back the information, yet the view has not been created in the DB yet... It makes no sense.
    The error is:
    Microsoft.Reporting.WinForms.ReportServerException
    An error has occurred during report processing. (rsProcessingAborted)
    Stack Trace:
       at Microsoft.Reporting.WinForms.ServerReport.ServerUrlRequest(Boolean isAbortable, String url, Stream outputStream, String& mimeType, String& fileNameExtension)
       at Microsoft.Reporting.WinForms.ServerReport.InternalRender(Boolean isAbortable, String format, String deviceInfo, NameValueCollection urlAccessParameters, Stream reportStream, String& mimeType, String& fileNameExtension)
       at Microsoft.Reporting.WinForms.AsyncMainStreamRenderingOperation.RenderServerReport(ServerReport report)
       at Microsoft.Reporting.WinForms.AsyncRenderingOperation.PerformOperation()
       at Microsoft.Reporting.WinForms.ReportViewer.AsyncReportOperationWrapper.PerformOperation()
       at Microsoft.Reporting.WinForms.ProcessingThread.ProcessThreadMain(Object arg)
    Microsoft.Reporting.WinForms.ReportServerException
    Query execution failed for dataset 'ComplianceDetails'. (rsErrorExecutingCommand)
    Stack Trace:
       at Microsoft.Reporting.WinForms.ServerReport.ServerUrlRequest(Boolean isAbortable, String url, Stream outputStream, String& mimeType, String& fileNameExtension)
       at Microsoft.Reporting.WinForms.ServerReport.InternalRender(Boolean isAbortable, String format, String deviceInfo, NameValueCollection urlAccessParameters, Stream reportStream, String& mimeType, String& fileNameExtension)
       at Microsoft.Reporting.WinForms.AsyncMainStreamRenderingOperation.RenderServerReport(ServerReport report)
       at Microsoft.Reporting.WinForms.AsyncRenderingOperation.PerformOperation()
       at Microsoft.Reporting.WinForms.ReportViewer.AsyncReportOperationWrapper.PerformOperation()
       at Microsoft.Reporting.WinForms.ProcessingThread.ProcessThreadMain(Object arg)
    Microsoft.Reporting.WinForms.ReportServerException
    Invalid object name 'v_GS_MBAM_POLICY'.
    Stack Trace:
       at Microsoft.Reporting.WinForms.ServerReport.ServerUrlRequest(Boolean isAbortable, String url, Stream outputStream, String& mimeType, String& fileNameExtension)
       at Microsoft.Reporting.WinForms.ServerReport.InternalRender(Boolean isAbortable, String format, String deviceInfo, NameValueCollection urlAccessParameters, Stream reportStream, String& mimeType, String& fileNameExtension)
       at Microsoft.Reporting.WinForms.AsyncMainStreamRenderingOperation.RenderServerReport(ServerReport report)
       at Microsoft.Reporting.WinForms.AsyncRenderingOperation.PerformOperation()
       at Microsoft.Reporting.WinForms.ReportViewer.AsyncReportOperationWrapper.PerformOperation()
       at Microsoft.Reporting.WinForms.ProcessingThread.ProcessThreadMain(Object arg)
    David Baur

    We ran into this error as well. Turns out that MBAM-provided reports to SCCM 2012 fail with an error unless the Win32Reg_MBAMPolicy class is added to SCCM, which also updates the SCCM SQL with required Views, including "v_GS_MBAM_POLICY".
    The solution that we finally came up with was to import an updated MOF file to include the BitLocker Policy (Win32Reg_MBAMPolicy) class into the "Hardware Inventory" section of the Default Client Policy. Once the import is complete SQL also gets
    the appropriate view created.
    The instructions on how to create and import the MOF file can be found in the link below.
    http://technet.microsoft.com/en-US/library/dn237295.aspx
    Chris Keene
    Product Specialist at Wave.

  • SSRS Error : Query execution failed for dataset 'dataSet'. (rsErrorExecutingCommand) Semantic query execution failed. Invalid object name 'RPT.*********'. (rsSemanticQueryEngineError)

    I am new to SSRS and I am trying to migrate reports from 2008 to 2012. As I have so many reports to migrate, I simply got the back up of ReportServer,
    ReportServerTempDB, and Encryption Key and restored them to test environment. I made necessary configuration from RS configuration tool. I am able to see the reports now when I browse //hostname/reports. But when I open any particular report I am getting some
    error.
    · An error has occurred during report processing.
    (rsProcessingAborted)
    Query execution       failed for dataset 'dataSet'.
          (rsErrorExecutingCommand
    Semantic query        execution failed. Invalid object name
           'RPT. ******'. (rsSemanticQueryEngineError)
    ****** - I am assuming this is a custom data class.
    Does anyone have insight on this? or any better way that I can migrate the reports to new server with less efforts.
    I don’t have the reports solution file to deploy the reports, so I have followed backup and restore process.

    Hi Kishore237,
    According to your description, you migrated some reports from Reporting Services (SSRS) 2008 to 2012. Now you get error when accessing the reports on SSRS 2012. Right?
    In this scenario, did you modify the report data source in database after migration? You can try to open the report in Report Builder or Report designer and check the report dataset. If you can preview the report in Report builder or Report designer,
    please try to redeploy the report to Report Server. If it is still not working, please try to restore the database from backup. And for migrating reports, please follow the "Content-Only Migration" in the link below:
    http://msdn.microsoft.com/en-us/library/ms143724(v=sql.110).aspx
    If you have any question, please feel free to ask.
    Best Regards,
    Simon Hou

  • Unknown SQL Exception 208 occurred. Additional error information from SQL Server is included below.Invalid object name 'Webs'.

    SP 2013 Server + Dec 2013 CU. Upgrading from SharePoint 2010.
    We have a web application that is distributed over 7-8 content databases from SharePoint 2010. All but one database are upgradable. However, one database gives:
    Invalid object name 'Webs'.
    while running Test-SPContentDatabase or Mount-SPContentDatabase.
    EventViewer has the following reporting 5586 event Id:
    Unknown SQL Exception 208 occurred. Additional error information from SQL Server is included below.Invalid object name 'Webs'.
    After searching a bit, these links do not help:
    http://social.technet.microsoft.com/Forums/sharepoint/en-US/fd020a41-51e6-4a89-9d16-38bff9201241/invalid-object-name-webs?forum=sharepointadmin
    we are trying PowerShell only.
    http://blog.thefullcircle.com/2013/06/mount-spcontentdatabase-and-test-spcontentdatabase-fail-with-either-invalid-object-name-sites-or-webs/
    In our case, these are content databases. This is validated from Central Admin.
    http://sharepointjotter.blogspot.com/2012/08/sharepoint-2010-exception-invalid.html
    Our's is SharePoint 2013
    http://zimmergren.net/technical/findbestcontentdatabaseforsitecreation-problem-after-upgrading-to-sharepoint-2013-solution
    Does not seem like the same exact problem.
    Any additional input?
    Thanks, Soumya | MCITP, SharePoint 2010

    Hi,
    “All but one database are upgradable. However, one database gives:
    Invalid object name 'Webs'.”
    Did the sentence you mean only one database not upgrade to SharePoint 2013 and given the error?
    One or more of the following might be the cause:
    Insufficient SQL Server database permissions
    SQL Server database is full
    Incorrect MDAC version
    SQL Server database not found
    Incorrect version of SQL Server
    SQL Server collation is not supported
    Database is read-only
    To resolve the issue, you can refer to the following article which contains the causes and resolutions.
    http://technet.microsoft.com/en-us/library/ee513056(v=office.14).aspx
    Thanks,
    Jason
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Jason Guo
    TechNet Community Support

  • R12 - Compile Invalid objects (Fast Formula, Package Body and View) Urgent

    Invalid objects about 43, in this Fast Formula 2 AP Package object, and 1 view
    OWNER     OBJECT_TYPE     COUNT(*)
    APPS     PACKAGE BODY     37.00
    APPS     PROCEDURE     1.00
    SCOTT     PACKAGE BODY     1.00
    APPS     VIEW     1.00
    APPS     FUNCTION     3.00
    any one can give idea to make it valid.
    Awaiting for your reply.
    FYI
    the object list is below.
    OWNER     OBJECT_NAME
    APPS     FFP52474_01010001
    APPS     FFP61059_01010001
    APPS     FFP56168_01010001
    APPS     FFP56167_01010001
    APPS     FFP58579_01052004
    APPS     FFP56169_01010001
    APPS     FFP56170_01010001
    APPS     FFP56171_01010001
    APPS     FFP56172_01010001
    APPS     FFP56173_01010001
    APPS     FFP60309_01010001
    APPS     FFP60306_01010001
    APPS     FFP60308_01010001
    APPS     FFP60310_01010001
    APPS     FFP60307_01010001
    APPS     AP_IMPORT_VALIDATION_PKG
    APPS     FFP58576_01011951
    APPS     FFP60357_01011951
    APPS     FFP57511_01010001
    APPS     FFP57510_01010001
    APPS     FFP52473_01010001
    APPS     FFP60305_01010001
    APPS     FFP60545_01042004
    APPS     FFP60342_01010001
    APPS     FFP58887_01042004
    APPS     FFP58888_01042004
    APPS     FFP58870_01042004
    APPS     FFP58885_01042004
    APPS     FFP58907_01010001
    APPS     FFP58906_01010001
    APPS     FFP58861_01042004
    APPS     FFP61122_01010001
    APPS     FFP58871_01042004
    APPS     FFP58857_01042005
    APPS     FFP60917_01032006
    SCOTT     MK_PLS_XML_REP_TEST
    APPS     MK_PLS_XML_REP_TEST
    APPS     AP_FSX_PAYMENT_ADVICE
    APPS     RA_SITE_USES
    APPS     ZDBAR_CONTACT
    APPS     ZDBAR_FAX
    APPS     ZDBCLOAD
    APPS     ZDBAP_DV_PAYMENT_TYPE
    Advanced thanks for reading and giving solution for this.
    Thamaraiselvan

    any one can give idea to make it valid.Run "Compile APPS Schema" from adadmin.
    For Fast Formulas, refer to:
    Note: 155737.1 - How To Compile Oracle Fast Formulas
    http://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=155737.1

  • Invalid object  name 'SVERS'

    Hello,
    When trying to perform an Upgrade of a BW3.0B to BW3.5, Prepare Phase, an error occurs in script MSSCONCHECK.SQL.
    - Msg 208, Level 16, State 1, Server SRVDW, Line 1
    Invalid object name 'SVERS'.
    Can anyone help?
    Thank you.
    Regards,
    PT

    I have similar eror message during upgrade from ECC 5.0 to ECC 6.0 on MS SQL 2005. The output from my sapup is as shown below:
    >> 07:39:34  PREPARE: START OF PHASE INITPUT_PRE
    Supply the following information:
    Confirm the name of your SAP system: [AWD]
    SAP SYSTEM ID     =
    The hostname of your central SAP server: [SERVER01]
    SAP SYSTEM HOST   =
    Enter the SAP instance number: [02]
    INSTANCE NUMBER   =
    The system identifier of your database: [AWD]
    DATABASE ID       =
    The hostname of your database server: [SERVER01]
    DATABASE HOST     =
    Executing script MSSCONCHECK ...
    MSSCONCHECK: Connection check failed for the user specified
          SAPup message
    SAPup> Errors were found in the logfile MSSCONCHECK.LOG
           after execution of the script MSSCONCHECK.SQL.
    SAPup> SAPup cannot proceed until these errors are fixed.
           Please, examine MSSCONCHECK.LOG, fix reported errors and then call R3
    gain
                - "continue"
                - "cancel"
    Enter one of these options [continue] :=
          SAPup message
    SAPup> SQL-scripts must be executed by the NT user account SERVER01\awdadm.
           Check your installation of the integrated security procedure
           on host SERVER01 and make sure that a login for the NT user
           SERVER01\awdadm exists with the following rules:
           - user SERVER01\awdadm owns the role System Administrators
           - user SERVER01\awdadm has the default database AWD
    SAPup> Integrated security installed correctly?
                - "no"
                - "yes"
    Enter one of these options [no] := yes
    Executing script MSSCONCHECK ...
    I'm currently running both Solution Manager 4.0 and mySAP ERP 2004 SR1 on the same box in Development environment.
    Has anyone gotten a breakthrough on this error messages? Mode set to both SQL and Windows Authentication, can do selct * from SVERS for solution manager database but not for ECC 5.0.
    Urgent!!!!

  • INVALID Objects after upgrade from 12.1.1 to 12.1.3

    Hi
    Recently I have applied 9239090, 13984450, 10627841 patches to upgrade from 12.1.1 to 12.1.3, but now there are a number of Invalid objects in the DB.
    I have tried to compile them through 'adadmin' utility, and even ran 'utlirp.sql' with 'utlrp.sql'. Tried bouncing all db, apps tier, apache but they still remains 'Invalid'. What kind of objects are they and whether they will have any impact on apps? How to compile them?
    Any help will be really appreciated. Thanks.
    As a test I tried to compile one object and get the following errors:
    Package Body APPS.FFP55370_01011990@EBS12
    Error(347,1): PL/SQL: Statement ignored
    Error(347,5): PLS-00306: wrong number or types of arguments in call to 'ARREARAGE'
    Error(382,1): PL/SQL: Statement ignored
    Error(382,5): PLS-00306: wrong number or types of arguments in call to 'ARREARAGE'
    Invalid Objects list
    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

    Hi Gents,
    All objects starting with FF have been successfully compiled by the fix pointed out by you. Thanks v much for your help. Much appreciated.
    Now a total of 15 invalid objects are remaining. I could manage to find solution of 14 objects (which I understand can be safely ignored, and highlighted the source of the solution below).
    The only one remaining is this materialized view. I tried to compile it but but did not throw any errors, and still remains under invalid state. Not sure how to go about it. I can confirm that this is not a custom object.
    MSD_DEM_OBI_DEMANTRA_MV     MATERIALIZED VIEW
    --> I found an answer about them on *MOS [ID 967352.1]*, and will now safely ignore them now.
    FSAH_DUPLICATE_PKG     PACKAGE BODY
    RE_PROFILER     PACKAGE BODY
    XLA_00707_AAD_C_000026_PKG     PACKAGE BODY
    XLA_00707_AAD_C_000044_PKG     PACKAGE BODY
    XLA_20065_AAD_C_000030_PKG     PACKAGE BODY
    --> I followed this thread for resolution on these objects. I believe that they can be safely ignored now.
    247 Invalids are not getting compiled
    ImportExport     JAVA SOURCE
    ImportExport     JAVA CLASS
    WWV_FLOW_LIST_OF_VALUES_DATA     SYNONYM
    WWV_FLOW_LISTS_OF_VALUES$     SYNONYM
    WWV_FLOW_GENERIC     SYNONYM
    WWV_FLOW_FIELD_TEMPLATES     SYNONYM
    RDT_1     TABLE
    F     TABLE
    G     TABLE

  • How to delete Integration scenario or XI Objects permanently

    Dear XI experts
    I’d like to delete Integration scenarios or XI Objects that I created from Integration Builder.
    http://static.flickr.com/43/117549573_30c76b7c0b_o.jpg
    They go to the lists under Change List.
    I misunderstood if I click on “Reject Change” it can be deleted permanently.
    But in fact, it goes back to the list under “Scenario” tab.
    So I found Once I created them, I cannot delete them.
    http://static.flickr.com/49/117549572_3a26138b0a_o.jpg
    Probably, I can’t find any information how to delete Integration scenario or XI Objects permanently.
    If you give me any hints, I will appreciate you.
    Thanks,
    David

    Delete object!
    http://static.flickr.com/35/117570416_69ecd78655_o.jpg
    Confirm the object is deleted from the list.
    http://static.flickr.com/47/117570417_542075e7b4_o.jpg
    Activate the change list.
    http://static.flickr.com/47/117570418_9a415336dc_o.jpg
    Select the object to activate ( delete permanently) from change list
    http://static.flickr.com/38/117570419_8f03e54a8b_o.jpg
    Confirm “it’s gone”.
    http://static.flickr.com/47/117570417_542075e7b4_o.jpg
    [my mistake]
    I tried to find the solution from context menu such as “reject change”.
    The meaning of “activate change list” is  …. …..
    <b>Thanks a lot my boss! Vijaya.</b>
    Regards,
    david

  • Recompile all invalid objects in live database

    Hi Expers,
    Just need a clarification on recompiling all invalid objects in production database when the systems is busy.
    i thought of recompile all the invalid objects using utlrp.sql script in my production database since some of few synonyms were invalid after application patch script been implemented last weekeend.
    we have identifed the invalid objects now, i thought to run the utlrp.sql, what will be the consequences.
    Regards,
    Salai

    Hi Hemanth,
    I'd reserve utlrp.sql for upgrades, downgrades and patchsets. I do agree 101% with above point, I a not denying on that.
    If you really have a large number of invalid objects, you might choose to compile a few "selected" objects every hour instead of running a single-shot "compile all invalid objects". Rare but a possible requirement.I came across such requirement during early days of career during pushing product enhancement to production and we would have get to know the things and number of objects which would go invalid as we use to carry out testing on test databases.
    I agree completely utlrp.sql is suggested and should opt for.
    - Pavan Kumar N

  • Invalid Objects after upgrading 12.1.3

    Hi,
    I upgraded my EBS version to 12.1.3 from 12.1.2. And the database is 11.1.0.7, OS is RHEL 5.0.
    After upgrading im getting some invalid objects of 272 that i mentioned below..
    i did all the steps for the fix this ,
    1. Ran utlrp.sql script in $ORACLE_HOME/rdbms/admin
    2. Compiled the apps schema in adadmin on apps ties
    3. Re-link options
    4. SQL> @$FND_TOP/patch/115/sql/fndptmus.pls
    SQL> @$FND_TOP/patch/115/sql/fndptmub.pls
    5. SQL> ALTER PACKAGE BODY ASO_OPP_QTE_PUB COMPILE;
    ALTER PACKAGE BODY ASO_OPP_QTE_PUB COMPILE
    ERROR at line 1:
    ORA-00922: missing or invalid option
    INVALID OBJTCTS:
    ASO_QUOTE_PUB_W
    ASO_SECURITY_INT
    ASO_QUOTE_HEADERS_PVT
    MSC_SCH_WB
    PJM_INQUIRY
    OKL_REVERSE_CONTRACT_PVT
    INV_OBJECT_GENEALOGY
    OE_DELAYED_REQUESTS_UTIL
    HXT_RETRO_PROCESS
    OKL_PROCESS_TMPT_SET_PVT_W
    OKL_TRANS_CONTRACTS_PVT_W
    OKL_CONTRACT_PVT
    OKL_FUNDING_PVT
    OKL_GENERATE_ACCRUALS_PVT_W
    OKL_PROCESS_TMPT_SET_PUB
    OKL_GENERATE_ACCRUALS_PVT
    OKL_AM_ASSET_DISPOSE_PVT
    OKL_BLK_AST_UPD_PVT
    OKL_CONTRACT_BOOK_PVT
    OKL_KBK_APPROVALS_WF
    OKL_CS_WF
    OKL_FUNDING_WF
    OKL_LA_JE_PVT
    OKL_INSURANCE_POLICIES_PVT
    OKL_INTEREST_CALC_PVT
    OKL_AM_BTCH_EXP_LEASE_LOAN_PVT
    OKL_LOSS_PROV_PVT
    OKL_MISC_TRANS_PVT
    OKL_MASS_REBOOK_PVT
    OKL_AM_LEASE_LOAN_TRMNT_PVT
    OKL_AM_LOAN_TRMNT_PVT
    OKL_AM_LEASE_TRMNT_PVT
    OKL_RELEASE_PVT
    OKL_CONTRACT_REBOOK_PVT
    OKL_AM_QUOTES_WF
    OKL_REV_LOSS_PROV_PVT
    OKL_AM_RECYCLE_TRMNT_PVT
    OKL_SPLIT_CONTRACT_PVT
    OKL_SPLIT_ASSET_PVT
    OKL_TRANS_CONTRACTS_PVT
    OKL_AM_TERMNT_QUOTE_PVT
    OKL_CS_TRANSFER_ASSUMPTION_PVT
    OKL_PROCESS_TMPT_SET_PVT
    OKL_TRANSACTION_PVT
    OKL_VARIABLE_INTEREST_PVT
    OKL_COPY_CONTRACT_PUB_W
    OKL_PROCESS_TMPT_SET_PUB_W
    WIP_SF_CUSTOM_ATTRIBUTES
    AS_SALES_LEAD_OPP_PVT
    ASO_OPP_QTE_PUB
    OPI_POR_EXPECTED_RCPT_MV
    OPI_POR_BACKORDER_SUM_MV
    OPI_POR_OVERDUE_RCPT_MV
    OKL_CS_PRINCIPAL_PAYDOWN_PVT
    AST_UWQ_WRAPPER_PKG
    AST_UWQ_OLIST_WORK_ACTION
    OKL_AM_CNTRCT_LN_TRMNT_PVT
    OKL_AM_TERMINATE_INV_AGMT_PVT
    OKL_INVESTOR_INVOICE_DISB_PVT
    OKL_PERIOD_SWEEP_PVT
    OKL_SEC_AGREEMENT_PVT
    IGS_FI_CREDIT_PVT
    CSC_ACTION_ASSEMBLER_PVT_W
    OZF_EARNING_SUMMARY_MV
    ImportExport
    ImportExport
    WWV_FLOW_LIST_OF_VALUES_DATA
    WWV_FLOW_LISTS_OF_VALUES$
    WWV_FLOW_GENERIC
    WWV_FLOW_FIELD_TEMPLATES
    RE_PROFILER
    FFP58914_01010001
    FFP58915_01010001
    FFP58920_01010001
    FFP58919_01010001
    OKL_BPD_TERMINATION_ADJ_PVT
    OKL_STREAM_MIGRATION_PVT
    FFP60324_01010001
    FFP58887_01042004
    FFP58888_01042004
    FFP58870_01042004
    FFP53720_01011990
    FFP58885_01042004
    FFP51846_01011990
    FFP60964_01012000
    OKL_AM_BAL_WRITEOFF_PVT
    OKL_LA_SALES_TAX_PVT
    OKL_AM_TERMNT_VENDOR_PRG_PVT
    WIP_WS_DL_UTIL
    OZF_CUST_FUND_SUMMARY_MV
    FFP61156_01010001
    FFP61138_01010001
    FFP61170_01010001
    FFP61152_01010001
    FFP61124_01010001
    FFP61277_01011951
    SYS_PLSQL_233217_87_1
    FFP61440_01011990
    FFP52982_01010001
    WMS_WAVE_PLANNING_PVT
    FFP61511_01012000
    FFP61532_01011990
    OKL_MULTIGAAP_ENGINE_PVT
    XLA_00707_AAD_C_000026_PKG
    XLA_20065_AAD_C_000030_PKG
    FSAH_DUPLICATE_PKG
    XLA_00707_AAD_C_000044_PKG
    OKL_INTERNAL_BILLING_PVT
    OE_ITEMS_MV
    MSD_DEM_OBI_DEMANTRA_MV
    FFP62356_01012000
    Any solution for this..??.
    Thanks,
    vasanth

    Hi,
    SQL> show errors
    Errors for PACKAGE BODY OKL_MULTIGAAP_ENGINE_PVT:
    LINE/COL ERROR
    0/0     PLS-00907: cannot load library unit APPS.OKL_TCN_PVT (referenced
         by APPS.OKL_TRX_CONTRACTS_PVT)
    0/0     PLS-00907: cannot load library unit APPS.OKL_TCN_PVT (referenced
         by APPS.OKL_TRX_CONTRACTS_PVT)
    0/0     PLS-00907: cannot load library unit APPS.OKL_TCL_PVT (referenced
         by APPS.OKL_TRX_CONTRACTS_PVT)
    0/0     PLS-00907: cannot load library unit APPS.OKL_TCL_PVT (referenced
         by APPS.OKL_TRX_CONTRACTS_PVT)
    LINE/COL ERROR
    0/0     PLS-00907: cannot load library unit APPS.OKL_TCN_PVT (referenced
         by APPS.OKL_TRX_CONTRACTS_PVT)
    0/0     PLS-00907: cannot load library unit APPS.OKL_TCN_PVT (referenced
         by APPS.OKL_TRX_CONTRACTS_PVT)
    0/0     PLS-00907: cannot load library unit APPS.OKL_TCN_PVT (referenced
         by APPS.OKL_TRX_CONTRACTS_PVT)
    0/0     PLS-00907: cannot load library unit APPS.OKL_TCN_PVT (referenced
    LINE/COL ERROR
         by APPS.OKL_TRX_CONTRACTS_PVT)
    0/0     PLS-00907: cannot load library unit APPS.OKL_TCL_PVT (referenced
         by APPS.OKL_TRX_CONTRACTS_PVT)
    0/0     PLS-00907: cannot load library unit APPS.OKL_TCL_PVT (referenced
         by APPS.OKL_TRX_CONTRACTS_PVT)
    656/4     PL/SQL: Statement ignored
    832/10     PL/SQL: Statement ignored
    944/10     PL/SQL: Statement ignored
    LINE/COL ERROR
    971/10     PL/SQL: Statement ignored
    1049/10 PL/SQL: Statement ignored
    1150/10 PL/SQL: Statement ignored
    1226/28 PL/SQL: Item ignored
    1227/28 PL/SQL: Item ignored
    1228/28 PL/SQL: Item ignored
    1229/28 PL/SQL: Item ignored
    i didnt get any errors before following that Metalink ID... it replied no errors
    Now only im getting errors...
    there is no errors in alert log file...
    Thanks,
    vasanth

  • 10.2.0.4, Spatial and invalid objects

    We don't use spatial. We have no plans to use spatial. We do use Intermedia, badly.
    When I upgraded a database from 10.2.0.3 to 10.2.0.4, everything went OK, except that one object in the MDSYS schema (I can't remember its name, but it was something like SDO_GEOMETRY) was rendered 'invalid' in dba_objects afterwards.
    I tried to manually re-compile it. It produced errors like 'table doesn't exist'. And I got to thinking that this was a Spatial object that was invalid because none of the other Spatial components was installed. I needed the invalid status to go away because my boss has a query that spots invalid objects and hassles me if any exist, and my attempts to say 'this one doesn't matter' weren't working.
    So I used dbca to add Spatial to the database. (Added a tick to the spatial selector on the database options page). The addition went well, and at the end of it... zero invalid objects.
    Problem solved, sort of. Now I have a new problem: when I ran dbca again to UNinstall Spatial, the tick against the Spatial option is greyed out and it cannot be de-selected and hence removed from my database.
    And so my questions. How do you remove the Spatial stuff? Will removing it break Intermedia? Is there a better way to fix the 'invalid MDSYS object' problem caused by the 10.2.0.4 upgrade in the first place, because I have 8 other database to upgrade in the coming days? And, if the simplest thing to do is to just leave all the Spatial objects in the database, will we be in breach of our license, because we certainly haven't paid to use this feature, but we equally certainly have no use for it?

    I would guess that most questions asked here could have been resolved by 'searching on Metalink first'. According to your standards and rules, then, that makes this place mostly redundant. Perhaps we should just shut the place down?
    No, I'll tell you what: if you find your time being wasted, perhaps you could just not bother replying instead of pronouncing on high how those so much less exalted than yourself should behave and do things. You could have provided a metalink document number without the accompanying attitude, and then you would have my thanks and appreciation. But, for being a pompous a-s-s, you get neither.
    Here's a clue. Classic Metalink. Search for '10.2.0.4 spatial errors after upgrade', All Sources. Your precious document appears only 16th in the resulting list. Yeah, I could wade through 15 irrelevant documents before stumbling over the correct one, but I figure upgrading to 10.2.0.4 can't be that rare; somebody will have encountered the problem before; quickest way to a solution is therefore probably to post here. Not, I would have thought, an entirely unreasonable train of thought, though obviously it is in your particular corner of the universe.
    Besides which, whilst that document tells me how to fix the invalid objects without installing Spatial, which will certainly prove useful for all my other database upgrades, it doesn't tell me (and neither did you) how you uninstall Spatial after having installed it with dbca. That's not asking you to fill in the gaps, by the way: I wouldn't want to waste any more of your precious time.
    I'm just pointing out that your "answer", as well as being pompous and arrogant, also proves itself to be deficient.

  • Permanent solution for Java iView Runtime error ?

    Hi
    I have SAP IDES installed in my system...recently i am getting following error when i am trying to login Portal :
    Java iView Runtime
    Copyright 2002 SAP AG. All rights reserved.
    An exception occured while processing your request.
    If this situation persists, please contact your system administrator.
    I have searched SDN many discussions say that restart server and check memory and...etc......etc
    My system also if i restart server problem is solved temprarely....
    My system memory is not a problem because i have 16GB Ram amd 1 Tera hard disk still i have 500 GB hard diskk free space...
    If i restart simply MMC my J2ee table will not connected so i have to restart hole sytem them start MMC .....then server is up and i can connect to portal .......it seems connection for j2ee table are getting lost.....
    Can some one suggest me permanent solution
    thanks in advance

    Hi Maya,
    BEx Web Analyzer requires Portal and is basically a Web template called 0ANALYSIS_PATTERN.
    Is Portal configured in your system landscape? If yes try to see if its configured probably using transaction RSPOR_CUST01.
    If you have access to SM59, you can test the RFC connection to the portal by running the Test Connection for the corresponding RFC destination ID that you see in RSPOR_CUST01 transaction.
    Assign points if helpful
    Regards, Uday

  • "Invalid object path" Driver Import

    PS P01:\> Add-CMDriverToDriverPackage -DriverName $item.LocalizedDisplayName -DriverPackageName $HWType -verbose
    VERBOSE: Executing WQL query: SELECT * FROM SMS_DriverPackage WHERE Name='Microsoft.HyperV.W7X64'
    VERBOSE: Query options: ExpectResults
    VERBOSE: Performing the operation "Add" on target "DriverToDriverPackage: Name="Microsoft.HyperV.W7X64"".
    VERBOSE: Executing method 'RequestLock' against class 'SMS_ObjectLock'
    VERBOSE: Input properties:
    VERBOSE: -- :: ObjectRelPath == SMS_DriverPackage.PackageID="P010009C"
    VERBOSE: -- :: RequestTransfer == True
    VERBOSE: Output properties:
    VERBOSE: -- :: AssignedMachine == <SERVER>
    VERBOSE: -- :: AssignedObjectLockContext == b72216b2-de12-453a-98d6-89bbcdd88443
    VERBOSE: -- :: AssignedSiteCode == P01
    VERBOSE: -- :: AssignedTimeUTC == 10/28/2014 10:19 PM
    VERBOSE: -- :: AssignedUser == <USER>
    VERBOSE: -- :: LockState == 1
    VERBOSE: -- :: RequestID == 3F595BA4-BEAF-4707-B824-A786AD02EAD5
    VERBOSE: -- :: RequestState == 10
    VERBOSE: -- :: ReturnValue == 0
    VERBOSE: Lock acquisition on 'SMS_DriverPackage.PackageID="P010009C"' returned: Granted
    VERBOSE: Executing WQL query: SELECT * FROM SMS_Driver WHERE LocalizedDisplayName='Microsoft Hyper-V Network Adapte
    r'
    VERBOSE: Query options: ExpectResults
    VERBOSE: Query 'SELECT * FROM SMS_Driver WHERE LocalizedDisplayName='Microsoft Hyper-V Network Adapter' ' processed
    1 results.
    VERBOSE: Executing WQL query: Select CTC.ContentID From SMS_CIToContent As CTC Join SMS_Driver As DR On DR.CI_ID=CT
    C.CI_ID Where DR.CI_ID=16786189
    VERBOSE: Query options: None
    VERBOSE: Executing method 'ReleaseLock' against class 'SMS_ObjectLock'
    VERBOSE: Input properties:
    VERBOSE: -- :: ObjectRelPath == SMS_DriverPackage.PackageID="P010009C"
    VERBOSE: Output properties:
    VERBOSE: -- :: ReturnValue == 0
    VERBOSE: Lock release on 'SMS_DriverPackage.PackageID="P010009C"' success: True
    Add-CMDriverToDriverPackage : Invalid object path
    At line:1 char:2
    + Add-CMDriverToDriverPackage -DriverName $item.LocalizedDisplayName -DriverPacka ...
    + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo : NotSpecified: (Microsoft.Confi...rPackageCommand:AddDriverToDriverPackageCommand) [
    Add-CMDriverToDriverPackage], WqlQueryException
    + FullyQualifiedErrorId : UnhandledExeception,Microsoft.ConfigurationManagement.Cmdlets.Osd.Commands.AddDrive
    rToDriverPackageCommand
    Does anybody know a workaround for this bug?
    Same error in Add-CMDriverToDriverPackage and Import-CMDriver
    How will be the WMI Commandlet?
    Please Help. THX

    Hi,
    Please refer to the link below:
    Import-CMDriver
    http://technet.microsoft.com/en-us/library/dn151073(v=sc.20).aspx
    More info:
    ConfigMgr Driver Injector
    This tool will help you to capture installed drivers on your workstations and then will automatically import them in ConfigMgr 2012.
    http://gallery.technet.microsoft.com/ConfigMgr-Driver-Injector-aae7d17d
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.
    Hi Xin Guo,
    thx for post, but you can try the syntax and it will fail, cause what i read there is since 2012 R2 CU 3 some changes also in SQL and so the command with Paramater
    -DriverPackageName
    will not work correctly and abort, so the Technet Page is here not the Solution about.
    Also i don't need an extra Tool, cause i have all driver's but for the massimport i want to use wmi, powershell.
    Help :)

  • Invalid Object WWV_FLOW_XLIFF

    I have an Invalid object for WWV_FLOW_XLIFF in the sys schema. I noticed this procedure is in flows_020000 schema which is valid. Is the sys object for WWV_FLOW_XLIFF required or can I remove it?
    Thanks,
    Randy

    Randy,
    WWV_FLOW_XLIFF is used for the XLIFF generation and parsing in HTML DB. It should definitely not exist in the SYS schema. It's not created in the SYS schema as part of the HTML DB installation.
    If the result of the query:
    select text
      from dba_source
    where owner = 'FLOWS_020000
       and name = 'WWV_FLOW_XLIFF'
       and type = 'PACKAGE'
    order by line;is equal to the result of the query:
    select text
      from dba_source
    where owner = 'SYS'
       and name = 'WWV_FLOW_XLIFF'
       and type = 'PACKAGE'
    order by line;You can safely delete the one from the SYS schema.
    Joel

Maybe you are looking for

  • My time capsule is getting full.  What are my options?

    I have a 1TB Time Capsule for the MacBook Pros of myself and my wife.  One MBP currently has ~420 GB on it (750 GB HD) and the other currently has ~180 GB on it (500 GB HD).  Nothing else is backing up to this Time Capsule, and no other files are sto

  • Outputting an int variable in an applet?

    Hey all i will keep this short, i am modifying an applet for a university project and am trying to output an integer variable to screen, i tried using g.drawString but i apparently can only use it to output "text in the double quotes" and if i try pu

  • Moving library when files and library are on different volumes

    Hi all, I know there are many posts here on moving libraries, but my situation is where I unclicked the "copy files to iphoto library" in preferences, so my files are on one drive while my "iphoto library" is on my main mac drive. Any way I can move

  • HT3606 How to update iTune of my Mac 10.5.8 ?

    (The file "iTunes Library.itl" cannot read because it was created by a newer version of iTunes.) This shows up and cannot open iTune anymore. Why? What shall I do?

  • Rearranging photos in saved album

    Here is my question, 1.) how do you control the photo shown on the saved photo album from the main photo screen? ... I have seen how to rearrange the photos in a newly created album via the ... Edit.. select ... Drag function, and it works, but this