Data not reaching SOA from B2B

Hi All,
i have configured a generic file listening channel. B2B is picking up the file succesfully and it is also getting processed succesfully without any error
But data is not getting read by the B2b adapter(configured in default mode) which i have configured in SOA layer neither i can see in the queue(IP_IN_Queue). if i undeploy the soa process then i am able to see the data in IP_IN_Queue.
Strangely, if instead of generic file channel, if i configure my trading partner to listen the data using MLLP over TCP. then data is getting read by SOA layer.
Now i have a couple of questions:
1. In B2b 11g, we have 4 queues, IP_IN_Queue, IP_OUT_Queue , B2B_IN_Queue, B2B_OUT_Queue. Now which of these are used by B2b to pass data to soa in default configuration.
2. Why in case of generic file listeing channel my SOA composite is not receiving the data from B2B.
Regards,
Saurav Singla

Hi Anuj,
I have checked the application message. Application message does not have any detail about the composite instance or any location where its dumping the data.
In diagnostic logs i can find the following error.
[oracle.soa.b2b.engine] [tid: weblogic.work.j2ee.J2EEWorkManager$WorkWithListener@466f92] [userId: <anonymous>] [ecid: 74f716a25b8ba015:-4fb641d9:130ae246230:-8000-00000000000043a5,0] [APP: soa-infra] Error -: B2B-50029: B2B runtime error: oracle.xml.parser.v2.XMLParseException: '=' missing in attribute.[[
     at oracle.tip.b2b.msgproc.MessageHandler.deliverMessageToFabric(MessageHandler.java:1588)
     at oracle.tip.b2b.msgproc.MessageHandler.doDeliverMessageToDestination(MessageHandler.java:629)
     at oracle.tip.b2b.msgproc.MessageHandler.deliverMessageToDestination(MessageHandler.java:246)
     at oracle.tip.b2b.msgproc.Request.putMsg(Request.java:690)
     at oracle.tip.b2b.msgproc.Request.continueRequest(Request.java:500)
     at oracle.tip.b2b.msgproc.Request.incomingRequest(Request.java:421)
     at oracle.tip.b2b.engine.Engine.processIncomingMessageImpl(Engine.java:2819)
     at oracle.tip.b2b.engine.Engine.processIncomingMessage(Engine.java:1660)
     at oracle.tip.b2b.engine.Engine.incomingContinueProcess(Engine.java:4047)
     at oracle.tip.b2b.engine.Engine.handleMessageEvent(Engine.java:3687)
     at oracle.tip.b2b.engine.Engine.processEvents(Engine.java:3160)
     at oracle.tip.b2b.engine.ThreadWorkExecutor.processEvent(ThreadWorkExecutor.java:619)
     at oracle.tip.b2b.engine.ThreadWorkExecutor.run(ThreadWorkExecutor.java:220)
     at oracle.integration.platform.blocks.executor.WorkManagerExecutor$1.run(WorkManagerExecutor.java:120)
     at weblogic.work.j2ee.J2EEWorkManager$WorkWithListener.run(J2EEWorkManager.java:183)
     at weblogic.work.DaemonWorkThread.run(DaemonWorkThread.java:30)
Caused by: oracle.xml.parser.v2.XMLParseException: '=' missing in attribute.
     at oracle.xml.parser.v2.XMLError.flushErrors1(XMLError.java:323)
     at oracle.xml.parser.v2.NonValidatingParser.parseAttrValue(NonValidatingParser.java:1664)
     at oracle.xml.parser.v2.NonValidatingParser.parseAttr(NonValidatingParser.java:1555)
     at oracle.xml.parser.v2.NonValidatingParser.parseAttributes(NonValidatingParser.java:1487)
     at oracle.xml.parser.v2.NonValidatingParser.parseElement(NonValidatingParser.java:1328)
     at oracle.xml.parser.v2.NonValidatingParser.parseRootElement(NonValidatingParser.java:376)
     at oracle.xml.parser.v2.NonValidatingParser.parseDocument(NonValidatingParser.java:322)
     at oracle.xml.parser.v2.XMLParser.parse(XMLParser.java:226)
     at oracle.xml.jaxp.JXDocumentBuilder.parse(JXDocumentBuilder.java:155)
     at oracle.tip.b2b.utility.XMLUtil.parseDocument(XMLUtil.java:130)
     at oracle.tip.b2b.utility.XMLUtil.parseDocument(XMLUtil.java:146)
     at oracle.tip.b2b.msgproc.MessageHandler.deliverMessageToFabric(MessageHandler.java:1190)
     ... 15 more
oracle.xml.parser.v2.XMLParseException: '=' missing in attribute.
     at oracle.xml.parser.v2.XMLError.flushErrors1(XMLError.java:323)
     at oracle.xml.parser.v2.NonValidatingParser.parseAttrValue(NonValidatingParser.java:1664)
     at oracle.xml.parser.v2.NonValidatingParser.parseAttr(NonValidatingParser.java:1555)
     at oracle.xml.parser.v2.NonValidatingParser.parseAttributes(NonValidatingParser.java:1487)
     at oracle.xml.parser.v2.NonValidatingParser.parseElement(NonValidatingParser.java:1328)
     at oracle.xml.parser.v2.NonValidatingParser.parseRootElement(NonValidatingParser.java:376)
     at oracle.xml.parser.v2.NonValidatingParser.parseDocument(NonValidatingParser.java:322)
     at oracle.xml.parser.v2.XMLParser.parse(XMLParser.java:226)
     at oracle.xml.jaxp.JXDocumentBuilder.parse(JXDocumentBuilder.java:155)
     at oracle.tip.b2b.utility.XMLUtil.parseDocument(XMLUtil.java:130)
     at oracle.tip.b2b.utility.XMLUtil.parseDocument(XMLUtil.java:146)
     at oracle.tip.b2b.msgproc.MessageHandler.deliverMessageToFabric(MessageHandler.java:1190)
     at oracle.tip.b2b.msgproc.MessageHandler.doDeliverMessageToDestination(MessageHandler.java:629)
     at oracle.tip.b2b.msgproc.MessageHandler.deliverMessageToDestination(MessageHandler.java:246)
     at oracle.tip.b2b.msgproc.Request.putMsg(Request.java:690)
     at oracle.tip.b2b.msgproc.Request.continueRequest(Request.java:500)
     at oracle.tip.b2b.msgproc.Request.incomingRequest(Request.java:421)
     at oracle.tip.b2b.engine.Engine.processIncomingMessageImpl(Engine.java:2819)
     at oracle.tip.b2b.engine.Engine.processIncomingMessage(Engine.java:1660)
     at oracle.tip.b2b.engine.Engine.incomingContinueProcess(Engine.java:4047)
     at oracle.tip.b2b.engine.Engine.handleMessageEvent(Engine.java:3687)
     at oracle.tip.b2b.engine.Engine.processEvents(Engine.java:3160)
     at oracle.tip.b2b.engine.ThreadWorkExecutor.processEvent(ThreadWorkExecutor.java:619)
     at oracle.tip.b2b.engine.ThreadWorkExecutor.run(ThreadWorkExecutor.java:220)
     at oracle.integration.platform.blocks.executor.WorkManagerExecutor$1.run(WorkManagerExecutor.java:120)
     at weblogic.work.j2ee.J2EEWorkManager$WorkWithListener.run(J2EEWorkManager.java:183)
     at weblogic.work.DaemonWorkThread.run(DaemonWorkThread.java:30)
Error -: B2B-50029: B2B runtime error: oracle.xml.parser.v2.XMLParseException: '=' missing in attribute.
     at oracle.tip.b2b.msgproc.MessageHandler.deliverMessageToFabric(MessageHandler.java:1588)
     at oracle.tip.b2b.msgproc.MessageHandler.doDeliverMessageToDestination(MessageHandler.java:629)
     at oracle.tip.b2b.msgproc.MessageHandler.deliverMessageToDestination(MessageHandler.java:246)
     at oracle.tip.b2b.msgproc.Request.putMsg(Request.java:690)
     at oracle.tip.b2b.msgproc.Request.continueRequest(Request.java:500)
     at oracle.tip.b2b.msgproc.Request.incomingRequest(Request.java:421)
     at oracle.tip.b2b.engine.Engine.processIncomingMessageImpl(Engine.java:2819)
     at oracle.tip.b2b.engine.Engine.processIncomingMessage(Engine.java:1660)
     at oracle.tip.b2b.engine.Engine.incomingContinueProcess(Engine.java:4047)
     at oracle.tip.b2b.engine.Engine.handleMessageEvent(Engine.java:3687)
     at oracle.tip.b2b.engine.Engine.processEvents(Engine.java:3160)
     at oracle.tip.b2b.engine.ThreadWorkExecutor.processEvent(ThreadWorkExecutor.java:619)
     at oracle.tip.b2b.engine.ThreadWorkExecutor.run(ThreadWorkExecutor.java:220)
     at oracle.integration.platform.blocks.executor.WorkManagerExecutor$1.run(WorkManagerExecutor.java:120)
     at weblogic.work.j2ee.J2EEWorkManager$WorkWithListener.run(J2EEWorkManager.java:183)
     at weblogic.work.DaemonWorkThread.run(DaemonWorkThread.java:30)
Caused by: oracle.xml.parser.v2.XMLParseException: '=' missing in attribute.
     at oracle.xml.parser.v2.XMLError.flushErrors1(XMLError.java:323)
     at oracle.xml.parser.v2.NonValidatingParser.parseAttrValue(NonValidatingParser.java:1664)
     at oracle.xml.parser.v2.NonValidatingParser.parseAttr(NonValidatingParser.java:1555)
     at oracle.xml.parser.v2.NonValidatingParser.parseAttributes(NonValidatingParser.java:1487)
     at oracle.xml.parser.v2.NonValidatingParser.parseElement(NonValidatingParser.java:1328)
     at oracle.xml.parser.v2.NonValidatingParser.parseRootElement(NonValidatingParser.java:376)
     at oracle.xml.parser.v2.NonValidatingParser.parseDocument(NonValidatingParser.java:322)
     at oracle.xml.parser.v2.XMLParser.parse(XMLParser.java:226)
     at oracle.xml.jaxp.JXDocumentBuilder.parse(JXDocumentBuilder.java:155)
     at oracle.tip.b2b.utility.XMLUtil.parseDocument(XMLUtil.java:130)
     at oracle.tip.b2b.utility.XMLUtil.parseDocument(XMLUtil.java:146)
     at oracle.tip.b2b.msgproc.MessageHandler.deliverMessageToFabric(MessageHandler.java:1190)
     ... 15 more
It looks like dat errro is coming while delivering message to fabric.
But i have no idea why this error is coming because with the same configuration and ecs files, when i am sending the data through MLLP, its working perfectly fine.

Similar Messages

  • Data not getting fetched from Quotation to Contract

    Hi,Myself new to TM. I have a ticket mentioning data not getting fetched from quotation to contract. How to solve it? Please help...
    Message was edited by: Michael Appleby

    Please add the version of the TM product and which SPs have been installed.  Also more information on the quotation and contract.
    What do you mean by ticket?  It you mean an error message, from where are you reading the message?
    Regards, Mike
    SAP Customer Experience Group - CEG

  • The end of data was reached while from reading from a container

    I keep on getting "The end of data was reached while from reading from a container" error message when I try to use the Filter > Camera Distortion Feature on Elements 11. How can I clear this?

    Thanks Barbara B.
    Yes that was along the same lines as the solution I found. Tried reinstalling a few times with no change. Eventually uninstalled and deleted all related files in my User folder, then reinstalled and bingo...back in business!
    My workflow thanks you!
    Cheers
    SP

  • Contact person Rel.ship Data not getting updated in B2B Web User Mngt

    Hi CRM Gurus,
    Need some help on Web User Management functionality.
    Sub: Contact person Relationship data not getting updated when we change the company (to wich contact person belong to) in ISA CRM 5.0 Web User Management.
    we are currently on CRM ISA 5.0 and using Web User Managment for our B2B scenario. New creation of users is working fine. But when we want to change the company (Sold to pary) for the existing contact person, the relationship data in CRM is not getting updated and the below are the details.
    Contact person No: XXXX (has a Relationship: "Is contac person for YYYY company in CRM)
    Company/Sold to Party: YYYY (has a relationship "Has contact person XXXX in CRM).
    When I chage the contact person's (XXXX) company  from  YYYY to ZZZZ,
    - Relationships of the new assignment for ZZZZ in CRM not getting updated.
    - Old Records in YYYY is not getting deleted (i.e. relationships.
    - There is No relationship data appear in XXXX.
    Appreciate any inputs on the same.
    Thanks,
    Rahul >>>

    Hi Rahul,
    I'd suggest you running a session trace / ABAP debugging to see if some information is not getting passed from the Java stack onto the ABAP stack. An alternate move would be to create a new OSS customer message.
    Cheers,
    Ashok.

  • QM Notification: task end dates not pulled through from response profile

    Hello,
    I am experiencing a problem with the end dates of the tasks in QM notifications not pulling through (from the response profile) when tasks are determined.
    When I do the simulation of task determination, the gantt chart shows all the tasks together with the end dates. But when the actual determination is done these dates are not populated in the planned finish date fields.
    I have double checked the configuration: priorities, response and service profiles are set up correctly. I have also searched SAP notes without success.
    I thank you in advance for your responses.
    Kind regards,
    Theo.

    Yes, I know, but as far as I understand binding the values back from rule to the workflow is something that doesn't work. I have never tried it, but I have seen posts here about people complaining that this kind of binding does not work.
    Have you tried to bind for example some hard coded value back to the workflow (something that should definately work)? Does it work? If not, I suggest you to ask this from SAP that is it supposed to work and if not, why do they have this option to for binding from rule to workflow. Or then just forget what you are trying, and use some of the suggested workarounds.
    Regards,
    Karri

  • IDOC is not reaching SAP from XI

    Hi all,
       The IDOC that I'm sending from XI is not reaching SAP.
    I have tried all most all possibilies. In SXMB_MONI I'm able to see the IDOC gets created successfully (with no error).
    I have re-checked the partner profile, SMQ1, Config etc.
    Please help me to debug.
    Thanks,
    AJ.

    AJ,
    Check if you have a chequered flag on both sides of your message ibn SXMB_MONI?
    Check the log of your TRFC in transaction SM58
    gards,
    Bhavesh
    Message was edited by: Bhavesh Kantilal

  • Data not getting transffered from SRM system to BW

    Hi All,
    We have an issue where in the data is not getting transferred from SRM to BW. If i see in RSA 3 of SRM system, the datasource is pulling around 3000 records and in WE02, the idoc is generated and passed without any errors.
    Whereas in BW the idoc is coming with code 8 and no data is getting transferred to BW.
    What can be the probable reasons for this mismatch ??
    Thanks
    Abhi

    Hi Abhi,
    After an upgrade, i would go for following checks
    1. Check the Data Source on CRM side and check if it is Active.
    2. With Upgrade, usually DataSources become inactive and also, pls check if any required fields are hidden in the data source before you activate.
    3. After unhiding required fields, i would activate the Data Source and Replicate the Data Source on BI Side.
    4. Now I would delete the failed request by forcing its status to RED in RSMO and then go for the load.
    Let me know if it worked.

  • Baseline date not getting populated from SRM invoices posted to ECC 6.0

    Hi,
    We are currently in ECC 6.0. The SRM system is in 4.0. We have this particular problem that the baseline date is not getting populated from the Invoices posted from the SRM. The baseline date is blank and the document is saved.
    Did anyone face the same problem??? Can you please refer SAP note 541934 and expand........
    Thanks
    Aravind
    Edited by: Aitipamula Aravind on Aug 10, 2009 5:13 AM

    Hello,
    Yes, you could check the attached note 541934 and regard the implementation of the field ZFBDT in the invoicing document.
    Note 541934 provides a solution how to achieve the MM-customizing for payment baseline dates getting effective for invoices with SRM-origin. This note needs to be applied at your ERP-MM-side in the former plug-in-layer. As described in the note, this is a modification. It's recommended to apply in non-productive system first.
    Hope the above infor.are helps for you!
    Best Regards,
    Gladys xing

  • Client proxy data not reaching XI ?

    Hi Guys,
    I have a scenario proxy-soap asynchronus. when i execute the report on the R/3 side the report executes successfully and in the sxmb_moni receiver which is IE of xi is not identified and the data is not reaching XI.
    But when i execute the report on the same R/3 system for an synchronus proxy-soap scenario the data reaches xi and everyhting is fine. so i think there is no problem with the proxy setings.
    Why the EO asynchronus messages are not identifying the receiver which is IE ?
    any help would be really appreciated
    Thanks,
    Raj

    did u check moni in r3 side?

  • Billing Plan Data not getting copied from Contract to SO

    Hi ,
    I have a Business requirement in which i ham supposed to create a Contract and then release/sales orders with reference to this contract. Whle creating the SO, the header billing plan dates are not getting copied from COntract to Sales Order.
    Please guide me on how can this be done.
    Regards,
    Madhav

    Hi,
    plz check your copy controls VTAA from contract to release order ,under the contract item category there is Field-FPLA check what is the routine that is assigned.
    you can either use routine-401 or 402

  • All Data not getting viewed from one user

    Hello,
    I have created a user named "ABC" in SAP and have given full authorization to that user.
    But while logging through that user and viewing the Sales Order all data are not viewed through the form as i haven't
    defined Data Ownership for that user but still i am not able to view all data from that user login.
    Please suggest  what i have to do view all data from that login.
    Thanks & Regards,
    Amit

    Hello Amit,
    Data ownership authorization would not be override by general authorization.  If this user has not been assigned for data ownership authorization, the sales order may not be available to the user.
    Thanks,
    Gordon

  • IDOC not reaching XI from SAP

    Hi,
    I am trying to fire IDOC (DEBMAS) from SAP to XI. The basic Idoc has been exxtended to add some new segments. The required configuration has been done on SAP and XI side(partner profile on SAP and IDX1/IDX2 on XI).
    However whenever I fire this idoc from SAP, it shows that Idoc has been triggered but am not able to see the same in SXMB_MONI in XI.
    Please let me know if you have any clues

    Hi Anand,
    The monitoring in SXMB_MONI can only inform u about integration engine.
    SM58 errors occur if a RFC destination does not work.
    Also what is the Status Text message you see in the SM58 ?
    Anyways have a look at this Blog....
    /people/michal.krawczyk2/blog/2005/03/29/configuring-the-sender-rfc-adapter--step-by-step
    Regards,
    Abhy
    Message was edited by: Abhy Thomas

  • Data not getting transferred from LBWQ to RSA7 - LO(Purchasing)

    Hi Gurus,
    Please advise.
    We have queued delta method in our purchasing set-up. Iam running job control (LBWE). The job getting finished, but I do not see data comming into delta queue(rsa7), the records are still available in LBWQ. Please help...
    Thanks
    Syed.

    I had the same problem.  For me datasources 2LIS_11_VASTI, 2LIS_11_V_SSL, 2LIS_11_VAITM were not pulling records when I ran my loads in BW.  The runtime of LIS-BW-VB_APPLICATION_11_200 kept growing as well.
    Anyways my solution was found in SAP NOTE: 728687.  I suggest you check that one out.  At the very bottom of the note is SOLUTION 2.  This was the solution that I used.
    Let me know how you do!
    Thanks,
    Nick

  • Can not reach internet from vlan on 3560 switch but can from switch

    ISP provided me IP (207.70.170.42) and gateway address(207.70.170.41) connecting to  their router( meto E).
    I can ping outside the network when logged into the switch  through telnet but not when connected through a pc on the vlan.
    I can ping the IP address on port GI0/1  207.70.170.42 from the PC on vlan 99 (192.168.20.3).
    What do I need to configure to get the VLAN to send traffic to the internet.
    Tried ip route 0.0.0.0 0.0.0.0 207.70.170.41 
    Tried ip route 192.168.20.0 255.255.255.0 207.70.170.41
    Tried ip route 192.168.10.0 255.255.255.0 207.70.170.41

    Hi @rbrewer02,
    Are you doing NAT or PAT for private IP addresses? Remember that the ISP just see the public IP address that it gives to you (207.70.170.42 in your case).
    You should configure NAT so that your private IP ranges get translated into your public IP address.
    If you need help in configuring NAT just tell me.
    Rgrds,
    Martin, IT Specialist

  • Idocs not reaching XI from R/3

    Hi ,
    There are two company codes defined in the R/3 system. The idocs are successfully generated and sent to the port from both the company code, status is successful in we02. But the Idocs from only one company code is received in XI and the idocs from the other company code is missing in XI .
    Can anyone help me debug this issue.
    Regards,
    Sneha

    did you check the SM58 traces? if anything might have gone wrong the entries there should mostly point out the issue.
    Also confirm on your configurations esp. the user id and pwd and other parameters of the RFC destination.
    Ref:
    Configuration steps required for posting idoc's(XI) -
    /people/ravikumar.allampallam/blog/2005/02/23/configuration-steps-required-for-posting-idocsxi
    ALE configuration for pushing idocs from SAP to XI -
    /people/swaroopa.vishwanath/blog/2007/01/22/ale-configuration-for-pushing-idocs-from-sap-to-xi

Maybe you are looking for