Home Page › Forums › BizTalk 2004 – BizTalk 2010 › BTS 2006 MS Help File Tutorial – Tutorial 1 Problem › BTS 2006 MS Help File Tutorial – Tutorial 1 Problem
Greg,
Thanks for all you help. You have certainly pointed in good direction.
Making a generic NameSpace is way beyond me at this point. Even though I’ve been coding for years I’m finding a steep adjustment period to BizTalk.
I do have the Tutorial 1 1/2 working now. If the Quantity is < 500 if gets rejected just fine. If it’s above 500 I am getting the following (hoping it’s OK to slip in another error message here.)
*********************************************
Event Type: Error
Event Source: BizTalk Server 2006
Event Category: BizTalk Server 2006
Event ID: 5753
Date: 5/17/2006
Time: 3:25:44 PM
User: N/A
Computer: FFICBMDEVNEW
Description:
A message received by adapter \”FILE\” on receive location \”ReceiveLocation_ReceiveReq\” with URI \”C:\\tutorial\\Filedrop\\ReceiveRequest_Tut1\\*.xml\” is suspended.
Error details: There was a failure executing the receive pipeline: \”Microsoft.BizTalk.DefaultPipelines.XMLReceive, Microsoft.BizTalk.DefaultPipelines, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35\” Source: \”XML disassembler\” Receive Port: \”ReceivePort_ReceiveReq\” URI: \”C:\\tutorial\\Filedrop\\ReceiveRequest_Tut1\\*.xml\”
Reason: No Disassemble stage components can recognize the data.
MessageId: {70D1AB0C-7165-443D-82B0-75D007D699CE}
InstanceID: {19750375-EE69-478D-9753-C2DF7A41DD64}
For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.
*************************************************
Obviously something disassembles to make the detemination on the Quantity field (and works if < 500).
I’m reeeeeaaaaaly looking forward to tutorial 2.
Thanks,
Phil