Trading Partner logic

Dear Friends,
I am facing problem regarding trading partner, which I want to use to process the IC Matching and IC Elimination task.
Firstoff all company codes are not update the trading partner in the document whichwas got posted. Clients are using any GL accounts to post the Intercompany transaction to update the inter company transactions.
I dont understand how to populate intercompany documents while performing the IC matching and IC elimination task, I already updated all the script logic and Dimensions properties...
Can anyone please provide the logic to find the intercompany transactions.
Thanks and regards,
MD.
Edited by: Mah2007 on Jan 12, 2012 9:14 AM

Dear Raghu,
Thanks for your reply, I already use the script which you are mentioned.
My problem is if your documents are it self not carrying the trading partner how can you pull that entries in the BPC to do the IC matching or Eliminations.
"I dont understand how to populate intercompany documents while performing the IC matching and IC elimination task, I already updated all the script logic and Dimensions properties... "
Can anyone please provide the logic to find the intercompany transactions.
Thanks and regards,
MD.

Similar Messages

  • How to update trading partner (BSEG-VBUND) in tr.code FB01/FB02?

    Hi,
    I need, under some circumstances, to update value of trading partner code (field BSEG-VBUND) to all items in the FI document, created/changed with transaction FB01/FB02.
    I checked available user exits and bussiness events, but didn't found one, which could do the trick.
    In fact, in bussiness transaction event #00001430 (CHANGE DOCUMENT: Field substitution header/line - Checks prior to posting change completed) - for FB02 I have access to the internal table T_BSEG, but it seems this table is used as import parameter only and any changes didn't take efect at the end.
    Any help how can I do the trick? And this is while I'm in a transaction FB01/FB02.
    My system is 4.6c.
    Many thanks in advance.
    Regards,
    Ivaylo Mutafchiev

    Svetlin, Max,
    what I did until now is:
    1) followed matrix substitution = callup point 3 (complete document) - I checked for existance of correct substitution field(s) in the GB01 table, and re-generated substitution code (as noticed in note 42615). That added my field in the list of fields for substtitution which are considered at the end of substtitution - in forms:
    FORM EXP_REC_015                      
            USING                        
              DATA_CHANGED TYPE GB002_015
            CHANGING                     
              DATA_OUT TYPE GB002_015.
    and
    FORM EXP_TAB_015_BSEG                   
             USING                          
               IN_ORIG STRUCTURE        BSEG
            CHANGING                        
               OUT_RESULT STRUCTURE     BSEG
               B_RESULT.
    both forms are in main generated program GBTAAFI0.
    My field (VBUND) is taken in account - added to the structure:
    DATA:  BEGIN OF TEMP_STRUCT,                          
            VBUND                          LIKE   BSEG-VBUND
            ZFBDT                          LIKE   BSEG-ZFBDT
            END OF TEMP_STRUCT.                            
    here ZFBDT was the other field defined in GB01 for substitution from someone esle - perhaps by default, I don't know.
    Further (in the include MF05LFB0),
    almost all of the structures which contain my changes are cleared (below is extract from the code):
    LOOP AT beltab WHERE xarch NE char_x.                   "Note 0383125
    REFRESH xbseg.                                                     
      REFRESH ybseg.                                                     
      REFRESH xbsec.                                                     
      REFRESH ybsec.                                                     
      REFRESH xbsed.                                                     
      REFRESH ybsed.                                                     
      REFRESH xbset.                                                     
      REFRESH ybset.                                                     
      REFRESH t_bsegco.                                                  
      REFRESH t_fmfich.                                                  
    Further, the logic proceed with the program SAPFF011 and form 'import_*beleg', where my changes were overwritten with original data - before substitution.
    2) Tried Max's proposal - and extended structure BSEG_SUBST with field VBUND, further populated the substitution table in the related BTE 1430 accordingly.
    Unfortunately the flow-logic proceeded further to the same form 'import_*beleg' in the program SAPFF011 and my changes dissapeared.
    I'm at dead-end - have no idea where and what is the problem...
    Checked few OSS notes - 42615, 386896, 513891, 391309, 438076. Everything which is related to my exact situation is set correctly - as far as I found :-).
    Just for tests I tried both ways (BTE and matrix substitution) with another field ==> BSEG-XREF3, and it was updated correctly - accorging to my logic.
    Thanks guys, your suggestions were right at the time and valuable, but they didn't help me to solve my problem. Perhaps there is something messed in our system - I can't be sure. What I can say for sure is that we have working BTE-s (1430 is used in our system - I just added piece of code into it), and validations are working also.
    Thanks again.
    Regards,
    Ivaylo
    P.S. If you have any suggestions, I'll be glad to hear them from you.

  • Note 779844 Inheritance of trading partner to line items

    hello
    I need to apply OSS note 779844. This Note has three steps:
    1. A series of source code changes in the system (done through Tx. SNOTE).
    2. Modify database table GB01 by adding to boolean class 15, table BSEG, the field VBUND (company)
    3.Implement a corresponding FI substitution for the callup point 3 with a user exit in which the required trading partner inheritence logic is implemented.
    I have trouble understanding what should be the logic for the point 3, the substitution.
    the note say that "the inheritence of the trading partner (VBUND) to allother line items of the other company code also occurs if not all line items of the two company codes (except for the company code clearinglines) contain profit and loss accounts, therefore also if line items with balance accounts are involved in the posting"
    The note also says to use the substitution with a user exit. I don't know what user exit I should use.
    does anyone applied this note before? can anybody explain to me what logic should I use for the FI substitution?
    thanks

    Hi Jorge,
    I'm in the middle of implementing this SAP note. Just like you, i encountered the same problem.
    I don't understand what does the note means for solution no 3.
       "Implement a corresponding FI substitution for the callup point 3 with
       a user exit in which the required trading partner inheritence logic is
        implemented."
    If you have found the solution, please share with me.
    TQ.

  • SAP Foreign Currency Valuation items grouped per trading partner

    Hi experts,
    Using transaction F.05(program SAPF100) i want the items of the list to be grouped by trading partner (VBUND) .
    I have already implemented the note 966961 but it didn't solved my problem, because the trading partner still blank.
    Any suggestions as to how that can be done ?
    Thanks in advance.

    Hi again,
    I have copied and analysed the program (since i need is a new feature in it) and now i know what kind of change i have to do in the copied program,
    The program obtains the data via a call do LDB_PROCESS function module, as i understood, this FM calls logical databases.
    There are 4 parameters passed to the program:
    SELTAB[]
    1     SD_SAKNR     S     I     BT     6223610004     6223610004
    2     XX_CURTP     S     I     EQ     30     6223610004
    3     SD_BUKRS     S     I     EQ     PT29     6223610004
    4     SD_GJAHR     S     I     EQ     2011     6223610004
    which haves as a callback the following:
    GT_CALLBACK[]
    1     SKA1     X          SAPF100     CB_GET_SKA1
    2     SKB1     X          SAPF100     CB_GET_SKB1
    3     SKC1C     X          SAPF100     CB_GET_SKC1C
    All i need is to change the query to group by VBUND from SKA1 table, i mean, i want the query to return me the lines with the different vbund field (now it is joining all the lines, doesn't  matter if the vbund field is different)
    How can i do that?
    In other method, how can i generate the SQL code behind this call do the logic database, so i can change it to my requisites?
    thank you very much in advance.

  • Get trading partner profile identifiers

    Hi,
    Can you advise which function/expression in BPEL Process Manager that can be call to get the B2B trading partner profile identifiers? Because I have a use case where by I'm evaluating trading partner to perform specific logic.
    For example, I want to get the value of the identifier type "Name", the expected value would be "Acme".
    Regards,
    Scott.

    Hi Anuj,
    Your example is correct if the message receive from B2B partner link.
    However, my scenario is the reverse. I am receiving the message from a File Adapter partner link, then I need to fetch properties in trading partner profile for decision logic.
    Essentially, I'm looking for APIs that are used in the Oracle B2B partners tab. I want to call these APIs from BPEL to get trading partner profile details.
    Regards,
    Scott.

  • Error msg . while creating a GR w.r.t. PO --"ENTER A VALID TRADING PARTNER"

    Hi ,
    While  creating a GR w.r.t. Purchase Order (MB01)  getting a following msg:
    "ENTER A VALID TRADING PARTNER "
    In Vendor Master : Partner function  has the vendor details
    OA     Ordering Address     
    VN     Vendor     
    PI     Invoice presented by     
    Any thread would be helpful .
    regards,
    chait

    Hi ,
    THere is no entry in field :Trading partner LFA1 -
    VBUND  
    ALso the vendor has acccount group : RMIT  :  Remit to Address
    PArtner functions are maintained in vendor master viz. OA ,VN , PI .
    regards,
    chait

  • Trading Partner for open item document prior to BCS implementation

    Dear Experts,
    We have just introduced BCS in our company currently. One of the difficulties the user are facing is that the open item (many of them - thousand open item with different currencies and exhange rate) prior to the introduction of BCS does not contain Trading Partner. This ended up that the adjustment on the Trading Partner has to be done in BCS regularly. The amount in value of adjustment is not fixed - since there could be subsequent payment that will clear the open item.
    I understand that TP cannot be changed once posted. Have read a lot in the SAP portal and forum.
    Question: Based on your experience, it there a way that I can overcome this problem? Could SAP somehow allow TP to be assigned to open item document prior to implementation of BCS?
    I hope I can get some answer, otherwise, our user has to diligently continue to put the adjustment until all the open items are cleared.
    Thank you.
    Regards
    Fauzi

    hi,
    Check whether the document type you are using to post is allowed to enter the trading partner.
    To check use the TCODe OBA7  and select the relevent document type. then select the check box enter trading partner under control data.
    and also check the customer you assigned for that posting key 01 is got assigned trading partner in the master record or not(TCOD XD02/XD03).
    thanks.

  • Copy Trading Partner to Asset line items from Vendor line items in F-90

    Dear Friends,
    I want to copy trading partner field from Vendor line item to other line items like Asset and Tax in T.code - F-90
    Client want to use Transaction type - 100
    Is it feasible?
    Thanks in advance

    try:
    1) substitution - tcode OBBH
    or
    2) open FI - menu FIBF tcode BF44
        - event 1120 or 1130
    A.

  • Trading partner error

    hi
    can any body tell me the solution that in vendor balance report one of the property trading partner is missing of one particular vendor i saw the date of creation of vendor master in r/3 it was already been updated, then in bw side i checked  the master data
    i found an error i fixed it up but sitll it is dhowing hash can any body tell me that will this record will updated in the next load or before
    thanks

    Hi,
    After making required changes to the master data in Bw side, did you run the attribute changerun program?
    Try running the attribute change run program which may help you.
    For running attribute change run, go to se37 and run the program  "RSDDS_AGGREGATES_MAINTAIN".
    give your infoobject as input and execute.
    hope this helps,
    Regards,
    Sri...

  • GL Account Balances by Trading Partner

    Hi All,
    Our client has a requirement wherein he wants to know if there is any standard report through which we can find out the GL Account Balances by Trading Partner i.e. the user wants to see the GL account Balnces Broken down by trading partner.
    We have tried Dynamic Selection in F.08. But it does not help.
    Thanks
    Nitin

    Hello Rohit,
    Thanks for your reply. Actually we have tried this option and we found that the Report that we are getting is giving us the Consolidated Figure for all the Trading Partner selected.
    What we wanted to know is supposed if a Particular GL account has a sale of USD 3000 then system should be able to give us the break up as below Trading Partner A-1000, Trading Partner 2000, i.e. we want the GL account balance to be bifurcated by Trading Partner.
    Is there any standard report to achieve the same or else we need to look into the BW to achieve the same.
    Thanks ans Regards

  • Trading partner Data missing in FBL3N report for GL stock account

    Hi All,
    Can anyone help me identify the reasons why I am not able to view trading partner data when I run FBL3N t-code to view the line items of my GL stock account?
    Many Thanks in Advance for your help,
    Vignesh

    Hi ,
    When I am able to view the Trading partner details when I run customised program (which pulls data from customised table). May I know the reason why I am not able to find out the same details when I run FBL3N T-code?
    In the given case, I pulled out details of stock by trading partner by running a customised program. I expected the same by running FBL3N for Stock GL account. But the details of trading partner is missing for many line items
    Many Thanks in Advance for your help,
    Vignesh

  • Error validating TP...AIP-11052: Writing following objects: Trading Partner

    Hi,
    I am getting following error validating trading partner. I have double checked the TP setup, everything looks fine. I had earlier successfully validated, later added a document type and trying to re-validate.
    AIP-11052: Writing following objects: Trading Partner failed due to following constraint violation: PARTY. CAN NOT UPDATE UNVERSIONABLE OBJECT IN A VALIDATED CONFIGURATION
    Does anyone have any clues??
    Thanks
    Venkat

    Make sure you do not have active configuration which is using this agreement.

  • Error -: AIP-16012: Parameter: trading Partner is unique for object Trading

    Hi Gurus,
    When I go to rename the b2b server under trading partners, I receive the following error:
    An error occurred when updating the trading partner.
    1. Error -: AIP-16012: Parameter: trading Partner is unique for object Trading Partner Identification
    2. TradingPartner.TradingPartner - Error -: AIP-11052: Writing following objects: Trading Partner Identification failed due to following constraint violation: TRADINGPARTNERIDENTIFICATION_UK. UNIQUE CONSTRAINT VIOLATION
    3. PartyIdentificationType.TradingPartnerIdentificationType - Error -: AIP-11052: Writing following objects: Trading Partner Identification failed due to following constraint violation: TRADINGPARTNERIDENTIFICATION_UK. UNIQUE CONSTRAINT VIOLATION
    4. Value - Error -: AIP-11052: Writing following objects: Trading Partner Identification failed due to following constraint violation: TRADINGPARTNERIDENTIFICATION_UK. UNIQUE CONSTRAINT VIOL
    This occurs after I purge the b2b and even manually delete the trading partner that has the name that I require to change the server to (required for quality assurance testing). When I check the identifiers, there are two name ones (one of them is the one I am trying to change to) but I cannot delete any of them as it is grayed out.
    Any thoughts?
    Thanks
    Gerald
    Edited by: Gerald M. on Nov 30, 2009 8:50 AM -addtional info

    Solved the issue, I manually delete entries in b2b.tip_tradingpartneriden_aud and b2b.tip_tradingpartneridentifica_t.
    Is this safe to be doing this?
    Thanks
    Gerald

  • AIP-52251:  Error identifying remote trading partner at MLLP Exchange with

    used HL7 over MLLP, one trading partner is EAI(B2B Localhost), another is EchoServer(a java application, the hostname is is4-nb4.corp.ha.org.hk). used a script to enqueue message. like below:
    DECLARE
    enqueue_options dbms_aq.enqueue_options_t;
    message_properties dbms_aq.message_properties_t;
    msg_handle RAW(16);
    ipmsg b2b.IP_MESSAGE_TYPE;
    xml_clob clob;
    msg_id number(10);
    subscribers dbms_aq.aq$_recipient_list_t;
    BEGIN
    select message_seq.nextval into msg_id from dual;
    xml_clob := '<?xml version="1.0" ?><ADT_A01 xmlns="http://www.edifecs.com/xdata/200" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" XDataVersion="2.0" Standard="HL7" Version="2.3.1" CreatedDate="2005-08-16T16:52:26" CreatedBy="ECXEngine_826" GUID="{1A2726C6-B00E-DA11-8F7A-080020C8D296}"><MSH><MSH.1>|</MSH.1><MSH.2>^~\&amp;</MSH.2><MSH.3><HD.1>EDI</HD.1></MSH.3><MSH.4><HD.1>PWH</HD.1></MSH.4><MSH.5><HD.1>EchoPac</HD.1></MSH.5><MSH.6><HD.1>PWH</HD.1></MSH.6><MSH.7><TS.1>20050804162010</TS.1></MSH.7><MSH.8 xsi:nil="true"></MSH.8><MSH.9><MSG.1>ADT</MSG.1><MSG.2>A01</MSG.2></MSH.9><MSH.10>TEST007</MSH.10><MSH.11><PT.1>#Property(ProcessingID)#</PT.1></MSH.11><MSH.12><VID.1>2.3.1</VID.1></MSH.12><MSH.13 xsi:nil="true"></MSH.13><MSH.14 xsi:nil="true"></MSH.14><MSH.15>AL</MSH.15><MSH.16>ER</MSH.16><MSH.17>#Property(CountryCode)#</MSH.17><MSH.18>ASCII</MSH.18><MSH.19><CE.1>ENG</CE.1></MSH.19></MSH><PID><PID.1>1</PID.1><PID.2 xsi:nil="true"></PID.2><PID.3><CX.1>A0000010</CX.1></PID.3><PID.4 xsi:nil="true"></PID.4><PID.5><XPN.1><FN.1>TEST, Patient 01_10</FN.1></XPN.1></PID.5><PID.6 xsi:nil="true"></PID.6><PID.7><TS.1>20001001</TS.1></PID.7><PID.8>F</PID.8></PID><PV1><PV1.1>1</PV1.1><PV1.2 xsi:nil="true"></PV1.2><PV1.3 xsi:nil="true"></PV1.3><PV1.4 xsi:nil="true"></PV1.4><PV1.5 xsi:nil="true"></PV1.5><PV1.6 xsi:nil="true"></PV1.6><PV1.7 xsi:nil="true"></PV1.7><PV1.8 xsi:nil="true"></PV1.8><PV1.9 xsi:nil="true"></PV1.9><PV1.10 xsi:nil="true"></PV1.10><PV1.11 xsi:nil="true"></PV1.11><PV1.12 xsi:nil="true"></PV1.12><PV1.13 xsi:nil="true"></PV1.13><PV1.14 xsi:nil="true"></PV1.14><PV1.15 xsi:nil="true"></PV1.15><PV1.16 xsi:nil="true"></PV1.16><PV1.17 xsi:nil="true"></PV1.17><PV1.18 xsi:nil="true"></PV1.18><PV1.19><CX.1>10010</CX.1></PV1.19></PV1></ADT_A01>
    subscribers(1) := SYS.AQ$_AGENT('b2buser', null, null);
    message_properties.RECIPIENT_LIST := subscribers;
    ipmsg := b2b.IP_MESSAGE_TYPE (msg_id, null,'EAI','EchoServer','Echo_ADTA01_Process', 'ADT_A01', '2.3.1', 1, xml_clob, null);
    dbms_aq.enqueue(queue_name => 'b2b.IP_OUT_QUEUE',
    enqueue_options => enqueue_options,
    message_properties => message_properties,
    payload => ipmsg,
    msgid => msg_handle);
    commit;
    END;
    show errors;
    then go to the B2B Report tab, can see two message like below
    EAI EchoServer MLLP - 1.0 HL7 - 2.3.1 Echo_ADTA01_Process WaitFA 2007年11月12日 星期一 下午05:51:37
    Acknowledgement Invalid 2007年11月12日 星期一 下午
    and in the log file, like this:
    2007.11.12 at 17:51:43:064: Thread-10: B2B - (DEBUG) oracle.tip.adapter.b2b.exchange.mllp.MLLPExchangePlugin:decodeIncomingMessage Could not find a Trading Partner with MLLP ID = is4-nb4. Please check the Trading Partner Identification section of your Trading Partner
    2007.11.12 at 17:51:43:064: Thread-10: B2B - (ERROR) Error -: AIP-52251: Error identifying remote trading partner at MLLP Exchange with MLLP ID is4-nb4
         at oracle.tip.adapter.b2b.exchange.mllp.MLLPExchangePlugin.decodeIncomingMessage(MLLPExchangePlugin.java:247)
         at oracle.tip.adapter.b2b.engine.Engine.processIncomingMessage(Engine.java:1177)
         at oracle.tip.adapter.b2b.engine.Engine.incomingContinueProcess(Engine.java:2030)
         at oracle.tip.adapter.b2b.engine.Engine.handleMessageEvent(Engine.java:1962)
         at oracle.tip.adapter.b2b.engine.Engine.processEvents(Engine.java:1920)
         at oracle.tip.adapter.b2b.data.MsgListener.onMessage(MsgListener.java:463)
         at oracle.tip.adapter.b2b.data.MsgListener.run(MsgListener.java:335)
         at java.lang.Thread.run(Thread.java:534)
    2007.11.12 at 17:51:43:064: Thread-10: B2B - (DEBUG) oracle.tip.adapter.b2b.exchange.mllp.MLLPExchangePlugin:decodeIncomingMessage identify trading partner by MLLP Id failed for is4-nb4 with ExceptionError -: AIP-52251: Error identifying remote trading partner at MLLP Exchange with MLLP ID is4-nb4
    2007.11.12 at 17:51:43:064: Thread-10: B2B - (ERROR) Error -: AIP-52251: Error identifying remote trading partner at MLLP Exchange with MLLP ID is4-nb4
         at oracle.tip.adapter.b2b.exchange.mllp.MLLPExchangePlugin.decodeIncomingMessage(MLLPExchangePlugin.java:257)
         at oracle.tip.adapter.b2b.engine.Engine.processIncomingMessage(Engine.java:1177)
         at oracle.tip.adapter.b2b.engine.Engine.incomingContinueProcess(Engine.java:2030)
         at oracle.tip.adapter.b2b.engine.Engine.handleMessageEvent(Engine.java:1962)
         at oracle.tip.adapter.b2b.engine.Engine.processEvents(Engine.java:1920)
         at oracle.tip.adapter.b2b.data.MsgListener.onMessage(MsgListener.java:463)
         at oracle.tip.adapter.b2b.data.MsgListener.run(MsgListener.java:335)
         at java.lang.Thread.run(Thread.java:534)
    2007.11.12 at 17:51:43:064: Thread-10: B2B - (DEBUG) oracle.tip.adapter.b2b.engine.Engine:handleExceptionBeforeIncomingTPA Enter
    2007.11.12 at 17:51:43:064: Thread-10: B2B - (DEBUG) oracle.tip.adapter.b2b.engine.Engine:XXX: handleInboundException Enter
    2007.11.12 at 17:51:43:064: Thread-10: B2B - (DEBUG) oracle.tip.adapter.b2b.engine.Engine:XXX: handleInboundException Error message is Error -: AIP-52251: Error identifying remote trading partner at MLLP Exchange with MLLP ID is4-nb4
    2007.11.12 at 17:51:43:064: Thread-10: B2B - (DEBUG) oracle.tip.adapter.b2b.engine.Engine:XXX: isFARequired Enter
    2007.11.12 at 17:51:43:064: Thread-10: B2B - (DEBUG) oracle.tip.adapter.b2b.engine.Engine:XXX: isFARequired {From=is4-nb4, FromIP=160.19.23.102, FARequired=true, protocolVersion=1.0, ToIP=160.19.55.114, Port=4911, Message-Id=1194861102002-1207274363, protocol=TCP, To=is4wingw02}
    2007.11.12 at 17:51:43:064: Thread-10: B2B - (DEBUG) oracle.tip.adapter.b2b.engine.Engine:XXX: isFARequired returning true
    2007.11.12 at 17:51:43:064: Thread-10: B2B - (DEBUG) oracle.tip.adapter.b2b.engine.Engine:XXX: handleInboundException Error Set
    2007.11.12 at 17:51:43:064: Thread-10: B2B - (DEBUG) oracle.tip.adapter.b2b.engine.Engine:XXX: createAndSendFA Enter
    2007.11.12 at 17:51:43:064: Thread-10: B2B - (DEBUG) oracle.tip.adapter.b2b.engine.Engine:XXX: createAndSendFA processed by HL7
    2007.11.12 at 17:51:43:064: Thread-10: B2B - (DEBUG) oracle.tip.adapter.b2b.document.hl7.HL7DocumentPlugin:createFA Enter
    2007.11.12 at 17:51:43:064: Thread-10: B2B - (DEBUG) oracle.tip.adapter.b2b.document.hl7.HL7DocumentPlugin:createFA Not creating an ACK for an incoming ACK Message
    2007.11.12 at 17:51:43:064: Thread-10: B2B - (DEBUG) oracle.tip.adapter.b2b.engine.Engine:XXX: createAndSendFA B2BMessage is null
    2007.11.12 at 17:51:43:064: Thread-10: B2B - (DEBUG) oracle.tip.adapter.b2b.engine.Engine:XXX: createAndSendFA Exit
    2007.11.12 at 17:51:43:064: Thread-10: B2B - (DEBUG) oracle.tip.adapter.b2b.engine.Engine:XXX: handleInboundException FA Sent
    2007.11.12 at 17:51:43:064: Thread-10: B2B - (DEBUG) DBContext beginTransaction: Enter
    2007.11.12 at 17:51:43:064: Thread-10: B2B - (DEBUG) DBContext beginTransaction: Leave
    2007.11.12 at 17:51:43:064: Thread-10: B2B - (DEBUG) oracle.tip.adapter.b2b.engine.Engine:handleInboundException Updating Error Message: Error -: AIP-52251: Error identifying remote trading partner at MLLP Exchange with MLLP ID is4-nb4
    2007.11.12 at 17:51:43:064: Thread-10: B2B - (DEBUG) oracle.tip.adapter.b2b.msgproc.DbAccess:updateWireBusinessToErrorState Enter
    2007.11.12 at 17:51:43:064: Thread-10: B2B - (DEBUG) oracle.tip.adapter.b2b.msgproc.DbAccess:updateWireBusinessToErrorState Wire message found
    2007.11.12 at 17:51:43:064: Thread-10: B2B - (DEBUG) oracle.tip.adapter.b2b.msgproc.DbAccess:updateWireBusinessToErrorState enum not null
    2007.11.12 at 17:51:43:064: Thread-10: B2B - (DEBUG) oracle.tip.adapter.b2b.msgproc.DbAccess:updateWireBusinessToErrorState Updating wire message error information
    2007.11.12 at 17:51:43:064: Thread-10: B2B - (DEBUG) oracle.tip.adapter.b2b.msgproc.DbAccess:updateWireBusinessToErrorState Updating wire message protocol message id
    2007.11.12 at 17:51:43:064: Thread-10: B2B - (DEBUG) oracle.tip.adapter.b2b.msgproc.DbAccess:updateWireBusinessToErrorState Updating wire message payload storage
    2007.11.12 at 17:51:43:080: Thread-10: B2B - (DEBUG) oracle.tip.adapter.b2b.msgproc.DbAccess:updateWireBusinessToErrorState Creating new business message
    2007.11.12 at 17:51:43:080: Thread-10: B2B - (DEBUG) oracle.tip.adapter.b2b.msgproc.DbAccess:DbAccess:insertMsgTblRow Enter
    2007.11.12 at 17:51:43:080: Thread-10: B2B - (DEBUG) oracle.tip.adapter.b2b.msgproc.DbAccess:DbAccess:insertMsgTblRow BusinessAction for the given name null null
    2007.11.12 at 17:51:43:080: Thread-10: B2B - (DEBUG) oracle.tip.adapter.b2b.msgproc.DbAccess:updateWireBusinessToErrorState Updating business message error information
    2007.11.12 at 17:51:43:080: Thread-10: B2B - (DEBUG) oracle.tip.adapter.b2b.msgproc.DbAccess:updateWireBusinessToErrorState Exit
    2007.11.12 at 17:51:43:080: Thread-10: B2B - (DEBUG) oracle.tip.adapter.b2b.engine.Engine:handleInboundException Updating Native Event Tbl Row
    2007.11.12 at 17:51:43:080: Thread-10: B2B - (DEBUG) oracle.tip.adapter.b2b.msgproc.DbAccess:DbAccess:updateNativeEvtTblRow Enter
    2007.11.12 at 17:51:43:080: Thread-10: B2B - (DEBUG) oracle.tip.adapter.b2b.msgproc.DbAccess:updateNativeEvtTblRow msgInfo.id = 1194861102002-1207274363
    2007.11.12 at 17:51:43:096: Thread-10: B2B - (DEBUG) oracle.tip.adapter.b2b.engine.Engine:handleInboundException notifying App
    2007.11.12 at 17:51:43:096: Thread-10: B2B - (DEBUG) Engine:notifyApp Enter
    2007.11.12 at 17:51:43:096: Thread-10: B2B - (DEBUG) notifyApp:notifyApp Enqueue the ip exception message:
    <Exception xmlns="http://integration.oracle.com/B2B/Exception" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <correlationId>null</correlationId>
    <b2bMessageId>A0133772116334587C90000068CD8000</b2bMessageId>
    <errorCode>AIP-52251</errorCode>
    <errorText>Error identifying remote trading partner at MLLP Exchange with MLLP ID is4-nb4</errorText>
    <errorDescription>
    <![CDATA[Machine Info: (is4wingw02)
    Error -:  AIP-52251:  Error identifying remote trading partner at MLLP Exchange with MLLP ID is4-nb4  ]]>
    </errorDescription>
    <errorSeverity>2</errorSeverity>
    </Exception>
    2007.11.12 at 17:51:43:096: Thread-10: B2B - (DEBUG) Engine:notifyApp Exit
    2007.11.12 at 17:51:43:096: Thread-10: B2B - (DEBUG) oracle.tip.adapter.b2b.engine.Engine:handleInboundException Updated the Error Message Successfully: Error -: AIP-52251: Error identifying remote trading partner at MLLP Exchange with MLLP ID is4-nb4
    2007.11.12 at 17:51:43:096: Thread-10: B2B - (DEBUG) oracle.tip.adapter.b2b.engine.Engine:XXX: handleInboundException Exit
    2007.11.12 at 17:51:43:096: Thread-10: B2B - (DEBUG) oracle.tip.adapter.b2b.engine.Engine:handleExceptionBeforeIncomingTPA Exit
    2007.11.12 at 17:51:43:096: Thread-10: B2B - (DEBUG) oracle.tip.adapter.b2b.engine.Engine:incomingContinueProcess Exit
    2007.11.12 at 17:51:43:096: Thread-10: B2B - (DEBUG) oracle.tip.adapter.b2b.engine.Engine:handleMessageEvent Exit
    2007.11.12 at 17:51:43:111: Thread-10: B2B - (INFORMATION) oracle.tip.adapter.b2b.engine.Engine:processEvents Exit
    2007.11.12 at 17:51:43:111: Thread-10: B2B - (DEBUG) DBContext commit: Enter
    2007.11.12 at 17:51:43:111: Thread-10: B2B - (DEBUG) DBContext commit: Transaction.commit()
    2007.11.12 at 17:51:43:111: Thread-10: B2B - (DEBUG) DBContext commit: Leave
    2007.11.12 at 17:51:43:111: Thread-10: B2B - (DEBUG) oracle.tip.adapter.b2b.data.MsgListener:onMessage Exit
    here said not find the remote partner, but in B2B server, can ping Echoserver.
    what is wrong?

    Hello again,
    I have tried all different combinations with the IP addresses and host names, but to no avail. Then I changed the Trading Partner Identification Type from MLLP Id to Sending Application (one of the customer requirements is to be able to identify the Trading Partner by the combination of Sending App/Sending Facility, since they are running multiple HL7 applications on one host). However, I still see the same error in the log file - for some reason, B2B is still trying to identify the Trading Partner by the MLLP Id. Redeploying the configuration didn't help, the requested identification type is ignored.
    Please help! If needed, I can send the B2B log file, but maybe I'm missing something obvious.
    BTW, the customer has installed the patch for bug 6439217 on October 10th. The B2B version is 10.1.2.2.0.
    Thanks in advance!

  • Trading partner - cleared document

    Hi All
    I would like to change trading partner in posted document. is it possible.if not please suggest me how to change this?
    Regards
    Prasad

    Hi
    to do the trading partner corrections it is better to create new document type with "enter trading partner"
    you can dr/cr with same gl code with correct trading partner one line and with wrong trading partner other line..
    regards..
    Pranav

Maybe you are looking for