ECC 5.0 with EP 7.0 for ESS!

Hi,
I'm trying to implement ESS in EP 7.0 whereas the backend is ECC 5.0. While trying to create the JCO destinations for metadata it is showing a error like the following
com.sap.mw.jco.JCO$Exception: (102) RFC_ERROR_COMMUNICATION: Connect to message server host failed Connect_PM  TYPE=B MSHOST=metamorf GROUP=PUBLIC R3NAME=EPT MSSERV=sapmsEPT PCS=1 ERROR       partner '10.112.49.45:sapmsEPT' not reached TIME        Tue Sep 25 11:50:35 2007 RELEASE     700 COMPONENT   NI (network interface) VERSION     38 RC          -10 MODULE      nixxi.cpp LINE        2764 DETAIL      NiPConnect2 SYSTEM CALL connect ERRNO       10061 ERRNO TEXT  WSAECONNREFUSED: Connection refused COUNTER     1
is there any compatibility issue? or something else. Can anybody pls tell me the correct version of ESS WD sca file and PCUIGP sca version for EP 7.0?
Thanks
Anirban RN

Do you have a sapmsEPT entry in your services file? (/etc/services)
I'm not sure, but if I remeber correctly, ECC5.0 and EP7.0 ESS/MSS do not match.
Or was it EP6.0 and ECC6.0 that don't match? One of the two is definately incompatible.
Also, in the backend, do you have entries in the servcies file corresponding to the Sys-Nr of the Portal?

