URGENT! (sorry for rudeness) - Error when trying to Expose Application as provider...

User-Defined Exception (WWV-11230)
User-Defined Exception (WWV-11230)
The implementation package is not in a valid state. (WWC-43132)
This is an application that contains four lov's, three reports and two forms, all of which inherit the apps privs.

Hi,
Looks like there are invalid packages in your portal schema. Please connect to the portal schema
and recompile all the invalid packages.
You can use this code to pick up the invalid objects. This spools to a file called c.sql. All you have to do is run the c.sql
file (@c.sql). Rerun the c.sql file until all the objects become valid.
set head off
set echo off
spool c.sql
Select 'Alter '||
decode(OBJECT_TYPE,'PACKAGE BODY','PACKAGE','TYPE BODY','TYPE',OBJECT_TYPE)||
' "'||OBJECT_NAME||'" COMPILE '||
decode(OBJECT_TYPE,'PACKAGE BODY','BODY;','TYPE BODY','BODY;',';')
From user_OBJECTS
Where STATUS = 'INVALID'
spool off
set echo on
set head on
Thanks,
Sharmila

Similar Messages

  • Error when trying to run application

    Hi,
    I am completley new to SAP netweaver so please forgive my ignorance.
    First I installed SAP Composotion Environment and SAP Netweaver 7.1 both on XP Professional (Service Pack 2). They both installed succesfully.
    I then created a sample EJB application which I want to run, to test the installation works.
    - I am selecting the index.jsp created.
    - Right click and Run on Server
    - I choose an existing server (SAP Server <CE1>)
    - Then I select my browser
    - Then I press finish.
    The installation stalls at 7%
    Then I insert my username and password
    Then I get the following error:
    Publishing failed
    Error during deployment
    Error during deployment:
    Can't determine deploy mechanism. Please check if there is a correct default system specified in the SAP System Registry preference page and if this SAP System is currently up and running.
    I have tried the following:
    Can't determine deploy mechanism
    but this does not solve the problem
    The Deploy View console gives the following output: (X=error, I=information)
    X Port: -1
    X Host: computer
    X The host or port returned by the SAP System Registry is invalid:
    I Looking for Deploy Controller deploy mechanism...
    I SDM port not defined or not found
    I Found SDM host: computer
    I Checking for SDM host..
    I [001]Start deployment
    I have also looked here Installation however this resource dosen't seem very useful.
    Regards,
    Steve

    I have posted this message in http://forums.sdn.sap.com/edit!default.jspa?messageID=9911970 but I did not know how to move it into this forum as this is more relevant. Sorry for the double post.

  • Oracle Planning gives error when trying to open application from Workspace.

    Hello,
    We have version 11.2.2.0.0 of Planning installed. After the install of Essbase Studio Server we have hit some issues where Planning does not seem to be available. Despite re-deploying several times and other things, we cannot connect to the Planning server.
    Planning does seem to be listening
    c:\Oracle\Middleware\user_projects\domains\EPMSystem\bin>netstat -na | findstr 8300
      TCP    127.0.0.1:8300         0.0.0.0:0              LISTENING
      TCP    155.209.11.122:8300    0.0.0.0:0              LISTENING
      TCP    [::1]:8300             [::]:0                 LISTENING
    but the test URL will not resolve
    http://hcb-mapp156:8300/HyperionPlanning
    Error 404--Not Found
    When trying to open a Planning application from Workspace we see the following errors:
    Description: Invalid or could not find module configuration 'HyperionPlanning.planning'.
    URI: http://localhost:19000/HyperionPlanning/conf/HspJSConfig.xml
    Status: 404 - Not Found
    Content: text/html; charset=UTF-8
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Draft//EN">
    <HTML>
    <HEAD>
    <TITLE>Error 404--Not Found</TITLE>
    </HEAD>
    <BODY bgcolor="white">
    <FONT FACE=Helvetica><BR CLEAR=all>
    <TABLE border=0 cellspacing=5><TR><TD><BR CLEAR=all>
    <FONT FACE="Helvetica" COLOR="black" SIZE="3"><H2>Error 404--Not Found</H2>
    </FONT></TD></TR>
    </TABLE>
    <TABLE border=0 width=100% cellpadding=10><TR><TD VALIGN=top WIDTH=100% BGCOLOR=white><FONT FACE="Courier New"><FONT FACE="Helvetica" SIZE="3"><H3>From RFC 2068 <i>Hypertext Transfer Protocol -- HTTP/1.1</i>:</H3>
    </FONT><FONT FACE="Helvetica" SIZE="3"><H4>10.4.5 404 Not Found</H4>
    </FONT><P><FONT FACE="Courier New">The server has not found anything matching the Request-URI. No indication is given of whether the condition is temporary or permanent.</p><p>If the server does not wish to make this information available to the client, the status code 403 (Forbidden) can be used instead. The 410 (Gone) status code SHOULD be used if the server knows, through some internally configurable mechanism, that an old resource is permanently unavailable and has no forwarding address.</FONT></P>
    </FONT></TD></TR>
    </TABLE>
    </BODY>
    </HTML>
    Hope someone can help here.
    Thanks,
    Philip.

    Hello,
    Yes, I see this error in the logs:
    <Nov 12, 2013 11:09:17 AM CET> <Warning> <HTTP> <BEA-101162> <User defined listener com.sun.faces.config.ConfigureListener failed: java.lang.NullPointerException.
    java.lang.NullPointerException
    at com.sun.faces.config.ConfigureListener.contextDestroyed(ConfigureListener.java:241)
    at weblogic.servlet.internal.EventsManager$FireContextListenerAction.run(EventsManager.java:482)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
    at weblogic.servlet.internal.EventsManager.notifyContextDestroyedEvent(EventsManager.java:200)
    Truncated. see log file for complete stacktrace
    >
    <Nov 12, 2013 11:09:17 AM CET> <Error> <Deployer> <BEA-149231> <Unable to set the activation state to true for the application 'PLANNING [Version=11.1.2.0]'.
    weblogic.application.ModuleException:
    at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1520)
    at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:484)
    at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:425)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
    at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
    Truncated. see log file for complete stacktrace
    Caused By: java.lang.NullPointerException
    at java.io.File.<init>(File.java:222)
    at com.hyperion.hit.tool.deploy.update.util.RegistryHelper.createPhysicalWebApp(RegistryHelper.java:213)
    at com.hyperion.hit.tool.deploy.update.RegistryUpdater.update(RegistryUpdater.java:30)
    at com.hyperion.hit.tool.deploy.update.UniversalListener.contextInitialized(UniversalListener.java:80)
    at weblogic.servlet.internal.EventsManager$FireContextListenerAction.run(EventsManager.java:481)
    Truncated. see log file for complete stacktrace
    Thanks.

  • Getting error when trying to expose the java class as webservice

    I am new to webservices and ESB.
    I have two custom schemas. LegacyCustomer.xsd and CommonCustomer.xsd. I am compiling these schemas using JAXP. I am trying to map one custom data to another data using java class. I am trying to expose this java class into webservice.
    public class Test implements Serializable {
    private static final long serialVersionUID = 1L;
    public Test() {
    public CustomerType transform (CustomerDataType custDataType) {
    CustomerType custType = new CustomerType();
    custType.setCustomerId(custDataType.getCustomerId());
    return custType;
    Schemas used are:
    Input Schema:
    <schema targetNamespace="http://xmlns.oracle.com/Esb/CustomerData" xmlns:cust="http://xmlns.oracle.com/Esb/CustomerData" xmlns="http://www.w3.org/2001/XMLSchema">
         <element name="CustomerData" type="cust:CustomerDataType"/>
         <complexType name="CustomerDataType">
              <sequence>
                   <element name="CustomerId" type="string"/>
    </sequence>
         </complexType>
    </schema>
    Output Schema:
    <schema targetNamespace="http://xmlns.oracle.com/Esb/CustomerProvision" xmlns:CU="http://xmlns.oracle.com/Esb/CustomerProvision" xmlns="http://www.w3.org/2001/XMLSchema">
         <element name="Customer" type="CU:CustomerType"/>
         <complexType name="CustomerType">
              <sequence>
                   <element name="CustomerId" type="string"/>
              </sequence>
         </complexType>
    </schema>
    When I try to do this I am getting following error
    CustomerType of method transform cannot be serialized into xml, and no custom serializer has been defined for it.
    Why do we need custom serializer here? And if this is mandatory how can we define this custom serializer?

    Thanks for your reply...
    I tried second option that you specified first. I did the transformation of objects using xslt. It is working fine.
    But I couldn't able to do this using first method...,
    When I tried to compile the schema using jaxp it is actually creating classes without the private variables. and hence it is not able to recognize those variables to generate the wsdl.
    But I am not sure how to generate the classes with those private variables and getter and setters (to generate wsdl specification it seems to be mandatory one).
    Can you please tell me how can we do the schema compilation (other than xml beans and jaxp.... I tried both)?

  • Hyperion Enterprise Web error when trying to do application setup

    Hi David,
    Thanks a lot on helping me in resolving one issue, "Hyperion Enterprise Error: Module not Found He.hecontainer". But when I click on application setup I am getting the following error message.
    Server Error in '/HEWeb' Application.
    Source File: C:\Program Files (x86)\Hyperion Solutions\Hyperion Enterprise\HEWeb\StartupAdminMain.aspx Line: 795
    Object variable or With block variable not set.
    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.NullReferenceException: Object variable or With block variable not set.
    Source Error:
    Line 793:
    Line 794: ' Get the application list
    Line 795: vtStatusCode = Application("EntAppObject").EnumApps(vtAppListXML, vtStatusDesc)
    Line 796:if vtStatusCode 0 or vtAppListXML = "" then
    Line 797: ' To display the localized string for Errorloading application list problem
    Source File: C:\Program Files (x86)\Hyperion Solutions\Hyperion Enterprise\HEWeb\StartupAdminMain.aspx Line: 795
    Stack Trace:
    [NullReferenceException: Object variable or With block variable not set.]
    Microsoft.VisualBasic.CompilerServices.Container..ctor(Object Instance) +765074
    Microsoft.VisualBasic.CompilerServices.NewLateBinding.LateGet(Object Instance, Type Type, String MemberName, Object[] Arguments, String[] ArgumentNames, Type[] TypeArguments, Boolean[] CopyBack) +538
    ASP.startupadminmain_aspx.__Render__control1(HtmlTextWriter __w, Control parameterContainer) in C:\Program Files (x86)\Hyperion Solutions\Hyperion Enterprise\HEWeb\StartupAdminMain.aspx:795
    System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) +115
    System.Web.UI.Page.Render(HtmlTextWriter writer) +38
    System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint
    Thanks,
    Rakesh

    Hello,
    I believe you posted your query to the wrong forum. I would suggest you review the classifications for which forum to post the query. This assist other users by following the guidelines:
    Financial Consolidation
    Covers Hyperion Financial Management, Hyperion Enterprise, and respective administration/development topics
    Financial Data Management
    Covers Hyperion Financial Data Quality Management, Hyperion Data Relationship Management (formerly Hyperion MDM), and respective administration/development topics
    So in essence; please repost your query to Financial Consolidation.
    Thank you,

  • "Missing version string for product" error when trying to get updates on Lion Server

    I am not getting the latest updates from Apple on my 10.7.4 server.  When I attempt to do so the log has a bunch of errors stating "Missing version string for product".  I've tried deleting and recreating the swupd files but I am still having the same issue.  Is there any fixes to this problem I am missing? Thanks in advance!

    ok, I went back and made a new database but changed the character set / collation... aside from that change, everything is the same, but I get an error saying that the datasource could not be found when I can see all the tables in intermedia's phpmyadmin page... would changing the character set / collation cause this error?

  • Error when trying to running application

    Hi,
    I am completley new to SAP netweaver so please forgive my ignorance.
    First I installed SAP Composotion Environment and SAP Netweaver 7.1 both on XP Professional (Service Pack 2). They both installed succesfully.
    I then created a sample EJB application which I want to run, to test the installation works.
    - I am selecting the index.jsp created.
    - Right click and Run on Server
    - I choose an existing server (SAP Server <CE1>)
    - Then I select my browser
    - Then I press finish.
    The installation stalls at 7%
    Then I insert my username and password
    Then I get the following error:
    Publishing failed
    Error during deployment
    Error during deployment:
    Can't determine deploy mechanism. Please check if there is a correct default system specified in the SAP System Registry preference page and if this SAP System is currently up and running.
    I have tried the following:
    Can't determine deploy mechanism
    but this does not solve the problem
    The Deploy View console gives the following output: (X=error, I=information)
    X Port: -1
    X Host: computer
    X The host or port returned by the SAP System Registry is invalid:
    I Looking for Deploy Controller deploy mechanism...
    I SDM port not defined or not found
    I Found SDM host: computer
    I Checking for SDM host..
    I [001]Start deployment
    I have also looked here Installation however this resource dosen't seem very useful.
    Regards,
    Steve

    Hello Steve,
    how is the Java instance started? Please check the start profile:
    /usr/sap/<SID>/SYS/profile/<SID>_DVEBMGS##_<hostname>
    Check whether the following parameters are missing:
    rdisp/j2ee_start_control = 1
    rdisp/j2ee_start = 1
    This is usually the root cause of such problem. If this is your case, please put these parameters on the profile and restart the instance, then repeat the import.
    I hope this helps
    Best regards,
    Tomas Black

  • Device manager error when trying to load applications

    I've been using the Desktop Manager successfully for several years with my old 8703e.  I finally upgraded to a Style 9670, and updated the Desktop Manager to v6.0.2.44.  It syncs fine with the phone.  However, when I go to work with apps, the DM tells me "The Application Loader Wizard requires the Blackberry Device Manager to be installed.  Please contact customer support."  I have rebooted, repaired, and done a full uninstall and reinstall of the DM, but the same error keeps coming up.  I have worked on this all night, and am wondering if I need to return teh phone and opt for an Android.  Can anyone help me, please?

    Hmmm...maybe a totally clean start over? Here's a process:
    I suggest the following steps (insert plenty of reboots of your PC...not just restarts, but full power down reboots). Also, it is advised that you be logged into the PC on an account with full admin rights. Further, under Vista/Win7, use the "Run As Administrator" option for everything.
    Further, it has also been reported that when your user profile on windows (type 'echo %userprofile%' in the command prompt) contains spaces, then the installer will not work. In order to solve this issue, log out of your Windows account and log back in using the local Administrator account (or any other account name without spaces) and install the desktop (for all users).
    1) Remove your device OS update package from your PC (add/remove programs)
    2) Cleanly uninstall the RIM Desktop Software:
    KB02206 How to perform a clean uninstall of BlackBerry Desktop Software
    Some have reported that there are more registry keys to remove than are discussed in that KB...be sure to search your registry for any related to RIM
    Others have reported the use of a registry cleansing tool to also be helpful
    Still others have reported the use of your original PIM (e.g., Outlook, NOTES, etc.) installation CD, running the "repair" process, to be helpful in some situations
    3) Get a fresh download of the RIM Desktop Software:
    http://us.blackberry.com/apps-software/desktop/
    4) Download (to your PC) a fresh copy of your device OS package from your carrier:
    http://na.blackberry.com/eng/support/downloads/download_sites.jsp
    5) Install the Desktop Software to your PC
    6) Install (also to your PC), the device OS package
    7) Start the organizer configuration over:
    KB17022 How to configure organizer applications for synchronization using BlackBerry Desktop Manager
    KB23681How to configure organizer data synchronization settings using BlackBerry Desktop Software 6.0
    Hopefully that will get things going again.
    Good luck and let us know!
    Occam's Razor nearly always applies when troubleshooting technology issues!
    If anyone has been helpful to you, please show your appreciation by clicking the button inside of their post. Please click here and read, along with the threads to which it links, for helpful information to guide you as you proceed. I always recommend that you treat your BlackBerry like any other computing device, including using a regular backup schedule...click here for an article with instructions.
    Join our BBM Channels
    BSCF General Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • Error when trying to access Application Library or Dimension Library

    I get the following Error Message when I try to open Application Library or Dimension Library from workspace"
    "(500)Internal Server Error
    Error Code: org.apache.axis.AxisFault"
    Workspace Version is 11.1.1.1.0.797
    I restarted All EPMA services several times but I continue to get the message.
    I searched the Workspace forum but found nothing.
    Edited by: user5463146 on Nov 23, 2009 11:12 AM

    1. Is the dimension server started? You can find it in services. You need to start the "Process Manager" service.
    2. If yes, what is the error in the eventvwr?
    3. Are you using .net framework Verison 2?
    Try the following:
    1. Type inetmgr in Run.
    2. In inetmgr, select the hyperion-BPMAserver node (it would be under "Websites"-->Default Website).
    3. Select the Sessions.asmx file, right click and browse.
    I am sure you would get a "Page cannot be displayed". Ideally you need to see content when you browse.
    Check if the default website is started. If not please start it.
    Thanks,
    K

  • I keep getting an error when trying to install Java for OS X 2014-001

    I was trying to download this because I was getting errors when trying open some applications saying you need Java 6 and it directed me to the download link for this but it always gets and error when installing.

    Launch the Console application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad and start typing the name.
    Select
              /var/log ▹ install.log
    from the log list on the left. If you don't see that list, select
              View ▹ Show Log List
    from the menu bar at the top of the screen. The contents of the log will appear on the right. Each log message begins with a timestamp. Select the messages from the time of the last installation or update attempt. If you're not sure when that was, click the Clear Display button in the toolbar of the Console window and then try the installation again. Select the new messages that appear. Copy the messages to the Clipboard by pressing the key combination command-C. Paste into a reply to this message (command-V).
    ☞ If there are runs of repeated messages, post only one example of each. Don’t post many repetitions of the same message.
    ☞ When posting a log extract, be selective. Don't post more than is requested.
    ☞ Please don't indiscriminately dump thousands of lines from the log into this discussion.
    ☞ Please don't post screenshots of log messages—post the text.
    ☞ Some private information, such as your name, may appear in the log. Anonymize before posting. You may need to use a text editor with search and replace, such as TextEdit.

  • "please use setup.exe for installati​on instead of blackberry desktop software.m​si" error when trying to install the software through 610_b038_m​ultilangua​ge.exe

    "please use setup.exe for installation instead of blackberry desktop software.msi" error when trying to install the software through 610_b038_multilanguage.exe
    I need to install this so that i can transfer my contacts and calendar to my laptop

    Hi and Welcome to the Community!
    Sorry to be dense, but what happens when you do exactly as the message instructs?
    Thanks!
    Occam's Razor nearly always applies when troubleshooting technology issues!
    If anyone has been helpful to you, please show your appreciation by clicking the button inside of their post. Please click here and read, along with the threads to which it links, for helpful information to guide you as you proceed. I always recommend that you treat your BlackBerry like any other computing device, including using a regular backup schedule...click here for an article with instructions.
    Join our BBM Channels
    BSCF General Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • "Operation is not valid due to the current state of the object" error when trying to create a link for a shared folder in OneDrive

    I'm trying to share a folder in OneDrive with another user in my organization, and create a link so that people outside of the company can see the folder. Whenever I try to create a link I get an error that says: "Couldn't create the link sorry something
    went wrong operation is not valid due to the current state of the object" How do I resolve this?

    Hi,
    Sorry for replying late and I noticed that you posted another thread in this forum:
    http://social.technet.microsoft.com/Forums/en-US/2b8c6f54-9c59-4b37-b28f-1d49a1b7913b/operation-is-not-valid-due-to-the-current-state-of-the-object-error-when-trying-to-create-a-link?forum=officeitpro
    I've replied and kindly refer to it to see if it is helpful.
    Regards,
    Melon Chen
    TechNet Community Support

  • Error when trying to create XUSER information for SAPServiceSID

    Hi all,
    I am getting the following error when trying to create the XUSER information for the SAPServiceSID user on a WINDOWS/MAXDB 7.9 install..  Does anyone know a FIX for this?
    >xuser -c .\SAPServiceSID -U c -u CONTROL,P@ssw0rd -d SID -n HOSTNAME -S INTERNAL -t 0 -I 0 set
    FATAL: Close xuser entry failed: could not write USER data [1307]
    I am running the command as the SIDADM user. 
    I have tried the solutions in the following notes without success:
    39642
    1542818
    39439
    1875264
    1409913
    Thanks!

    Hi Jayson,
    Try this.
    Solution
    Add the "Administrators" group under:
    Control Panel
    -> All Control Panel Items
       -> Administrative Tools
          -> Local Security Policy
             -> Local Policies
                -> User Rights Assignment
                  -> Take ownership of files or other objects
    You check you command and modify.
    xuser.exe -c Hostname\SAPServiceSID -U DEFAULT -u Username, Password -d SID -n Hostname -S Schema_Name -t 0 -I 0 set'
    Regards,
    V Srinivasan

  • I get an error when trying to sync my music. It says I do not have enough access privileges for the operation.

    I get an error when trying to sync my music. It says I do not have enough access privileges for the operation.

    Follow this instruction exactly to the last line.  It worked on mine.
    Jolly Giant wrote:
    daduser wrote:
    "copying files failed, because you don't have permission to change your ITUNES media folder or a folder within it."
     check if you have read & write permissions for your iTunes music (or media) folder. in finder, right-click on it and +get info+. unlock the little padlock (you may have to enter your admin password) and change the permission settings. if permissions settings check out, click on the little gear-shaped icon and +apply to enclosed items+ like so 
     now try consolidating again.

  • Error when trying to download iTunes 10.6.3 for Windows XP

    I am receiving the following error when trying to download iTunes 10.6.3 for Windows XP:
    There is a problem with this Windows Installer package. A program required for this install to complete could not be run. Contact your support personnel or package.
    I have looked a several sites that have suggested several fixes, but nothing seems to work. I dont know what program I need to install so I can download iTunes; it never tells me that.
    Please help!
    Thanks

    Have you tried the following user tip with that one?
    "There is a problem with this Windows Installer package ..." error messages when installing iTunes for Windows

Maybe you are looking for

  • Trying to setup my hp officejet l7680 aio I DOE have the CD that it came with

    can you help me please

  • Waiting for sprint note 4 pre order

    Pre ordered device on Oct 15,was told it would be there release day the 17th. Come to find out it still hasn't shipped. I called 1877 bby mobile number and they called the store and was told they will not be receiving any this week. So now another we

  • Problem with time input field

    Hi, I have an input field which mapped to a context attribute of type Time. When I try to enter any value during runtime I have a small message in the bottom of my webpage ( Error during parse, please give a value in form 10:11:12 AM ). After that I

  • Dynamic Parameter Filtering?

    Post Author: Ron R CA Forum: Data Connectivity and SQL Is it possible to filter dynamic parameter input lists, CR XI Rel 2.  I have a vendor provided table that marks records 'Deleted' rather than deleting them.  I would like to filter the dataset re

  • AfterReport Trigger not working

    Hi. My XML contains before and after report trigger. My beforeReport trigger works well but my afterReport trigger got problem. My afterReport trigger triggered before my dataStructure. Below is my XMl sample. <?xml version="1.0" encoding="UTF-8"?> <