ABAP Consumer Proxy. Not working?

Hello
I've created consumer proxy in ABAP. Configured logical port in SOAMANAGER. When I test call operation from this proxy I get "Call successful - Empty result" because it is async interface. But it seems that PI (which serves this service) doesn't get anything from ABAP program. How can I monitor or check the log of whar this proxy sends?
best regards
Maciej

Hi guys,
I'am still facing the same problem. Queues in PI are registered, the async outbound proxy call gives the same message "Call successful - Empty result". But no messages are shown in SXMB_MONI. I've followed the link above. Other messages from sync scenarios are shown. Services (EO, EOIO) are registered and activated.
In Adapter Monitoring no messages are shown. I am using XI adapter as sender and JMS sender as receiver.
I've stopped JMS-sendin-Queue and there is no message too.
My issue was resolved by COMMIT WORK of proxy-call.
Thanks in Advance,
Stefan
Edited by: Stefan Burghardt on Jul 12, 2011 6:32 PM

Similar Messages

  • ABAP Consumer Proxy error after upgraded from 7.0 SP14 to 7.01 SP3

    The ABAP consumer proxy was created in ECC6 with Netweaver 7.0 SP14.  After the system was upgraded to Netweaver 7.01 SP3 the proxy call started to get error back.
    The first error message from the service provider said "SoapException: Server did not recognize the value of HTTP Header SOAPAction".  This error was resolved by manually putting the correct action in the SOAManager configuration.
    Ran the same test again and then the service provider complained about the To field in the SOAP Header.  The error message said "SoapHeaderException: SOAP header To was not understood".
    Below is the To field in the Requesting XML message from the 7.0 SP14 system that worked fine:
    <n3:To soap-env:mustUnderstand="1" xmlns:n3="http://schemas.xmlsoap.org/ws/2004/08/addressing"
    xmlns:soap-env="http://schemas.xmlsoap.org/soap/envelope">
    http://localhost:50081/AddSix.asmx
    </n3:To>
    Below is the To field in the Requesting XML message from the 7.01 SP3 system that did not work:
    <wsa:To soap-env:mustUnderstand="1" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing"
    xmlns:soap-env="http://www.w3.org/2003/05/soap-envelope">
    http://localhost:50081/AddSix.asmx
    </wsa:To>
    It looks like the issue is with the xmlns:soap-env element that has different values in these two systems.  Searched in SDN but could not find any related information.  Please help if anyone has experienced similar issue or knows how to fix it. 
    Thanks,
    Jiannan

    Got solution from SAP through an OSS message.  Below is SAP's solution:
    Either the Message ID protocol should be switched off on the SAP
    consumer side or turn on this protocol support on the .NET provider.
    To switch off the Message ID protocol:
    1. start the soa manager
    2. find the consumer proxy
    3. find the corresponding logical port
    4. jump to the 'Messaging' tab
    5. choose the 'Suppress ID Transfer' from the dropdown list of the Message ID Protocol field
    Besides this setting I also have to specify the operation in the Operation specific tab of the logical port configuration.

  • Inbound Proxy not working

    Hi,
    I have configured a proxy for a BAPI (SAP EM EventHandler.AddEventMessage02) but it does not work.
    EventHandler.AddEventMessage02 has a deep structure.
    Step by Step:
    ABAP Proxy generated.
    Activate changes
    Export WSDL from Proxy.
    Import WSDL to ESR, and generate a Service Interface.
    Activate changes
    Use SIW to generate the AIF configuration
    Correct syntax ABAP errors in the code generated.
    Activate changes
    When I execute the service, AIF log says message header does not exist.
    Looking through debug, the source data is not mapped to the target. When BAPI is called, curr_line structure is INITIAL
    So I tried to check if the mappings are fine in /AIF/CUST but when I tried to define a source mapping, AIF says "DDIC structure ZCHAR1 does not exist"
    Do you have any tips?
    Thanks,
    Erik Bengtson

    The solution to my mapping problem is the following:
    Map: Source TRACKINGHEADER to DESTINATION TRACKINGHEADER
    In /AIF/CUST Destination Structure add the Function Before Mapping. This function will copy TRACKINGHEADER/ITEM/* to the destination TRACKINGHEADER/*
    FUNCTION ZMA_E1_MAP.
    *"*"Local Interface:
    *"  IMPORTING
    *"     REFERENCE(RAW_STRUCT)
    *"     REFERENCE(RAW_LINE)
    *"     REFERENCE(SMAP) TYPE  /AIF/T_SMAP
    *"     REFERENCE(INTREC) TYPE  /AIF/T_INTREC
    *"     REFERENCE(SENDING_SYSTEM) TYPE  /AIF/AIF_BUSINESS_SYSTEM_KEY
    *"       OPTIONAL
    *"  TABLES
    *"      RETURN_TAB STRUCTURE  BAPIRET2 OPTIONAL
    *"  CHANGING
    *"     REFERENCE(OUT_STRUCT)
    *"     REFERENCE(DEST_LINE)
    *"     REFERENCE(DEST_TABLE)
    *"     REFERENCE(APPEND_FLAG) TYPE  C
       BREAK-POINT.   "#EC NOBREAK
    FIELD-SYMBOLS: <_item> TYPE ANY TABLE.
    FIELD-SYMBOLS: <_row> TYPE ANY.
    ASSIGN COMPONENT 'ITEM' OF STRUCTURE RAW_LINE TO <_item>.
    LOOP AT <_item> ASSIGNING <_row> .
       MOVE-CORRESPONDING <_row> TO DEST_LINE.
    ENDLOOP.
    ENDFUNCTION.

  • SRM XI standard content ...SRM Server 7.0 - Outbound proxy not working

    Hello All,
    we have integrated SRM SUS with ECC 6.0 using XI standard content XI SRMSERVER IC 7.0. With same configuration, Purchase Order has been send from ECC to SUS and PO is created successfully in SRM SUS. But, while confirming the purchase order, its not generating outbound proxy message.
    And when we check the interface PurchaseOrderConfirmation_Out(i.e dobule clicking) in SPROXY transaction of SRM SUS, getting the following LOG:
    1. Logical port template is inconsistent, regenerate it and activate it
    2. cannot create LPT without DT profiles
    3. Regernate proxy(inactive version incorrect)
    Let me know if you have any suggestions.
    Regards,
    Sreenivas.

    Hello Srinivas,
    1.Check your Port creation from ECC to XI  2 SRM.
    2. Activate your proxies properly and check whethar your proxy communication working properly or not.
    check this links for your reference.
    MM -XI-SUS
    MM System - XI - SUS
    MM-XI
    How to integrate MM using XI
    SRM-XI
    SRM  and XI Integration
    http://service.sap.com/~sapidb/011000358700002897342004E/CCMConfig10_01_05.pdf
    http://service.sap.com/~sapidb/011000358700003992672005E/Config_Guide_CCM200_640doc.pdf
    http://service.sap.com/~sapidb/011000358700002897402004E/ServiceProcurementNEW.pdf
    http://service.sap.com/~sapidb/011000358700002897382004E/Plan-DrivenwithSInew.pdf
    SRM and XI
    Is there pre-configured message mapping for SRM Content?
    /people/vijaya.kumari2/blog/2006/01/26/how-do-you-activate-abap-proxies
    SRM XI scenario
    Which version of SRM needs XI?
    SRM  AND SAP XI
    XI with SRM 4.0
    Regards,
    Mahesh

  • Cosuming web service using consumer proxy - not getting the output

    Hello All,
    I am not getting the consumer proxy output structue filled though the web service is successfully executed. I did the following steps.
    1. Created a webservice form RFC BAPISDORDER_GETDETAILEDLIST
    2. Created a consumer proxy for the above created WSDL document.
    3. Tested the service by executing the proxy directly by feeding the input in the XML (sales document and partner view). it is working fine
    4. Created a program to access the consumer proxy by passing the input(same input as per XML). I am not getting the output in the proxy output structure ( but I can see the RFC is successfully executed and having the right values in the debugging mode).
    Is this the issue is due to the date fields (XML cannot consider a blank date )?
    Please note: the partner output table parameter in the bapi (output I am looking for ) is not having any date fields.
    Please help me to sort out this issue.
    Thanks,
    Gopi

    Hi Gopi,
    From your description, I assume you used the SE37 transaction's menu option Utilities -> More Utilities -> Create Web Service -> From the Function Module, to expose the BAPI concerned as a Web Service.
    If this is the case, then it is possible that you are falling foul of your SAP User ID not having the necessary Remote Function Call authorization to execute the BAPI.
    A prerequisite for successfully calling an RFC-enabled Function Module (which is what a BAPI is) is that the User ID used to call the function module must have the required RFC authorization (Authorization Object S_RFC).  For example, when calling function module BAPI_CUSTOMER_GET_ROOT, if the User ID lacks the requisite authorization in the target system, the following error message will be received by the Consuming application:
        User <User ID> has no RFC authorization for function group V02HBAPI.
    Notice, as you can see from the above message, RFC execution authorization is implemented at the Function Group level, not at the Function Module level.  In othere words, granting a user the authorization to a function group (authorization object S_RFC) enables the user to execute all RFC-enabled function modules contained within that function group.
    I am guessing the BAPI works for you in debug mode because you are not calling the BAPI remotely.
    Let me know if this helps.
    Best Regards,
    Andy.

  • ABAP consumer proxy generation for xMII WSDL's

    Hi friends,
    I have a question related to generation of consumer proxies in ECC Box. I am trying to create a consumer proxy for xMII WSDL's using URL method. For the first WSDL, I was able to create a service consumer proxy successfullly. It created with the name "XacuteWSSoap". Now, when I am trying to create another consumer proxy, I am always getting the error saying the proxy object already exists. Then, I went to WSDL and compared all of them, they all are having port type as XacuteWSSoap. I believe this is the reason why, it is not allowing me to create a new proxy object for the second WSDL. Does any one know how to overcome this problem?
    Thanks in advance,
    Regards,
    Adithya K

    Hi Gaurav,
         I tried both of the ways. Here are the results.
         If I delete the proxy and create with new prefix its still the same issue I am having.
         And changing the port type seems to work, it allowed me to create a new proxy object. But, again there are few structures which are getting regenerated and overwriting the existing values. Here is the sample WSDL: If you see closely, the complex type "InputParams",  Port type name "XacuteWSSoap",  Input message name "s0:XacuteSoapIn", Output message name "s0:XacuteSoapOut" are the things which are creating problem for me. If I rename all the above things that I mentioned like port type, input message, etc. Its working for me.  But, I dont think this is the correct way of developing these. So, I want to know whether there is any problem with SAP generating the things or I am doing any wrong.
    <?xml version="1.0" encoding="UTF-8" ?>
    - <definitions xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:s="http://www.w3.org/2001/XMLSchema" xmlns:s0="http://www.sap.com/xMII" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" targetNamespace="http://www.sap.com/xMII">
    - <!--  Types
      -->
    - <types>
    - <s:schema elementFormDefault="qualified" targetNamespace="http://www.sap.com/xMII">
    - <s:complexType name="InputParams">
    - <s:sequence id="InputSequence">
      <s:element maxOccurs="1" minOccurs="0" name="Mode_Read" type="s:string" />
      <s:element maxOccurs="1" minOccurs="0" name="Mode_Write" type="s:string" />
      <s:element maxOccurs="1" minOccurs="0" name="Server" type="s:string" />
      <s:element maxOccurs="1" minOccurs="0" name="TagGUID" type="s:string" />
      <s:element maxOccurs="1" minOccurs="0" name="TagInput" type="s:string" />
      </s:sequence>
      </s:complexType>
    - <s:element name="XacuteRequest">
    - <s:complexType>
    - <s:sequence>
      <s:element maxOccurs="1" minOccurs="0" name="LoginName" type="s:string" />
      <s:element maxOccurs="1" minOccurs="0" name="LoginPassword" type="s:string" />
      <s:element maxOccurs="1" minOccurs="0" name="InputParams" type="s0:InputParams" />
      </s:sequence>
      </s:complexType>
      </s:element>
    - <s:complexType name="Rowset">
    - <s:sequence>
      <s:element maxOccurs="unbounded" minOccurs="0" name="Row" type="s0:Row" />
      </s:sequence>
      <s:attribute name="Message" type="s:string" />
      </s:complexType>
    - <s:complexType name="Row">
    - <s:sequence id="RowSequence">
      <s:any maxOccurs="132" minOccurs="1" type="s:string" />
      </s:sequence>
      </s:complexType>
    - <s:element name="XacuteResponse">
    - <s:complexType>
    - <s:sequence>
      <s:element maxOccurs="1" minOccurs="0" name="Rowset" type="s0:Rowset" />
      </s:sequence>
      </s:complexType>
      </s:element>
      </s:schema>
      </types>
    - <!--  Messages
      -->
    - <message name="XacuteSoapIn">
      <part element="s0:XacuteRequest" name="parameters" />
      </message>
    - <message name="XacuteSoapOut">
      <part element="s0:XacuteResponse" name="parameters" />
      </message>
    - <!--  Ports
      -->
    - <portType name="XacuteWSSoap">
    - <operation name="Xacute">
      <input message="s0:XacuteSoapIn" />
      <output message="s0:XacuteSoapOut" />
      </operation>
      </portType>
    - <!--  Bindings
      -->
    - <binding name="XacuteWSSoap" type="s0:XacuteWSSoap">
      <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http" />
    - <operation name="Xacute">
      <soap:operation soapAction="http://www.sap.com/xMII" style="document" />
    - <input>
      <soap:body use="literal" />
      </input>
    - <output>
      <soap:body use="literal" />
      </output>
      </operation>
      </binding>
    - <!--  Service mapping
      -->
    - <service name="XacuteWS">
    - <port binding="s0:XacuteWSSoap" name="XacuteWSSoap">
      <soap:address location="http://abc.dx.com:50000/XMII/SOAPRunner/Test%20-%20DoNotDelete/OPC/Trx-OPCTag_Prototype" />
      </port>
      </service>
      </definitions>
      Appreciate if you can help.
    Thanks,
    Adithya K

  • N4S: Web Dynpro for ABAP layout editor not working

    Have problem in Layout editor in Web Dynpro for ABAP
    I have installed NW04S Testdrive on 64bit Linux and able to login.
    SE80 is working alright.
    Next I create a Web Dynpro Comp. / Intf. and create a component.
    I double click on the View name "V_Default" . The Layout editor opens on the right side. Change into Edit Mode.
    The "View Elements" panel on the left side of layout editor is missing. This is where we select the various elements like "Textview" etc.
    Even the right click on the "ROOTUIELEMENTCONTAINER" to insert elements using context menu does not work.
    In summary I am not able to add any element in WD4A Layout screen.
    Is there any special plugin required to be installed?
    How to solve this problem?

    you cannot develope Webdynpro for ABAP using ECC5
    This is available with netweaver 2004s (WAS7.0) for which ramp up is going on right now and the general availability is expected sometime around 1st quarter for 2006.
    Regards
    Raja

  • OS X proxy not working, Firefox Proxy working

    Strange situation here, it started after I upgraded from my PB to a MBP.
    The proxy settings in Network Prefs seem to have no effect except to make my system stop working properly. In short...
    Setting up the proxy in Firefox works.
    Telnet to the proxy:port works from a terminal window.
    Setting up the proxy in OS X network prefs, the proxy never sees the traffic and Safari can't open a page.
    Any dieas

    Hiya,
    Ok, I have the same problem. Firefox works but no apple software does with the exact same proxy settings in Network panel. Uh, Quicktime, Safari, Software Update, iTunes, including ssh and ftp from command line, etc. all fail to connect, but Firefox does.
    On the exact same network, my powerbook running 10.3.9 connects just fine with all software (including ssh and ftp from command line).
    The problem I'm having is on a g5 powermac running 10.4.6
    Has anyone resolved this? Oh! and I'm not needing authentication either, so authoxy doesn't seem to help.
    12 powerbook g4   Mac OS X (10.3.9)  

  • ABAP program is not working

    I am using ABAP stage in Datastge job and new requirement is only add a new column where the column length is 25.
    Previously the program was below
       IF d_len < 16000.
          d_pack+d_offset(77) = it_1.
          d_offset = d_offset + 77.
          d_len = d_offset + 77.
    but now after adding new column
    change the program as
       IF d_len < 16000.
          d_pack+d_offset(102) = it_1.
          d_offset = d_offset + 102.
          d_len = d_offset + 102.
    it's not working if I use below code then it works but getting data small amount with some data is shift from one colum to another.
       IF d_len < 16000.
          d_pack+d_offset(102) = it_1.
          d_offset = d_offset + 102.
          d_len = d_offset + 102.
          d_pack+d_offset(77) = it_1.
          d_offset = d_offset + 77.
          d_len = d_offset + 77.
    Ant idea how to solve the issue

    Hi,
    Just a wild guess... is this code normally not something that is generated by some IBM solution..? Meaning - something not to be messed with..? Because:
    "D_LEN – Is a variable used during generation of the ABAP program. The value is set automatically based on the total length of columns in the SQL query. If this value is less than 16000, the ABAP program will concatenate the record before making an RFC call. If it is greater than 16000, each line will be a RFC call, which will create many RFC calls that will negatively effect performance." --Understanding ABAP extract data processing with InfoSphere DataStage Pack for SAP R/3 and it's performance
    cheers
    Jānis

  • ABAP consumer proxy generation for xMII WSDL

    Hi friends,
    I have a question related to generation of consumer proxies in ECC Box. I am trying to create a consumer proxy for xMII WSDL's using URL method. For the first WSDL, I was able to create a service consumer proxy successfullly. It created with the name "XacuteWSSoap". Now, when I am trying to create another consumer proxy, I am always getting the error saying the proxy object already exists. Then, I went to WSDL and compared all of them, they all are having port type as XacuteWSSoap. I believe this is the reason why, it is not allowing me to create a new proxy object for the second WSDL. Does any one know how to overcome this problem?
    Thanks in advance,
    Regards,
    Adithya K

    Hi Friends,
        I would appreciate if anyone can help me with this issue.
    Thanks,
    Adithya K

  • Enhancing 0FI_GL_4  - ABAP code is NOT working -  URGENT PLEASE ???

    Hi all,
        I want to enhance 0FI_GL_4 extractor with CHECT, RWBTR & PRIDT from PAYR table if VBELN of 0FI_GL_4  is not BLANK, with the following conditions:
    1.Load all the records of PAYRQ table into PAYRQ internal table LT_PAYRQ
    with matching BELNR, AUGBL & BUKRS from I_DTFIGL_4 internal table.
    2.Load all the records of PAYR table into PAYR internal table LT_PAYR
    with matching AUGBL & BUKRS from LT_PAYRQ internal table.
    3.Read PAYR internal table LT_PAYR with matching BELNR (from I_DTFIGL_4
          internal table) and fill the new fields  CHECT, RWBTR & PRIDT.
    The following the is ABAP code, but it is NOT working:
    DATA:I_DTFIGL_4 LIKE DTFIGL_4 OCCURS 0 WITH HEADER LINE,
         L_TABIX LIKE SY-TABIX.
    DATA: BEGIN OF LS_PAYRQ,
                 ZBUKR LIKE PAYRQ-ZBUKR,
                 BELNR LIKE PAYRQ-BELNR,
                 AUGBL LIKE PAYRQ-AUGBL,
             END OF LS_PAYRQ.
    DATA: LT_PAYRQ LIKE LS_PAYRQ OCCURS 0 WITH HEADER LINE.
    DATA: BEGIN OF LS_PAYR,
                 VBLNR LIKE PAYR-VBLNR,
                 CHECT LIKE PAYR-CHECT,
                 RWBTR LIKE PAYR-RWBTR,
                 PRIDT LIKE PAYR-PRIDT,
             END OF LS_PAYR.
    DATA: LT_PAYR LIKE LS_PAYR OCCURS 0 WITH HEADER LINE.
    WHEN '0FI_GL_4'.
        I_DTFIGL_4 = C_T_DATA.
        SELECT BELNR   AUGBL  ZBUKR
          FROM PAYRQ
          INTO CORRESPONDING FIELDS OF TABLE LT_PAYRQ
          FOR ALL ENTRIES IN I_DTFIGL_4
          WHERE BELNR = I_DTFIGL_4-BELNR
            AND AUGBL = I_DTFIGL_4-AUGBL
            AND BUKRS = I_DTFIGL_4-BUKRS.
        SORT LT_PAYRQ BY BELNR.
        SELECT VBLNR CHECT RWBTR PRIDT
           FROM PAYR
           INTO CORRESPONDING FIELDS OF TABLE LT_PAYR
           FOR ALL ENTRIES IN LT_PAYRQ WHERE VBLNR = LT_PAYRQ-AUGBL
           AND ZBUKR = LT_PAYRQ-ZBUKR.
        SORT LT_PAYR BY VBLNR.
        LOOP AT C_T_DATA INTO I_DTFIGL_4.
            L_TABIX = SY-TABIX.
         IF NOT I_DTFIGL_4-VBELN IS INITIAL.     " IF BILLING DOCUMENT EXISTS
            READ TABLE LT_PAYR WITH KEY VBLNR = I_DTFIGL_4-BELNR.
            IF SY-SUBRC = 0.
               MOVE LT_PAYR-CHECT   TO  I_DTFIGL_4-ZZCHECT.
               MOVE LT_PAYR-RWBTR  TO  I_DTFIGL_4-ZZRWBTR.
               MOVE LT_PAYR-PRIDT    TO  I_DTFIGL_4-ZZPRIDT.
               MODIFY C_T_DATA FROM I_DTFIGL_4 INDEX L_TABIX.
            ENDIF.
            CLEAR:I_DTFIGL_4-ZZCHECT,I_DTFIGL_4-ZZRWBTR,I_DTFIGL_4-ZZPRIDT,
                  LT_PAYR,  LT_PAYRQ.
          ENDIF.
        ENDLOOP.
    Could you please find the problem with above ABAP code and correct it.
    Since I want to enhance it,  if VBELN is not Blank and do I have to move the IF condition (I_DTFIGL_4-VBELN IS INITIAL) to another location for better performance.
    Thanks,
    Venkat..

    Dear Gajesh,
    Please accept my thanks for your Spontaneous reply.
    Selection Screen data is given below.
    1 --> Material Number
    2 --> Inspection Lot Number
    3 --> Date of Lot Creation
    4--> Inspection Type
    Normally the clint will give the Inspection Type ie 4th input and Date of Lot creation ie 3rd Input (Range of Date).
    Please do the needful.
    With Best Regards,
    Raghu Sharma

  • SAPWebConsole - dropdown field works in ABAP but does not work on Web

    Hi All,
    I am writing an RF transaction in ABAP using regular dialog programming. My transaction works fine in the GUI. But it does not work OK when I access the transaction over the web (using IE) via SAPWebConsole.
    My issue is that on the SAPGUI I have a dropdown box that is populated with entries and I can choose an entry but on the same transaction on IE I cannot choose any entries in the same field as it does not have a dropdown option.
    Am I doing something wrong here in the ABAP? Am I assuming incorrectly that SAPWebConsole can have dropdown lists?
    Thanks,
    N.
    I know that this is stictlynotan ABAP issue but it does have possible overlap.

    Hi Niall!
    WebSAPConsole has in it's own limitations with regards to Dialog Programming Development, but a much better version than SAPConsole(Text Based).You cannot have drop down on WebSAPConsole on RF Transaction,pl suppress it in you dialog programming, both F1 & F4.Pl look at the Supported Features in the WebSAPConsole USers Guide.
    Let me know if you have any additional questions regarding this?
    Thanks
    Gisk
    Message was edited by: Sivakumar Ganesan(Gisk)

  • Exchange 2010 CAS Mailbox Re-direction / Proxying Not Working Properly

    Hello Team
    In my Exchange 2010  Lab Setup, CAS proxy is not working properly
    In Site A :  One DC , One HUb Server , 2 CAS Server (CAS ARRAY WIndows NLB), Mailbox Server 2 (DAG)
    In Site B : One ADC one hub and CAS( Both are in same box) One Mailbox
    Internal and External for SITE A  on Server CASARRAY1.labbites.co.in  is https://casarray1.labbites.co.in/owa  and https://casarray1.labbites.co.in/owa
    Internal and External for SITE A  on Server CASARRAY2.labbites.co.in  is https://casarray2.labbites.co.in/owa  and https://casarray2.labbites.co.in/owa
    DNS recory casarray.labbites.co.in is present 
    Internal and External for SITE B on Server INDLBGUEX01.labbites.co.in is https://indlbguex01.labbites.co.in/owa  and https://indlbguex01.labbites.co.in/owa 
    The problem is occurs , whenever the second CAS server casarray2.labbites.co.in is down (Shutdown)
    Now , when the user ifrom site A s trying to log in to the OWA with SITE B OWA LINK https://indlbguex01.labbites.co.in/owa  it redirects to always https://casarray2.labbites.co.in/owa , since casarray2 server is down the OWA  page
    is not opening
    My Question is Why the proxy re-direction is always going to second casarray2 server instead of  casarray.labbites.co.in
    how to correct it . please help me to over come the issue 

    Hi Albert
    Thanks for you update 
    Get-mailboxdatabase | FT name, RPC*
    Name                             RpcClientAccessServer 
    DB1                                casarray.labbites.co.in
    DB2                                casarray.labbites.co.in
    DB3                                casarray.labbites.co.in
    Site B Mbx -DB1              INDLBGUEX01.labbites.co.in
    The user is administartor who beloings to DB1 and accesing the OWA from the SITE B  CAS server link https://indlbguex01.labbites.co.in/owa
    and it is redirecting to https://casarray2.labbites.co.in/owa 
    so as per the above
    output , should i make RPCclientaccess server for Site B Mbx -DB1   as casarray.labbites.co.in

  • Outlook beehive from customer site - proxy not working

    I'm trying to use outlook beehive from the customer site network. I'm able to connect to the internet from IE but not able to connect to outlook beehive. The proxy is set in IE. It gives the "Invalid server" error on entering the login information for outlook beehive.

    Hi David,
    Thanks for the response. But it is not working.
    Did the following:
    1) navigation: control panel-->Mail-->Oracle connector for Outlook-->Show profiles button-->Beehive-->Properties button-->Oracle beehive extensions for Outlook-->Properties-->More settings
    2) In connections tab unchecked the direct connection to LAN
    3) In proxy button I set the proxy of the customer site (the SSL port is 443)
    4) Gives the invalid server error
    Similarily tried by checking the "direct connection to LAN" button and using the proxy. But does not work.
    Also, I checked in thunderbird by giving the manual proxy but it does not connect to thunderbird oracle email.
    Regards,
    Alister

  • Proxy not working for a while

    Hi All,
    We are facing a strange problem while proxying from sun one webserver 6.0 to weblogic 8.1sp4,
    The application deployed able to run for a while from browser and stops responding for some time, This is getting repeated atleast once in day, and problem goes away with out any restarts.
    NSAPI plugin error, no Backend servers error we get when application stops responding, and below is log file from sun one webserver.
    [17/Feb/2009:02:33:45] failure ( 1571): for host 171.160.100.23 trying to GET /j
    ira/browse/CSP-1099, wl-proxy reports: exception occurred for backend host '171.
    189.219.30/7663': 'READ_TIMEOUT [os error=0,  line 199 of Reader.cpp]: no read a
    errors
    also even weblogic console takes a long time to come up.
    I wonder this would be problem with network, if to confirrm this and tune, so what would be steps to resolve such type of issues, please help me as this is happening for prod.
    Magnus.conf entries
    Init fn="load-modules" funcs="wl_proxy,wl_init" shlib="/usr2/netscape/server61/p
    lugins/wls81/libproxy.so"
    Init fn="wl_init"
    Obj.conf entry
    <Object name="mbs-jira" ppath="*/jira/*">
    Service fn="wl_proxy" WebLogicHost="cltmbszpwl30.bankofamerica.com" WebLogicPort
    ="7663"
    </Object>
    Thanks
    -Suresh

    Hello All,
    Thanks for all to the update,
    Hi Ameer,
    yes there was dump raised which i have already mentioned above ,and more over this got generated when i tested that interface from SE37...
    " Run time Error : CALL_FUNCTION_REMOTE_ERROR "..
    Hi Prasanthi
    I have got confirmation from the developers that they have not edited this interface from past three months, and more over this is running for a while in a day and not for some time..
    And comming to scenario wise..
    when i check in CC monitoring for this particular service it shows the error which i mentioned above "Sender agreement not found in the channel ".
    If we suppose that sender agreement not maintained in the channel ,then hw come it is working some time and not for some times in a day..
    And more over developers are complaining that this is not working when performing a test...
    Hi Agasthuri,,
    Yes there are altogether 3 servers( 1 CI + 2 Appl ) in both systems CP1(CRM) & XP0(XI).
    Hi Prateek
    I have already performed a Full Cache Refresh and restarted the sytem(XI) also for this particular problem..
    Now the main concern is why is it showing that particular error "Sender Agreement not found in channel " in CC monitoring for a while...and after restart of that service it gets disappeared..And then later again the same error is seen in CC monitoring...for that service..
    Best Regards
    Rakesh Reddy

Maybe you are looking for