Possible to configure several communication channels for the same receiver?

Hi,
is it possible to configure several communication channels for one (the same) receiver?
The problem is as follows: I would like to switch between the RFC-channel and the XI-channel, if the RFC-Adapter doesn't work for some reason.
The situation: Our XI3.0 posts messages to several receivers and the switch should be done by changing one table entry which is selected and analysed in an ABAP-Proxy and which could enrich the XML-message. By now, the only chance I see is to change the respective entries in the Integration Directory for each receiver separately.
Thanks for your help, Peter.

Hi,
>>>>But to be honest: Is it elegant to double the receivers?
of course not:)
but this is the only way I believe
(cause you cannot assign conditions to receiver agreements)
you could also create two messages (practically two flows)
but would it be more elegant?
BTW
in my opinion you should try restarting RFC channel
and not create two - just in case...
if RFC doesn't always work why don't you use another one only?
this would just simplify your scenario (maintanance of just a number of communication channels and not 2 x number of communication channels)
Regards,
michal
Message was edited by: Michal Krawczyk

Similar Messages

  • Several browser background for the same website

    I am currently designing a photo website which has several parts for the different "themes" and "countries" of my pictures. I want each of these themes to have a specific browser background, but it seems everytime I download one browser background it erases the other ones (show up as white). Is it possible to have several browser backgrounds for the same website ?

    Dear Ramakanth,
    In material master  "Availability check" is already set to "02 - Individ.requirements"
    It doesn't solve the problem. Aren't there any otherway to achieve this requirement??
    Regards,
    Madhushuika

  • Configuring a Communication Channel for an AE other than the default IS

    Configuring a Communication Channel for an Adapter Engine other than the default engine.
    See:  help.sap.com for Communication Channel http://help.sap.com/saphelp_nw04/helpdata/en/1b/d5ef3b1ad56d4fe10000000a114084/frameset.htm
    It states under 'Adapter Configuration', that you can specify the Adapter Engine you want to use in the Adapter Engine dropdown box.
    I have activated the XI components on my ERP system using transaction SICF, but what do I have to do to make the other adapter engines show up in the dropdown list when configuring an adapter?
    Maybe some background would be helpful:  This is for a scenario that will send a file from an external system to one of the ERP systems in our landscape.  BUT, the system admins have decided to revoke our FTP accounts (because they have their reasons), so I need to create a File Adapter that will drop the file on the file system of that ERP system, due to visibility I want to use the integrated Adapter Engine that comes with the ERP system, but need to know how/what I'm missing in setting up this scenario.

    Hi Anesh,
    >>>>but what do I have to do to make the other adapter engines show up in the dropdown list when configuring an adapter?
    in order to use some other adapter engine you
    have to install it first by dafault only one
    (central) adapter engine is used and it is all
    most clients need
    if you'd like to use some other adapter engine
    (decentralized for example) have a look at thid guide:
    <b>Configuring a Local Adapter Engine to Work with a Central Instance</b>
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/uuid/03fd85cc-0201-0010-8ca4-a32a119a582d
    Regards,
    michal
    <a href="/people/michal.krawczyk2/blog/2005/06/28/xipi-faq-frequently-asked-questions">XI FAQ - Frequently Asked Questions</a>

  • I used to give my photo's keywords. Most of the time I have several photo's for the same keyword and it was possible to select all those photo's and give them the keyword in one move. Since of few weeks I can't do that anymore and I find it very annoying.

    I used to give my photo's keywords. Most of the time I have several photo's for the same keyword and it was possible to select all those photo's and give them the keyword in one move. Since of few weeks I can't do that anymore and it's very annoying. What can I do to get back to the former situation?

    . Since of few weeks I can't do that anymore and it's very annoying. What can I do to get back to the former situation?
    Check, if you have the "Primary Only" option enabled. Then keywords will only be applied to the "Primary Image":
    See:                  Keywords or ratings are applied only to one of the selected images - why?
    Uncheck the little square button with the "1".

  • Is it possible to send several http requests at the same time?

    hi:
    is it possible to send several http requests at the same time in j2me application, or it's device specific.
    It's ok in my NOKIA SYMBIAN C++ application.
    regards
    Message was edited by:
    danielwang

    Is it possible to have 2 threads running at the same
    time at different times eg 1 repeats every 20
    miliseconds and the other 40 for example. Yes.
    http://java.sun.com/docs/books/tutorial/essential/concurrency/index.html

  • Is it possible to have Different Interval Ranges for the same Doc Type

    Dear All,
    Here is the issue.Is it possible to have different interval ranges for the same document type according to certain condition.Like my client , wants his interval ranges  be divided according to region(which are many)
    Regards,
    Sameer Jalees

    Hello,
    As you know we can only assign one number range for External and one number range group for internal in the sales document type.
    If you want different number ranges based on the regions, then as Jignesh suggested, you need to go for an enhancement.
    Use the exit USEREXIT_NUMBER_RANGE in program MVA45AFZZ, include a Z table with region as a critera and number range group for different numbers based on the regions. Talk to the business and get more details, get the help of ABAP team for technical details.
    Regards,
    SAM

  • APs using different channels for the same SSID

    Hi,
    This might be a stupid question, but I am wondering why my Aironet 1602i and 2602i access points connected to the same controller would use different channels for the same network. Would this be to avoid interference? If so, I am planning to put 9 access points throughout the office and they will be fairly close to each other. Would this increase the risk of interference?
    Thanks,
    Tibet

    That is normal. The WLC is determining the best channel and being in different channels is the best. When you add more, the WLC will decide by the use if RRM what channels and power levels to allocate to each AP.
    Sent from Cisco Technical Support iPhone App

  • Is it possible to store a multiple indexes for the same value extractor?

    I ran into a situation where there were different queries that I was interested in doing that might have benefitted from having several indexes, sorted differently, but for the same ValueExtractor() instance.
    Is this good practice, is it recommended, and is there a clean way to do it? It seemed like the only way I could logically "trick" the system into it would be passing some sort of "query type" constant into the ValueExtractor when it was created, and then making the equals and hashCode() methods on the ValueExtractor delegate to the constant for equality, but this seemed like a massive hack.

    Hi Kris,
    First, try without each value extractor and see how the different queries compare in performance. You may find that you need only one. If you find otherwise, please let us know because it may indicate a good area for additional optimizations.
    Second, you are correct that the value extractor is the key of the index, and thus to have two indexes on the same value, you will need two different value extractors (i.e. the hashcode/equals comment you made.)
    Peace,
    Cameron Purdy
    Tangosol, Inc.
    Coherence: Easily share live data across a cluster!

  • Several plan orders for the same day

    Hi SAP Experts,
    In my company we have a requirement to produce the same finish material in two work centers, using different BOMs. This was achieved through production versions for production orders. Now we need to plan (Indipendent requirement & Plan orders )the material based on these two BOMs.
    We enter the indipendent requirement in MD61. I have given the production version against the requirement (In schedule lines tab). However i am unable to give two different requirements for the same day in different production versions.
    Then i tried using different planning versions and assigning the different production versions to different plan versions.
    Although my indipendent requirements are taken in different production versions(As I can see in MD04). When i run MRP plan orders are raised as the total of the requirements and in only one production version.
    Please, Can some one help me to find a method to raise different plan orders for the same day in different production versions???
    regards,
    Madhushika

    Dear All,
    I tried  quota arrangements as a solution for above mentioned problem. What i require is to devide the PIR for a particular day in to two equal parts in two different production versions so that two plan orders will raise in equal quantities for the same day in two different production versions.
    With quota arrangement what i get is alternative plan oders in different versions in diffrent days.
    For example If my PIR are
    Day 1 = 1000
    Day 2 = 1500
    Day 3 =  500
    Day 4 = 1000
    what i get is
    Day 1 = 1000  - prd ver1
    Day 2 = 1500  - prd ver2 
    Day 3 =  500   - prd ver1
    Day 4 = 1000  - prd ver2
    What i want is
    Day 1 = 500 -prd ver1
    Day 1 = 500 -prd ver2
    Day 2 = 750 -prd ver1
    Day 2 = 750 -prd ver2
    Day 3 =  250 -prd ver1
    Day 3 =  250 -prd ver2
    Day 4 = 500 -prd ver1
    Day 4 = 500 -prd ver2
    Hope its clear to you all.
    Please advise me how to configure the system according to this reqirement.
    Best regards,
    Madhushika

  • [JAXB] Several different prefixes for the same namespace

    Hi!
    I have generated some code from 2 schemas using JAXB. One of them (the main) defines some elements and the other one defines values for those elements. Then, when runring my code, I get an XML document with elements from the main schema an elements from the other one. However, elements from the second schema are qualified with different names. That is:
    <party>
    <ns3:uid xmlns:ns3="http:/schema1.com/schema1">CN=User1 - RSA/RSA,OU=IAIK,O=TU Graz,C=AT</ns3:uid>
    <ns4:role xmlns:ns4="http:/schema1.com/schema1">client</ns4:role>
    </party>
    As you can see, I get two different prefixes for the same namespace.
    Could you be so kind as to tell me if there is a way of getting only one prefix for each namespace, please? Do I have to modify JAXB compiler's properties???
    Thanks a lot in advance.

    No, I don't know how to do that. I also don't think it should matter. Are these multiple prefixes causing you any problems other than offending against Occam's Razor?

  • Communication Channel for the website

    Hi,
    I have a following requirement. I am not sure if this scenario is possible.
    We login to the website and download excel/text file every month from the website. This file contains trasaction for the month.
    We need to send this transaction details to SAP through XI. We want to automate download part. is it possible?
    Thanks,
    Gowri

    Hi Gowri,
    You can think of using SOAP sender adapter which will pick the data from the WebService and send it to XI and from there using either IDoc,RFC or Proxy interface to upload the data into R/3.
    It is something like SOAP client sending the data..
    Also think of Client Java Proxy, which will download the data and send this into XI...'
    Following blog will give some idea about SOAP client-
    /people/siva.maranani/blog/2005/09/03/invoke-webservices-using-sapxi
    Hope this helps
    Regards,
    Moorthy

  • How to configure multiple virtual hosts for the same context root /

    Hi,
    I am using Glassfish V1 U1 - b14 on Solaris.
    I am trying to configure two applications to be mapped to the / root context, each one in its own virtual host.
    Two things I have noticed:
    1. I have to manually add virtual-hosts="hostId" in domain.xml/application-ref ... looks like just simply deploying the app does not do that although the application is set as default for its particular virtual host. Is this a bug?
    2. Although I have set for each virtual host the default web-app correctly, and they both respond fine, I cannot map both of them to the / context. The second application (chronologically deployed) does not respond when called with the / context ....
    Any ideas? Is this a bug again?
    Regards,
    Rares
    Message was edited by:
    raresp

    Wow, that's a shame. All mighty Application Server and two different apps on two different virtual hosts are considered ambiguous to have the same context root definition.... Fair play to Tomcat and 90% of the rest of servlet containers!
    In my case I have the same EAR we are planning to deploy to many (up to 30) virtual hosts. Faking different context roots for each deployment will bring unnecessary overheads...
    Should I file a bug or feature request?
    Thanks again for your answer, although you're basically saying it is not possible I will wait and look a while for a possible solution before bringing this topic to a conclusion.

  • Is it possible to use several Apple TV in the same home network?

    I´ve got the latest Apple TV (ver 2) and I´m impressed of it´s Airplay function. Is it possible to install an Apple TV in several different rooms of your home, each connected to a separate sound- and/or TV system of that room for playing the same or different music- or picture source from for example an iPhone, iPad or MacBookPro at the same time wireless in each room? Does your home network and Airplay system identify each connected Apple TV as an unique entity?   

    Yes, multiple Apple TV's in the same home work well (assuming your home network has enough bandwidth), you will need to give each one it's own name for identification (we have 6 Apple TV's here-3 new ones and 3 older versions)

  • Can there be several Sieve rules for the same match?

    Following up with my other question, here's a more specific one: can I have several working Sieve rules matching the same attribute values? Or does processing stop on the first match?
    Also, is there supposed to be a toggle/flag that specifies whether a certain rule should be the "last" (if it matches, whether to abort processing or to do whatever action specified in this rule and go on to the next rule).
    I believe it is possible to write up complex Sieve scripts and save tehm to LDAP, but that's not so user-frienfly for just anybody to do ;)
    So the main usecase for this question concerns the Sieve rules defined by a user in his or her Options tab.

    JimKlimov wrote:
    And how exactly does fileinto work? Does it happen once or more?Multiple fileinto actions to different folders results in a "copy" of the email in each folder, e.g. if I use a filter which has fileinto "Inbox", fileinto "Sent", fileinto "Trash", I get the following logged:
    24-Jul-2008 09:49:42.67 ims-ms                    D 1  rfc822;[email protected] shjorth+Inbox@ims-ms-daemon mailsrv  ''
    24-Jul-2008 09:49:42.67 ims-ms                    D 1  rfc822;[email protected] shjorth+Sent@ims-ms-daemon mailsrv  ''
    24-Jul-2008 09:49:42.67 ims-ms                    D 1  rfc822;[email protected] shjorth+Trash@ims-ms-daemon mailsrv  ''I say "copy" because each email is actually a hard-link so the storage usage from the 3 copies is actually the email size + size of two hard-links. So for the email above, these were the messages on disk:
    Inbox:     613067 -rw-------   3 mailsrv  mail         591 Jul 24 09:49 124.msg
    Sent:      613067 -rw-------   3 mailsrv  mail         591 Jul 24 09:49 11.msg
    Trash:     613067 -rw-------   3 mailsrv  mail         591 Jul 24 09:49 122.msg613067 is the inode number which as you will note is identical across the messages on disk.
    From the RFC I infer that it should happen once for any one folder, but that probably doesn't mean one filing for the whole mailbox, right?Correct.
    If I have "rule1" which files some messages into a folder (without a "stop;"), "rule2" which forwards emails, and "rule3" which files all messages to the inbox, am I supposed to still get cloned messages (inbox and subfolder)?If all three actions are performed, yes.
    Regards,
    Shane.

  • Is it possible to have two SCCM instances for the same domain

    Hello - I'm the IT Project Manager for an organization that has a single domain-production.
    In here, we have an instance of SCCM 2012 setup. This instance is used to build packages, images, testing, validations, modifications etc. as well as for production roll outs. The primary issues we have with this is there is no separation between test and
    prod, also, there are several packages, task sequences etc causing confusion in determining which is a test package and which is prod.
    Setting up a test domain does not seem to be a viable option for us, at least for now.
    So, my question is, can we have another instance of SCCM in the same domain that we can restrict only for the sake of testing & validations and then use the original one to deploy the tested (gold) packets.
    Just a thought!! Does it make sense? Any challenges that we could face?
    Thanks in advance 
    Jagan Pantina
    JP

    Hi,
    Yes you can no problem, you should avoid having Boundary / Boundary Groups used for Site Assignment that overlap and make sure that PXE request to the test/dev environment is restricted to one test subnet to avoid co-existance issues.
    Regards,
    Jörgen
    -- My System Center blog ccmexec.com -- Twitter
    @ccmexec

Maybe you are looking for