MOPZ - Error during call of SAP back end system

Hi Experts,
I have this error during MOPZ - "select OS/DB dependent files" and following option as well.
I have checked SAP NOTE 982045, but still cannot solve the issue.
SM59 - SAP-OSS and SAPOSS connection test is successful.
I have no idea what else is going wrong. kindly advise id you have any idea.
Below are some error logs.
From MOPZ
Error calling SAP back-end system: Local gateway not running / CPIC-CALL: 'ThSAPCMRCV'SAP-OSS via RFC destination.
From SM21
Call of function GwRead failed, RC: -095
Communication error, CPIC return code 017, SAP return code 24
> Conversation ID: 13681187
> CPI-C function: CMRCV
From dev_rfc8
**** Trace file opened at 20140904 134347 Malay Peninsula Standard Time, by disp+work
**** Versions SAP-REL 721,0,300 RFC-VER U 3 1498740 MT-SL
======> CPIC-CALL: 'ThSAPCMRCV' : cmRc=17 thRc=247
Local gateway not running                                               
ABAP Programm: CL_SM_DATA_SENDER_RFC=========CP (Transaction: )
Called function module: /SPN/SBI_INTERFACE
User: BT_BASIS (Client: 100)
Destination: SAP-OSS (Handle: 4, DtConId: 22F633E42CC0F1D280C9A0D3C1069543, DtConCnt: 1, ConvId: 12214252,{22F633E4-2CC0-F1D2-80C9-A0D3C1069543})
EPP RootContextId: A0D3C10695431ED48CFEB45C956820C9, ConnectionId: D3F533E43BF2F12C80C9A0D3C1069543, ConnectionCnt: 1
EPP TransactionId: D3F533E43BF2F12A80C9A0D3C1069543
SERVER> RFC Server Session (handle: 1, 18243574, {D3F533E4-3BF2-F12C-80C9-A0D3C1069543})
SERVER> Caller host:
SERVER> Caller transaction code:  (Caller Program: CL_MO_SMP_ADAPTER=============CP)
SERVER> Called function module: AGS_MOPZ_SMP_RFC
Error RFCIO_ERROR_SYSERROR in abrfcpic.c : 3712
CPIC-CALL: 'ThSAPCMRCV' : cmRc=17 thRc=247
Local gateway not running                                               
Error RFCIO_ERROR_MESSAGE in abrfcio.c : 1973
Thank you.
Por.

Hi
there are following things you can do
1. log on to your SAP Router
2. check entries in SAPRoutab.
3. Telnet SAPSERV2 (Sap responding server) (Tcode oss1 will give you details of which SAP serve you are connecting ) on port 3299
4. if you are able to telnet SAPserve from your Router server  then raise the call to SAP and ask whether they can reach your saprouter or not
5. check /etc/services files and check for service 3299 defined or not
6. telnet local Router server with port 3299
7 try to download Sap Note from SNOTE in you solman system.
all the best
Regards
Dishant.