Similar Messages

  • Roles for ESS and MSS Enhancement Package 4 (EHp4)

    Good afternoon.
    I have the following doub with the role assignment for ESS .
    I know that exist the following roles for ESS :
    SAP_ESSUSER: Single role that comprises all non-country-specific fucntions. Only relevant for the olders ESS functionality, including all ITS component, such as PZ02(Address), PZ13(Personnel Data), PZ03(Bank Details).
    SAP_ESSUSER_ERP05: Single role that comprises all non-country-specific fucntions. Relevant for the ERP2005 platform, Enhancement Package 1 and 2.
    SAP_ESSUSER_ERP13: Composite role that comprises all non-country-specific functions.  Relevant for the ERP2005 platform, Enhancement Package 3.
    SAP_ESSUSER_ERP05_xx: Single role that comprises all non-country-specific fucntions. A separate role exist for each country version(xx = Country ID). The role corresponding composite role is SAP_ESSUSER_ERP05. Relevant for the ERP2005 platform, Enhancement Package 1 and 2.
    The Question is:
    I am working with  Enhancement Package 4 EhP4, What is the role that I have that use????
    Kind Regards.

    Hi! The specific ESS Role for EHP4 is called SAP_ESSUSER_ERP_14.
    Due to an error, the Role was not delivered in SAP ECC 604, but it will be available in the Support Package 05 for EHP4. You can hope to implement the SP or go for manual corrections from Note [1373177|https://service.sap.com/sap/support/notes/1373177].
    1229232 and 1129412 notes are relevant for EHP3 only.
    Refered to MSS you're right.
    Regards!

  • NCO for ECC 6.0 with unicode

    good morning all,
    we are currently implementing ecc 6.0 from 4.6c and in the process, having problems with NCO (sap connector for .net).
    we were able to determine a number of issues we have had with versions, and soap but now we are stuck and was wondering if someone has had an issue like the following.
    we receive emails and the data within the emails is processed via the NCO to a RFC function module. the c# program is working in 4.6c.
    in ecc 6.0, the c# program connects, passes some data, the function module runs, creates a claim in sap and the c# program receives a success from NCO. but, not all the data is being passed to SAP. there are 10 structures that can be filled and sent from the c# app. only one of the tables is being received and 3 are not being received. the other 6 are not used. the only other significant piece of information is that the table that is being received by SAP, is a customer defined structure. the standard structures are not populated.
    therefore, the issue is that when the claim is created, it is incomplete.
    any help is appreciated.
    thanks.

    we changed to websense. this has fixed the issue.
    thanks all.

  • Is SAP BI reporting is possible in ECC 6.0 with same client

    Hi all,
                             My requirement is, we need to design SAP BI data flow in ECC 6.0 with same client only.  Now I am designing the BI data models as per the requirement of SD sales reports in ECC 6.0.For this, when i was extracting the data from SD datasource(2lis_11_vahdr) in RSA3 its showing 0 records,actually  as per VA01 some records are available but its not showing in the RSA3.
                              My doubt is , is it possible to extract the data from ECC 6.0 and load the data to the datatargets  and get the SAP BI reports in ECC6.0 with the same client.
                              Please suggest as soon as possible.
    Thanks

    It is possible to load the data from the same client. It all depends on the source system and the client which has been connected in the RFC connection.
    Let me know if this helps.
    Regards,
    Avinash

  • Error while posting GR from EWM in ECC. "Problem with receiver finding"

    Hi
    I have completed putaway of inbound delivery in EWM. This has triggered PPF to ECC for GR posting. This is stuck in ECC SMQ2 with error "Problem with receiver finding".
    I have checked ECC>EWM interface configuration. Handling unit management setup in ECC and EWM. Do not see any issues there. Also tested GR account postings with IM storage location for Po in ECC. This is also working fine...so no issue with account determination.
    Unable to figure out what is causing issue. Please help. Thank you.
    Best Regards
    phani sai MN

    Hi All
    Thanks for your responses. Issue was with distrubution model fiter parameters. for message type InboundDelivery.Deliverychange there was additional filter parameter for logical system. Removed values for logical system and only retained warehouse number.
    With this issue is resolved. GR is posted succesfully in ECC.
    Best Regards
    Phani sai MN

  • Performance issue after Upgrade from 4.7 to ECC 6.0 with a select query

    Hi All,
    There is a Performance issue after Upgrade from 4.7 to ECC 6.0 with a select query in a report painter.
    This query is working fine when executed in 4.7 system where as it is running for more time in ECC6.0.
    Select query is on the table COSP.
    SELECT (FIELD_LIST)
            INTO CORRESPONDING FIELDS OF TABLE I_COSP PACKAGE SIZE 1000
            FROM  COSP CLIENT SPECIFIED
            WHERE GJAHR IN SELR_GJAHR
              AND KSTAR IN SELR_KSTAR
              AND LEDNR EQ '00'
              AND OBJNR IN SELR_OBJNR
              AND PERBL IN SELR_PERBL
              AND VERSN IN SELR_VERSN
              AND WRTTP IN SELR_WRTTP
              AND MANDT IN MANDTTAB
            GROUP BY (GROUP_LIST).
       LOOP AT I_COSP      .
         COSP                           = I_COSP      .
         PERFORM PCOSP       USING I_COSP-_COUNTER.
         CLEAR: $RWTAB, COSP                          .
         CLEAR CCR1S                         .
       ENDLOOP.
    ENDSELECT.
    I have checked with the table indexes, they were same as in 4.7 system.
    What can be the reson for the difference in execution time. How can this be reduced without adjusting the select query.
    Thanks in advance for the responses.
    Regards,
    Dedeepya.

    Hi,
    ohhhhh....... lots of problems in select query......this is not the way you should write it.
    Some generic comments:
    1. never use SELECT
                       endselect.
       SELECT
      into table
       for all entries in table
      where.
       use perform statment after this selection.
    2. Do not use into corresponding fields. use exact structure type.
    3. use proper sequence of fields in the where condition so that it helps table go according to indexes.
        e.g in your case
              sequence should be
    LEDNR
    OBJNR
    GJAHR
    WRTTP
    VERSN
    KSTAR
    HRKFT
    VRGNG
    VBUND
    PARGB
    BEKNZ
    TWAER
    PERBL
    sequence should be same as defined in table.
    Always keep select query as simple as possible and perform all other calculations etc. afterwords.
    I hope it helps.
    Regards,
    Pranaya

  • What are the major differences b/w R/3 4.7 and ECC 6.0 with SAP BW/BI

    Hi,
    Any one can give an idea about the conversions from SAP R/3 to ECC 6.0 with respective of SAP BI/BW.
    what are the major differences loading the data,delta methods,enhancements,lo's,FI-SL,CO-PA etc.....
    if any one have documents and links please can you share it is very usefull for my client.
    with out knowing i don't want to go forward,i don't misguide my client.
    actually i am working as sap bw/bi consultant,my client is going to upgrade the R/3 4.7 to ECC6.0 and BW 3.5 to BI 7.0.can you help me or guide me .
    Thanks in advance.
    SAP Member......

    Check
    http://service.sap.com/releasenotes
    http://erp.fmpmedia.com/
    Markus

  • Internet Services For ESS In ECC 6.0

    Hi Gurus,
    Actually i'm trying to find the ESS Internet Services in ECC 6.0. We are planning not to use Web Dynpro appl for the moment and to use ECC 6.0 with integrated ITS using the internet services.
    In ECC 6.0 under the transaction SE80 i'm seraching for the following ESS Internet services. But couldn't get that. The services are
    *Payslip - PZ11
    Time Statement - PZ04
    Address PZ02
    Emergency Address PZ05
    Family Members PZ12
    Personal data PZ13
    Prev Employer PZ28*
    whereas i can find the other services under SE80 like
    *PZ01, PZ03, PZ24, CATW *etc.
    I'm new in this, so detailed answer will be highly helpful.
    Thanks
    Anirban

    Hi Narasimha,
    Thanks a lot for your answers. It is really helpful. But lastly let me ask a question in SE80 we can create or modify HTML templates for the internet services. For these transactions for which i'm not getting through SE80, how can i change HTML layouts.
    Correct me if my understanding is wrong. Points will be given obviously.
    Thanks
    Anirban

  • Crystal Report against ECC 6.0 with SSO configured

    I created a simple report against the ECC 6.0 Article table and saved it to InfoView. I can run the report fine, but when others run it they get an error stating the logon parameters are incomplete. We are in the process of configuring single sign on and have created other Crystal Reports going against ECC 6.0 with Business Views where SSO turned on in the data connection. Everyone can refresh those reports with no problems. Is their some report setting that needs to be set for Crystal Reports using a data source directly against ECC 6.0 tables?

    We have multiple reasons for implementing SNC.
    The main reason we have enabled SNC is to simply the users experience while working in the SAP environment. We are going live this month with Plant Maintenance, SRM, Project System, General Ledge and Asset Management reporting cubes in our BW environment as well as in our ECC 6.0 environment. We have  set up SAP Portal and have created iviews to BOBJ folders and reports. Users are authenticated once by logging on to the Lan. Once logged on we would like them to seemlessly run SAP transactions and Business Objects reports through the SAP Portal based on their job function. Each user has security setup in BOBJ and SAP to allow access to transactions and reports appropriate for their job function.
    We have three types of SAP reports and data connectors.
    - One set of Crystal reports go against ECC 6.0 through Business Views with a Data Connection set up for SSO.
    - One set of WEBI reports goes against BW queries though Universe Connections set up for SSO.
    - One set of Crystal reports go directly against ECC 6.0 tables.
    We currently have two issues:
    1) The Crystal reports going directly against ECC 6.0 tables are returning the error
         Error - The database logon information for this report is either incomplete or incorrect.
    2) When we send a link to any report using OpenDocument if the user is not logged on to InfoView they get a rather long error message:
    Account Information not recognized: Active Directory Authentication failed to log you on. Please contact your system admin.... 
    Our hardware and server setup is a load balancer connected to a cluster of two Tomcat servers connected to two BOBJ servers.

  • Improvements and Changes in ECC 6.0 with 4.6/4.7 Version

    Hi All,
    Can any body tell me what are the Improvements and Changes made in ECC 6.0 with 4.6/4.7 Version, in Configuration, Master data, Transactions and other new functionalities.
    Please let me know the above details with reference to MM Module perspective.
    Regards,
    SAP MM

    Hi,
    Go through the documentation in the library for ECC6.0SAP ERP central componentRelease notes for ERP central component.In that check Chapter13 Material management.
    Or check the link below.
    http://help.sap.com/saphelp_erp60_sp/helpdata/en/43/68805bb88f297ee10000000a422035/frameset.htm
    Regards,
    Rambhupal reddy

  • Use of ECC 6.0 with PI 7.0 server?

    use of ECC 6.0 with PI 7.0 server?
    what are the requirements for uploading wsdl and Tpz files from service Market Place to PI 7.0 server?

    Hi
    RZ70 automatically creates and uses an RFC to the SLD - assuming this RFC can communicate over your network
    setup it should work
    BTW You can always add a system manually to SLD or from other SLDs content as well - just in case this doesn't work
    Best regards
    Stuart

  • To view Balance Sheets of previous period from table GLT0 in ECC 6.0 with N

    How,
    We are on ECC 6.0 , with New Ledger activated from FY:2009 .
    Now, when we run the Transaction F.01 (Program: RFBILA00) it gives us the balance sheet figures picked
    from the Table FAGLFLEXA .
    It does not show us the Balance sheet figures of Balance currently in the Classic GL table GLT0 .
    ie: f.01 to show report from 0L as well as GLT0 . (ie from Leading Ledger as well as Classic Ledger)
    Pl.suggest ow can we view B/S of entries in Classic GL table GLT0 for previous years.
    Regards,

    The balances in both tables should be the same, right?  It is just that in FAGLFLEXA you may have some extra line items due to document splitting.

  • Profit center accounting in ECC 6.0 with Document Splitting

    HI
    We are working on a project in ECC 6.0 with document splitting functionality. I would like to know how to transfer Payables/Receivables, Materials, Assets in Profit center accounting. I have done necessary configuration but some how results are not getting updated in PCA. Is there any specific report required to see result or standard reports gives the results.
    I have assigned Accounts in 3KEH and their default assingment in 3KEI kindly tell me how to proceed about it.
    I have done these configuration so far
    Define Ledgers for General Ledger Accounting
    Assign Scenarios and Customer Fields to Ledgers
    Classify G/L Accounts for Document Splitting
    Classify Document Types for Document Splitting
    Define Zero-Balance Clearing Account for profit center
    Define Document Splitting Characteristics for General Ledger Accounting
    Activate Document Splitting
    Apart from these is there any other configuration kindly let me know
    Get points
    Regards
    Geeta

    Hi,
    I am using S_ALR_87012284  to generate my financial statements. But whenever I provide a profit center value in the dynamic selection screen, i will encounter the FAGL_DB007 error.
    The error message reads -->
    Invalid selection when reading balances in new General Ledger Accounting
    Message no. FAGL_DB007
    Diagnosis
    Read access to balances of New General Ledger Accounting can only be granted to selection conditions for fields in table &V1.
    System Response
    No balances can be read.
    Procedure
    Check the selection criteria by calling up the transaction.
    Anyway I can overcome this error?
    Rgds,
    Bryan Goh

  • Material warranty in ECC 6.0 with EHP 4

    Till previously, warranty is limited to equipment and FLOC but with EHP 4 material warranty is also included. This I heard from SAP trainer. If any body worked in ECC 6.0 with EHP 4 has this feature, please let me know how it works and send any links to doc. Our requirement is like this. We are using Fleet management and some parts of the Fleet are under warranty. Parts are coded as Material. There are other ways to address the issue using enhancements. i would like to know if this issues is addressed in EHP 4.
    Thanks In advance for your help.
    Sudhakar

    Hi Denis,
    You can install EHP7 for ECC6. You should 1st check Service Market place for PAM(product availability matrix) for combinations of DB and OS. You should understand your usage type and learn more about SWP/SUM/740 kernel/System Preparations and other knows prerequisites
    1737650 - EHP7 for SAP ERP 6.0 SP Stacks - Release & Information Note
    1865866 - SAP EHP 7 for SAP ERP 6.0 - Release Information
    Divyanshu

  • Custom Reports for ESS/MSS ?    with PNP??

    I am trying to create a custom report for ESS, and am unsure if I can use the PNP logical database in this code.  I am concerned that if the associate does not have access to see those infoytpes in production, then they would not be able to see their own data from those infotypes in ESS. 
    Can anyone offer their opinion?  Thank you!!!!

    Hi Subash,
    This would be the case.As the J2EE version with ECC6.0 is 7.0 and we need to apply the BP to both ECC and EP.
    Try to think , how do you balance EP6.0 with 6.40 J2EE engine <-> ECC6.0 with 7.0 J2ee engine? will get the answer!
    Regards,
    Surya

