Under which account XI sends messages through HTTP communication channel

Dear Experts,
Please help us to find out under which account (user) XI sends messages outside through HTTP.
We should send data to external application using HTTP receiver adapter. Target host, username and password are provided by our customer. But during the test we'va got a HTTP 407 error - Proxy Authentification Required. This is our proxy server and go through it we should grant appropriate rights to XI account. But which?

Hi,
This error come because of
the "auth-scheme" element required by the HTTP specification is missing in the "Proxy-Authorization" HTTP header.
Solution of this is to use patch 8 for Support Package 17  and patch 5 of Support Package 18 of the XI ADAPTERFRAMEWORK CORE 3.0 software component.
For XI7.0:
patch 3 of support package 08 of the XI AdapterFramwork Core 7.0
patch 2 of support package 09 of the XI AdapterFramwork Core 7.0
The archives and the support package stack guide can be found on the
services marketplace as described in SAP Note 952402.
Hope this will help you.
Regards
Aashish Sinha
PS : reward points if helpful

Similar Messages

  • How can I have my partner messages through HTTPS

    My partners would like to send messages through HTTPS and I see the following in one of the threads. Is this good even for HTTP(S) or only HTTP?
    "ou cannot create HTTP listening channel. There is one default HTTP listening channel which you should use -
    http://hostname:soa_server_port/b2b/httpReceiver or http://hostname:soa_server_port/b2b/transportServlet
    Your remote TP may post documents to above URL's.
    Thanks
    Venkat

    Venkat,
    It stands true for HTTPS as well. The partner should post documents on url (if SSL is enabled on SOA server)-
    https://hostname:soa_server_port/b2b/httpReceiver or https://hostname:soa_server_port/b2b/transportServlet
    If you are using any SSL off-loader at your gateway then the host and port will change accordingly.
    Regards,
    Anuj

  • I have 4 email accounts in apple Mail.  My mail is sending from the wrong account.  even on "reply" it sends from a different account.  I have 3 gmail accounts and one exchange server account. I choose which account to send from and it still sends from a

    I have 4 email accounts in apple Mail.  My mail is sending from the wrong account.  even on "reply" it sends from a different account.  I have 3 gmail accounts and one exchange server account. I choose which account to send from and it still sends from the same gmail account.  Help.

    I HAD two accounts because of this problem.  I completely removed the problem account from the Apple Mail client.  Guess what is happening??  That's right - Mail is still sending from the other account that no longer exists on my computer, and I have absolutely no idea how this is happening.  This is incredibly frustrating.  When a recipient chooses to reply to my message, quite often I won't get it now because it is going to the other account that has now been deleted from my system.  COME ON APPLE!!! WHAT'S THE DEAL WITH THIS???

  • Unable to send message through iMessage

    Unable to send message through iMessage.
    Retry fails over and over again.
    But able to receive from it.
    Tried resetting network settings then it works again until the problem comes back.
    Not sure what causes the problem. I do not wish to reboot my iphone everytime when it happens.
    Seems like ios7 gm issues.
    Never had this problem on the beta.
    Anyone have any resolution to this?

    iMessage is Activated.
    Facetime is Activated.
    Don't know what is preventing me from sending over iMessage.
    Receiving is no problem. Even during the the time I was trying to send.

  • If message failed at communication channel, then need to send idoc to R/3

    Hi folks,
    i got a requirment like .....If message failed at communication channel, then need to send idoc to R/3.
    can anybody suggest the possible solution.

    HI
    If you use a catching a MAIL - PI ALERT and based on that alert if u creating an IDOC then it is good if u really supress the alert immediately once the ALERT comes but if u really check and supress the ALERT fine Otherwise a CONTINOUS IDOCs will get created at SAP system.
    Also there might be some natural generic reasons for communication channel fails
    a)  somtimes if the target FTP is down
    b)  if there is some issue with FILE ENOUGH
    c)  If File adpater is placing same file already exists or with already Opened by some target application
    d)  Dynamica file naming issue. (technical issue)
    WHy cant u do scenario in the below steps without keeping BPM, CATCHING ALERTS which doesnt give exact QUARANTEE
    Do one thing make a technical design in such a way into 1 flow or 2 flows in worst case
    In INTERFACE MAPPING-->
    a) Insert your current Normal Graphical mapping
    b) Javamapping:- This code will take the first mapping output as Input through Stream Transformation and create a same FILE through JAVA FTP Comments at specified Cleint Location. I recommend in order to avoid direct interraction of writing a file at client FTP better always write at your Local PI NFS Application outbound directory which doesnt require host name and user and pwd. Even if it requires you can do a RFC lookup and maintain a host, Port, User ID, pwd, Directory, FIle naming pattern in that table or else simply DO VALUE MAPPIING and pass it through XML INPUT from FIrst mapping as additional fields
    c) WITH IN THE SAME JAVAMAPPING: -
       If it successfully writes a file - wRite a TRACE log ("FILE NAME+ Sucecssfully written+ File Bytes")
       Then create an simple small XML OUTPUT and PASS that JAVA MAPPING OUTPUT To 3rd Grahical Mapping as Input it might be less than 5KB.
    Note: - Remember that this output XML should be ina Multmapping SPLIT MERGET FORMAT with 1 FIELD or required INFO
    as KEY FIELD INFO using DOM FACTORY
    d) GRAPHICAL MAPPING: -
      SOURCE IS JAVAMAPPING OUTPUT and TARGET HAS 2 messages
                           Message 1) SAME INPUT SMALL XML OUTPUT COMING FROM JAVA MAPPING OUTPUT
                           Message 2) IDOC TY{E STRUCTURE
    Keep a Condition based on KEY VALUE Coming from source field execute either 1 Message1 or Message 2
    In this way you can complete in a single Flow. 
    Later you can deifnee a simple flow to PICK and DROP from SOURCE file  Writing through javamapping to client location Or else
    WRITE A small OS SCRIPT and CALL in Receiver FILE COMMUNICATION at OS Command so that while writing a LOG file it will move the file from Source FTP to CLient FTP location.
    Regards
    Amar Srinivas Eli

  • Non-EDI messages via AS2 Communication Channel

    Hi,
    We have many EDI interfaces running via AS2 communication channel provided by Seeburger.
    I was wondering whether AS2 should only be used for EDI message or any other normal XML formats also.
    If AS2 can be used for other formats also, what is the difference then sending the request via AS2  rather than HTTP.
    Since AS2 is using HTTP transport protocol, I could rather use HTTP communication channel itself.
    Let me know the differences please!

    I was wondering whether AS2 should only be used for EDI message or any other normal XML formats also.
    As far as I know, it is not restricted, I used AS2 protocol to transfer flat files in my last project
    If AS2 can be used for other formats also, what is the difference then sending the request via AS2 rather than HTTP.
    AS2 has more features than plain HTTP, like support MDN message, which allow sender to know the status of receipt immediatly.
    AS2 can be used as Aync or Sync.
    It can keep file name which is useful in some integration with financial institutes.
    Receipts of the file can not deny their receipts of the messages (NonRupdiation)
    Since AS2 is using HTTP transport protocol, I could rather use HTTP communication channel itself
    Yes, you could, but you might loss the feature that AS2 protocol provides, and some  trading partner only ask for AS2 protocol for the transmission of the files.
    Regards
    Liang

  • How to monitor messages using CIDX Communication Channel

    I created a CIDX Communication Channel. XI failed to get a message from the source. How to monitor the messages using CIDX communication channel.

    Not sure about the monitoring but u may recheck the communication channel settings as shown:
    Sender
    http://help.sap.com/saphelp_nw2004s/helpdata/en/0a/512041cfb7f423e10000000a155106/content.htm
    Receiver
    http://help.sap.com/saphelp_nw2004s/helpdata/en/68/1b20410e91f523e10000000a155106/content.htm
    Regards,
    Prateek

  • Message Interface and Communication Channel are not getting in RW B

    Hi
    I have created a sceario in which i have created following things
    2 - External Definition of Same XSD
    2 - Data Types
    2 - Message Types
    4 - Message Interfaces
    2 - XSLT mappings
    2 - Interface Mapping
    I have created on two scenario objects in XI ID.
    But In RWB i can see only one sceario message interfaces and communication channels but the for other scenario MIs and Communication channels are not visible in RWB
    I have created all the things in only one Namespace.
    What could be the problem .please help me
    Regards

    Hi,
    Have you activated it?
    Can you see it in SXI_CACHE?
    If one is no please run report SAI_CACHE_REFRESH
    Kind regards,
    Wojciech

  • I have to send messages through UDP multicast and unicast from same port. In Labview I tried that it throws error. I heard it is possible by means of Datagram (UDP unicast and multicast) Port Sharing. How can it be achieved in Labview?

    I have to send UDP multicast and Unicast messages to a remote port from a single source/local port. I tried by opening UDP unicast and multicast in the same port and got the expected error. I tried by opening a unicast connection and sending unicast messages.After that when multicast messages has to send I closed unicast and opened multicast in the same port.This is not throwing any error. But my requirenment is to comminicate with another application in C ++ which recieves this data, throwing an error of lost connectivity and both the applications are not abled to communicate properly. 
    In the other application with C++ this is implemented using port sharing. So how port sharing can be implemented in labview so that I can send both multicast and unicast messages from the same port?
    Thanks in advance

    UDP is a sessionless protocol, meaning that anyone listening on the specified port CAN receive the data. CAN because as you noted there is no guarantee in the protocol that it will be received. And if you send the data not to a specific address but a multicast address not only one computer can receive it but in fact every computer on the same subnet listening to that multicast address and depending on the TTL of the packet also computers in neighbouring subnets, although that last one is not a very reliable operation since routers can be configured to drop multicast packages anyhow despite of a different TTL saying otherwise.
    Accordingly there is no real way to make sure that a receiving UDP port is not already in use, since you don't build up a connection. UDP is more or less analogous to shouting your messages through a megaphone, and anyone listening on the right frequency (port) can hear it. You do bind the sender socket to a specific port number but that makes little difference.
    Rolf Kalbermatter
    CIT Engineering Netherlands
    a division of Test & Measurement Solutions

  • Why cant i send messages through imessage or FaceTime it always tells me that there was an error message and it failed

    so for a while my macbook air hasnt allowed me to facetime or send messages.. it tells me that the server encountered an error processing registration please try again later.. what could be wrong

    This could be a complicated problem to solve, as there are many possible causes for it. Test after taking each of the following steps that you haven't already tried. Back up all data before making any changes.
    Before proceeding, test on another network, if possible. That could be a public Wi-Fi hotspot, if your computer is portable, or a cellular network if you have a mobile device that can share its Internet connection. If you find that iMessage works on the other network, the problem is in your network or at your ISP, not in your computer.
    Step 1
    Check the status of the service. If the service is down, wait tor it to come back up. There may be a localized outage, even if the status indicator is green.
    Step 2
    Sign out of iMessage on all your Apple devices. Log out and log back in. Try again to sign in.
    Step 3
    Restart your router and your broadband device, if they're separate. You may have to skip this step if you don't control those devices.
    Step 4
    From the menu bar, select
     ▹ About This Mac
    Below the "OS X" legend in the window that opens, the OS version appears. Click the version line twice to display the serial number. If the number is missing or invalid according to this web form, take the machine to an Apple Store or other authorized service center to have the problem corrected.
    Step 5
    Take the steps suggested in this support article. If you don't understand some of the steps or can't carry them out, ask for guidance.
    Step 6
    From the menu bar, select
     ▹ System Preferences ▹ Network
    If the preference pane is locked, click the lock icon in the lower left corner and enter your password to unlock it. Then click the Advanced button and select the Proxies tab. If the box marked SOCKS Proxy is checked, uncheck it. You don’t need to change any other settings in the window. Click OK and then Apply. Test.
    The result may be that you can't connect to the Internet at all. Revert the change if that happens, or if iMessage still doesn't work. Remember that you must Apply any changes you make in the preference pane before they take effect.
    Step 7
    Select from the menu bar
     ▹ System Preferences… ▹ Flash Player ▹ Storage
    and click
    Block all sites from storing information on this computer
    Close the preference pane.
    Step 8
    Make sure you know the ID and password you use with iMessage. Launch the Keychain Access application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Keychain Access in the icon grid.
    Use the search box in the toolbar of the Keychain Access window to find and delete all items with "iMessage" or "com.apple.idms" in the name. Log out and log back in.
    Step 9
    Enable guest logins* and log in as Guest. Don't use the Safari-only “Guest User” login created by “Find My Mac.”
    While logged in as Guest, you won’t have access to any of your personal files or settings. Applications will behave as if you were running them for the first time. Don’t be alarmed by this; it’s normal. If you need any passwords or other personal data in order to complete the test, memorize, print, or write them down before you begin.
    Test while logged in as Guest. After testing, log out of the guest account and, in your own account, disable it if you wish. Any files you created in the guest account will be deleted automatically when you log out of it.
    *Note: If you’ve activated “Find My Mac” or FileVault, then you can’t enable the Guest account. The “Guest User” login created by “Find My Mac” is not the same. Create a new account in which to test, and delete it, including its home folder, after testing.
    If iMessage worked in the guest account, stop here and post your results.
    Step 10
    Start up in safe mode and log in to the account with the problem. You must hold down the shift key twice: once when you start up, and again when you log in.
    Note: If FileVault is enabled, or if a firmware password is set, or if the startup volume is a Fusion Drive or a software RAID, you can’t do this. Ask for further instructions.
    Safe mode is much slower to start and run than normal, with limited graphics performance, and some things won’t work at all, including sound output and Wi-Fi on certain models. The next normal startup may also be somewhat slow.
    The login screen appears even if you usually log in automatically. You must know your login password in order to log in. If you’ve forgotten the password, you will need to reset it before you begin.
    Test while in safe mode. After testing, restart as usual (i.e., not in safe mode) and test again.
    If iMessage worked in safe mode, but still doesn't work when you restart in "normal" mode, stop here and post your results.
    Step 11
    Reset the NVRAM.
    Step 12
    Reinstall OS X.
    Step 13
    If none of the above steps resolves the issue, make a "Genius" appointment at an Apple Store, or contact Apple Support.

  • Which account is sending emails

    Hi
    How do i check which account an apex application is sending emails with.
    we have version 3.1.
    I can see the exchange server in Instance settings but i cant see account settings.
    Thanks in advance

    Hi,
    APEX_MAIL.SEND procedure one parameter is p_from where you define sender
    http://docs.oracle.com/cd/E10513_01/doc/apirefs.310/e12855/apex_mail.htm#CHDDAAJE
    And in instance settings you define Administration Email Address. It is from address for administrative tasks that generate email, such as approving a provision request or resetting a password.
    http://docs.oracle.com/cd/E10513_01/doc/appdev.310/e12856/adm_wrkspc.htm#sthref183
    Regards,
    Jari
    My Blog: http://dbswh.webhop.net/dbswh/f?p=BLOG:HOME:0
    Twitter: http://www.twitter.com/jariolai

  • Send Messages through Hangouts..

    I've never Tried Hangouts but with this Latest update it sounds like you can do Quite more than before Like send messages using your Voice Very Cool..
    Have a Look at this more Via the Link Below:
    http://www.droid-life.com/2015/03/16/you-can-finally-send-a-hangouts-message-with-your-voice-in-google-now/

    "is there any application in my mac to send messages"
    No

  • Unknown app needs update, but under which account?

    I've got all the family's iTunes media on one iMac (mine). That's five accounts. Every so often, I cycle through the accounts and update everyone's apps. But for some time now, after completing the cycle, one app remains un-updated, as indicated by the number "1" in the iTunes sidebar. I have no idea wihch account this app belongs to -- I've gone through every account that I know of -- and no idea which app it is.
    So here's the question...Is there any way to determine in iTunes the name of this app and which account it belongs to?
    Sure would be nice if I could right-click that numeral and have it show me -- across all accounts -- the names of the apps that had updates...

    Content bought using one Apple ID cannot be merged or transferred to another Apple ID.
    Apps are forever tied to the Apple ID used to obtain them.
    Another way is to delete them and download using your own Apple ID.

  • Send messages through ip address

    is there any application in my mac to send messages using only ip address or do I have to download a software ?

    "is there any application in my mac to send messages"
    No

  • Finding a System Error Message (reflected in communication channel)

    Hi,
    I am working on release 3.0. I have found a System Error Message reflected in JDBC communication channel due to a data problem. I assume that this message is old and I can not find the message. It seems that I need the exact date and time when the message was created in order to find this message. I would like to find the payload to view the data and cancel the message.
    Does anyone have any tips on how to find this sort of message?
    Thanks,
    Leanne

    use the standalone Logviewer to read the log files. Works great.
    "If you have an SAP Web Application Server Java 6.20 or below you may also get a standalone_logviewer.zip file at the SAP Service Marketplace at service.sap.com/download u2192 SAP NetWeaver u2192 Release ‘04. In this case JDK version 1.3 or higher must be installed on the system. The java version must be same on the server and the client.
    In the SAP Web AS Java 6.30 installation a folder named logviewer_standalone can be found under: <path Of J2EE installation>/<SysID>/JC<nr>/j2ee/admin/logviewer_standalone. Verify that the batch file logviewer.bat is installed in the directory logviewer-standalone.
    (source -> http://help.sap.com/saphelp_nw04/helpdata/en/e4/540c404a435509e10000000a1550b0/frameset.htm)
    procedure is ..
    1.open Visual Administrator
    2.click Log Configurator
    3.Runtime->Destinations you can find out which destination is for defaultTrace.X.trx.
    4.change the formatter from "com.sap.tc.logging.ListFormatter" to "com.sap.tc.logging.TraceFormatter"
    if change couldn't take effect,reboot j2ee.
    regards
    chandra

Maybe you are looking for

  • Querying node value(s) from XML insde a varchar2 column

    CREATE TABLE "DEV1"."LOG" ( "LOG_ID" NUMBER(10,0) NOT NULL, "LOG_DATA" VARCHAR2(1000 BYTE) NULL) SAMPLE LOG_DATA COLUMN DATA: <Log> <PartNumbers>13000,15000</PartNumbers> <OrderID>221</OrderID> <OrderDateTime>01/01/2013 22:32:43</OrderDateTime> <User

  • WebDynpro TABLE accessibility

    Hi, It seems the accessibility feature of a WD Table is not really ok. When I TAB onto the table it reads the whole table with its row values, this is okay. Now when I enter into that table and press TAB to navigate between the cells then rows, first

  • BMP Entity never execute unsetEntityContext

    hi, i'm using BMP Entity beans 1. these seems never executing the unsetentitycontext method. 2. when undeploying my EJB or stopping my weblogic instance, i would like to close properly some sockets, but no events occurs. What's happening, is it a unf

  • Change language in wiki and personal pages

    The default pages when a user starts his own wiki and personal pages are in english. I need to change it to start in Portuguese, even if I need to edit the php files (files that I have no clue where they are). Please, can anybody help me?

  • Search your library for Songs without Cover?

    Since my projekt right now is to get all CD-covers for my music, I wanted to know if I can search my library for songs without a "cover". Is this a feathure in the new iTunes 7? Possible with previous versions? iMac G3   Mac OS X (10.3.9)   500 Mhz,