Error in maintenence optimizer while selecting files for download for EHP4

HI,
We are trying to download files for upgrade of ECC (HCM) and Portal systems from EHP3 to EHP4.
This download we are doing through the Solman 7.0. Solman is currently at 7.0 but going to be upgraded soon to EHP1.
Problem is that after we select the files for download of ECC EHP4, in step 2.1 i.e. 'choose stack', the next screen shows error as "Only one EhP release is allowed additionally".
Is this because the Solman is not upgraded to EHP1 yet or soem other reason?
Please let us know.
Thanks for your time.
Thanks & Regards,
Kunal.

..have a look at the How-To Install EHP4 Guide (http://service.sap.com/~sapidb/011000358700000293582009E.PDF)
3.4.2 Only one EHP release is allowed
Issue: You get the error message: u201COnly one EHP release is allowedu201D
Reason: This problem is documented in SAP Note 1139602.
If you get this error message, then you already have installed another SAP enhancement package on this system before (for example SAP enhancement package 3 for SAP ERP 6.0).
The error tells you that you have chosen too few technical usages. If you continued with this selection, you would not update all of the software components to SAP enhancement package 4 that are currently on SAP enhancement package 3. So in the end, some software components would be on SAP enhancement package 3 while others would be on SAP enhancement package 4. That way you would have several SAP enhancement package versions in one system, which is a state that is not supported.
Solution: SAP Solution Manager Maintenance Optimizer requests you to select more technical usages and proposes a list for you to choose from.
If you implement SAP Note 1287216, then Maintenance Optimizer automatically pre-selects the technical usages that are already installed on the system. In the example here, the technical usage Central Applications has been installed on a previous version of SAP enhancement packages.
In rare cases you still get the error after accepting what SAP Solution Manager proposes. The reason for this is that you updated software components without properly covering technical usages.
Hope that helps - best regards,
Christian.

Similar Messages

  • Getting error java.lang.NullPointerException while selection LOV

    I am getting error java.lang.NullPointerException while selecting LOV. Please help
    SEVERE: Server Exception during PPR, #1
    javax.servlet.ServletException
         at javax.faces.webapp.FacesServlet.service(FacesServlet.java:277)
         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:292)
         at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
         at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:181)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
         at oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter.doFilter(RegistrationFilter.java:85)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:279)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._invokeDoFilter(TrinidadFilterImpl.java:239)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilterImpl(TrinidadFilterImpl.java:196)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:139)
         at org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:92)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
         at oracle.security.jps.wls.JpsWlsFilter.doFilter(JpsWlsFilter.java:102)
         at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:65)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
         at oracle.adf.library.webapp.LibraryFilter.doFilter(LibraryFilter.java:149)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
         at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3496)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(Unknown Source)
         at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2180)
         at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2086)
         at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1406)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    Caused by: java.lang.NullPointerException
         at oracle.adfinternal.view.faces.model.binding.RowDataManager.setRowKey(RowDataManager.java:129)
         at oracle.adfinternal.view.faces.model.binding.FacesCtrlHierBinding$FacesModel.setRowKey(FacesCtrlHierBinding.java:530)
         at org.apache.myfaces.trinidad.component.UIXCollection.setRowKey(UIXCollection.java:429)
         at oracle.adfinternal.view.faces.renderkit.rich.TableRendererUtils.decodeSelectedRowKeys(TableRendererUtils.java:470)
         at oracle.adfinternal.view.faces.renderkit.rich.table.BaseTableRenderer.decodeIncompatiblePropertyKey(BaseTableRenderer.java:208)
         at oracle.adf.view.rich.render.RichRenderer.decode(RichRenderer.java:203)
         at org.apache.myfaces.trinidad.component.UIXComponentBase.__rendererDecode(UIXComponentBase.java:1089)
         at org.apache.myfaces.trinidad.component.UIXComponentBase.decode(UIXComponentBase.java:714)
         at org.apache.myfaces.trinidad.component.UIXTable.decode(UIXTable.java:136)
         at org.apache.myfaces.trinidad.component.UIXCollection.processDecodes(UIXCollection.java:193)
         at org.apache.myfaces.trinidad.component.UIXComponentBase.decodeChildrenImpl(UIXComponentBase.java:970)
         at org.apache.myfaces.trinidad.component.UIXComponentBase.decodeChildren(UIXComponentBase.java:956)
         at org.apache.myfaces.trinidad.component.UIXComponentBase.processDecodes(UIXComponentBase.java:812)
         at org.apache.myfaces.trinidad.component.UIXComponentBase.decodeChildrenImpl(UIXComponentBase.java:970)
         at org.apache.myfaces.trinidad.component.UIXComponentBase.decodeChildren(UIXComponentBase.java:956)
         at org.apache.myfaces.trinidad.component.UIXComponentBase.processDecodes(UIXComponentBase.java:812)
         at org.apache.myfaces.trinidad.component.UIXComponentBase.decodeChildrenImpl(UIXComponentBase.java:970)
         at org.apache.myfaces.trinidad.component.UIXComponentBase.decodeChildren(UIXComponentBase.java:956)
         at oracle.adf.view.rich.component.UIXPopup.processDecodes(UIXPopup.java:60)
         at org.apache.myfaces.trinidad.component.UIXComponentBase.decodeChildrenImpl(UIXComponentBase.java:970)
         at org.apache.myfaces.trinidad.component.UIXComponentBase.decodeChildren(UIXComponentBase.java:956)
         at oracle.adf.view.rich.component.UIXInputPopup.processDecodes(UIXInputPopup.java:137)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl$ApplyRequestValuesCallback.invokeContextCallback(LifecycleImpl.java:1113)
         at javax.faces.component.UIComponent.invokeOnComponent(UIComponent.java:722)
         at javax.faces.component.UIComponent.invokeOnComponent(UIComponent.java:731)
         at javax.faces.component.UIComponent.invokeOnComponent(UIComponent.java:731)
         at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent.invokeOnComponent(ContextSwitchingComponent.java:153)
         at javax.faces.component.UIComponent.invokeOnComponent(UIComponent.java:731)
         at javax.faces.component.UIComponent.invokeOnComponent(UIComponent.java:731)
         at javax.faces.component.UIComponent.invokeOnComponent(UIComponent.java:731)
         at javax.faces.component.UIComponent.invokeOnComponent(UIComponent.java:731)
         at javax.faces.component.UIComponent.invokeOnComponent(UIComponent.java:731)
         at javax.faces.component.UIComponent.invokeOnComponent(UIComponent.java:731)
         at javax.faces.component.UIComponent.invokeOnComponent(UIComponent.java:731)
         at javax.faces.component.UIComponent.invokeOnComponent(UIComponent.java:731)
         at javax.faces.component.UIComponent.invokeOnComponent(UIComponent.java:731)
         at javax.faces.component.UIComponent.invokeOnComponent(UIComponent.java:731)
         at javax.faces.component.UIComponent.invokeOnComponent(UIComponent.java:731)
         at javax.faces.component.UIComponent.invokeOnComponent(UIComponent.java:731)
         at javax.faces.component.UIComponent.invokeOnComponent(UIComponent.java:731)
         at javax.faces.component.UIComponent.invokeOnComponent(UIComponent.java:731)
         at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent.invokeOnComponent(ContextSwitchingComponent.java:153)
         at oracle.adf.view.rich.component.fragment.UIXPageTemplate.invokeOnComponent(UIXPageTemplate.java:208)
         at javax.faces.component.UIComponent.invokeOnComponent(UIComponent.java:731)
         at javax.faces.component.UIComponent.invokeOnComponent(UIComponent.java:731)
         at javax.faces.component.UIComponent.invokeOnComponent(UIComponent.java:731)
         at javax.faces.component.UIComponentBase.invokeOnComponent(UIComponentBase.java:664)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:303)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:175)
         at javax.faces.webapp.FacesServlet.service(FacesServlet.java:265)
         ... 29 more

    Duplicate: Re: Get null pointer exception while selecting LOV for a parameter form object

  • TS3297 What do I do if music files purchased/downloaded for the iTunes store don't work properly?

    What do I do if music files purchased/downloaded for the iTunes store don't work properly?

    Buddhabeat...clicking on the "Report a Problem" button next to the song(s) in question, should open a drop-down list menu, that allows you to select the specific issue/area of concern that you are experiecing (or you can select a generic "My problem is not on the list" (or something to that effect). Underneath this drop-down menu box, there should be another message box where you can describe  the issue/problem your having. Below this message box will be a "Submit" button...clicking on that will send your message to the Apple iTunes Store Customer Support Centre (you will see a confirmation message that your message has been sent), as well as receive an email notification from the Support Centre confirming your message has been received, a case number, and that you will receive an email response pertaining to the issue/problem you're having, from the Support Centre asap (usually within 24 hours). That's how it worked for me, anyhow.

  • When I execute a download file (skype download, for example) a message appears saying internet connection isn´t available, even tough it work properly

    when I execute a download file (skype download, for example) a message appears saying internet connection isn´t available, even tough it work properly

    I'm having the same problem with this, only it happens with all add ons. I get error -228 when I try, every time.
    I can't install through the add-on manager, from the add on site, or by saving the link on the site. I've tried downloading it in Firefox, Chrome, and IE to no avail.
    I can, however, drag existing .xpi files into the add on manager and they will install just fine.
    I've looked through all the available other documentation, including the two links suggested by TXGuy above and none of it has helped.

  • Cannot connect to wrt150N - no files to download for Firmware?

    I have a wrt150N that I am trying to determine whether it's dead or not.  I cannot connect to it directly, even if I plug my laptop directly into the Router.  Pressing the Reset button does nothing, the lights don't even flash?
    If I change my Ethernet cable it does represent which port I'm using but I can't ping 192.168.1.1 either?  I want to try and flash the bios but A: there's no file to download for this model and B: I presume I need to be able to connect in order to do the flash?
    Can anyone help ,me determine a way to run diagnostics on this thing?
    thx

    timcadieux wrote:
    The lights are lit, and it DOES reflect the correct port when I move the thernet, but it does nothing when I hit Reset.
    Hi,
    Try using a paper clip and hold the reset the button for 1 minute. Then unplug/replug the power cord.
    Make sure that the pc is working when connected straight to the modem.

  • Is there a version of itunes available for download for windows xp 64?

    Is there a version of itunes available for download for windows xp pro 64?

    Windows System Requirements
    PC with a 1GHz Intel or AMD processor and 512MB of RAM
    Windows XP Service Pack 3 or later, 32-bit editions of Windows Vista, Windows 7, or Windows 8
    64-bit editions of Windows Vista, Windows 7, or Windows 8 require the iTunes 64-bit installer
    400MB of available disk space
    Broadband Internet connection to use the iTunes Store
    Apple - iTunes - Download iTunes Now

  • Xml parsing error while selecting whole result set for sql query

    Hi All,
    I am having xml parsing error while selecting whole query result set. The data is coming fine for default result set of 50 rows.
    My exception is below.
    ORA-31011: XML parsing failed
    ORA-19202: Error occurred in XML processing
    LPX-00234: namespace prefix "xsi" is not declared
    Error at line 1
    ORA-06512: at "SYS.XMLTYPE", line 254
    ORA-06512: at line 1
    *31011. 00000 - "XML parsing failed"*
    **Cause: XML parser returned an error while trying to parse the document.*
    **Action: Check if the document to be parsed is valid.*
    My sql query is below that is giving results for default result set of 50 rows.
    select extract(xmlType(clob_xml_colm_name), '//v2:node1//childnode/text()','xmlns:v2="namespace_url"').getStringVal()  from table_name
    My sql developer version is below.
    Java(TM) Platform     1.7.0_04
    Oracle IDE     3.1.07.42
    Versioning Support     3.1.07.42
    My database version is below.
    Oracle Database 10g Enterprise Edition Release 10.2.0.5.0 - 64bit
    Please could any one help me urgently as the sql query is supposed to be correct as it is returning query results, but the problem happening when i try to select whole result set.
    Thanks and regards,

    What does the XML look like? It appears that some of the supposed XML stored as a CLOB is not really valid XML. Find the row in the table that is causing your issue and review the "XML" in it.

  • Error:(in tcodeVA02)"You cannot select assembly order 16600192 for deletion

    when i am trying to delete one line item from sales order using VA02 tcode its throwing error "You cannot select assembly order 16600192 for deletion".
    could you tell me please what might be the reason and how to resolve this issue.
    waiting for your response.
    thanks,
    aritra
    Message was edited by: Aritra Samanta
    Message was edited by: Aritra Samanta

    Let me ask you this: Is the assembly order 16600192 your VA02 order number? If not, your sales order item might have created an assembly order (with this number). Depending on its status, you may not be able to delete the assembly order and therefore the sales order item deletion is not possible.
    Verify the assembly order status.
    Good luck!

  • First Name and Last Name goes missing while doing a Request Download for BP

    Hi Friends,
    We started doing a request download for some of the BP's from ECC to CRM. For some BP's the download was working fine but for some BP's the first name and last name are missing. Kindly suggest how do we correct these BP's and how can we restrict this issue not to happen while doing a request download. The object with which we are doing the download is CUSTOMER_MAIN.
    Regards,
    Jan.

    Check if first and last name exist in the Bdoc in SMW01. If it is missing in the BDoc,  that means it is not transferred in BAPI structure to CRM.
    You can check modules CRS_SEND_TO_SERVER on R/3 side, to check the BAPI structures , for presence of first and last names. Then in CRM, you can de-register the queue in txn:SMQR, debug the queue entry , and put a breakpoint in mapper module(which you can find from txn. R3AC1) to check for the incoming BAPI data.

  • HPSolution software available for download for windows 8 and d110A all in one?

    I got a new computer runnning windows 8.1. I tried to use the installation disk that came with the printer, but it is not made for windows 8. I tried downloading software from the website, but it only had eprint and that did not work right. I removed it. I really want the hp solutions- I could do so much from my computer with it.  

    Hi KarH and welcome to the HP Forum,
    I understand that you are having an issue installing the software for Windows 8.1. I will try my best to help you resolve this. Here is the a download for the HP Photosmart Full Feature Software and Drivers. I suggest that you download and save it to your computer and then run it. Since you've had a previous version on I recommend using the HP Officejet Pro Software and Driver Removal Utility to make sure that everything was removed before installing again.
    I hope this helps, let me know how it goes.
    Thank you,
    I worked on behalf of HP.

  • Is there a Christmas card template available for download for pages?

    I am looking to add a template in Pages for a Christmas card and am wondering if one is available for download.  Thanks all.

    Have a look at http://www.iworkcommunity.com/ . You can also use templates created in Word and open them in Pages.

  • Dump while Select files - Confirm Target step in MOPZ

    Hi All,
    I'm getting dump while trying to confirm files in mopz. This is in the step confirm target.
    Please see this link, issue exactly what we have but the notes cannot be implemented which is in this link Maintenance Optimizer: "Value loss during allocation"
    Kindly have a look on below dump
    Category               ABAP Programming Error
    Runtime Errors         CONVT_DATA_LOSS
    Except.                CX_SY_CONVERSION_DATA_LOSS
    ABAP Program           CL_MO_SMP_ADAPTER=============CP
    Application Component  SV-SMG-MAI
    Date and Time          16.12.2011 00:32:20
         Short text
              Value loss during allocation.
         What happened?
              Error in the ABAP Application Program
              The current ABAP program "CL_MO_SMP_ADAPTER=============CP" had to be
               terminated because it has
              come across a statement that unfortunately cannot be executed.
         What can you do?
              Note down which actions and inputs caused the error.
              To process the problem further, contact you SAP system
              administrator.
              Using Transaction ST22 for ABAP Dump Analysis, you can look
              at and manage termination messages, and you can also
              keep them for a long time.
         Error analysis
              An exception occurred that is explained in detail below.
              The exception, which is assigned to class 'CX_SY_CONVERSION_DATA_LOSS', was not
               caught in
              procedure "GET_2ND_CHECK_RESULT" "(METHOD)", nor was it propagated by a RAISING
               clause.
              Since the caller of the procedure could not have anticipated that the
              exception would occur, the current program is terminated.
              The reason for the exception is:
              Value "01200314695000002461|01200314694900013074:01200314694900009502|" was
               allocated in a field which is not long enough.
              Therefore the target field could not store all information of
               "01200314695000002461     01200314694900013074:01200314694900009502     ".
         How to correct the error
              Probably the only way to eliminate the error is to correct the program.
              If the error occures in a non-modified SAP program, you may be able to
              find an interim solution in an SAP Note.
              If you have access to SAP Notes, carry out a search with the following
              keywords:
              "CONVT_DATA_LOSS" "CX_SY_CONVERSION_DATA_LOSS"
              "CL_MO_SMP_ADAPTER=============CP" or "CL_MO_SMP_ADAPTER=============CM00A"
              "GET_2ND_CHECK_RESULT"
              If you cannot solve the problem yourself and want to send an error
              notification to SAP, include the following information:
              1. The description of the current problem (short dump)
                 To save the description, choose "System->List->Save->Local File
              (Unconverted)".
              2. Corresponding system log
                 Display the system log by calling transaction SM21.
                 Restrict the time interval to 10 minutes before and five minutes
              after the short dump. Then choose "System->List->Save->Local File
              (Unconverted)".
              3. If the problem occurs in a problem of your own or a modified SAP
              program: The source code of the program
                 In the editor, choose "Utilities->More
              Utilities->Upload/Download->Download".
              4. Details about the conditions under which the error occurred or which
              actions and input led to the error.
              The exception must either be prevented, caught within proedure
              "GET_2ND_CHECK_RESULT" "(METHOD)", or its possible occurrence must be declared
               in the
              RAISING clause of the procedure.
              To prevent the exception, note the following:
         System environment
              SAP Release..... 702
              SAP Basis Level. 0004
              Application server... "OMEGASOL"
              Network address...... "172.16.1.13"
              Operating system..... "Windows NT"
              Release.............. "6.0"
              Hardware type........ "4x AMD64 Level"
              Character length.... 16 Bits
              Pointer length....... 64 Bits
              Work process number.. 5
              Shortdump setting.... "full"
              Database server... "OMEGASOL"
              Database type..... "DB6"
              Database name..... "OS1"
              Database user ID.. "SAPOS1"
              Terminal.......... "124.123.157.231"
              Char.set.... "C"
              SAP kernel....... 720
              created (date)... "Aug 5 2010 02:21:12"
              create on........ "NT 5.2 3790 S x86 MS VC++ 14.00"
              Database version. "DB6_81 "
              Patch level. 59
              Patch text.. " "
              Database............. "DB6 08.02., DB6 09."
              SAP database version. 720
              Operating system..... "Windows NT 5.0, Windows NT 5.1, Windows NT 5.2, Windows
               NT 6.0, Windows NT 6.1"
              Memory consumption
              Roll.... 0
              EM...... 33518336
              Heap.... 0
              Page.... 81920
              MM Used. 32855760
              MM Free. 658336
         User and Transaction
              Client.............. 100
              User................ "OS1_USER"
              Language key........ "E"
              Transaction......... " "
              Transaction ID...... "344F27E12581F11B97DA920465FA5E5A"
              EPP Whole Context ID.... "920465FA5E5A1ED189E9DA9C282A77DA"
              EPP Connection ID....... "920465FA5E5A1ED189E9DAF1CA0A37DA"
              EPP Caller Counter...... 1
              Program............. "CL_MO_SMP_ADAPTER=============CP"
              Screen.............. "SAPMHTTP 0010"
              Screen Line......... 2
              Debugger Active..... "none"
         Server-Side Connection Information
              Information on Caller of "HTTP" Connection:
              Plug-in Type.......... "HTTP"
              Caller IP............. "124.123.157.231"
              Caller Port........... 8000
              Universal Resource ID. "/sap/bc/webdynpro/sap/wda_mopz_plan"
              Program............. "CL_MO_SMP_ADAPTER=============CP"
              Screen.............. "SAPMHTTP 0010"
              Screen Line......... 2
              Information on Caller ofr "HTTP" Connection:
              Plug-in Type.......... "HTTP"
              Caller IP............. "124.123.157.231"
              Caller Port........... 8000
              Universal Resource Id. "/sap/bc/webdynpro/sap/wda_mopz_plan"
         Information on where terminated
              Termination occurred in the ABAP program "CL_MO_SMP_ADAPTER=============CP" -
               in "GET_2ND_CHECK_RESULT".
              The main program was "SAPMHTTP ".
              In the source code you have the termination point in line 19
              of the (Include) program "CL_MO_SMP_ADAPTER=============CM00A".
              The termination is caused because exception "CX_SY_CONVERSION_DATA_LOSS"
               occurred in
              procedure "GET_2ND_CHECK_RESULT" "(METHOD)", but it was neither handled locally
               nor declared
              in the RAISING clause of its signature.
              The procedure is in program "CL_MO_SMP_ADAPTER=============CP "; its source
               code begins in line
              1 of the (Include program "CL_MO_SMP_ADAPTER=============CM00A ".
         Source Code Extract
         Line     SourceCde
             1     method GET_2ND_CHECK_RESULT.
             2       DATA ls_buffer TYPE smp_buffer.
             3       CLEAR ev_status.
             4       DATA lv_crm_id TYPE crmt_object_guid.
             5     mo_controller->crm_adapter->get_crm_id(
             6     IMPORTING ev_crm_id = lv_crm_id
             7     ).
             8       SELECT * FROM smp_buffer INTO ls_buffer WHERE crm_id EQ lv_crm_id AND action EQ mopzp_c_ac
             9         ev_status = ls_buffer-action_lock.
            10       ENDSELECT.
            11     
            12       IF ev_status EQ 2.
            13         DATA lt_errors TYPE mopzp_t_errors.
            14     
            15     
            16         IF ls_buffer-data IS NOT INITIAL.
            17           DATA lt_start TYPE mopzp_tt_system_constellation.
            18           DATA lt_target TYPE mopzp_tt_system_constellation.
         >>>>>           call TRANSFORMATION id SOURCE XML ls_buffer-data RESULT system_base = lt_start
            20           system_goal = lt_target
            21           stacklist = et_targets
            22           errors = lt_errors.
            23           et_target_constellation = lt_target.
            24           et_start_constellation = lt_start.
            25           on_errors( lt_errors ).
            26         ENDIF.
            27     
            28         IF ls_buffer-error IS NOT INITIAL.
            29           CLEAR lt_errors.
            30           CALL TRANSFORMATION id SOURCE XML ls_buffer-error
            31           RESULT errors = lt_errors.
            32           on_errors( lt_errors ).
            33         ENDIF.
            34       ELSEIF ev_status EQ 0.
            35         check_target_constellation_asc( ).
            36       ENDIF.
            37     endmethod.
    Thanks in advance
    Uday

    Hi,
    yes, upgrade to latest level is a good move to eliminate all possible bugs. Also, you can read my blog on assigning to correct product system in solman 7.1
    #sapadmin:: How to assign Product System in SOLMAN 7.1 & How LMDB, SLD, SMSY and Landscape Verification  work in SOLMAN7.1
    hope it helps,
    Cheers,
    Nicholas Chang

  • Oracle 11g RAC on RHEL 4.0, error on 1 Node while running ./root.sh for CRS

    Hi,
    I am trying to install Oracle 11g RAC on RHEL 4.0 on Vmware and at the end of CRS installation when installer asks to run the two scripts (orainstRoot.sh and root.sh) on one node (on the node where runInstaller is started) throws following error
    [root@LRAC1 crs]# ./root.sh
    WARNING: directory '/xhdd/u01/crs/oracle/product/11.1.0' is not owned by root
    WARNING: directory '/xhdd/u01/crs/oracle/product' is not owned by root
    WARNING: directory '/xhdd/u01/crs/oracle' is not owned by root
    WARNING: directory '/xhdd/u01/crs' is not owned by root
    WARNING: directory '/xhdd/u01' is not owned by root
    WARNING: directory '/xhdd' is not owned by root
    Checking to see if Oracle CRS stack is already configured
    Setting the permissions on OCR backup directory
    Setting up Network socket directories
    /xhdd/u01/crs/oracle/product/11.1.0/crs/bin/ocrconfig: line 78: /xhdd/u01/crs/oracle/product/11.1.0/crs/bin/ocrconfig.bin: cannot execute binary file
    /xhdd/u01/crs/oracle/product/11.1.0/crs/bin/ocrconfig: line 78: /xhdd/u01/crs/oracle/product/11.1.0/crs/bin/ocrconfig.bin: Success
    Failed to upgrade Oracle Cluster Registry configuration
    [root@LRAC1 crs]#
    While on the second node the root.sh script does not give any errors, here the output
    [root@LRAC2 crs]# ./root.sh
    WARNING: directory '/xhdd/u01/crs/oracle/product/11.1.0' is not owned by root
    WARNING: directory '/xhdd/u01/crs/oracle/product' is not owned by root
    WARNING: directory '/xhdd/u01/crs/oracle' is not owned by root
    WARNING: directory '/xhdd/u01/crs' is not owned by root
    WARNING: directory '/xhdd/u01' is not owned by root
    WARNING: directory '/xhdd' is not owned by root
    Checking to see if Oracle CRS stack is already configured
    /etc/oracle does not exist. Creating it now.
    Setting the permissions on OCR backup directory
    Setting up Network socket directories
    Oracle Cluster Registry configuration upgraded successfully
    The directory '/xhdd/u01/crs/oracle/product/11.1.0' is not owned by root. Changing owner to root
    The directory '/xhdd/u01/crs/oracle/product' is not owned by root. Changing owner to root
    The directory '/xhdd/u01/crs/oracle' is not owned by root. Changing owner to root
    The directory '/xhdd/u01/crs' is not owned by root. Changing owner to root
    The directory '/xhdd/u01' is not owned by root. Changing owner to root
    The directory '/xhdd' is not owned by root. Changing owner to root
    Successfully accumulated necessary OCR keys.
    Using ports: CSS=49895 CRS=49896 EVMC=49898 and EVMR=49897.
    node <nodenumber>: <nodename> <private interconnect name> <hostname>
    node 1: lrac1 lrac1-priv lrac1
    node 2: lrac2 lrac2-priv lrac2
    Creating OCR keys for user 'root', privgrp 'root'..
    Operation successful.
    Now formatting voting device: /dev/sdd1
    Format of 1 voting devices complete.
    Startup will be queued to init within 30 seconds.
    Adding daemons to inittab
    Expecting the CRS daemons to be up within 600 seconds.
    Cluster Synchronization Services is active on these nodes.
    lrac2
    Cluster Synchronization Services is inactive on these nodes.
    lrac1
    Local node checking complete. Run root.sh on remaining nodes to start CRS daemons.
    Any ideas to solve this issue.
    Thanks in advance,
    Sameer

    I tried reinstalling again and it worked on Vmware Server.Some oracle products are certified on Oracle VM , but not RAC at the moment.
    You can download Oracle VM from otn.oracle.com
    Check ML Note:464754.1 for details about Certified Software on Oracle VM.
    - Virag Sharma
    http://virag.sharma.googlepages.com/

  • Error in maintenance optimizer generating Stack File XML

    Hi all,
    In step 3 "Download Files" of maintenance optimizer transaction to implement the EHP5 of ERP, In the tab "Log" I see the following error.
    *Collecting XML adjustment input data done with error or warning.
    Message no.AGS_MOPZ_PLAN_MSG144*
    The stack XML file is very very important to the ehpi installer, then I need to know which implications have the error below...
    I create 3 Maintenance Optimizer transactions, and in all of them, the error appears.
    Thanks  a lot.

    Hello,
    Please check if the SPAM level of the Solution Manager is the latest.
    If this does not help, please check the details about the error message in transaction SLG1 (this transaction is the full application log). There should be extra text / error message explaining the situation, you only have to look for the error around the time when you got the 'Collecting XML adjustment input data done with error or warning' message.
    Best regards,
    Miguel Ariñ

  • Error Getting return code while FTPing file through JAVA

    Hello experts
    My requirement is to send file to Mainframe server in a JOBQ.I used a socket to connect to server. A designated FTP ID is provided for authentication.
    I tried to FTP file to mainframe sever, but while getting return code from server, i m recieving Junk values.I am reading return code through BufferReader.readline().
    I have set up the connection mode to ASCII mode.I tried to set up the connection mode to EBSIDIC mode too, but i revieve the same error.
    Any one have tried to FTP file to mainframe in got the same error.What could be the possible reason.
    Here is the error looks like :-
    Inside SocketClient() class, in connect(String hostname, int port) socket = Socket[addr=xxx.xx.xx.com/xx.xxx.xx.xx,port=21,localport=2500]
    Inside SocketClient() class, in connectAction() method (InputStream) input = java.net.SocketInputStream@696fc610
    Inside SocketClient() class, in connectAction() method (OutputStream) output = java.net.SocketOutputStream@695b8610
    Inside FTP class, in __getReply() method _controlInput = java.io.BufferedReader@15370617
    Inside FTP class, in __getReply() method Line = ��&�&#63641;����(��&����/������<�������<&#63641;��|(?>
    Any help in this topic is appriciated
    Regards
    Samit

    This is the third party API's i have used
    http://www.enterprisedt.com/downloads/ftp.html
    download this.
    Version 1.2.1 (Jan 29, 2003). Download here. (tar.gz format. WinZip will unpack this). Compiled/tested for JDK1.4.x. Will work for 1.3.x etc

Maybe you are looking for

  • How to open and modify a internet service.

    I want to modify Internet Service PZ02. I checked in SICf, it is listed under bc/gui/sap/its and is also activated. But when i go to SE80 and search for it in Internet Service, i get a message saying "Service PZ18 does not exist, create object? " How

  • Org Unit to PA and PSA Inheritence issue

    Hi, I am trying to create an Org Unit with effective from today or a future date. When I do this, PA and PSA is not getting inherited for the newly created Org Unit. But when I create an Org Unit with effective from past date, this issue is not there

  • Carry forward CX34

    Hello, At the end of year 2006, there are some FS items I did not specify to be carried forward.(TCODE CXS3) At the beginning of year 2007, I launched transaction CXS1. After that, I launched transaction CX34 and noticed that some FS item that I did

  • Valu Set Tables /BIC/OB*

    Hi, I am experiencing a strange problem with Value Sets. For some reason randomly a Value Set table getting deleted. The definition in Reporting Agent is there and the entry in RSRVTABLEDIR is there but the physical table /BIC/OB* getting deleted. Do

  • How to use html tags inside java

    I have to retrieve data from db and return the data to my index.jsp page. Its working fine. But I have o display in a pable format using html. How to embed html tags? I tried this way. Its not working. Any suggestions?    String htmlOpen = "<html>";