How to solved RFC connection (EarlyWatch)

Hi,
I having problem in Solution Manager 4.0 (EarlyWatch Report)
R/3 landscape (NDV,NQA,NPR)
NDV and NPR does works fine and getting EWA everyweek which is schedule every week
NQA does not work at all
Screenshot here:
http://www.flickr.com/photos/25222280@N03/2586790185/sizes/o/
1. I check RFC connection in solution manager (sdccn)
Selected NQA, and click RFC button
Login NQA tr: sdccn --> taskLog --> from menu GOTO --> setting --> Processor task
Checkhosts then double click (RFC destination) I got error: "no host fulfils the requirements of service data control center"
Is there any problem please let me know
Screenshot here:
http://www.flickr.com/photos/25222280@N03/2586794197/sizes/o/
2. Goto SM59 --> under R/3 connection --> check connection "SM_NSMCLIENT100_BACK" does works fine...
screenshot here:
http://www.flickr.com/photos/25222280@N03/2586794219/sizes/o/
Question: please let me know where and what i am missing or wrong ?
Thanks in Advanced

Hi Issue,
These can solved in two ways.
1. You dont need an trusted RFC for EWA. You can get the reports w/o TRUSTED. if you really need this, then follow option 2.
2. Add S_RFC & S_RFCACL autorization objects to your ID in both systems. Solman & Target system.
This will solve your issue.
Thanks,

