Testing through RWB under Adapter Engine

Hi All
I know i can test my scenario through RWB through Test tab.
The problem i am facing is---- when i am testing using Integration Engine after providing necessary details i am getting a message in moni thats fine but when i am testing the same scenario using Adapter Engine by giving same details i am getting error     "Error when sending message: 403 Forbidden"
what could be the problem?
Regards
Dheeraj Kumar

Hi Aamir
the test Tab under adapter engine in RWB is used when you have de-centralized adapter engine.
check this page http://help.sap.com/saphelp_nw04/helpdata/en/25/9c2f3ffed33d67e10000000a114084/frameset.htm its saying This Adapter Engine is a central Adapter Engine its not related to de-central Adapter Engine.
This Adapter Engine resides under Integration Server.
so i believe the prob is because of authorization, if i am not correct please correct me, by this answer i am not telling you that you are wrong i am just putting my view.
Please check and if i am wrong correct me.
Regards
Dheeraj Kumar

Similar Messages

  • Under Adapter engine Test buttion option

    Hi Gurus,
    I Have small doubt we have option like Test message at RWB
    RWB--->COMPONENT MONITORING--->Adapter engine --->Test message ,what is the purpose of this test message option at Adapter engine.
    It is same as sending data from Integration engine if so when ever we are sending data from AE we are getting some issue .Can any body clarify this.
    Thanks
    Madhu

    Hi Madhu,
    Check out the below thread:
    https://scn.sap.com/thread/1402225
    You can also check out this excellent blog for extra information:
    http://scn.sap.com/community/pi-and-soa-middleware/blog/2014/02/17/howto--send-test-messages-to-the-adapter-engine-to-an-integrated-configuration
    Regards
    Bikash

  • No Integration Server under Adapter Engine at Communication Channel

    Hello all,
    This is new PI7.0 install.
    I configured a file Adapter communication channel for an Integration Scenario.
    At field "Adapter Engine" under Parameters tap I am not able to select the Integration Server.
    Pull down menu is empty.
    I did sxmb_adm and blog 6077 that got "Integration Server" in file adapter. Later to that file to file scenario worked yesterday. However after java+abap stack complete restart (to cleanup unwanted manually created business system of type WEB AS ABAP) the problem came back today.
    I repeated again same blog /people/venugopalarao.immadisetty/blog/2007/03/15/adapter-engine-cannot-be-found-in-integration-directory   sxmb_adm, sldcheck, rz70 all looks good, but no luck.
    There is a note from forum to change the content maintenance under
    SLD->Administration->Content Maintenance->Subset (Landscape description)...
    Need some pointers on what to change & get the file adapter to work? Thanks.
    Another observation is all adapters got empty menu (no Integration Server). However IDOC, HTTP got integration server populated.
    ====================
    Re: No Integration Server under Adapter Engine at Communication Channel config  
    Posted: Sep 12, 2007 4:46 PM    in response to: Jochen Schertel      
    Hi All,
    the problem was related to missing some Associations under Contend Maintenance for the Integration Server.
    After implementing again, the problem was solved!
    Regards,
    Jochen
    ====================

    Hi Jochen,
    Can you please check following parameters in sxmb_adm on your application server.
    Goto TC : sxmb_adm...select Integration Engine configuration n check whether you have maintained global configuration data as
    Role of Business System  : Application system
    and Corresponding Integ. Server : http://xi hostname:port/sap/xi/engine?type=entry
    Also check if you have created following RFC destinations:
    1. INTEGRATION_DIRECTORY_HMI(H)
    2.LCRSAPRFC (TCP/IP)
    3.SAPSLDAPI
    Nilesh
    Nilesh

  • Status "HOLDING" in RWB----- MessageMonitoring------ Adapter Engine?

    Hi Experts,
    I am working on a IDOC to file Scenario.
    Sometimes the scenario works perfectly and the files are generated successfull
    Somtimes the status of the messages are "HOLDING" in  RWB--->MessageMonitoring---->Adapter Engine(Messages from the component)?
    Why is this inconsistency ? What may be the reason.?
    Thanks in Advance,
    Anil

    HI,
    Holding state says that your QOS is EOIO.
    If any message is not processed  successful,
    then next all message is all holding state.
    Go throgh this link how to handle these messages
    How to deal with stuck EOIO messages in the XI 3.0 Adapter Framework
    Regards
    Sridhar Goli

  • How to hide a payload in sxmb_moni and RWB and Adapter engine.

    Hi
    I need to hide the pay load in  sxmb_moni, RWB, Adapter engine. Because payload has some sensite information.
    I need to hide the pay load for perticuler interface Name (http://filetoidoc.com) only. not all payloads.
    Please help us this.
    advanced thanks
    Sati

    Ofcourse you can:)
    below are the fields mentioned in blogs
    We can also tell exactly which interface/service/namespace can be used:
    SXMBPARTY= Communication Party
    SXMBPRTAG= Issuing Agency
    SXMBPRTTYP= Identification Scheme
    SXMBSERV= Service
    SXMBIFNS = Interface Namespace
    In your case you will use the last one SXMBIFNS
    Thanx
    Aamir

  • How can we test through RWB...

    Hi,
    I have working with file to file scenario and I'm unable to test the scenario because of lack of FTP credentials.
    Do we have chance to test the same in RWB, by providing the same .XML file to RWB??!!
    Can anybody help me for the same...
    Thanks n Advance.,
    Abhi

    Hi,
    You can do it by posting the pay load directly to the IS.
    for more information please go tru the blogs below,
    XI: Sending a message without the use of an adapter not possible?
    /people/michal.krawczyk2/blog/2005/08/25/xi-sending-a-message-without-the-use-of-an-adapter-not-possible
    and
    /people/paul.medaille/blog/2005/06/24/test-your-xi-configuration-with-the-new-test-tool
    Hope this helps.
    _Prasad Babu.

  • J2SE adapter engine and SSL testing

    Hi there,
    We are currently doing a B2B scenario whereby SAP XI sends a message to the J2SE adapter engine in the DMZ and then that sends the message via HTTPS / SSL to the receiving service....
    In order to test that the HTTPS / certificate etc worked I wrote a small Java application and dialled out of the network. I inserted the DER file into my CACERTS file on my local machine using the keytool as a "trusted certificate". The Java application worked 100% and did the SSL handshake fine and POSTED the data fine as well......
    Now I am no expert in the J2SE adapter engine but decided to try testing the same SSL connection using the J2SE adapter engine from my LOCAL machine with me dialled out onto the Internet.
    I logged into the J2SE adapter engine and imported the same DER file into the engine  (actually inserted into the "truststore.jks" file). I them went into the "Test Environment" of the J2SE adapter and have been trying to test.....
    I have a few questions:
    1. Do I have to use a P12 or PFX file for this sort of communication? Reason I ask is that with the Java application all I needed was the DER file?
    2. In the full blown scenario do I have to have SSL configured between XI and the J2SE adapter engine as well? Or can that stay as HTTP?
    My basic config for the test is roughly:
    WS.targetURL=https://someserver:4433/soap/someInbox
    WS.SOAPAction=CustomSoapAction
    SSLauthentication=true
    Do I really need the following two?
    SSLcertificate=somecert.p12
    SSLcertificatePassword=somepassword
    From my logic all I should need if the DER file loaded into the J2SE adapter which I have done......
    Has anyone done successfull SSL / HTTPS testing from the J2SE adapter engine using the "Test Environment"?
    Any advise would be greatly appreciated
    Kind regards
    Lynton

    Hi
    Not a answer to your question but why use the J2SE adapter engine in the DMZ and why not the J2EE Decentral Adapter Engine?
    Regards
    Bhavesh

  • No entry for adapter engine in CPACache

    Hi all,
    This is a new installation of PI 7.0. Some of the issues we are facing are:
    1) ID -> cache notifications -> unable to determine the name of central AE from SLD
    2) Integration Builder -> Admin -> cache overview -> refresh objects fails
    3) RWB -> Cache connectivity test for AE fails
    4) SXI_CACHE -> goto Adapter Engine Cache -> No Entry under Adapter Engine Connection data cache 
    5) RWB -> Adapter Monitoring : Only JPR is shown. All the adapters need to be shown as well. 
    6) SLD -> Technical Systems -> XI -> Integration server does not show the domain name. But all other components have a consistent domain name.
    It seems to me that somehow the adapter framework hasnt been registered in the SLD. Do we need to do this manually?
    Any help on any of the above issues is greatly appreciated..
    thanks!

    Hi Lasya,
    Please have a look at this thread..
    Inconsistence Adapter Framework
    cheers,
    Prashanth

  • How can I change adapter engine from Non central to central

    My adapter engine is assigned as non central. However I want to have the adapter engine as part of the integration server.
    If I look in the RWB, the adapter engine listed under the non central adpater engine. However I would like to move it under the Integration server Engine.
    Can this be done or do I have to reinstall XI to get the adapter engine grouped with the IS.
    Currenty componenets under the domain I have:
    1) Integration which has Integration Engine, busines  process engine and Mapping runtime.
    2) Integration engine are blank, nothing underneath
    3) non central adapter engine
       my adapter engine here
    4) j2se adpater nothing underneath
    4) Tools
    So what I want to do is move the Non central adapter engine to be underneath the Integration Server.
    Any ideas how to do this....withoout a reinstall?
    Thanks
    Mikie

    HI,
    Have a look into Configuration Guide-
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/ac6de690-0201-0010-54ac-8923089dcc97
    Regards,
    Moorthy

  • Error: Unable to find any Adapter Engines

    Hi all,
    I am trying to execute a very simple scenario.
    A xml-file is read from a drive by the XI system.
    XI reads the values.
    Another xml-file containing some parts of this info is written to another location.
    I see that the file is read and removed.
    However, when I check the monitoring I find follwing error message:
    <SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="">
      <SAP:Category>XIServer</SAP:Category>
      <SAP:Code area="INTERNAL">AE_DETAILS_GET_ERROR</SAP:Code>
      <SAP:P1>af.cx1.cernum05\cx1</SAP:P1>
      <SAP:P2 />
      <SAP:P3 />
      <SAP:P4 />
      <SAP:AdditionalText>Exception in SLD client: AbapSLDRequestHandler.exe: Unable to find any Adapter Engines</SAP:AdditionalText>
      <SAP:ApplicationFaultMessage namespace="" />
      <SAP:Stack>Error when reading the access data (URL, user, password) for the Adapter Engine af.cx1.cernum05\cx1</SAP:Stack>
      <SAP:Retry>M</SAP:Retry>
    </SAP:Error>
    Is there some configuration missing?
    We are running XI3.0 SP9.
    Thanks in advance.
    Kind regards

    Hi Geert,
    My first guess is that something is not configured correctly. Try checking if your adapter engine is registered in the SLD:
    In a browser, goto http://host:port/sld. Choose Technical Landscape. Under Technical System Type, select Exchange Infrastructure. You should have an entry like:
    "Adapter Engine on cx1.cernum05"
    If not, check the settings in Visual Administrator for the SLD Provider service and test the update from here.
    Also check your receiver communication channel. Under Adapter Engine, it should say "Integration Server". If it says e.g. af.cx1.cernum05, your SLD has not been updated correctly.
    Regards,
    Thorsten

  • Adapter Engine Prioritation for JDBC Adapter

    Hi ,
    I am currently working on an Idoc to Jdbc Scenario. The jdbc adapter is used to push the messages to three different legacy systems through three different scenarios. I need to prioratize the messages of the legacy systems(For Eg. Legacy System A is more critical than Legacy System B) in adapter engine or in adapter itself.
    Regards,
    UserPI

    Hi
    We are having the same problem. Once one of the interfaces which is using a JDBC communication channel is processing a bigger amount of messages, the JDBC adapter seems to be blocked exclusively for that interface. All other interfaces using the JDBC adapter are on hold (status "Scheduled" in Adapter Engine Message Monitoring). I set up message prioritization in RWB (Component: Adapter Engine), but it doesn't help (nothing different from before).
    Does anybody has a hint on that?
    Thanks
    Philippe

  • In the XI Szenario i cannot assign Adapter Engine in Communicationchannel

    Hi There,
    i have a new problem. I imported now the whole Scenario from my XI Cons System into the XI Prod System.
    After that i have to reconfigure the Communication Channels.
    URL etc.. but in Prod System i cannot Assign Integration Server to Adapter Engine..
    i maked a screenshot so you cann see what i mean:
    (If you cannot see the screenshots.. please provide me a Mail Adress.. then i can send them to you)
    This is our Consolidation System:
    http://img16.imageshack.us/img16/7546/xik1.jpg
    You see what i mean in the read mark.
    And here you can see our Prod System.. i cannot Assign here the Integration Server...
    http://img14.imageshack.us/img14/4581/xip1g.jpg
    Can you tell me whats wrong here?
    Thanks
    Bjoern

    Hi,
    please check this threads, this may help you
    Can not select Integration Server for Adapter Engine in File adapter
    No Integration Server under Adapter Engine at Communication Channel config
    Regards,
    pradeep A.

  • Archiving message in Adapter Engine in XI 3.0

    Dear all,
    Could you please explain the procedure of Archiving Messages in Adapter Engine in XI 3.0.
    I have read many blogs regarding deleting messages in Adapter Engine, but nowhere i can see about Archiving.
    I have been told that activating and scheduling "Default Version Archive Job" in RWB->Components->Adapter Engine->Background Processing would solve the purpose.
    But while activating, i am unale to set rules, as it gives error " Rules are not allowed for jobs with set 'archive edited messages only' flag."
    Thanks and regards

    Hi,
    Please check the [link|http://www.****************/Tutorials/XI/Archiving/Index.htm]
    Also check this
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/402fae48-0601-0010-3088-85c46a236f50?quicklink=index&overridelayout=true
    http://wiki.sdn.sap.com/wiki/pages/viewpage.action?pageId=147266890
    Regards,
    Naveen.

  • RWB - Cache Connectivity Test - Adapter Engine shows error

    Hello Friends,
    In our one production system (PI 7.1), while do 'Cache Connectivity Test' from RWB -> Component Monitoring, it shows the following error for Adapter Engine under Integration Directory.
    Error:
    Cache notification from Integration Directory failed Error when accessing the System Landscape Directory.
    No SLD elements of type SAP_XIAdapterFramework found
    But, Integration Server - ABAP, Integration Server - JAVA shows green color. The messages are flowing through the Adapter Engine fine. i.e I am seeing 2 Adapter Engines under Integration Server in Component Monitoring. One Adapter Engine is in grey and another Adapter Engine shows green color.
    When I click the grey color adapter engine, it immediately turns to red color and some different host name url is displayed (http://<wronghost>:53000/AdapterFramework/rtc).
    So, what could be the problem ?
    Kindly clarify, friends.
    Thanking you.
    Kind regards,
    Jegathees P.

    Hello Jegathees
    Apply the solution in note #804124 HTTP communication with XI Adapter Engine fails. Set the parameters:
    SLD.selfregistration.hostName     
    SLD.selfregistration.httpPort     
    SLD.selfregistration.httspPort    
    as described in the note.
    Regards
    Mark

  • Error while testing Adapter through RWB with payload

    Hi all,
    While testing Adapter engine through RWB with payload, i get the below error
    Error while sending message: com.sap.aii.af.ra.ms.api.ConfigException: ConfigException in XI protocol handler. Failed to determine a receiver agreement for the given message. Root cause: com.sap.aii.af.service.cpa.impl.exception.CPALookupException: Couldn't retrieve outbound binding for the given P/S/A values: FP=;TP=;FS=ec6clnt001;TS=com_avaya_java_bs;AN=StartNotification_MI_sync;ANS=http://www.tcs.com/sap/xi/AVAYAPoC;"
    Can any body please suggest the possible reason and solution for the same.
    Regrads,
    Kulwant

    Hi
    verify the receiver agreement and  also check it out whether receiver message interface is configured properly or not?
    or
    open ID and goto tools tab in that click on
    test configuration by providing your Business service and interface details along with the payload it displays the error message.
    regards
    Suryanarayana

Maybe you are looking for