Help: Landscape Impacts of ERP EhP4

I am seeking advice or documents -- we have found conflicting answers on this issue.
We have:
- One HR ABAP system running ERP.
- One Portal Java system executing ESS/MSS Java code, connected to the HR ERP system.
- One BW ABAP system doing information broadcasting to our Portal.
Here's my questions:
- If we upgrade HR's ERP to EhP4, this requires it to upgrade to NetWeaver EhP1.
- Since HR's ESS/MSS Java code is physically running on our Portal, do we now have to upgrade our Portal to NetWeaver EhP1 to support this?
- Then, if our Portal upgrades to NetWeaver EhP1, does this force our BW system (using it for information broadcasting) to also upgrade to NetWeaver EhP1?
Any answers or advice?

Hi Kristjan,
you are not forced to update the portal to NetWeaver EHP1 in case you use XSS and update the ECC Server (HR).
Please read the EHP 4 Master Guide (via http://service.sap.com/instguides).
Best regards,
Christian.

Similar Messages

  • HA Installation of ERP EHP4 on AIX and DB2

    Dear All,
    I have to do a HA installation of ERP EHP4 system on AIX and DB2. I have followed the standard inst.guide from SAP but I want more information. Can anyone help me in understanding how to go about installing HA in detail. I would be very grateful if anyone can provide me a guide/document of what and how they have done. Can you pls explain me the steps.
    I also have few questions
    1. Shall i do a Central installation or distributed installation ( meaning CI, ASCS and DB in one server failover to other; CI,ASCS on one server and DB running on different server which in case of failure will move to other server)
    2. I know that OS team will do the cluster configuration but is there any other software to be bought for an automatic switchover in case of failures?
    3. Mainly, as a BASIS consultant what is our role in HA configuration?  What file systems should be defined and nfs mounted?
    Request you to take time and answer. Thanks in Advance.
    Lastly, i hope this is the right forum. If not , please let me know.

    Hi,
    >
    > 1. Shall i do a Central installation or distributed installation ( meaning CI, ASCS and DB in one server failover to other; CI,ASCS on one server and DB running on different server which in case of failure will move to other server)
    >
    I think you did not get basic of HA installation. Its neither central nor distributed installation. You need to install CI and Dialog Instance locally on 2 nodes. DB and ASCS instance on the disk that will move across 2 nodes.
    > 2. I know that OS team will do the cluster configuration but is there any other software to be bought for an automatic switchover in case of failures?
    >
    OS team will do file system config so that file system having ASCS and DB should move across 2 nodes. And rest of the file system should be local.
    After installation making cluster movement automatic both OS and SAP Basis guy have to work together.
    > 3. Mainly, as a BASIS consultant what is our role in HA configuration?  What file systems should be defined and nfs mounted?
    >
    I would say primary role in HA installation is of Basis guy. Because he is the person who will decide what approach will you take to install HA either active-active or active-passive. Its you on whom requirement OS guy will work.
    Thanks
    Sunny

  • ERP 6 NW 7.0 upgrade to NW 7.01(NW EHP1) + ERP EHP4

    is here anyone who has successfully upgraded/updated ERP 6 NW 7.0 with NW EH1 + ERP EHP4 (as sap suggests in guide. I really need only NW EHP1)? There are a lot of questions about this process and sap-EHPI and how to do it, and I need this info from someone who has done this, not some links to notes which i red already some 10 times or pdf guides. I have pretty simple questions and I need direct instructions.
    server is ABAP+JAVA with portal.
    any help appreciated

    Hi
    You must apply Netweaver EHP1 for EHP4 ERP, this is a recommendation of sap that you have a lastest patchs and kernel. If not you system could have inconsistenses.
    Now, I update my ERP 6.0 to EHP4 with EHP1 for SAP Netweaver.
    regards
    William Neira

  • ERP EHP4 causing dump when posting invoice in MIRO

    I originally posted this in the MM forum but was advised to move it here.
    We just implemented ERP EhP4 w/SAPAPPL603 and are now getting a dump when using MIRO to posting a vendor invoice against a PO. The error seems to involve new logic for multiple account assignment introduced with this EHP. The dump is in include LMRMBWF02 of SAPLMRMBM, and indicates that data object S_MCRBPO does not contain component XHISTMA. The lines in LMRMBWF02 are (starting at 772):
    FORM bw_read_co_history_dyn_sub USING event TYPE bwmode
    s_index_mcrbpo TYPE eval_iv_index_key_s
    s_mcrbpo TYPE mcrbitm
    CHANGING s_mcrbco TYPE mcrbco.
    DATA: s_ekbe LIKE ekbe,
    s_ekbz LIKE ekbz,
    s_ekbz_ma TYPE ekbz_ma, "MAA EhP4
    s_ekbe_ma TYPE ekbe_ma, "MAA EhP4
    f_arewr TYPE ekbz-arewr, "MAA EhP4
    f_areww TYPE ekbz-areww. "MAA EhP4
    CASE event.
    WHEN c_recompilation.
    IF s_mcrbco-xunpl = space.
    Not for unplanned account assignments
    IF ( s_mcrbpo-exkbe = 'X' ).
    Read PO history for goods item
    IF s_mcrbpo-xhistma = space. "MAA EhP4
    ...with the last line being the culprit. The actual break in execution occurs at line 119 of SAPLMRMP, BESTELLUNG_BUCHEN where function MRM_BW_PO_HISTORY is called.
    Had some other errors where tables weren't properly activated after the EHP installation, but here most everything seems to be activated properly. The exception is table EKBE, which activates but with warnings about missing enhancement categories of tables or includes/subtypes for four active dependent tables. That's the only lead I've got.
    Can't find any notes or other posts about this error, any ideas would be greatly appreciated!

    Hi,
    the only thing i´ve found is this OSS Note:
    https://service.sap.com/sap/support/notes/1105679
    Best regards.

  • ERP EhP4 causing dump in MIRO posting

    We just implemented ERP EhP4 w/SAPAPPL603 and are now getting a dump when using MIRO to posting a vendor invoice against a PO. The error seems to involve new logic for multiple account assignment introduced with this EHP.  The dump is in include LMRMBWF02 of SAPLMRMBM, and indicates that data object S_MCRBPO does not contain component XHISTMA.  The lines in LMRMBWF02 are (starting at 772):
    FORM bw_read_co_history_dyn_sub  USING   event  TYPE bwmode
                                     s_index_mcrbpo TYPE eval_iv_index_key_s
                                     s_mcrbpo       TYPE mcrbitm
                            CHANGING s_mcrbco       TYPE mcrbco.
      DATA: s_ekbe LIKE ekbe,
            s_ekbz LIKE ekbz,
            s_ekbz_ma TYPE ekbz_ma,                             "MAA EhP4
            s_ekbe_ma TYPE ekbe_ma,                             "MAA EhP4
            f_arewr TYPE ekbz-arewr,                            "MAA EhP4
            f_areww TYPE ekbz-areww.                            "MAA EhP4
    CASE event.
        WHEN c_recompilation.
          IF s_mcrbco-xunpl = space.
    Not for unplanned account assignments
            IF ( s_mcrbpo-exkbe = 'X' ).
    Read PO history for goods item
              IF s_mcrbpo-xhistma = space.                      "MAA EhP4
    ...with the last line being the culprit.  The actual break in execution occurs at line 119 of SAPLMRMP, BESTELLUNG_BUCHEN where function MRM_BW_PO_HISTORY is called.
    Had some other errors where tables weren't properly activated after the EHP installation, but here most everything seems to be activated properly.  The exception is table EKBE, which activates but with warnings about missing enhancement categories of tables or includes/subtypes for four active dependent tables.  That's the only lead I've got. 
    Can't find any notes or other posts about this error, any ideas would be greatly appreciated!

    Per the recommendation I've moved this thread to the ABAP forum:
    ERP EHP4 causing dump when posting invoice in MIRO

  • RFC connections in SRM 7.0 = ERP EHP4 system setup

    Hello,
    In SRM 7.0 there is a lot being said about the combination with an ERP EHP4 system. I thought that certain capabilities of SRM <> ERP EHP4 in the area of RFC are not supported anymore. SAP is forcing XI/PI for this.
    When we migrate our R/3 system to EHP4 will we still be able to use the following RFC / iDOC communications?:
    - Purchase Request (R/3 > SRM)
    - Purchase Order (ECS, SRM > R/3)
    - Invoicing (SRM > R/3)
    - Confirmations (SRM <> R/3)
    Anybody has any experience with an EHP4 back-end system? Are there already any plusses for SRM?
    Kind regards,
    Tim

    Hi Rchard,
    SAP promised to release RFC functionalities instead of the current PI obligation for certain new functionality only available on SRM i.c.w. ERP EHP4 with the release of SRM EHP1.
    But what i'm asking is: with an SRM 7.0 (without EHP1, isn't available yet..) can we still utilize RFC for document exchange with R/3 (f.e. Purchase Orders) or does ERP EHP4 require PI?
    Kind regards,
    Tim

  • Impact of ERP Upgrade from 4.6C to ECC

    Hi All,
    What is the impact and variations/additons with Impact of ERP Upgrade from 4.6C to ECC from Varinat configuration side.
    BR,
    Krishna

    hi krishna,
    You may loose some of the variants becasue of changes happened during upg for ECC600.I have faced certain problems.
    I know in the upgrade there is a phase(RSUVAINT(2) not sure)  which does a backup of all variants and restores in the end.
    regards,
    vamshi.

  • Upgrade from ERP 6.0 with AFS 6.0 to ERP EHP4 - AFS 6.4

    Dear all,
    I've upgraded our Solution Manager to latest maintenance (all latest release/all latest Sp/all Oss notes)
    I 'm unable to have a queue with EHP4 - Afs 6.4 from Solution Manager
    If I define a system as SAP ERP 6 with Afs, the sol. man. give me the option to upgrade to EHP4 but 'forget' AFS 6.4.
    If I define a system as Afs Server 6, the sol. man doesn't show me the option to upgrade to EHP4.
    Any Idea to exit from this stall condition ?
    If I choose the option SAP ERP 6.0 to upgrade to EHP4, SAPHEPI will ask me the AFS upgrade CD and all AFS Sp ?
    My target is:
    - ERP 6.0 SPS 16 with AFS SP8 + ERP 6 EHP4 SPS 4 with AFS 6.4 SP 2, the max possibile now.
    Thanks tho who will try to help me.
    Regards

    Hi Reena
    Yes, you can upgrade the system to ECC 6 EHP 6 or 7,
    before that is any other SAP system are connected to ECC6 ?
    If it is yes, Kindly refer the SAP Note, & you require to check those SAP version are supported to ECC 6 EHP 7 ?
    1388258 - Version Interoperability within the SAP Business Suite
    BR
    SS

  • ERP Ehp4 / NW Ehp1 error on NET_VALIDATE_USER_PASS phase

    <p>Hi all,
    <p>I upgrade for an EPR 6.0 Ehp3 to Ehp4 level. ABAP configuration phase done. The firsts of step in J2EE phase (INPUT_SAPSERVICESID_PWD_DEPL) the user cheks are ok, but NET_VALIDATE_USER_PASS__ISPD phase have error.
    <p>In the test command:
    <p>net use E:
    127.0.0.1\sapmnt /user:.\SAPService<SID> <SecureField>
    <p>I think, this line have syntax error, because "net use" in any Microsoft systems use "/user:<username>" or "/user:<domain>\<username>" syntax. The ".\<username>" ,like as service parameter, not acceptable by net command.
    <p>"System error 53 has occurred. The network path was not found." from the command line and the ERR log files too.
    <p>// with /user:<username> and /user:<domain>\<username> work fine, user and password is correct
    <p>Somebody have idea how to correct this?
    <p>Thanks
    Imre
    <p><!LOGHEADER[START]/>
    <p><!HELP[Manual modification of the header may cause parsing problem!]/>
    <p><!LOGGINGVERSION[2.0.7.1006]/>
    <p><!NAME[D:\Install\Ehpi_700_IE4\java\log\INPUT_SAPSERVICESID_PWD_DEPL_ISPD_11.LOG]/>
    <p><!PATTERN[INPUT_SAPSERVICESID_PWD_DEPL_ISPD_11.LOG]/>
    <p><!FORMATTER[com.sap.tc.logging.TraceFormatter(%d [%s]: %-100l [%t]: %m)]/>
    <p><!ENCODING[UTF8]/>
    <p><!LOGHEADER[END]/>
    <p>Jul 20, 2009 4:05:08 PM [Info]:                      com.sap.sdt.ucp.phases.AbstractPhaseType.initialize(AbstractPhaseType.java:754) [Thread[main,5,main]]: Phase PREPARE/INIT/INPUT_SAPSERVICESID_PWD_DEPL has been started.
    <p>Jul 20, 2009 4:05:08 PM [Info]:                      com.sap.sdt.ucp.phases.AbstractPhaseType.initialize(AbstractPhaseType.java:755) [Thread[main,5,main]]: Phase type is com.sap.sdt.j2ee.phases.PhaseTypeInputServiceUser.
    <p>Jul 20, 2009 4:05:08 PM [Info]:                   com.sap.sdt.ucp.phases.AbstractPhaseType.logParameters(AbstractPhaseType.java:409) [Thread[main,5,main]]:   Parameter dialog=SAPServiceSIDPasswordDialog
    <p>Jul 20, 2009 4:05:08 PM [Info]: com.sap.sdt.ucp.dialog.elim.DialogEliminatorContainer.canBeOmitted(DialogEliminatorContainer.java:96) [Thread[main,5,main]]: Dialog eliminator jeeServiceUserEliminator allows to omit dialog SAPServiceSIDPasswordDialog </br>
    <p>Jul 20, 2009 4:05:08 PM [Info]: com.sap.sdt.ucp.dialog.elim.DialogEliminatorContainer.canBeOmitted(DialogEliminatorContainer.java:96) [Thread[main,5,main]]: Dialog eliminator jeeServiceUserPassEliminator allows to omit dialog SAPServiceSIDPasswordDialog </br>
    <p>Jul 20, 2009 4:05:08 PM [Info]:              com.sap.sdt.tools.proc.OsProcessController.logProcessInfo(OsProcessController.java:155) [Thread[main,5,main]]: Process ID 4, name net has been started. </br>
    <p>Jul 20, 2009 4:05:08 PM [Info]:              com.sap.sdt.tools.proc.OsProcessController.logProcessInfo(OsProcessController.java:157) [Thread[main,5,main]]:  Command line: net use E:
    127.0.0.1\sapmnt /user:.\SAPServiceIE4 <SecureField>
    <p>Jul 20, 2009 4:05:08 PM [Info]:              com.sap.sdt.tools.proc.OsProcessController.logProcessInfo(OsProcessController.java:158) [Thread[main,5,main]]:   Standard out: D:\Install\Ehpi_700_IE4\java\log\NET_VALIDATE_USER_PASS__ISPD_02.OUT
    <p>Jul 20, 2009 4:05:08 PM [Info]:                      com.sap.sdt.tools.proc.OsProcessController.launch(OsProcessController.java:142) [Thread[main,5,main]]: Process ID 4 has been started.
    <p>Jul 20, 2009 4:05:08 PM [Info]:                     com.sap.sdt.tools.proc.OsProcessController.waitFor(OsProcessController.java:198) [Thread[main,5,main]]: Waiting for process ID 4, name net to finish.
    <p>Jul 20, 2009 4:05:08 PM [Info]:                     com.sap.sdt.tools.proc.OsProcessController.waitFor(OsProcessController.java:231) [Thread[main,5,main]]: Process ID 4, name net has been finished, exit code 2.
    <p>Jul 20, 2009 4:05:08 PM [Error]:                       com.sap.sdt.ucp.phases.AbstractPhaseType.doExecute(AbstractPhaseType.java:863) [Thread[main,5,main]]: Exception has occurred during the execution of the phase.
    <p>Jul 20, 2009 4:05:08 PM [Error]:                      com.sap.sdt.util.dialog.CompositeDialog.validateInput(CompositeDialog.java:517) [Thread[main,5,main]]: com.sap.sdt.util.validate.ValidationException
    <p>Jul 20, 2009 4:05:08 PM [Error]:                               com.sap.sdt.ucp.dialog.DialogExecutor.execute(DialogExecutor.java:263) [Thread[main,5,main]]: Could not execute dialog SAPServiceSIDPasswordDialog. See previous messages.
    <p>Jul 20, 2009 4:05:08 PM [Info]:                         com.sap.sdt.ucp.phases.AbstractPhaseType.cleanup(AbstractPhaseType.java:906) [Thread[main,5,main]]: Phase PREPARE/INIT/INPUT_SAPSERVICESID_PWD_DEPL has been completed.
    <p>Jul 20, 2009 4:05:08 PM [Info]:                         com.sap.sdt.ucp.phases.AbstractPhaseType.cleanup(AbstractPhaseType.java:907) [Thread[main,5,main]]: Start time: 2009/07/20 16:05:08.
    <p>Jul 20, 2009 4:05:08 PM [Info]:                         com.sap.sdt.ucp.phases.AbstractPhaseType.cleanup(AbstractPhaseType.java:909) [Thread[main,5,main]]: End time: 2009/07/20 16:05:08.
    <p>Ehpi J2EE plugin version: 1.0.5
    <p>System: Windows 2008 with MSSQL 2008
    Edited by: Imre Ihring on Jul 20, 2009 4:50 PM

    <p>I think so, but I only see once the Password request dialog box. Choose  "Repeat phase from point of failure" or "Exit program" option are never endless cycle, not questioning the passwords. Exit and back reset all ABAP phase
    <p>I typed correct passwords. Tested these from command promt, config tool, Visual Admin and JSPM tool.
    <p>These passwords accept by the Ehp installer:
    <p>
    <!LOGHEADER[START]/>
    <!HELP[Manual modification of the header may cause parsing problem!]/>
    <!LOGGINGVERSION[2.0.7.1006]/>
    <!NAME[D:\Install\Ehpi_700_IE4\java\log\USER_PASSWORDS_UPWDS_03.LOG]/>
    <!PATTERN[USER_PASSWORDS_UPWDS_03.LOG]/>
    <!FORMATTER[com.sap.tc.logging.TraceFormatter(%d [%s]: %-100l [%t]: %m)]/>
    <!ENCODING[UTF8]/>
    <!LOGHEADER[END]/>
    Jul 20, 2009 6:39:24 PM [Info]:                      com.sap.sdt.ucp.phases.AbstractPhaseType.initialize(AbstractPhaseType.java:754) [Thread[main,5,main]]: Phase PREPARE/INIT/USER_PASSWORDS has been started.
    Jul 20, 2009 6:39:24 PM [Info]:                      com.sap.sdt.ucp.phases.AbstractPhaseType.initialize(AbstractPhaseType.java:755) [Thread[main,5,main]]: Phase type is com.sap.sdt.ucp.phases.PhaseTypeDataModelInput.
    Jul 20, 2009 6:39:24 PM [Info]:                   com.sap.sdt.ucp.phases.AbstractPhaseType.logParameters(AbstractPhaseType.java:409) [Thread[main,5,main]]:   Parameter dialog=UserPasswords
    Jul 20, 2009 6:39:24 PM [Info]:      com.sap.sdt.ucp.phases.PhaseTypeDataModelInput.checkParameters(PhaseTypeDataModelInput.java:65) [Thread[main,5,main]]: Checking phase parameters dialog.
    Jul 20, 2009 6:39:24 PM [Info]:      com.sap.sdt.ucp.phases.PhaseTypeDataModelInput.checkParameters(PhaseTypeDataModelInput.java:71) [Thread[main,5,main]]: Phase parameters have been checked. All required 1 phase parameters have been set.
    Jul 20, 2009 6:39:24 PM [Info]: com.sap.sdt.ucp.dialog.elim.DialogEliminatorContainer.canBeOmitted(DialogEliminatorContainer.java:101) [Thread[main,5,main]]: Dialog eliminator jeeAdminPassEliminator does not allow to omit dialog UserPasswords
    Jul 20, 2009 6:39:24 PM [Info]: com.sap.sdt.ucp.dialog.elim.DialogEliminatorContainer.canBeOmitted(DialogEliminatorContainer.java:101) [Thread[main,5,main]]: Dialog eliminator jeeSdmPassEliminator does not allow to omit dialog UserPasswords
    Jul 20, 2009 6:44:33 PM [Info]:                  com.sap.sdt.util.validate.ValidationProcessor.validate(ValidationProcessor.java:95) [Thread[main,5,main]]: Validatable parameter J2EE/J2EEADMIN/PWD has been validated by validator RequiredFields.
    Jul 20, 2009 6:44:34 PM [Info]:                  com.sap.sdt.util.validate.ValidationProcessor.validate(ValidationProcessor.java:95) [Thread[main,5,main]]: Validatable parameter J2EE/J2EEADMIN/PWD has been validated by validator J2EEAdministratorPasswordValidator.
    Jul 20, 2009 6:44:34 PM [Info]:                  com.sap.sdt.util.validate.ValidationProcessor.validate(ValidationProcessor.java:95) [Thread[main,5,main]]: Validatable parameter J2EE/SDM/PWD has been validated by validator RequiredFields.
    Jul 20, 2009 6:44:34 PM [Info]:                  com.sap.sdt.util.validate.ValidationProcessor.validate(ValidationProcessor.java:95) [Thread[main,5,main]]: Validatable parameter J2EE/SDM/PWD has been validated by validator SDMPasswordValidator.
    Jul 20, 2009 6:44:34 PM [Info]:        com.sap.sdt.ucp.dialog.elim.SimpleDialogEliminator.shareInput(SimpleDialogEliminator.java:94) [Thread[main,5,main]]: Setting password variable for catalog key JeeAdminPassword into shared input catalog.
    Jul 20, 2009 6:44:34 PM [Info]:        com.sap.sdt.ucp.dialog.elim.SimpleDialogEliminator.shareInput(SimpleDialogEliminator.java:94) [Thread[main,5,main]]: Setting password variable for catalog key JeeSdmPassword into shared input catalog.
    Jul 20, 2009 6:44:34 PM [Info]:                         com.sap.sdt.ucp.phases.AbstractPhaseType.cleanup(AbstractPhaseType.java:906) [Thread[main,5,main]]: Phase PREPARE/INIT/USER_PASSWORDS has been completed.
    Jul 20, 2009 6:44:34 PM [Info]:                         com.sap.sdt.ucp.phases.AbstractPhaseType.cleanup(AbstractPhaseType.java:907) [Thread[main,5,main]]: Start time: 2009/07/20 18:39:24.
    Jul 20, 2009 6:44:34 PM [Info]:                         com.sap.sdt.ucp.phases.AbstractPhaseType.cleanup(AbstractPhaseType.java:909) [Thread[main,5,main]]: End time: 2009/07/20 18:44:34.
    Jul 20, 2009 6:44:34 PM [Info]:                         com.sap.sdt.ucp.phases.AbstractPhaseType.cleanup(AbstractPhaseType.java:910) [Thread[main,5,main]]: Duration: 0:05:10.719.
    Jul 20, 2009 6:44:34 PM [Info]:                         com.sap.sdt.ucp.phases.AbstractPhaseType.cleanup(AbstractPhaseType.java:911) [Thread[main,5,main]]: Phase status is initial.
    <p> Only \EHPI\java\log\NET_TEST__ISPD_xx.ERR phase failed! " The network connection could not be found. More help is available by typing NET HELPMSG 2250."  and the test command reproduced the error:
    <p> Command line: net use E:
    127.0.0.1\sapmnt /user:.\SAPServiceIE4 <SecureField>
    <p>This working: Command line: net use E:
    127.0.0.1\sapmnt /user:SAPServiceIE4 <SecureField>
    <p>This working: Command line: net use E:
    127.0.0.1\sapmnt /use:WINDOWS_DOMAIN\SAPServiceIE4 <SecureField>
    <p> J2EE_ADMIN and SAPService<SID> user's passwords were saved, because the first connention tests (subphase 1,2,3)were successed... The NET_TEST without ".\" is working too, but ".\" coded inside somewere in jar files.
    <p> Imre
    Edited by: Imre Ihring on Jul 20, 2009 7:14 PM

  • Impact on ERP integration with C4C using PI

    Hi All,
    We are about to install the add-on for C4C integration with ERP in ECC system. But before doing wanted to validate/confirm few things -
    1. The add-on seems to support all new versions of ECC, does this include ECC on HANA ?
    2. Is it necessary to backup the environment before installing the add-on ?
    3. The component seems to be isolated from impacting any ECC functionality and its just for the purpose of integrating C4C with ECC. Would this mean that no regression testing is required in ECC ?
    4. The component doesn't seems to have an uninstall option which would meant that any reverts could only be done through system backup only. Is this accurate ?
    Appreciate your quick response.
    Regards,
    Pola

    1. The add-on seems to support all new versions of ECC, does this include ECC on HANA ? --> The add-on supports all release of ECC above the base release mentioned in the Integration guide, including ECC on HANA
    2. Is it necessary to backup the environment before installing the add-on ? --> The Add-On does not contain any DB tables. It should not interfere with the ECC environment, so you can install these without any disruption or downtime. As part of general hygiene, you may want to make sure that there is a recent enough backup for the ECC system.
    3. The component seems to be isolated from impacting any ECC functionality and its just for the purpose of integrating C4C with ECC. Would this mean that no regression testing is required in ECC ?
    No regression testing is required for ECC standard functionality. It will not affect existing distribution models. You will have to set up new ones for Cloud for Customer Integration scenarios.
    4. The component doesn't seems to have an uninstall option which would meant that any reverts could only be done through system backup only. Is this accurate ? --> There is no uninstall option.

  • Applying NW 7.01 SP6 to  ERP EHP4 SPS5 (NW7.01 SP5) - what do you think?

    Hi
    We have just implemented ERP (ECC) EHP4 SPS5 with NW7.01 SP5.  Unfortunately (for us) we have found some functionality that is delivered in NW7.01 SP6 .  Our next major maintenance period is next year.
    I would like to just apply the NW7.01 SP6 without implementing EHP4 SPS6 for ERP.
    I understand that this would not be consistent with the SP Stack concept but has anyone done something similar or found a note with more information about the interdependencies of NW7.01 and EHP for ERP?
    Thanks in advance.
    Doug

    SAP have confirmed that this is OK if all Basis Components SP6 are applied.

  • ERP EHP4 Installation Problem in Update Database registry Phase.

    Hi,
    We are installing ERP 6.0 EHP4 Ready SR1 on AIX6.1 (6100-03-01-0921)  and DB2 v9.1.0.7.
    During installation in phase Update Database Registry, we are getting below error:
    SQL1042C  An unexpected system error occurred
    If any body has faced this error earlier, then please suggest.
    Thanks
    Sunny

    Hi,
    Please find below the latest entries in db2diag.log:
    2009-12-14-20.15.17.555605-330 I25354A304         LEVEL: Event
    PID     : 630830               TID  : 1           PROC : db2stop2
    INSTANCE: db2ged               NODE : 000
    FUNCTION: DB2 UDB, base sys utilities, DB2StopMain, probe:260
    DATA #1 : String, 43 bytes
    System controller termination is completed.
    2009-12-14-20.15.17.555785-330 I25659A383         LEVEL: Event
    PID     : 630830               TID  : 1           PROC : db2stop2
    INSTANCE: db2ged               NODE : 000
    FUNCTION: DB2 UDB, base sys utilities, DB2StopMain, probe:270
    DATA #1 : String, 26 bytes
    Active EDUs to be waited :
    DATA #2 : Hexdump, 4 bytes
    0x0FFFFFFFFFFFCF70 : 0000 0001                                  ....
    2009-12-14-20.15.17.565945-330 I26043A381         LEVEL: Event
    PID     : 630830               TID  : 1           PROC : db2stop2
    INSTANCE: db2ged               NODE : 000
    FUNCTION: DB2 UDB, base sys utilities, DB2StopMain, probe:280
    DATA #1 : String, 24 bytes
    There is no active EDUs.
    DATA #2 : Hexdump, 4 bytes
    0x0FFFFFFFFFFFCF70 : 0000 0000                                  ....
    2009-12-14-20.15.17.830570-330 E26425A301         LEVEL: Event
    PID     : 630830               TID  : 1           PROC : db2stop2
    INSTANCE: db2ged               NODE : 000
    FUNCTION: DB2 UDB, base sys utilities, DB2StopMain, probe:911
    MESSAGE : ADM7514W  Database manager has stopped.
    STOP    : DB2 DBM
    2009-12-14-20.15.24.936396-330 I26727A1630        LEVEL: Event
    PID     : 545014               TID  : 1           PROC : db2start
    INSTANCE: db2ged               NODE : 000
    FUNCTION: DB2 UDB, base sys utilities, sqleStartStopSingleNode, probe:1130
    DATA #1 : String, 31 bytes
    /db2/db2ged/sqllib/adm/db2star2
    DATA #2 : Hexdump, 256 bytes
    0x0FFFFFFFFFFF9C20 : 2F64 6232 2F64 6232 6765 642F 7371 6C6C    /db2/db2ged/sqll
    0x0FFFFFFFFFFF9C30 : 6962 2F61 646D 2F64 6232 7374 6172 3200    ib/adm/db2star2.
    0x0FFFFFFFFFFF9C40 : 4E4F 4D53 4700 0000 0000 0000 0000 0000    NOMSG...........
    0x0FFFFFFFFFFF9C50 : 0000 0000 0000 0000 0000 0000 0000 0000    ................
    0x0FFFFFFFFFFF9C60 : 0000 0000 0000 0000 0000 0000 0000 0000    ................
    0x0FFFFFFFFFFF9C70 : 0000 0000 0000 0000 0000 0000 0000 0000    ................
    0x0FFFFFFFFFFF9C80 : 0000 0000 0000 0000 0000 0000 0000 0000    ................
    0x0FFFFFFFFFFF9C90 : 0000 0000 0000 0000 0000 0000 0000 0000    ................
    0x0FFFFFFFFFFF9CA0 : 0000 0000 0000 0000 0000 0000 0000 0000    ................
    0x0FFFFFFFFFFF9CB0 : 0000 0000 0000 0000 0000 0000 0000 0000    ................
    0x0FFFFFFFFFFF9CC0 : 0000 0000 0000 0000 0000 0000 0000 0000    ................
    0x0FFFFFFFFFFF9CD0 : 0000 0000 0000 0000 0000 0000 0000 0000    ................
    0x0FFFFFFFFFFF9CE0 : 0000 0000 0000 0000 0000 0000 0000 0000    ................
    0x0FFFFFFFFFFF9CF0 : 0000 0000 0000 0000 0000 0000 0000 0000    ................
    0x0FFFFFFFFFFF9D00 : 0000 0000 0000 0000 0000 0000 0000 0000    ................
    0x0FFFFFFFFFFF9D10 : 0000 0000 0000 0000 0000 0000 0000 0000    ................
    2009-12-14-20.15.25.077684-330 E28358A856         LEVEL: Warning
    PID     : 602312               TID  : 1           PROC : db2star2
    INSTANCE: db2ged               NODE : 000
    FUNCTION: DB2 UDB, license manager, sqllcRequestAccess, probe:1
    MESSAGE : ADM12007E  There are "89" day(s) left in the evaluation period for
              the product "DB2 Enterprise Server Edition". For evaluation license
              terms and conditions, refer to the IBM License Acceptance and License
              Information document located in the license directory in the
              installation path of this product. If you have licensed this product,
              ensure the license key is properly registered. You can register the
              license via the License Center or db2licm command line utility. The
              license file can be obtained from your licensed product CD.
    2009-12-14-20.15.25.174108-330 E29215A384         LEVEL: Warning
    PID     : 667782               TID  : 1           PROC : db2wdog 0
    INSTANCE: db2ged               NODE : 000
    FUNCTION: DB2 UDB, routine_infrastructure, sqlerInitFmpTable, probe:30
    DATA #1 : String, 16 bytes
    agentCachingFmp:
    DATA #2 : String, 3 bytes
    OFF
    DATA #3 : String, 5 bytes
    Flag:
    DATA #4 : Boolean, 1 bytes
    false
    2009-12-14-20.15.26.288917-330 E29600A1208        LEVEL: Event
    PID     : 602312               TID  : 1           PROC : db2star2
    INSTANCE: db2ged               NODE : 000
    FUNCTION: DB2 UDB, base sys utilities, DB2StartMain, probe:911
    MESSAGE : ADM7513W  Database manager has started.
    START   : DB2 DBM
    DATA #1 : Build Level, 152 bytes
    Instance "db2ged" uses "64" bits and DB2 code release "SQL09017"
    with level identifier "02080107".
    Informational tokens are "DB2 v9.1.0.7", "s090308", "U823509", Fix Pack "7".
    DATA #2 : System Info, 224 bytes
    System: AIX gpldeve1 1 6 00C1EF854C00
    CPU: total:8 online:4 Threading degree per core:2
    Physical Memory(MB): total:14336 free:10662
    Virtual  Memory(MB): total:35328 free:31640
    Swap     Memory(MB): total:20992 free:20978
    Kernel   Params: msgMaxMessageSize:4194304 msgMaxQueueSize:4194304
                     shmMax:68719476736 shmMin:1 shmIDs:131072
                     shmSegments:68719476736 semIDs:131072 semNumPerID:65535
                     semOps:1024 semMaxVal:32767 semAdjustOnExit:16384
    Cur data size (bytes)  = 0x7FFFFFFFFFFFFFFF
    Cur stack size (bytes)  = 0x7FFFFFFFFFFFFFFF
    Cur core size (bytes)  = 0x0000000077359400
    nofiles (descriptors)  = 0x7FFFFFFFFFFFFFFF
    2009-12-14-20.18.03.426764-330 E30809A597         LEVEL: Warning (OS)
    PID     : 544840               TID  : 1           PROC : db2set
    INSTANCE: db2ged               NODE : 000
    FUNCTION: DB2 UDB, oper system services, sqloqcurdir, probe:100
    MESSAGE : ZRC=0x840F0001=-2079391743=SQLO_ACCD "Access Denied"
              DIA8701C Access denied for resource "", operating system return code
              was "".
    CALLED  : OS, -, unspecified_system_function
    OSERR   : EACCES (13) "Permission denied"
    DATA #1 : File name, 0 bytes
    Object not dumped: Address: 0x0FFFFFFFFFFFE688 Size: 0 Reason: Zero-length data
    2009-12-14-20.18.03.429260-330 I31407A290         LEVEL: Event
    PID     : 544840               TID  : 1           PROC : db2set
    INSTANCE: db2ged               NODE : 000
    FUNCTION: DB2 UDB, oper system services, db2set_main, probe:40
    CHANGE  : CFG DB2SET: DB2_WORKLOAD: From: "SAP" To: "SAP"
    Thanks
    Sunny

  • Help on Business Function "Reporting Financials 2" and its impact

    Hi All,
    I am looking at 'SAP Help' for Reporting Financials 2 (EhP4).
    http://help.sap.com/erp2005_ehp_04/helpdata/EN/6a/cd7dbd74694af3ac13b3c24a10def4/frameset.htm
    basically I want to use the standard extractor 0FI_AA_20 FI-AA: Transactions and Depreciation . when i try to run the extractor i get an error saying: Business Function "Reporting Financials 2" is not switched on
    In order to use the new data sources the pre requisites are:
    1. SAP Enhancement Package 4 for SAP ERP 6.0
    2. Activated the Reporting Financials 2 business function.
    The EnP4 is already implemented what i have do next is to activate the business function.
    Can any one help me with more details on what all gets activated with this business function 'Reporting Financials 2' and its impact.
    With Best Regards
    Shilpa.

    Hi,
    in SFW5 you can get an overview over the business functions. There you could activate the appropriate Business Function.
    But I would recommend you strongly before to read some information and documentation about business functions and the enhancement package concept.
    Regards,
    Markus

  • Problem with integration of IDES ERP 6.0 EHP4

    Dear friends,
    We have to integrate  IDES ERP 6.0 EHP4 sytem to Solutionmanager 7.1 SP4.
    We are not able to add the product instance SAP ERP 6.0 as mentioned in:
    http://wiki.sdn.sap.com/wiki/display/SMSETUP/MaintenanceofProductintheSystemLandscape
    Under landscape verification, selection for IDES system in product assignements is red, it's requires not only "ABAP technology for ERP EHP4" , but also "SAP ECC Server" with Productversion SAP ERP 6.0. As allready mentioned, it's not possible to add under TC "/nLMDB".
    Thanks for any hint
    Kind regards
    Thomas

    Hi Thomas,
    In LMDB, until you have maintained the details properly status shoudl be red.
    For technical content, you have to manually add all the details , like system name, host, DB server credentiials, instance number,
    product instances, software component versions.
    you can edit that using techical system editor.
    you can get the LMDB demos on service.sap.com\rkt-solman
    please check,
    Thanks,
    Jansi

  • EHP4 for ERP and EHP1 for NW

    Hello,
    I have a couple of questions regarding EHP4.
    We are planning to install EHP4 for ERP 6.0 in our ECC server. Will this also install EHP1 for Netweaver on them?
    Also, we have a portal running on a different server using the ECC server as the backend. Will applying EHP1 for Netweaver (as part of EHP4 for ERP6.0) on the ECC server have any implication on the portal? Or is it mandatory that we upgrade our portal also to EHP1 for Netweaver?
    Any help in this regard will be highly appreciated.
    Thanks,
    Ajay

    Hi Ajay,
    As part of the EHP4 installation in the ECC Server the basis will get automatically updated to q NW EHP1 level (ABAP).
    The EHP1 is not mandatory for the Portal from an ERP EHP4 perspective - you can choose weather you update (EHP1) or not - therefore there are 2 different production versions offered in Maintenance Optimizer.
    More information can be found in the guides via: http://service.sap.com/ehp-inst
    Best regards,
    Christian.

Maybe you are looking for