Maybe you are looking for

  • Importing songs from an external Hard Disk

    As I am using a laptop, with a small amount of hard disk space and due to my excessive amount ofmusic I wish to hold my music on a external hard disk (there for is not anywhere on the c:). However when I tried to import this music into my i-tunes lib

  • CS5 AI. How to add accented text character in windows

    I am trying to get the accented (acute/forward) characters for a, e, i, o, u. (and their capital versions) in illustrator CS5 (Windows 7). I do not want to use the Glyphs - impractical. Neither do I want to use the windows character box or Alt xxxx c

  • Geforce 4 64MB

    well recently after i bought my geforce 4 ... i had problems such as not being able to play 3d games for more than a certain time... but after i bought my new power supply (475) everything was fine except that when i play 3d games now it does not fre

  • Autohide-topbar extension for gnome 3.2.1 (SOLVED)

    I can't get neither gnome-shell-extension-autohide-topbar nor gnome-shell-extension-zodiac-autohidetopbar-git to work. They install fine, but they simply do not show up in gnome-tweak-tool -> extensions. I don't have them both installed at the same t

  • Server context path in the listener class

    Hi, I have a listener class which sends a notification mail. The mail should contain a URL to a page on the server where this listener class is invoked. How can I construct the absolute URL in the lsitener class?