messages not picked up by receive location

Home Page Forums BizTalk 2004 – BizTalk 2010 messages not picked up by receive location

Viewing 2 reply threads
  • Author
    Posts
    • #19072

      Hi

      I created 2 schemas, created a mapper for them, create an Orchestration with receive shape, message construct with trasformation, send shape, created physical ports receive and send. Binded both ports and built and deployed the project. started the orchestration everything went without any issue. but after I placed my message in receive location, biztalk is not picking it up. Could anybody tel what caouldbe the issue.

    • #19074

      Check the Receive folder path. have you specified it as *.xml. if not if you are specifying as a.xml Are you keeping the message in request folder as a.xml

      • #19076

        Initially i kept as PO.xml. Then i changed to *.xml. and redeployed and started orchestration again. still facing same issue

    • #19085

      pls go to orchestration and apply host  using as bizserver applciation.it will work

      otherwise check the sender folder path ,u specify it as %MessageID%.XML

      it will definitely work

      • #19107

         Do you see any errors in Eventlog?

         Is the Receive Location enabled?

         Are you dropping the right xml file in the folder?

        Let us know the answers of these questions….

        • #19112

          In event log i am getting following error

          The Messaging Engine failed to add a receive URL “Receive Location1” to the adapter “FILE”. Reason: “File transport does not have read/write privileges for receive location ‘C:\Work\Vinoth\Projects\PurchaseOrder\PurchaseOrder\’. “.

          But i have removed the readonly property of the folder, still i am getting the same error. What should i do.

          • #19113

            I changed receive location to other folde.  Now the message is picked up. But i am getting following error in eventlog.

            The Messaging engine failed to process a message submitted by adapter:FILE Source URL:C:\Practice\in\in\*.xml. Details:Could not find a matching subscription for the message. . This error occurs if the subscribed orchestration schedule or send port has not been started, or if some of the message properties necessary for subscription evaluation have not been promoted. Please refer to Health and Activity Tracking tool for more detailed information on this failure

            Please suggest me what needs to be done

            • #19114

              Grant rights to the UserID under which the Biztalk Host runs under Biztalk Adim Console.

              If you are not aware of it.

              Grant rights to “Everyone” for that particular Folder.Its a work around for beginners not recommended on Production Servers.

            • #19115

              i have changed the pipeline from default passthru to defaultxml. now it is working.

Viewing 2 reply threads
  • The forum ‘BizTalk 2004 – BizTalk 2010’ is closed to new topics and replies.