Re: The File isn't picked up by BizTalk Server!!!

Tech-Archive recommends: Fix windows errors by optimizing your registry

From: Danny Buysse (DannyBuysse_at_discussions.microsoft.com)
Date: 12/16/04


Date: Thu, 16 Dec 2004 13:49:02 -0800

This relates to the architecture of BizTalk Server 2004. If messages are
arriving in the messagebox something needs to subscribe on it. It can be a
subscription on any of the context properties (receive port, schema type,
transport info,...) or on promoted properties of the message itself.
If you have an orchestration you create a subscription behind the scene by
setting binding information.
If you just go for a messagebased scenario without orchestration you need to
create these subscriptions yourselk. You this by setting the filter property
of a send port.

Hope this get you on the way.

Danny.
http://dannybuysse.blogspot.com/

"Kamal" wrote:

> fixed it finally, granted permission for Biz Users to modify etc... in the
> folders!
>
> by the way, do you need to specify the filter when creating the send port? i
> tried to not have the filter but it won't transfer the file, the following
> error comes up in the event viewer:
>
> The "FILE" adapter is suspending a message coming from Source
> URL:"C:\TestApp\BTS_Test\In\*.xml". Details:"Could not find a matching
> subscription for the message. ".
>
> Any idea???
>
> Thanks
>
>
>
> "Kamal" <kali@bca-group.comNOSPAMPLEASE> wrote in message
> news:OYS4cR34EHA.2180@TK2MSFTNGP10.phx.gbl...
> > i think it was a security issue, i allowed the BizTalk user to modify,
> edit
> > etc... i also made the folders shared!! do i have to do that thought?
> >
> > anyhow, the following error appear in the event viewer now:
> > The "FILE" adapter is suspending a message coming from Source
> > URL:"c:\tests\StaticTest\Receive\*.txt". Details:"Could not find a
> matching
> > subscription for the message. ".
> >
> > any idea what that means?
> >
> > Thank you.
> >
> > Kamal
> >
> > "Kamal" <kali@bca-group.comNOSPAMPLEASE> wrote in message
> > news:uFSIjI34EHA.3756@TK2MSFTNGP14.phx.gbl...
> > > thanks for pointing out event viewer, i've completely forgot abt it..
> > >
> > > Anyhow, this is the message appear in the event viewer.
> > >
> > > The receive location "C:\TestApp\BTS_Test\In\*.xml" is shutting down.
> > > Details:"The Messaging Engine failed while notifying an adapter of its
> > > configuration. ".
> > >
> > > Now, what does that mean and how can i resolve this ?!! :o)
> > >
> > > thank you so much.
> > >
> > > Kamal
> > >
> > >
> > >
> > > "Anthony O" <anthonyodole@yahoo.com> wrote in message
> > > news:uUrxY824EHA.2192@TK2MSFTNGP14.phx.gbl...
> > > > Kali,
> > > >
> > > > From the details you provided in your posting, everything points to a
> > > > permission problem and you can quickly verify this by checking the
> event
> > > > viewer. Let me know if you need further help.
> > > >
> > > > Anthony O.
> > > >
> > > >
> > > > "Kamal" <kali@bca-group.comNOSPAMPLEASE> wrote in message
> > > > news:O%231f9a24EHA.2624@TK2MSFTNGP11.phx.gbl...
> > > > > Hi all,
> > > > >
> > > > > I've created two simple schemas, a map between them both and then
> > > created
> > > > > the send and receive ports, the transport type is FILE and then
> built
> > > the
> > > > > project after adding the key, deployed the assembly, started the
> send
> > > > port,
> > > > > enabled the receive port, from the BizTalk Server Console, restarted
> > the
> > > > > service.
> > > > >
> > > > > so i've done everything you need to get a file trasnfered from a
> local
> > > > > folder to another local folder but the file doesn't seem to be
> > > trasnfered
> > > > > and no errors coming up in HAT utility. when i try to run the
> > following
> > > > > query in HAT (Most recent 100 service instances), it says The query
> > > could
> > > > > not be processed: Difference of two datetime columns caused overflow
> > at
> > > > > runtime. Messages counts, message sent etc queries and all others
> are
> > > > shown
> > > > > empty fields (i.e. nothing happened!!).
> > > > >
> > > > > (Note: I'm working on a Virtual PC using VS 2003 and BizTalk 2004.)
> > > > >
> > > > > it's urgent, any help and suggestion will be very much appreciated.
> > > > >
> > > > > Thanks,
> > > > >
> > > > > Regards,
> > > > > Kamal
> > > > >
> > > > >
> > > >
> > > >
> > >
> > >
> >
> >
>
>
>



Relevant Pages

  • Re: HELP: BizTalk 2004 Direct Port to Message Box - Delivered not consumed
    ... Have to tighten up the filter expression - because once i subscribe to ... Message box direct bound ports, as its name implies, allows you to drop ... bound port set the 'Partner Orchestration Port' property to ... an activating receive shape the subscription will be the message type ...
    (microsoft.public.biztalk.general)
  • Re: The File isnt picked up by BizTalk Server!!!
    ... > If you have an orchestration you create a subscription behind the scene by ... > setting binding information. ... You this by setting the filter ... > of a send port. ...
    (microsoft.public.biztalk.general)
  • Re: Coulld not find a matching subscription for the message
    ... Also check that your filter value is NOT contained in quotation marks. ... (e.g. orchestrations) ... > Check carefully the subscription note that this is case-sensitive. ... > Also check that the send port is at least enlisted (should probably be ...
    (microsoft.public.biztalk.general)
  • Re: Give message to orchestration and to sendport
    ... A message is published to the messagebox and everything that is interested in (has a subscription) the message gets a copy of this message. ... In your case just create a send port and set the filter property in order to create a subscription. ... the orchestration) and that is bound to a specific receive-port. ...
    (microsoft.public.biztalk.general)
  • Re: CBR
    ... in relation to send ports the subscription is configured by setting the filter of the port in its properties. ... if you create a property schema and promote properties into that you can then use these in the port filter to ensure only messages that answer a certain criteria are delivered to that send port. ... it is important to understand that if you select a specific message type for your receive shape in the orchestration it becomes part of your subscription. ...
    (microsoft.public.biztalk.general)