|
Home > Archive > BizTalk Server Orchestration > June 2004 > Microsoft.BizTalk.Pipeline.Components.dll not found ?!?
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Microsoft.BizTalk.Pipeline.Components.dll not found ?!?
|
|
| crhairr 2004-06-02, 11:55 pm |
| I have written an isolated adapter that behaves as an AS2 server: it accepts EDI files over AS2 and attempts to upload the EDI file as the body part of a message to the BizTalk messaging engine. I have the adapter itself working: it resides in IIS, and wh
en a particular page gets hit the adapter is instantiated, it creates a proxy and registers itself and loads up the properties correctly, receives and processes the EDI data and even returns the MDN.
However, this is where my fun ends. When the adapter attempts to upload the message to BizTalk I get the following error when I attempt to use the XMLReceive pipeline:
There was a failure executing the receive pipeline: "Microsoft.BizTalk.DefaultPipelines.XMLReceive" Source: "mscorlib" Receive Location: "/IPWorksBT_ASPTest/AS2Server.aspx" Reason: Cannot find the assembly Microsoft.BizTalk.Pipeline.Components, Version=3.
0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35.
For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.
I tried looking for the dll itself, and it does not appear to exist anywhere in my installation folders (either on the test server or on my development machine), and it is also not registered to the GAC.
I have also tried using the PassThru pipeline, but with worse results: the adapter itself doesn't even work and I get a "500 Internal Server Error" on the AS2 client side. Can anyone help me out here?
----------------------------------------------
sent via http://www.biztalkug.com
all about BizTalk
| |
| Narasimhan Padmanabhan 2004-06-20, 11:09 pm |
| This file is copied to the "Pipeline Components" folder during
installation. Was the installation successful?
This posting is provided "AS IS" with no warranties, and confers no rights.
EBusiness Server Team
--------------------
| >>MIME-Version: 1.0
| >>Content-Type: text/plain; charset=us-ascii
| >>From: crhairr<crhairr@hotmail.com>
| >>Message-ID: < 18c6ca5d7b5e4d31978021edec1efb16@biztalk
ug>
| >>Subject: Microsoft.BizTalk.Pipeline.Components.dll not found ?!?
| >>Date: Wed, 02 Jun 2004 21:50:00 GMT
| >>Newsgroups: microsoft.public.biztalk.orchestration
| >>NNTP-Posting-Host: ool-435531cd.dyn.optonline.net 67.85.49.205
| >>Lines: 1
| >>Path:
cpmsftngxa10.phx.gbl!TK2MSFTNGXA01.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTNGP10
.phx.gbl
| >>Xref: cpmsftngxa10.phx.gbl microsoft.public.biztalk.orchestration:6370
| >>X-Tomcat-NG: microsoft.public.biztalk.orchestration
| >>
| >>I have written an isolated adapter that behaves as an AS2 server: it
accepts EDI files over AS2 and attempts to upload the EDI file as the body
part of a message to the BizTalk messaging engine. I have the adapter
itself working: it resides in IIS, and when a particular page gets hit the
adapter is instantiated, it creates a proxy and registers itself and loads
up the properties correctly, receives and processes the EDI data and even
returns the MDN.
| >>
| >>However, this is where my fun ends. When the adapter attempts to upload
the message to BizTalk I get the following error when I attempt to use the
XMLReceive pipeline:
| >>
| >>There was a failure executing the receive pipeline:
"Microsoft.BizTalk.DefaultPipelines.XMLReceive" Source: "mscorlib" Receive
Location: "/IPWorksBT_ASPTest/AS2Server.aspx" Reason: Cannot find the
assembly Microsoft.BizTalk.Pipeline.Components, Version=3.0.1.0,
Culture=neutral, PublicKeyToken=31bf3856ad364e35.
| >>
| >>For more information, see Help and Support Center at
http://go.microsoft.com/fwlink/events.asp.
| >>
| >>
| >>I tried looking for the dll itself, and it does not appear to exist
anywhere in my installation folders (either on the test server or on my
development machine), and it is also not registered to the GAC.
| >>
| >>I have also tried using the PassThru pipeline, but with worse results:
the adapter itself doesn't even work and I get a "500 Internal Server
Error" on the AS2 client side. Can anyone help me out here?
| >>
| >>
| >>----------------------------------------------
| >>sent via http://www.biztalkug.com
| >>all about BizTalk
| >>
|
|
|
|
|