Home Page › Forums › BizTalk 2004 – BizTalk 2010 › MS tutorial 3 (invoice payment process) lesson3 problem!
- This topic has 4 replies, 1 voice, and was last updated 8 years, 3 months ago by
community-content.
-
AuthorPosts
-
-
May 19, 2006 at 7:31 AM #14719
Everything deploys and the application start but then I test the solution there are no file in the ERPsys directory… (no payment acknowledgement was sent to the ERP system).
While deplying the project in MS Visual studio I get these warnings:
\”Warning 1 If any of the assemblies were previously loaded by a Host Instance, it may be necessary to restart the Host Instance for changes to take effect.
Warning 2
Assembly \”B2BOrchestrations, Version=1.0.0.0, Culture=neutral, PublicKeyToken=c05cd65e11f16242\” depends on the following assemblies that must be installed in the Global Assembly Cache for runtime to succeed:
Assembly \”B2BSchemas, Version=1.0.0.0, Culture=neutral, PublicKeyToken=c05cd65e11f16242\”Warning 3 Assembly \”B2BOrchestrations, Version=1.0.0.0, Culture=neutral, PublicKeyToken=c05cd65e11f16242\” depends on the following assemblies that must be installed in the Global Assembly Cache for runtime to succeed:
Assembly \”B2BSchemas, Version=1.0.0.0, Culture=neutral, PublicKeyToken=c05cd65e11f16242\”Warning 4 If any of the assemblies were previously loaded by a Host Instance, it may be necessary to restart the Host Instance for changes to take effect.\”
any clue to what I’m doing wrong?
thx
-
May 23, 2006 at 8:55 AM #14720
Anybody knows a tutorial for how to track messages in biztalk 2006?
(I’ve checked \”enable routing for error tracking…\” on the send ports but I can’t find the error messages… 🙄 )
-
May 25, 2006 at 4:53 PM #14721
In resp to the first message (tutorial 3, lesson 3), see the tutorial corrections at: http://blogs.msdn.com/lizal
It would appear that the B2BSchemas did not deploy. I would verify that it compiled and then try to deploy it again after recycling the destination BizTalk instance.
-
May 29, 2006 at 12:07 PM #14722
[quote:74ea7229c1=\”BizWhisperer \”]In resp to the first message (tutorial 3, lesson 3), see the tutorial corrections at: http://blogs.msdn.com/lizal
It would appear that the B2BSchemas did not deploy. I would verify that it compiled and then try to deploy it again after recycling the destination BizTalk instance.[/quote:74ea7229c1]
Thanks for the info. I corrected the reported \”bugs\” found in the log … but it still won’t run 🙁
Here’s the event log I get:
\”Description:
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: \”ASN_ReceivePort\” URI: \”/B2BOrchestrations_WebService/B2BOrchestrations_B2BProcess_ReceiveASN_Port.asmx\” Reason: The document specification <B2BSchemas.AdvancedShipNotice> from assembly <B2BSchemas, Version=1.0.0.0, Culture=neutral, PublicKeyToken=f5f7841d15c6dc86> failed to load. Verify the schema for this document specification is deployed and is in the Global Assembly Cache.Description:
A message received by adapter \”SOAP\” on receive location \”ASN Receive Location\” with URI \”/B2BOrchestrations_WebService/B2BOrchestrations_B2BProcess_ReceiveASN_Port.asmx\” 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: \”ASN_ReceivePort\” URI: \”/B2BOrchestrations_WebService/B2BOrchestrations_B2BProcess_ReceiveASN_Port.asmx\” Reason: The document specification <B2BSchemas.AdvancedShipNotice> from assembly <B2BSchemas, Version=1.0.0.0, Culture=neutral, PublicKeyToken=f5f7841d15c6dc86> failed to load. Verify the schema for this document specification is deployed and is in the Global Assembly Cache.
MessageId: {061C39AC-C2A8-454D-B4D2-B20CA718D008}
InstanceID: {450D37F0-7462-4F69-A6AA-95B45264ADB0}\”It seams that the shema files aren’t deployed in the cache of the project. Searching the web I tried to put the shema in the cache with this command:
gacutil -i \”schemaname\”.dll
but still don’t work…
If you have any more idea you’re welcome 😉-
May 24, 2006 at 3:23 PM #14723
When you check that box, you then need to build a process to subscribe to the error messages. Check out my sample under BizTalk 2006 on Suspended Message Routing.
As long as you haven’t turned off tracking, you should be able to see most errors and suspended messages inside the BizTalk admin Tool. Just open the BizTalk Admin Tool and go to the main BizTalk Group Node. You should see all kinds of information on your messages.
Hope this helps.
-
-
-
-
-
AuthorPosts
- The forum ‘BizTalk 2004 – BizTalk 2010’ is closed to new topics and replies.