What function name to use when calling an XI RFC Sender adapter?

Hello experts, I need some help please...
We are trying to setup an RFC Sender adapter in XI 3.0 for the first time.  We followed Michal's <a href="/people/michal.krawczyk2/blog/2005/03/29/configuring-the-sender-rfc-adapter--step-by-step on how to setup the RFC destination in the sender system (ECC 5.0 in our case) and the corresponding communication channel in XI.  We can make a connection from ECC to XI via the destination, but we are getting an error in the communication channel monitor stating that the JCO.Server could not find the server function '<i>message interface name</i>'.   We have tried to use the message interface name, the message type name and the data type name, but all return the same error.  What function name should we be using and how does this name get registered with the JCO server?
Message was edited by:
        Matt Austin

hi
Have you registered the pragram id properly in sender system ?
Steps to that
1. first create RFC sender adapter in XI and give any name as program id Give Gateway host n gateway service of appilcation system
2. activate it properly
3. program get regiostered on app system
4. go to application system and create RFC destinationn there give the same program id name
now it should work
regards
Sheetal

Similar Messages

  • How can I change (or select) what is being being used when I share, as the file cover. When I Share lets say "Master File" i want to select a frame that is used as the file cover. So when its on my desktop I see this image as the file icon.

    How can I change (or select) what is being being used when I share, as the file cover. When I Share lets say "Master File" i want to select a frame that is used as the file cover. So when its on my desktop I see this image as the file icon.

    I don't think Finder does this (I've tried).
    iTunes does though. Where you can set artwork or the "poster frame"...
    This may not be what you want but if it helps, I know 2 ways  do this is
    Open the video in QuicktimePlayer7 | View | Set Poster Frame (even then, you might need to save it as .mov (ie in a 'mov container').
    Drag the file into iTunes and set the artwork (as in http://www.dummies.com/how-to/content/adding-album-cover-art-or-images-in-itunes .html)
    From there, iTunes will use that frame as the "poster frame" ie the photo/frame that shows when you browse your videos. Which is what you want, but limited to iTunes.
    When I do either of these above, the frame I set does not show when exploring files in "Finder" (or in the other Explorer tool I use called "Pathfinder").
    So it maybe, that exactly what you want, is not possible.

  • What function can be used to give a "count of occurrences of values" ?

    I would be very appreciative if someone in the user community could save me a few months of work....I've already been neck deep in my old statistics and calculus manuals. What function can be used to get the count of occurrences of the value of an item. Ex: Item is Status and possible values are "Published", "In Production", "Construction". In one report, I want to report all records of a table and list the Status (among other items) but at the total, I would like to see a count of each value for the item Status....something like Sum(Count(Status = "Published")) Sum(Count(Status = "In Production")) Sum(Count(Status = "Construction")). I know I could run the report 3 times counting a unique value, but I'm trying to be more efficient in my reporting. Thanks all for any help given.

    Hi
    In addition to John's answer, inside Discoverer you can do this:
    Let's assume you have a Status item and it has the values you mention. If you create the following new calculation SUM(ROWNUM) and name it Status Count you only need to include the Status and the Status Count in the worksheet. You will now see a count for each status.
    Best wishes
    Michael

  • I partitioned my Mac Book so I could have windows and now i don't know how to switch back it also doesn't tell me what I want to use when I reboot it. How do I switch back to OS X?

    I partitioned my Mac Book so I could have windows and now i don't know how to switch back it also doesn't ask me what I want to use when I reboot it. How do I switch back to OS X?

    At startuo hold down the Option key. That will bring up a boot menu screen.

  • What Function Module is used in a Virtual Cube

    Hi,
    where can is see what Function Module is used for a Virtual Provider(Cube)?

    double click on infocube, then in the menu choose Extras --> Information/Log status and then choose "Type/Namespace" and you will see the screen with all required information.
    Regards,
    DL

  • What function module is used to post application fees of an applicant in SLcM

    Hi Experts,
    Can any one please tell me what function module is used to post the application fees to fico in student life cycle management?
    Thanks & Regards,
    Prashanti Swain

    Prashanti,
        You can use Function module "CMAC_ISR_FEES" to post application fee.
    Thanks,
    Prabhat Singh

  • What port numbers are used when creating temporary queues

    Using the following code as an example, what port(s) are used when creating temporary queues? Is it a range of ports? Is it random? And is it configurable? If you have any insight on this, please let me know. Thanks.
    QueueConnection con = connectionFactory.createQueueConnection();
    QueueSession session = con.createQueueSession(true, Session.AUTO_ACKNOWLEDGE);
    TemporaryQueue replyQueue = session.createTemporaryQueue();

    The only ports I know about are the defaults ports:
    JMS 7676
    IIOP 3700
    Are these the only ports that are used, even for temporary queues?

  • Call rfc sender adapter from non-sap systems

    Hi,
    is ist possible to connect to an rfc sender adapter from non-sap systems? I want to use the the RFC-Connector from http://rfcconnector.com, but in the client connect options there is no way to specify the program id.
    Best regards,
    Daniel

    hi,
    you don't need to use RFC type T (with program ID) - you can use whole connection string - just like in the example:
    http://www.rfcconnector.com/documentation/examples/client/#functioncall
    so just specify: host system number etc.
    it should work like that - but let me know as I don't know this RFC connector
    Regards,
    Michal Krawczyk

  • Computer name in R3 when call function RFC from CRM to R3

    Hi all,
    i nead the computer name in R3 when I  come to R3 from  CRM .
    In R3  i call function 'TERMINAL_ID_GET'  in R3   but I don't retrieve the computer name.
    i tried also to  call function 'TERMINAL_ID_GET'  in destination 'CRM'   but I don't retrieve the computer name.
    The code in R3:
    CALL FUNCTION 'TERMINAL_ID_GET' DESTINATION 'R3GETCRM'
          EXPORTING
            username             = sy-uname
          IMPORTING
            terminal             = l_terminal_usr41
          EXCEPTIONS
            multiple_terminal_id = 1
            no_terminal_found    = 2
            OTHERS               = 3.
    This function works ok when i call her direct from R3 or direct from CRM,
    but not give me in R3 the computer name when i came to R3 From CRM. 
    Thanks for your cooperation.
    dany

    thats because 'TERMINAL_ID_GET'  is not a RFC (check the attributes tab of the FM from SE37)
    if you dont find a RFC to do t his you can wrap this FM with a custom RFC and use it.
    if you want all the logged on users info (computer name and other info) then you can use THUSRINFO FM which a RFC
    Raja

  • What function would you use instead of "IF" when referencing durations from a pop-up menu. Ie; if c4 equals 1h enter 280, if c4 equals 30m enter 160, etc. IF works fine if c4 is formatted as text but returns 0 when formatted as pop-up.

    What function similar to IF would one use when the reference cell is a pop-up menu of items in duration format?
    Example: if C4 equals 1h enter 280, if C4 equals 30m enter 160, etc
    i can get it to work fine if I format the cell to text but I not only need it pop-up, I also need it to be written in duration format because it's used as duration in other functions.
    thank you for your help in advance
    Christina

    Hi Christina,
    A screenshot is always helpful.
    C4 is your popup? You want to chose a duration there and have 280 or 160 show up somewhere else? Are they the results of a mathmatical formula or do you want a lookup table to show them?
    I suspect something else is going on in your table. I have no trouble having a popup recognized as a duration:
    The formula in C2  =DUR2MINUTES(B2) displaying "60" as expected. Note that "60" is not a duration. If I want C2 to be a duration I need the formula to read:
    =DUR2MINUTES(B2)&"m".
    I hope this helps, if not, post a screenshot including relevant formulas.
    quinn

  • What exception should I use when commit work fails ?

    hi all:
        I create a class with methods to insert , modify and delete trasaction data, 
    when commit work fails, I want to throw an exception, what exception should I use
    for this case?

    In general, you should do your commit using CALL FUNCTION IN UPDATE TASK. As this runs in a different process, you will never be able to catch an exception in your main task, even if you throw one in the Open SQL code. What you should do is carefully validate your data before posting it to the database, so that commit cannot fail for data integrity reasons. If it fails for technical reasons (DB down etc.) there is nothing that your code could do about it anyway, so in this case even getting an exception would be no use. What exactly is it you are trying to accomplish?
    -- Sebastian

  • Contacts' name not appearing when called locally while travelling !!!

    iPhone 3G 3.0
    When called locally abroad during travel the contact name does not appear. I have stored all my numbers in Int'l format.
    Is there a fix / tool to sort out this issue?

    I used to experience this. What I do now is store multiple versions of the same number, with and without the country codes. Mostly I use the country code version to dial out, while the phone uses the non-country code version to ID in-coming calls.
    For example, Contact "Buddy #238" may have two phone numbers, even though he really has just the one:
    78 (555) 123-1234, and
    (555) 123-1234
    I'd use the first to call out, but the in-coming calls may tend to show up as the second. Coming to think of it, which of the two number formats does your caller ID display when your friends call? Does any of this seem applicable at all? If you notice a different format for in-coming calls, just add that number to the existing contact(s).

  • What function module to use..

    Hi,
    I am working on a report for transaction CC01, CC02.
    Now in transaction CC01 (Change master) we create a new change number (Data element: AENNR )and profile identification(Data element: CC_PROFIL).
    What function module do I need to use that will give me profile identification  when I query using change number.
    Tushar.

    Hi Tushar,
    change master is stored in table AENR, and also tables AEDT, AEHI, AENV, AEOI seem to be linked to change master data.
    But profile I found only in tables TCC15, TCC16, TCCPR.
    Can you see the profile in CC02? If not, maybe the profile is only a template for CC01, but once created not any longer needed.
    Regards,
    Christian

  • What hardware is in use when i target disk on the computer that is the target?

    Well, i have 2 macs, a 24" Imac and a C2D Mac Mini 1.83.  I´m having some issues on my macmini and i want to troubeshoot it. But to do that i need to know what exacly hardware is in use when the Macmini is on target disk mode and im using it trhu the Imac. Also the other way around the Imac conected on MacMini. Thanks

    Digo_mc wrote:
    In there doesnt say for exemple, that the memory or the processor, video card of what machine will be used for exemple. This is te kinda of information i need.
    Lets say: The Macmini is on target, when i open prograns, say a game, will the macmini process it or the Imac? The memory that will be used, will it be from tha macmini or the Imac.
    if its unkown, or a mixture of both, i cant use target to isolate the problem(s)
    Many Thanks
    My understanding is that the Target machine... in your example the Mac mini... behaves like any external hard drive...
    Thus the processing will be done by the iMac...
    In other words... Think of the Target as an External Drive...
    Cheers,

  • What SKU Number to use when submitting apps?

    What is the SKU Number that I am suppose to use when submitting apps?

    That's your own code number for the product (short for Stock Keeping Unit: http://en.wikipedia.org/wiki/Stock-keeping_unit)

Maybe you are looking for

  • Crystal Report Viewer - Sub Reports

    Hi Everyone,                     I'm working with Crystal Reports(V13.0.7) Windows form viewer in VS2012(VB.Net). I have a sub report which is causing problems. I have set the link to the Main report parameter and Sub report. I have a total of 43 par

  • How to change Korean IME input to type English first not Korean

    First the link that the forum gave did not work.  so i am posting this to get help. I am currently using Win 8.1 and Language input Korean (IME) Korean IME has two input itself (Englsih and Korean) So the windows system itself uses Englsih first alwa

  • The new Update with the Patch for Camera Raw is not working. Code U44M1P34

    Hi there, i have a problem with the new CC Update - including the patch for Camera Raw 8.7.1 Error Code: U44M1P34 Photoshop CC (2014) After Effects CC (2014) Brisge CC The logfile shows 1 fatal error: FATAL: Payload 'Photoshop Camera Raw 8_8.7_AdobeC

  • Aperture 3 will only sync 5-star library to iPhone, all to iPad

    It's crazytime in Cincinnati. Recently changed computers from a 17" MBP to a 15" MBP i7. Shifted the bits from one to another. Loaded the aperture library from the vault. Re-synced the iPhone 4 and iPad 3G. iPad has all the photos. iPhone 4 has only

  • Windows 2008 R2 Certificate Servers

    We have a Windows 2008 R2 Certificate Server that we would like to protect in case of a failure.   It is a virtual machine.  What are some options for us to consider in protecting this server in case of a business failure to the hardware or a natural