Inbound RFC - Where to create connection?

Hi all,
I have an inbound RFC interface (XI -> R/3).
Does an RFC connection need to be created?  If yes, does the connection get created in SM59 on the R/3 system or on the XI system?
Thanks!

Hi Daniel,
You dont need to create RFC for inbound RFC.
Specify the type of the RFC server. It can be an SAP System and that doest need any RFC connection to be created. It can be an External RFC Server. For this you need to create RFC connection that will register external system under a SAP gateway.
Thanks
Gaurav

Similar Messages

  • RFC - XI - WEBSERVICES scenario - Where to create RFC Destination

    Hi  Experts
    For my RFC - XI - WEBSERVICES scenario, I have to create one TCP/IP RFC destination on R/3 system with the following details
    RFC Destination Name    : XXXX
    Connection Type            : T (TCP/IP)
    Activation Type              : u201CRegistered Server Programu201D
    Program ID                      : YYYY
    Gateway Host                : R/3 Details ..??
    Gateway Service           : R/3 Details ..??
    My Function Module (Remote-Enabled) - u201CZZZZu201D is defined in R/3 System.
    This Function Module should be communicated with the target system i.e. NW XI system 
    As per the Note from SAP Help: To be able to communicate using RFC, you need to define the target systems as RFC destinations in the sending system(R/3)
    Target system u2013 XI Server
    Sending system u2013 R/3 System
    Are my details provided are good enough as per my explanation? Please guide me in this regard.
    QUESTION : Where exactly do I need to create the RFC Destination(SM59)? on R/3 side or on XI side?

    Refer the following link-
    http://www.sdn.sap.com/irj/scn/weblogs;jsessionid=(J2EE3414700)ID1636235450DB01012070359836134304End?blog=/pub/wlg/1438
    what are the inputs should be given to Gateway Host and Gateway Service while creating RFC Destination??
    Open transaction SMGW on the R/3 system and choose
    Goto -> Parameters -> Display. Beneath Attributes there will be the
    entries 'gateway hostname' and 'gateway service'.#

  • RFC Not found for connecting To bw via proxy

    Hello SDN,
             I am doing a R3XI Proxy (BW) scenario, i am following the how to gyide " push data into BW" The guide tells about an RFC-enabled function module which will be used to
    perform the inbound processing of data like --Name: /BI0/QI6ASENDXMLDATATOBW_RFC
    What i beleive is that i need to create a data source as per my data structure and reflect in RSA7, but i am not able to get this RFC, where can i get the RFC which is send to send data To BW.
    Anyone who has send proxies to BW please throw some light on this.
    Regards,
    Anirban.

    Hi,
      This rfc gets self generated once you create a new Data source.
    Hence closing the thread as of now,
    Anirban.

  • Problem with EJB and JMS - Failed to obtain/create connection

    hello ejb and jms programmers,
    My problem is my topic MDB keep on retrieving the same message when there is a database connection failure. Maybe somebody could help me how to prevent to retrieve the same data?
    Given:
    - I purposedly turn off the pointbase database because im testing my error handling.
    - Im using SJSAS 8 as my application server.
    - My message Driven Bean of topic type.
    - Im using CMP for my entity bean
    Here is the scenario of whats happening - step by step:
    1. A separate application publishes a message to JMS queue server
    2. My MDB retrieves this message and do some processing then inserts a record (transaction history) in my database
    3. But my db is turned off or down
    4. My MDB sends a successful processing reply to the JMS queue server
    5. Then i noticed that my server.log keeps on growing so when i opened it, the record was not inserted and printed the stacktrace below "RAR5117 : Failed to obtain/create connection. Reason : javax.transaction.SystemException" (complete stacktrace below)
    6. I understand the cause of the stacktrace is because the DB is turned off. But what i dont understand is that my MDB keeps on reading the same message. Since my MDB is of topic type, isnt a topic MDB supposedly reads a message only once???
    So my questions are:
    1. how do i handle insert database error?
    2. how can i stop my MDB from processing the same message?
    3. any better suggestions?
    Thank you in advance :)
    leigh
    *** more complete stack trace ***
    [#|2005-01-09T15:35:57.097+0800|WARNING|sun-appserver-pe8.0.0_01|javax.enterprise.system.core.transaction|_ThreadID=17;|JTS5041: The resource manager is doing work outside a global transaction
    javax.transaction.xa.XAException
         at com.pointbase.xa.xaException.getXAException(Unknown Source)
         at com.pointbase.xa.xaConnectionResource.start(Unknown Source)
         at com.sun.gjc.spi.XAResourceImpl.start(XAResourceImpl.java:162)
    [#|2005-01-09T15:35:57.167+0800|SEVERE|sun-appserver-pe8.0.0_01|javax.enterprise.resource.resourceadapter|_ThreadID=17;|RAR5027:Unexpected exception in resource pooling
    javax.transaction.SystemException
         at com.sun.jts.jta.TransactionImpl.enlistResource(TransactionImpl.java:185)
         at com.sun.enterprise.distributedtx.J2EETransaction.enlistResource(J2EETransaction.java:360)
         at com.sun.enterprise.distributedtx.J2EETransactionManagerImpl.enlistResource(J2EETransactionManagerImpl.java:303)
         at com.sun.enterprise.distributedtx.J2EETransactionManagerOpt.enlistResource(J2EETransactionManagerOpt.java:115)
    [#|2005-01-09T15:35:57.177+0800|WARNING|sun-appserver-pe8.0.0_01|javax.enterprise.resource.resourceadapter|_ThreadID=17;|RAR5117 : Failed to obtain/create connection. Reason : javax.transaction.SystemException|#]
    [#|2005-01-09T15:35:57.227+0800|WARNING|sun-appserver-pe8.0.0_01|javax.enterprise.resource.resourceadapter|_ThreadID=17;|RAR5114 : Error allocating connection : [Error in allocating a connection. Cause: javax.transaction.SystemException]|#]
    [#|2005-01-09T15:35:57.237+0800|SEVERE|sun-appserver-pe8.0.0_01|javax.enterprise.system.container.ejb|_ThreadID=17;|EJB5071: Some remote or transactional roll back exception occurred
    com.sun.jdo.api.persistence.support.JDODataStoreException: JDO77006: SQL exception: state = null, error code = 0.
    NestedException: java.sql.SQLException: Error in allocating a connection. Cause: javax.transaction.SystemException
    FailedObjectArray: [[email protected]5ac]
         at com.sun.jdo.spi.persistence.support.sqlstore.impl.TransactionImpl.getConnectionInternal(TransactionImpl.java:1444)
         at com.sun.jdo.spi.persistence.support.sqlstore.impl.TransactionImpl.getConnection(TransactionImpl.java:1339)

    Hi annie,
    Wherever you are handling database transactions,
    you'd not be able to create a Connection if database
    is closed (I think you mentioned turning off the
    database) then at this condition, you should
    certainly throw a System level exception and stop all
    processing with some meaningful flow to indicate a
    failure (like display message on UI). Even
    network problems are handled by exceptions... so I
    don't see a reason why you didn't wrap it in the
    first place.
    Anyway, try handling specific exceptions rather than
    the general Exception... this will give you a better
    idea of what to do in case of an exception.Yes i know this. I am practicing this in my non-j2ee server applications. But the j2ee app im making, i just pass the db url in the descriptor and the app server automatically creates the connection for my app. So where would i put exception handling?
    2. how can i stop my MDB from processing the same
    message?Guaranteed delivery is not supposed to stop
    processing. It will continue to process the message
    after certain intervals till the message is
    delivered. You shouldn't deliver it at all, if you
    are able to detect that the database is off
    The problem here is that my MDB automatically retrieves the message from the JMS queue server. Im not the one retrieving the messages manually.
    My assumed behavior of topic MDB is once the a certain MDB retrieves a message it will not retrieve the same message anymore.
    thank you in advance.
    leigh

  • Report Viewer - error when creating connections

    What are the requirements for creating connection to report viewer web part? I'd like to set the parameters with values from a list.
    After...
    Create a blank page
    Add report viewer web part
    Add list web part
    Create connections (in the list Web Part, Connections, Send Row of Data to, Report Viewer = only option available)
    Description:
    An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
    Exception Details: System.ArgumentNullException: Value cannot be null.
    Parameter name: strUrl
    Source Error:
    Server Error in '/' Application.
    Value cannot be null.
    Parameter name: strUrl
    Half Abude Scheidl
    An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
    Stack Trace:
    [ArgumentNullException: Value cannot be null.
    Parameter name: strUrl]
    Microsoft.SharePoint.SPSite.MakeFullUrl(String strUrl) +27695030
    Microsoft.ReportingServices.SharePoint.UI.WebParts.ReportViewerWebPart.OnReportPathFromProvider(Object rowData) +219
    Microsoft.SharePoint.WebPartPages.DataFormWebPart.PrepareAndPerformTransform(Boolean bDeferExecuteTransform) +794
    Microsoft.SharePoint.WebPartPages.DataFormWebPart.PerformSelect() +72
    Microsoft.SharePoint.WebPartPages.DataFormWebPart.DataBind() +346
    Microsoft.SharePoint.WebPartPages.DataFormWebPart.EnsureDataBound() +24
    Microsoft.SharePoint.WebPartPages.DataFormWebPart.CreateChildControls() +712
    Microsoft.SharePoint.WebPartPages.BaseXsltListWebPart.CreateChildControls() +2189
    Microsoft.SharePoint.WebPartPages.WebPartMobileAdapter.CreateChildControls() +72
    System.Web.UI.Control.EnsureChildControls() +132
    Microsoft.SharePoint.WebPartPages.DataFormWebPart.Microsoft.SharePoint.WebPartPages.IConnectionData.GetData() +73
    Microsoft.SharePoint.WebPartPages.SPWebPartManager.BeginWebPartDataFetch() +200
    Microsoft.SharePoint.WebPartPages.SPWebPartManager.ActivateV2ConnectionsAndSharePointDataFetch() +123
    Microsoft.SharePoint.WebPartPages.SPWebPartManager.ActivateConnections() +511
    System.Web.UI.WebControls.WebParts.WebPartManager.OnPageLoadComplete(Object sender, EventArgs e) +70
    System.EventHandler.Invoke(Object sender, EventArgs e) +0
    System.Web.UI.Page.OnLoadComplete(EventArgs e) +11039550
    System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +3160

    If you add a Shared Document list view web part and add connection to the report viewer web part (RVWP), there will be no error. Since when the RVWP gets row from list web part in the connection, it will get data from DocUrl column. And the row passed from
    Shared Document list view wp contains this column, whereas other list view wps don't.
    Datarow passed to RVWP by Shared Document list view wp:

  • Error in creating Connection Object and Device Location

    Hi ,
    When i am creating Connection Object and Device Location , system is giving dump . all other object are working fine.
    the error is gievn below :
    Error in reading table TE130.
    i checked this the table , its have no entries ( mainly field ISTYP is blank ) and this is the cause of problem .
    Could you please tell me that how to fill this table before creating Connection object and device location. i think some configuration should be needed for this but i dont know how .
    thanks and regards
    Deepak.

    Hi Deepak,
    You can check standard configuration in client 000.
    Meanwhile you can use this settings:
    ISTYP TPLKZ FLTYP NUMKI NUMKE
    C     AO_GP     A     01     OC
    D     AO_GP     G     02     OC
    This is where you define structure indicator for isu technical location category.
    ISTYP correspond to the type of technical location in ISU, C for connection object and D for device location
    The content of TPLKZ is defined in the following menu in SPRO.
    Plant Maintenance and Customer Service
    Master Data in Plant Maintenance and Customer Service
    Technical Objects
    Functional Locations
    Create Structure Indicator for Reference Locations/Functional Locations
    Hope it helps,
    Regards,
    Daniel Valenzuela
    Edited by: Daniel Valenzuela on Feb 4, 2008 3:22 PM

  • Create connection between 2 backends

    Hi ,
    I need to create connection between 2 system , do i need to do that via RFC destination
    via SM59 ?
    if so hOW I can know the IP adress and the the target host between the BE ?
    Thanks in advance
    Chris

    Hi Chris,
    normally you find the name of the host in the menue under System -> Status in the field "server name".
    The IP adress is normally not needed, if you set the connection up via sm59. You can get the
    ip adress if you call a ping with the server name within the network the server is located e.g. "ping hostxyz".
    BR, Helmut

  • Inbound RFC into ECC6.0

    Hi All,
       We have an inbound RFC from a C++ application into R/3.  Up until we upgraded our R/3 system to ECC6.0 the application was working fine.  After we upgraded to ECC6.0 we keep getting UserID/password incorrect.  I do understand the case-sensitiveness of the password in ECC6.0.  The issue I have is if the password on the R/3 system is changed to uppercase, the application is working fine.  However, if the password on the R/3 side is lower case, the application fails.  When I debug the code, the password is lowercase up until the RFC call.   I am not sure if we have to upgrade the RFC library or something. 
    Albert

    Is this RFC custom or standard?
    You should make sure that the domain behind that password field should allow lower case letters.
    Double click on the field it will take you to the data element , double click on the data element it will take you to the domain.
    Check the attribute  "Lowercase'. Unless this is checked, the field will always be treated as uppercase.
    If this field is a standard field, try to create you own field as changing standard filed domains is not advisable.

  • Error when creating connection with SSO Authentication mode

    Hi All,
    when I am creating the connection with Authentication Mode as SSO, I get error "Unable to connect to SAP BW Server User abc has no RFC Authorization for function group SYST".
    When I am craeting connection with specific user id and Password it works fine.
    Pls. let me know whats the problem with creating connection with SSO.
    System Info: BOXIR.3.1 Sp3, SAP 7.1
    Regards,
    Nisha

    Yes, I have installed Integration Kit, and configured the SSO.
    I am able to login into designer with Authentication as SAP.
    But, the Problem is with connection creation with SSo authentication mode.
    Is there any property or role needs to be defined for the universe designer Group or user, so that SSO is allowed in authentication mode?
    Regards,
    Nisha

  • Facing issues when creating connection with sharepoint adapter in webcenter

    Hi All,
    I am trying to integrate Ms SharePoint with web center spaces. I am fallowing below PDF.
    http://www.oracle.com/technetwork/middleware/webcenter/owcs-ps3-sharepoint-wcs-wp-335282.pdf
    i unable to run WLST command for creating connections. in wlst console i'm getting error like
    wls:/webcenter/serverConfig> createExtAppConnection(appName='webcenter',name='mo
    ssExtApp')
    Traceback (innermost last):
    File "<console>", line 1, in ?
    NameError: createExtAppConnection
    wls:/webcenter/serverConfig>
    where i am doing mistake in fallowing pdf.
    can any one resolve this issues.
    Regards

    Hi,
    Please run ./wlst.sh under "ORACLE_HOME/common/bin" and the one under "WLS_HOME/common/bin"
    Also, makesure, you had copied the two .py scripts from companion software to "ORACLE_HOME/common/wlst"
    Thanks & Regards,
    Lakshmikanth K

  • Data Quality - Failed to create connection to MDR.

    Hi All,
    I have installed Data Quality 11.7.2 on windows 2003 server using SQL 2005 (Both SQL 2005 server and Data Quality are in the same server) , The install was successful. But when I try to Open 'Data Quality Project Architect' it throws an error
    Failed to create connection to MDR.
    Driver error messgage = qodbc_mssql:
    Unable to connect, Database error message =] [microsoft][odbc sql server driver]
    [ tcp/ip sockets] sql server does not exist or access denied
    I checked the ODBC connection and tested it successfully too.
    I am not able to pass through the 'Meta Data Repository Connection' as its failing in 'Setup SQL connection option'
    Any help is appreciated !!!
    Thanks
    Ranjit Krishnan

    Hi Paul,
    Thanks for you reply, OBDC connection was created under System DSN, also tired the users DSN option too, but did not work.
    Recreated the ODBC connection many times still no luck.
    The 'Project Architect' client and the MDR (SQL 2005 Server) are on the same machine.
    Thanks
    Ranjit Krishnan

  • How dynamically create connection pool and Datasource

    Hi
    How I can dynamically create a connection pool and Data source in Oracle 10g Application server. In our J2EE application the user will be login with db user name, password and database name. I want to create connection pool and data source on the fly while login the user with database name. I our application we have access approximate 80 Databases. so my approach is given bellow
    1) Planning to create 80 connection pools and 80 Data sources so when user logs in while selecting the db name i will call the appropriate data source and create the DB connection. Is there any limitation to create number of data sources in oracle app server?
    2) Create DB connection with out using connection pool and data source. But i am not prefer this approach coz we need to handle some transaction in our application.
    Kindly throw some light on managing connection pool programmatically or in application run time.
    I would really appreciate if any one can provide any links or any inormation on this issue.
    Thanks in advance.

    Kindly let me know is there any drawbacks to create 80 Data Sources to connect 80 database in Oracle 10G App server and each data sources should have one connection pool. so i need to create 80 connection pool. Please let me know is this right approach or any work around to create Data source on fly for each request for corresponding database.

  • Out of no where, will not connect wirelessly​.

    I just purchased a Windows 8 pc. However, I take such good care of my techie things I still have an old Toshiba laptop about 8 years old, maybe a little less that runs just great, it's just the technolgy was getting a little behind. It's the old style "tablet" that has the swivel screen and was considered "heavy" accord to our standards today.
    The Toshiba Satellite (circa 2005) laptop is an XP with all the updates and service packs. I keep it lean and clean with Advanced System Care, have for months with no problem. It was always used to connect wirelessly.
    About the middle of February I switced from Verizon slow DSL to Comcast because we have no other choice for a faster speed. No FIOS. But, I've come back a full 180 to Verizon. However I did get a new modem, the latest advances. It's a D-Link ADSL2+  (DSL2750B)  Supposed to run 3 to 6 times faster than the old Verizon modem I had. When I first connected to the DSL I turned this laptop on, connected wirelessly and it was there great going! I was even hitting almost the top speed I am provisioned for wireless. The modem is only 2 feet away but still. I turned if off, turned my attention back to the new Windows 8 machine for a day couple of days
    Then I wanted to go back and check the Toshiba XP  and revel in it's great performance on this new modem .... drat!!  It detects all local stations, even of course mine, but when I try to connect it tries but fails and jumps to a neighbors DSL. I can however connect with the Ethernet cord.
    I've been using this Toshiba Tablet for months with a USB wireless adapter just fine that a friend gave me. In fact either the internal wireless adapter and the USB worked with not a problem but tests seemed to show his gift of the adapter was a little faster, so I use it exclusively. 
    So neither wireless adapter, internal or USB will connect to my modem. I even tried pressing the WPS button on the modem, the one that's lets someone near log on without a password.
    So there it is. Can anyone have a clue why this worked at the first and now won't?  Also, all other pc's, including a netbook with XP and a new small android tablet are connecting no problem. It's the Toshiba laptop alone that for some reason ...
    out of no where, will not connect wirelessly. Is there an easy fix than uninstalling drivers?  But why would both adapters get a corrupted driver at the same time?  I hope there is help here.  Thanks so much for reading this and consdering my situation.  Jack  ":-D

    Since the computer can connect with the neighbor's router, I don't think there is a problem with wireless connection on the computer. So it has to be some configuration or settings problem with the new modem. I would check the encryption of the new modem. If the computer can see the modem, but not connect, my thinking is that the encryption is blocking the connection. Temporarily disable the encryption on the new modem and see if that makes a difference. If it doesn't, you may want to check the advanced settings on the modem and compare the IP settings on the computers that work versus the one that doesn't.

  • Not able to create connection or reset the password in Discoverer Plus

    I keep encountering errors when
    I try to create a connection or change my password. Below are the error I get.
    During Change of Password:
    "An invalid connection key was specified. Please correct the connection
    key and try again."
    During Creating Connection :
    " A connection error has occurred.
    - The application encountered an invalid state."
    I am currently using Discoverer 10g Plus.

    Hi All,
    I got the Solution.Its is to do with the 'Default_role' setup in 'DBA_ROLE_PRIV' table.the user should be setup up as 'DEFAULT_ROLE' = 'YES' in the mentioned table.
    Thanks,
    HP

  • Error in creating connection object

    Dear Experts
    When I am creating connection object using ES55 , I get Stop message saying : " Alternate ID not supported" and when i see Help it indicates : An alternative indicator is active in Customizing of the functional location. This functionality is not supported for connection objects and device locations
    what could be going wrong
    Plesae suggest me the solution
    Thanking you in advance
    warm regards
    narasimha

    Hi,
    Please check the following settings in SPRO:
    Plant Maintenance & Customer Service - -Master Data in Plant Maintenance & Customer Service --Technical Objects --Functional Locations --Alternate Labeling of Functional Locations - - Activate Alternative Labeling --
    In this setting pls inactive the setting for Alt.Label.Then go to ES55 and try.It will work.
    Thanks,
    Banasri Mitra

Maybe you are looking for

  • Why is the mic not working working on speaker mode, even though siri and voice memos are working?

    I bought my iphone 4s from canada about less than a month ago. It worked perfectly fine, until i recently discovered that the mic on speaker mode stopped working. That means, when i speak to someone on speaker  during a call, they are unable to hear

  • Notification sounds suddenly quit working...

    Last night I was playing a game and turned the sound all the way down using the side volume keys. This morning, I noticed that none of my notifications are working. I still get the vibrate and my phone will ring but no notifications. I've checked all

  • Why can't i log into my iMessage

    Cant log into my imessage or facetime, server difficulties keeps appearing, anyone else having these problems

  • Clip Attributes

    Hello All, I've always gotten a great response by you knowledgeable folks. Here's another question. When logging footage I usually write some log notes in the log notes section. By chance I happened to throw away the logged footage in the logged bin

  • 6280 has 44 messages(sms&mms) stuck in outbox,

    when attempting to get into the outbox folder it says operation failed try again later!!! unable to access the folder to clear them out. helpful staff in vodafone shop said mite need some new software!!!! cheers