Similar Messages

  • How to Alert RFC connection failure via message mapping? Kindly Help!

    Hi Experts,
        I have a JMS - XI - RFC scenario.
    JMS receives the Rosattenet PIP contents and sends it to RFC function module in remote SAP R/3 system.
       I have a requirement where I have to monitor RFC connection failure because of the remote R/3 system being down. I have to send a email alert where the subject contains the PIP number to understand for which PIP the connection failed.
      The PIP number exists in the PIP content at the interface.
      If I use the Alert configuration in the runtime workbench for monitoring then I cannot dynamically pass the PIP number.
      Only way I think of triggering alert is in the message mapping via a Java UDF.
      But I am not sure how can I do this? How do I check in the UDF if RFC connection has failed? Is this the correct approach?
      How to acheive my requirement? Note that my email subject content is dynamic bacause if PIP number.
    Please help!
    Thanks
    Gopal
    Message was edited by:
            gopalkrishna baliga

    Hi Gopal,
    what version/sps of XI are u running?
    The easiest way to do what u want inside a UDF is to
    1. use JCo to try estabilish a connection to the remote SAP System
    2. if that fails, use JavaMail to send an email message
    Let your UDF work on the PIP number, accepting it as input, and (maybe) returning it as output if everything goes ok. Otherwise break the mapping execution as described by Michal in one of his last weblog (using Dynamic Configuration).
    Note that the above method doesn't guarantee that the message will be actually delivered, as some seconds could last between your check and the real RFC delivery operated by the Adapter Engine...
    I am evaluating a way to do the same with Alert Framework. I will let you know the result!
    Cheers,
    Alex

  • How to debug RFC connection using RfcOpenEx?

    Hi,
    I use COOPC1 to test a RFC connection and this transaction uses RfcOpenEx which fails.
    How can I debug this connection?
    Best regards
    Marty

    Hi,
    in fact the conection from SAP to the destination works using SM59. but the system reply with a connection using RfcOpenEx but this function fails because there is a mixup with the parameters maybe a wrong type.
    I will try to debug from the tcode COOPC1 when I start a subscription.
    Thanks
    Marty

  • How to close RFC connections

    The RFC connections to the R/3 backend system are not closed when I close my iviews which are created in the Visual Composer. Each time the iview is reloaded, an additional RFC connection is opened...
    Has someone a solution for this problem?
    Kind regards
    Frank

    Hi Frank,
    The connector pool keep the connection alive to be reused by the model iViews datasource, those connections will be closed at the timeout or when CLEANUP runs.
    It's not a problem is the way how the connector framework works
    You can adapt the timeout according SAP Notes 913483 & 314530
    Best Regards, Luis

  • How to close RFC connection in one script coding

    In one script, I am using the REF command to call another 2 scripts and these called scripts shd be run on same C36 ( test system). I shd close RFC connection between these 2 scripts.
    That is , once the 1s script over the RFC shd be closed and the user has to give usename and pwd  then  2nd script shd run.
    I have tried with the following code…. But it says RFC is not open……
    REF ( Y04S_FC_RM_CJ88_112 , Y04S_FC_RM_CJ88_1 , C36_999 ).   (when execute this script RFC to C36 will be created and after execution that RFC shd be closed so I included following ABAP code)
    ABAP.
      data : dest type RFCDEST.
      move 'S4_SAPC36999' to dest.                                       
      move dest to v_dest.
    *--Close the connection before opening it incase it is opened
              call function 'RFC_CONNECTION_CLOSE'
                   exporting
                        destination          = dest
                   exceptions
                        destination_not_open = 1
                        others               = 2.
              if sy-subrc <> 0.
              endif.
              move sy-subrc to v_subrc.
    ENDABAP.
    REF ( Y04S_FC_RM_CJ44_112 , Y04S_FC_RM_CJ44_1 , C36_999 ). (here agagin the RFC will be created and this script will be exectued.)

    In one script, I am using the REF command to call another 2 scripts and these called scripts shd be run on same C36 ( test system). I shd close RFC connection between these 2 scripts.
    That is , once the 1s script over the RFC shd be closed and the user has to give usename and pwd  then  2nd script shd run.
    I have tried with the following code…. But it says RFC is not open……
    REF ( Y04S_FC_RM_CJ88_112 , Y04S_FC_RM_CJ88_1 , C36_999 ).   (when execute this script RFC to C36 will be created and after execution that RFC shd be closed so I included following ABAP code)
    ABAP.
      data : dest type RFCDEST.
      move 'S4_SAPC36999' to dest.                                       
      move dest to v_dest.
    *--Close the connection before opening it incase it is opened
              call function 'RFC_CONNECTION_CLOSE'
                   exporting
                        destination          = dest
                   exceptions
                        destination_not_open = 1
                        others               = 2.
              if sy-subrc <> 0.
              endif.
              move sy-subrc to v_subrc.
    ENDABAP.
    REF ( Y04S_FC_RM_CJ44_112 , Y04S_FC_RM_CJ44_1 , C36_999 ). (here agagin the RFC will be created and this script will be exectued.)

  • How to setup RFC Connection for SAPOSS?

    Dear Experts,
    I tried to setup the RFC connection for SAPOSS based on the following settings, but when I test connection, it failed.
    Target system : OSS
    Msg. Server : ... ( this where I stuck which I'm not sure what to fill in)
    Group : EWA
    Client : 001
    User : OSS_RFC
    Password : CPIC
    Does anyone know the right settings?
    Regards,
    Abraham

    Hi all,
    Do I really need to setup our own SAProuter if our firewall doesn't block any outbound IP address?
    I've tried the following settings in OSS1 but still failed to connect.
    SAProuter at SAP :-
    Name : sapserv3 ( or sapserv7 or sapserv2)
    IP address : 147.204.2.5   (or 194.39.134.35 or 194.39.131.34)
    Instance no : 99
    SAPNet Message Server
    Name : oss001
    DB Name : 001
    Instance No : 01
    I left the SAProuter1 and SAProuter2 (at customer site) blank.
    Did I miss out anything?

  • How to find rfc connection exist between R/3 and APO ?

    Hi all,
    i wanted to find out...
    rfc connection exist between R/3 and APO ?
    kindly help in this regard..
    Thanks
    Joshi

    Hi Sridhar,
    If u have access to SM59 transaction then u can check and test the connection there it self.
    If u don't have access then check the table RFCDES where all RFC destinatios defined for your system is stored.
    Thanks,
    Vinod.

  • How to debug RFC connection?

    I have got an error when SAP execute RfcOpenEx.
    How to debug RfcOpenEx and setup breakpoint?
    Thanks for your help
    Marty

    Hi,
    in fact the conection from SAP to the destination works using SM59. but the system reply with a connection using RfcOpenEx but this function fails because there is a mixup with the parameters maybe a wrong type.
    I will try to debug from the tcode COOPC1 when I start a subscription.
    Thanks
    Marty

  • How I solved my connection problem

    I suffered non connection problem sometime back with bluesoliel to Pc Suite,they way I solved it was like this:-(Btw Having 2pcs both on winXpProSP2,[1)bluesoliel 1.6.1.4.][2)bluesoliel 1.4.+.+]Nokia 6600,NGage and Nokia 3250)
    1.I started off with N6600 Pc Suite Installation, activated it and configured Mrouter by activating every comport,(while installing Pc suite dont install Connection manager).After that shut down Pc suite, and Install N activate bluesoliel do search for device once u get device pair it and check for services.
    2.By this time the serial connection service icon should light up,Click connect and you will get an ERROR message saying cant connect.Just terminate all including bluesoliel.
    3.Go to device manager and update the blue tooth driver(point to c:/program/bluesoliel till you get the driver(never use automatic search)And also blue thooth Pan device driver.Machine will want to restart,DONT.
    4.Go to C:/windows/inf here look for bth.inf rename to bth.bak.than restart pc
    5.Ater restarting dont activate Pc suite,bluesoliel will startup automaticly do the same again detect device and services connect on serial,will get a non connecting error again ,now wait a while than you can see bluesoliel connecting on 1 of the com automaticly (in my case was com 6)once u know what com its connecting automaticly note down the com port next open bluesoliel main window go to /tools/my bluethooth device,click on an another screen will open, there click on UART,than the advance cofiguration can be accesed, here choose the right com port (whch you have noted down)set baud rate to 115200,set flow control to RTS/CTS. Restart bluesoliel again.
    6.Search for device,that services, start connect on serial device,now the waiting will be shortened,the auto conectivity will swing in, fire up Pc suite it should work by now.
    Hope this helpes
    Azrilo
    (P.s Got a few enquiries from other forum where I have posted this,and here R a few details which I might have omitted off :-)
    A) After Installing Blue tooth stacks, and also Pc suite 6600, just dont keep on restarting only but do a shutdown also, cant explain but some machines seems to get connected after shutting it down and restarting.
    b) Remember to Use only Pc suite for Nokia 6600 specific ver 1.1.0
    c) If after doing all the stuff up there n if it still cant connect check at device manager/ click on bluethooth device and on the view choose device by connection and you should get all these bluetooth devices;-
    11 Bluetooth Serial ports(e.g. COM3-COM13)
    Bluetooth PAN Network Adapter
    4 Bluetooth virtual Modem
    Bluetooth AV Audio Device
    Bluetooth SCO Audio Device
    Bluetooth HID Enum device
    Bluetooth Vcomm Manager
    Bluetooth HID Manager
    If some of them r not there do an add hardware and locate from the folder where the dongle driver is located.NEVER USE MICROSOFT DRIVERS.
    Hope this covers the rest.
    *in my opinion the problem of bluethooth connection to pc suite is caused by microsoft stacks and that also depending on the dongle plus the provided dongle*
    Cheers.

    Hello and welcome to the Forums.
    DBFixit by Pimlico software can be a god send at times trying to find and fix corrupt data. Although by Palms standards it is considered 3rd party software we cannot support it, but let me tell you we recommend it all the time to our customers with data issues. It is designed to work on Palm OS's and does a great job. I'm glad it worked out for you. 

  • How to solve: DB-Connect Failed, Return Code 000256 ?

    Hi all experts:
        My operation system: Win2003 server
        database: SQL Server 2000 SP1
        Because of my database error, I have restore database from backup, now the database has started normally, but when I start SAP, in SAP management console, there syslog show error as: DB-Connect Failed, Return Code 000256.
    Then I go to F:\usr\sap\QAS\DVEBMGS00\work to see dev_w0, find the error as follow:
    X ES initialized.
    M calling db_connect ...
    C ExecuteAndFlush return code: 0x80040e14 Stmt: [if user_name() != 'qas' setuser 'qas']
    C HandleOledbError [ExecuteAndFlush,line 36912]: Error/Message: (err 4604, sev 0), There is no such user or group 'qas'.
    C setuser 'qas' failed -- connect terminated
    C ExecuteAndFlush return code: 0x80040e14 Stmt: [if user_name() != 'qas' setuser 'qas']
    C HandleOledbError [ExecuteAndFlush,line 36912]: Error/Message: (err 4604, sev 0), There is no such user or group 'qas'.
    C setuser 'qas' failed -- connect terminated
    C ExecuteAndFlush return code: 0x80040e14 Stmt: [if user_name() != 'qas' setuser 'qas']
    C HandleOledbError [ExecuteAndFlush,line 36912]: Error/Message: (err 4604, sev 0), There is no such user or group 'qas'.
    C setuser 'qas' failed -- connect terminated
    C failed to establish conn. 0
    M ***LOG R19=> tskh_init, db_connect ( DB-Connect 000256) [thxxhead.c 1197]
    M in_ThErrHandle: 1
    M *** ERROR => tskh_init: db_connect (step 1, th_errno 13, action 3, level 1) [thxxhead.c 8847]
    M
    Can you help me? Thanks a lot.

    check note 98678 and 610640
    thanks
    prince

  • Establishment of the RFC-connection

    Hi!
    I am about to set up the RFC connection to SAP system from SAP Solution Manager.
    The following connection between the systems/server was configured:
    my server --> SAP Router 1 --> SAP Router 2 --> SAP System
    How should the RFC-connection look like?
    The errors I getting are:
    Logon                     Connection Error
    Error Details     Error when opening an RFC connection
    Error Details     ERROR: timeout during allocate
    Error Details     LOCATION: SAP-Gateway on host  on host dzla9005 (wp 1)
    Is there some special SAP notes for that issue?
    Thank you very much!
    regards

    Hello Thom,
    Facing the same issue.
    Did you solve it ?
    Regards,
    Gidion

  • I'm trying to connect my 30" Cinema Display to my new Mac Pro along with a new Apple 23'" monitor.  The new Apple monitor is fine.  On the cinema monitor everything is blown up pretty large.  Any ideas on how to solve this?

    I'm trying to connect my 30" Cinema Display to my new Mac Pro along with a new Apple 23'" monitor.  The new Apple monitor is fine.  On the cinema monitor everything is blown up pretty large.  Any ideas on how to solve this?

    The 30" display needs a DUAL-LINK adapter.
    <http://store.apple.com/us/product/MB571Z/A/mini-displayport-to-dual-link-dvi-ada pter>

  • How to solve problem - " Safari cannot open page because it isn't connected to the internet" but the airport is ok. signal full and i have n IP address.

    How to solve problem - " Safari cannot open page because it isn't connected to the internet" but the airport is ok. signal full and i have n IP address. and i m using Macbook pro.
    OS snow leopard and above...

    Do you have this problem with all websites, or only some? If only some, which ones?

  • How to specify a variable in the path prefix of an External HTTP (RFC) connection (in transaction SM59)

    Hi There,
    Please can someone tell me how to specify a variable in the  path prefix of an External HTTP (RFC) connection in transaction SM59?
    For example if my path prefix is /invoke/test/example?input=XYZ; how do I replace "XYZ" with a variable so that I can pass in any value after "=" ?
    Thanks,
    Brendon

    Hi,
    This is SAP Business one system administration forum. Please find correct forum and repost above discussion to get quick assistance.
    Please close this thread here with helpful answer.
    Thanks & Regards,
    Nagarajan

  • My external hard drive will no longer connect to my macpro......any ideas on how to solve this problem??

    My external hard drive will no longer connect to my macbook pro via FW800........Any ideas on how to solve this??

    Reset the SMC, see this Apple note: http://support.apple.com/kb/HT3964
    Also reset the PRAM:
    Shut down the computer.
    Locate the following keys on the keyboard: Command, Option, P, and R. You will need to hold these keys down simultaneously in step 4.
    Turn on the computer.
    Press and hold the Command-Option-P-R keys. You must press this key combination before the gray screen appears.
    Hold the keys down until the computer restarts and you hear the startup sound for the second time.
    Release the keys.
    In most cases, those two actions will fix the port issue. If it's still an issue, you may need to see if the external hard drive can connect to another system, to ensure it's not having problems.

Maybe you are looking for