Similar Messages

  • Error during call of SAP back end system

    Hi all,
    I'm trying to update spam passing by the maintenance optimizer but i have this error when i have to confirm the file..see the screenshoot
    [http://fdf.cod.free.fr/screen5.JPG]
    [http://fdf.cod.free.fr/screen6.JPG]
    I have check the RFC conection (autorisation check...) but i don't kno....
    Thx for any help.
    An other thing : i have this screen and don't think it's normal but i don't kno what to do????
    [http://fdf.cod.free.fr/screen7.JPG]
    Edited by: Fabrice BABY on Mar 19, 2008 12:02 PM

    Hi,
    IS your SAP-OSS RFC working. Do a Connection Test to this RFC. Check your router settings also.
    Feel free to revert back.
    --Ragu

  • Error : No valid R/3 Back-end system

    Hi CRM gurus,
    I'm trying to connect SAP CRM 5.0 to SAP ECC 5.0.
    When I launch trx R3AS for downloading the first object of the list coming from Best Practise (DNL_CUST_ACGRPB), I am getting the above error: "No valid R/3 Back-end system."
    Now the point is that RFCs work smoothly, administration console as well and R/3 view CRMRFCPAR was filled correctly.
    Where is the problem? I'm looking into, but without results.
    Any suggestions in this issue will be rewarded.
    Regards,
    AndreA

    Many thanks Praveen,
    I have carried out all the checks in the tables and it seems that everything is fine!.
    Creating a RFC Destication for CRM in R/3
    Maintain Table CRMRFCPAR and CRMCONSUM?
    In Table CRMPAROLTP, Parameter "crm release" should set to your CRM version ( ex 500 for crm 5.0)
    Maintain table TBE11, APPI should be NDI(new dimension integration),A yes
    I don't really know where the error could lay.
    Andrea

  • Error during call to AdobeDocumentServer

    Hi,
    I developed an Interactive Form application in Web Dynpro (NWDS 2.0.18 & SAP WAS 6.40 SP 18).
    When I tried to run the application, getting this error:
    com.sap.tc.webdynpro.services.exceptions.WDRuntimeException: Error during call to AdobeDocumentServer: Processing exception during a "Render" operation. Request start time: Thu Mar 29 09:19:44 EDT 2007.
    What causing the problem and how to resolve it?
    Thanks
    Thruna

    Hi Sundar,
    you can try to check the R/3 and ADS connectivity configuration.
    You can refer to Notes No:944221, 682619 which determine the steps to test the ADSconfiguration and troubleshoot.
    After you must install on client the latest versione af Adobe Reader and the right version of ACF (downloadable from marketplace).
    Hope this helps you.
    PS: Award points for good answers.
    Best regards,
    Gianluca Barile

  • Error during calling BPEL Process Using Oracle BPEL Process Manager Client

    hi,
    I have the following error during Calling BPel process and I can not detect the reason :
    Exception in thread "main" java.lang.NoClassDefFoundError: javax/ejb/EJBException
         at com.oracle.bpel.client.util.ExceptionUtils.handleServerException(ExceptionUtils.java:76)
         at com.oracle.bpel.client.delivery.DeliveryService.getDeliveryBean(DeliveryService.java:254)
         at com.oracle.bpel.client.delivery.DeliveryService.request(DeliveryService.java:83)
         at com.oracle.bpel.client.delivery.DeliveryService.request(DeliveryService.java:53)
         at portlet.BPELProcess.startProcess(BPELProcess.java:68)
         at portlet.BPELProcess.main(BPELProcess.java:89)
    My Code :
    locator = new Locator("default", "welcome1");
    deliveryService = (IDeliveryService)locator.lookupService(IDeliveryService.SERVICE_NAME);
    String SchemaInputXML = "<soap:Envelope xmlns:soap=\"http://schemas.xmlsoap.org/soap/envelope/\">\n" +
    " <soap:Header/>\n" +
    " <soap:Body xmlns:ns1=\"http://www.globalcompany.com/ns/sales\">\n" +
    " <ns1:User>\n" +
    " <ns1:FirstName>787878</ns1:FirstName>\n" +
    " <ns1:LastName>ujfyytytry</ns1:LastName>\n" +
    " </ns1:User>\n" +
    " </soap:Body>\n" +
    "</soap:Envelope>\n";
    NormalizedMessage nm = new NormalizedMessage();
    nm.addPart("payload", SchemaInputXML);
    deliveryService.request("userBPEL", "initiate", nm); --> here exception appear
    userBPEL is my Process Name
    initiate is BPel method

    Message was edited by:
    Marc Kelderman

  • Error during implementation of SAP Note 41715

    Hi,
      I got the following error during implementation of SAP Note 41715.
    "Error during RFC connection to SAPNet, cannot update SAP Note"
    Why do we get this error? Any ideas.
    Thanks,
    Ibrahim

    Hi,
    this SAP note is a very old SAP modification note.
    I  think, you have to do all work manually.
    But have a look at the note: You have to install some other SAP notes before that!
    Regards,
    Klaus

  • Client Copy back-end system

    Hi Guys,
    We have made a client copy of the back-end system of SRM (SRM 5.0). Only the back-end and not SRM has been copied.
    After replication all the master- and customizing data again to SRM from the 'new' back-end I have found an issue with updating the suppliers.
    It seems that I can not remove old business partners from SRM with BUPA_TEST_DELETE if these are used already in SC's. However the new copy of the back-end system has completely different suppliers we need to use in SRM. This causes for an inconsistency with the supplier numbers, as we want to keep the R/3 numbers in SRM.
    Does anyone has a good idea how to proceed? That is, how can I remove the business partners (suppliers) in SRM which were used before the client copy of R/3, so that I will be able to completely get all the relevant 'new' vendors from the R/3 system after the client copy.
    When I execute BUPA_TEST_DELETE it will end up in error saying the suppliers can not be removed. Do I need to archive all the old documents (SC & PO) before I can remove all vendors in SRM, or is there a way to force the removal of all the business partners from before the back-end client copy?
    Thx.
    Skander

    Hi,
    I already figured out how to solve the issue.
    For anyone who wants to know how to:
    -First clear the vendor groups in the vendor hierarchy; do not renove the root node
    -Then run BBPGETVD which will get you the new vendors from the back-end; for me only role LF for suppliers.
    -Then run BBPUPDVD which will update all the fields for the old business partner numbers in SRM which were used in documents, and replicated from the old back-end system.
    In my case I had to play a litlebit with the setting 'only creditors', to update BP numbers which were not suppliers in the new back-end.
    After performing these steps everything should be fine.
    So it's perfectly possible to make a client copy of only the back-end system without copying SRM (in the classic scenario that is).
    Rgds,
    Skander

  • Role mapping between Portal and Back end systems

    I am new to SAP EP.
    I just want to know how the mapping between portal and back end system happens.
    Scenario : There is a role in ECC system...say FI India. Now there is a request by the FI team that they want to access this role from Portal. In this case, please tell me how the security team will do it. Because I guess, it has to be done by the security team.

    Hi,
    Usually the role from backend is uploaded to portal then it will be seen as Group and we need to assign our portal roles to this group. Please refer [this|http://help.sap.com/saphelp_nw73/helpdata/en/d6/7859ec80df46738e23ccb4f4c8c502/content.htm].
    Regards,
    Samir

  • Two SRM systems connected to One back end system

    Hi..
    Note: I have posted this message earlier ......but couldn't find that. I am just reposting the message:
    In our quality environment, we have two SRM and two backend systems. One for testing purpose and other for training purpose. We are planning to remove one back end system and connect both the SRM systems to one backend system.
    1. Is it possible to have this landscape?
    2. In SRM & R/3 we can define two RFC connnections but from R/3 side, I am not sure how the system will determine the respective RFC connection during GR or any other process.
    3. Are there any other difficulties?
    We are in SRM 4.0 using Extended classic scenario. We are using SRM for processing shopping cart, Po and confirmations.
    Please advise.
    Thanks.

    Hi Prashanth,
    is  very much possible.
    for this you need to configure the partner profiles.
    need to define port
    need to configure inbound paramters and outbound parameters.
    we20 - create partner profiles.
    define outbound parameters and inbound parameters of the message type.
    we21 - define port.
    under Transactional RFC.
    and create a distribution model and add message type.
    revert back to me if any problem still you find.
    regards
    sai

  • Vendor Replication and Different Back-end Systems

    Hello,
    Currently, we have vendor replication were the vendor number from the back-end is used in SRM-EBP.  Now, we want add another back-end but there are vendor number conflicts.  Is there a way to configure it so that the new back-end replicaition generates new numbers in SRM-EBP? 
    Honestly, there should be a cleansing and alignment of vendor numbers between the two back-end systems. However, that is big task that the organization doea not want to take on at this time.
    Has anyone encounter this issue and how did you resolve it?
    Regards, Dean.
    Edited by: Dean Hinson on Feb 3, 2010 3:26 PM

    Hi,
    You can find option "If R/3 number assignment is not possible: Internal number assignment" in the bottom of BBPGETDV transaction screen.
    Regards,
    Masa

  • Can two different SRM clients systems connect to one R/3 Back-end system?

    Hello,
    Trying to developing SRM Co-Exist/Global strategy, based on the following scenario:
    1.  Two different SRM client systems, each at DIFFERENT SRM Version/Release Level.  SRM system "A" runs in Stand-Alone and Extend Classic Scenario mode.  SRM system "B" runs in Classic Scenario mode
    2.  Two different R/3 back-end systems, each with SAME R/3 4.7 Version/Release Level.
    Question 1:  Can the two (2) different SRM client systems be connected to one (1) of the R/3 back-end systems?
    Question 2:  Are there any Basis Plug-In (PI_BASIS) issues/difficulties to consider from either the SRM client or R/3 back-end side?
    Question 3:  Does each SRM client need it own unique transaction document type(s) and number range(s) definitions?
    Question 4:  Are there any other difficulties, for example, with RFC and Partner Profile related definitions and what are the steps to address/resolve difficulties?
    Please advise and thanks in advance for your feedback!
    Regards,
    Ed
    Edited by: Ed Shigo on Mar 16, 2009 6:40 AM

    Question 1: Can the two (2) different SRM client systems be connected to one (1) of the R/3 back-end systems?
    They can be connected
    Question 2: Are there any Basis Plug-In (PI_BASIS) issues/difficulties to consider from either the SRM client or R/3 back-end side?
    Make sure that you have unique consumer entries for Middleware for Material replication, RFCs etc
    Question 3: Does each SRM client need it own unique transaction document type(s) and number range(s) definitions?
    Yes you need to have them.
    Question 4: Are there any other difficulties, for example, with RFC and Partner Profile related definitions and what are the steps to address/resolve difficulties?
    Don't see any difficulties as long as the a structured approach is followed.

  • Value for customized fields didn't get copied to back end system

    Hi,
    We are in SRM 4.0 and using extended classic scenario.
    We have defined two customized fields in account assignment tab in shopping cart and SRM Po and also in back end PO.
    SRM POs are having values for the field but while transferring the Po details to back end system, for some of the line items of the Po the entries are missing in back end system.
    Problem is only with few line items of the PO.
    Have tried with FM like BBP_PD_PO_TRANSFER_EXEC  and BBP_PD_SC_RESUBMIT, but it is not transfering the values to back end.
    Is there any other way to push the missing values to back end system.
    Please advise.
    Thanks.

    Sk,
    Table adjustment has to be done accordingly. Get in touch with your Basis team.
    Thanks.

  • Error during installation of SAP Netweaver 7.01 ABAP Trial Version

    Hello everyone,
    i tried to install 'SAP Netweaver 7.01 ABAP Trial Version' on my laptop using an VMWare Server.
    My used operating system on my VMWare Server is 'Windows Server 2003 Enterprise Edition'.
    I´ve executed within the folder D:...SAPNetWeaver701SAPNW7.01ABAPTrialimageSetup.exe
    and entered all necessary informations to start the installation.
    More or less 30mins. later i got the following message from the system:
    'An error occurred and product installation failed.  Look at the log file E:sapdbNSPlog.txt for details.'
    The log text show the following information:
    Line: -
    (Dec 25, 2009 1:53:43 PM), Install, com.sap.installshield.maxdb.maxdb_call_sdbinst, err, An error occurred and product installation failed.  Look at the log file E:sapdbNSPlog.txt for details.
    (Dec 25, 2009 1:53:43 PM), Install, com.sap.installshield.maxdb.maxdb_call_sdbinst, err, ProductException: (error code = 601; message="An Error happened during call of MaxDB Tool sdbinst. Check end of Logfile C:/DOCUME1/ADMINI1/LOCALS~1/Temp/MaxDBSAPNWPREV.log")
    STACK_TRACE: 22
    ProductException: (error code = 601; message="An Error happened during call of MaxDB Tool sdbinst. Check end of Logfile C:/DOCUME1/ADMINI1/LOCALS~1/Temp/MaxDBSAPNWPREV.log")
         at com.sap.installshield.maxdb.maxdb_call_sdbinst.install(maxdb_call_sdbinst.java:193)
         at com.installshield.product.service.product.PureJavaProductServiceImpl.installProductAction(Unknown Source)
         at com.installshield.product.service.product.PureJavaProductServiceImpl$InstallProduct.getResultForProductAction(Unknown Source)
         at com.installshield.product.service.product.InstallableObjectVisitor.visitComponent(Unknown Source)
         at com.installshield.product.service.product.InstallableObjectVisitor.visitInstallableComponents(Unknown Source)
         at com.installshield.product.service.product.InstallableObjectVisitor.visitProductBeans(Unknown Source)
         at com.installshield.product.service.product.PureJavaProductServiceImpl$InstallProduct.install(Unknown Source)
         at com.installshield.product.service.product.PureJavaProductServiceImpl.installProduct(Unknown Source)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
         at java.lang.reflect.Method.invoke(Unknown Source)
         at com.installshield.wizard.service.LocalImplementorProxy.invoke(Unknown Source)
         at com.installshield.wizard.service.AbstractService.invokeImpl(Unknown Source)
         at com.installshield.product.service.product.GenericProductService.installProduct(Unknown Source)
         at com.installshield.product.service.product.PureJavaProductServiceImpl.installAssembly(Unknown Source)
         at com.installshield.product.service.product.PureJavaProductServiceImpl.access$900(Unknown Source)
         at com.installshield.product.service.product.PureJavaProductServiceImpl$Installer.execute(Unknown Source)
         at com.installshield.wizard.service.AsynchronousOperation.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    Line: -
    Can anyone help me with this??? I have no ideas how to solve this problem.
    Thank you very much.

    Check end of Logfile C:/DOCUME~1/ADMINI~1/LOCALS~1/Temp/MaxDBSAPNWPREV.log
    have you checked that log?

  • Database Error during installation of SAP NetWeaver 7.01 ABAP Trial Version

    Hi All,
    I was installing the SAP NetWeaver 7.01 ABAP Trial Version but during the installation i got some MaxDB error.
    Log.txt
    (Apr 28, 2010 10:13:41 PM), Install, com.sap.installshield.maxdb.maxdb_call_sdbinst, err, An error occurred and product installation failed.  Look at the log file F:\sapdb\NSP\log.txt for details.
    (Apr 28, 2010 10:13:41 PM), Install, com.sap.installshield.maxdb.maxdb_call_sdbinst, err, ProductException: (error code = 601; message="An Error happened during call of MaxDB Tool sdbinst. Check end of Logfile C:/DOCUME1/ASHISH/LOCALS1/Temp/MaxDBSAPNWPREV.log")
    STACK_TRACE: 22
    ProductException: (error code = 601; message="An Error happened during call of MaxDB Tool sdbinst. Check end of Logfile C:/DOCUME1/ASHISH/LOCALS1/Temp/MaxDBSAPNWPREV.log")
    at com.sap.installshield.maxdb.maxdb_call_sdbinst.install(maxdb_call_sdbinst.java:193)
    at com.installshield.product.service.product.PureJavaProductServiceImpl.installProductAction(Unknown Source)
    at com.installshield.product.service.product.PureJavaProductServiceImpl$InstallProduct.getResultForProductAction(Unknown Source)
    at com.installshield.product.service.product.InstallableObjectVisitor.visitComponent(Unknown Source)
    at com.installshield.product.service.product.InstallableObjectVisitor.visitInstallableComponents(Unknown Source)
    at com.installshield.product.service.product.InstallableObjectVisitor.visitProductBeans(Unknown Source)
    at com.installshield.product.service.product.PureJavaProductServiceImpl$InstallProduct.install(Unknown Source)
    at com.installshield.product.service.product.PureJavaProductServiceImpl.installProduct(Unknown Source)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at com.installshield.wizard.service.LocalImplementorProxy.invoke(Unknown Source)
    at com.installshield.wizard.service.AbstractService.invokeImpl(Unknown Source)
    at com.installshield.product.service.product.GenericProductService.installProduct(Unknown Source)
    at com.installshield.product.service.product.PureJavaProductServiceImpl.installAssembly(Unknown Source)
    at com.installshield.product.service.product.PureJavaProductServiceImpl.access$900(Unknown Source)
    at com.installshield.product.service.product.PureJavaProductServiceImpl$Installer.execute(Unknown Source)
    at com.installshield.wizard.service.AsynchronousOperation.run(Unknown Source)
    at java.lang.Thread.run(Unknown Source)

    Hi,
    In environment variables under system variables see if the path to java has been set,
    JAVA_Home
    C:\j2sdk1.4.2_11
    JRE_PATH
    C:\Program Files\Java\j2re1.4.2_11\bin\java.exe
    Both these variables should be set.
    The values would differ on the version of java that you are using and the
    path where you have java installed.
    I suggest you go with Java version 1.4.2_*.
    Regards,
    Vishnu

  • Error during installation of SAP NetWeaver 2004s Abap Trial Version

    The following error occurred during installation of SAP NetWeaver 2004s ABAP Trial Version:
    ERROR 2008-03-13 09:47:27
    FSL-00001  System call failed. Error 53 (Network path not found.) in execution of system call 'CreateFile' with parameter (
    127.0.0.1\sapmnt\trans\bin\DOMAIN.CFG, GENERIC_READ|GENERIC_WRITE, FILE_SHARE_READ|FILE_SHARE_WRITE, NULL, CREATE_NEW, FILE_ATTRIBUTE_NORMAL, NULL), line (763) in file (synxcpath.cpp).
    This error occurred at the end of the installation.
    Any idea?
    Thank's, Thiago.

    >
    Thiago Amaral wrote:
    > Ps: I already restarted my notebook.
    That does not automatically start your instance. Have a look at the shortcuts SAP installed in your startmenu. There's both a startscript and a stopscript.

Maybe you are looking for