Home Page › Forums › BizTalk 2004 – BizTalk 2010 › AS2 Tutorial
- This topic has 7 replies, 1 voice, and was last updated 9 years, 2 months ago by
community-content.
-
AuthorPosts
-
-
December 16, 2009 at 9:44 AM #23916
Hi,
I am trying to run the AS2 Tutorial and getting the following error
There was a failure executing the receive pipeline: “Microsoft.BizTalk.EdiInt.DefaultPipelines.AS2EdiReceive, Microsoft.BizTalk.Edi.EdiIntPipelines, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35” Source: “Unknown ” Receive Port: “FromInovisWorks” URI: “/Contoso/BTSHTTPReceive.dll” Reason: Retrieving the COM class factory for component with CLSID {254B4004-2AA7-4C82-BB2E-18BA7F22DCD2} failed due to the following error: 80040154.
Somebody please help. This is urgent
Thank you
Sangeetha
-
December 16, 2009 at 9:49 AM #23918
Hi,
Here’s a discussion on MSDN forum that should point you in the right direction:
Daniel.
-
December 16, 2009 at 9:58 AM #23919
HI Daniel,
I read that post since yesterday over and over again.
Here are some more details.
Biztalk is running on Bit 64 Windows 2003 server
I checked the host instance and they are 32 bit.
How can I,
AS2 supports 64bit only in WOW mode, and in order to enable it you need to reference 32 bit version btshttpreceive.dll.
How do I check this? is the webextensions or virtual directory or both?
Also, you will need to make sure that IIS works in 32bit mode.
How can I check this
On top of that, 32 bit version of host instance will be needed, and 32 bit receive and send handlers for HTTP adapter are to be created and used.
And how can I check this
PLease help
Thank you
Sangeetha
-
December 16, 2009 at 10:26 AM #23920
Here are a couple of MSDN articles that should help you:
http://support.microsoft.com/kb/894435
http://msdn.microsoft.com/en-us/library/aa547969(BTS.20).aspx
Daniel.
-
December 16, 2009 at 10:46 AM #23922
Daniel,
I got it work for the first half. I am getting the EDI messages, but now the MDNS are not getting created
BTSHTTPReceive.dll” Reason: A message was encountered with root element name of Envelope. It could not be classified as an X12 or Edifact message. The root namespace was http://schemas.xmlsoap.org/soap/envelope/
What could be the issue
Thank you
Sangeetha
-
December 16, 2009 at 10:58 AM #23923
Have you checked the HTTP Adapter Properties and Schema?
http://msdn.microsoft.com/en-us/library/aa547980(BTS.20).aspx
Daniel.
-
December 16, 2009 at 11:27 AM #23924
Daniel,
it worked. I was using ASEDI Send instead of AS2 Send on the send pipe of HTTP receive and so was giving me error. I changed to AS2 Send and it worked.
Thanks a lot for all the help
Thank you
Sangeetha
-
May 15, 2010 at 12:52 PM #24702
Hi,
I am working on send custom pipeline using wcf-basichttp adapter.
I have created a soap envelope with header and body.Along with that I need to add few values like Serial number, Targetnumber, ..ect.. to the HTTP header
But I am using WCF-BasichttpAdapter so can any one suggest me how to add HTTP header in send pipeline or retrieve HTTP header values in receive pipeline?.
Can I use “Header” property of WCF adapter to add CUSTOM HTTP Header Values?
http://msdn.microsoft.com/en-us/library/bb245991(BTS.10).aspx
Very urgent, Any Help would be appreciated,
Thanks in advance.
If I am using HTTP Adapter then I can add header information using “userhttpheaders” property of HTTP adapter either in pipeline or orchestration.
http://msdn.microsoft.com/en-us/library/aa547980(BTS.20).aspx
If someone want to work on HTTP Header using HTTP Adapter below links will helpful to you:
http://msdn.microsoft.com/en-us/library/bb743547(BTS.20).aspx
http://www.mofeel.net/20-microsoft-public-biztalk-general/5164.aspx
http://www.tech-archive.net/Archive/BizTalk/microsoft.public.biztalk.general/2004-12/0689.html
http://blogs.digitaldeposit.net/saravana/post/2007/06/06/Adding-Custom-HTTP-Headers-to-messages-send-via-HTTP-Adapter.aspx
http://www.eggheadcafe.com/software/aspnet/29743806/pass-http-header-using-so.aspx
http://usmanshaheen.wordpress.com/category/biztalk/page/2/
http://social.msdn.microsoft.com/Forums/en-US/biztalkediandas2/thread/c765cff1-f00a-4afb-9d9b-d38c9a0e341d
-
-
-
-
-
-
-
AuthorPosts
- The forum ‘BizTalk 2004 – BizTalk 2010’ is closed to new topics and replies.