Problem when deploying a custom adapter
Web Server forum
Back To The Forum Home!Search!Private Messaging System

Web Server Talk Web Server Talk > Web Servers reviews > BizTalk Server > BizTalk Server Framework > Problem when deploying a custom adapter




  Last Thread   Next Thread Next
  Show Printable Version Email this Page Subscribe to this Thread      Post New Thread    Post A Reply      

    Problem when deploying a custom adapter  
Derick


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
09-08-04 12:47 PM

I wrote a custom HTTP adapter, then registered it and, added it in the
BizTalk Server Administration. When I try to open its property page, a error
came out saying the runtime assembly (In my solution its name is
HttpAdapterRunTime.dll) or one of its dependencies was not found. But the
file is just there and I don't understand what does the "dependences" mean,
cause all the components I referenced in my solution are within .NET and
BizTalk framework.

I wrote the registry file by myself (Because I don't have Adapter Registry
Wizard in my SDK\Utilities FolderT_T), maybe there's something wrong in the
reg file,  the runtime code,  the design time code or the schema? Can anybod
y
give me a hint, what's the possibly reason that can cause such kind of error
.

Thanks





[ Post a follow-up to this message ]



    Re: Problem when deploying a custom adapter  
Arthur Nesterovsky


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
09-09-04 12:47 PM

Hi,

> ... or one of its dependencies was not found. But the
> file is just there and I don't understand what does the "dependences"
mean,
> cause all the components I referenced in my solution are within .NET and
> BizTalk framework.

Can you specify exactly dependences?
You can use FUSLOGVW.exe utility from VS .NET 2003 SDK also
to check dependencies.
______________________________
With best wishes, Arthur Nesterovsky
Please visit my home page:
http://www.nesterovsky-bros.com








[ Post a follow-up to this message ]



    Re: Problem when deploying a custom adapter  
Christof [MVP]


Report This Message To A Moderator Edit/Delete Message


 
09-09-04 10:52 PM

Make sure your DLL is available on the exact location specified in the reg
settings.  It might help if you provide me with more information.

Best regards,
Christof

"Arthur Nesterovsky" <arthur_NO_SPAM_PLEASE_@nesterovsky-bros.com> schreef
in bericht news:#r8xWKllEHA.2892@tk2msftngp13.phx.gbl...
> Hi,
> 
> mean, 
>
> Can you specify exactly dependences?
> You can use FUSLOGVW.exe utility from VS .NET 2003 SDK also
> to check dependencies.
> ______________________________
> With best wishes, Arthur Nesterovsky
> Please visit my home page:
>       http://www.nesterovsky-bros.com
>
>
>







[ Post a follow-up to this message ]



    Re: Problem when deploying a custom adapter  
Derick


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
09-15-04 03:19 PM

I've solved the problem, that's jsut because I made some mistake when
writting the reg file by myself(Later I got the registry wizard).
But there's one more question, I just don't understand why we have to create
a xml file and a wsdl file to describe some service information. If I don't
inherit the IStaticAdapterConfig or IDynamicAdapterConfig interface, though 
I
don't need these two files any more(cause I don't need to implement
GetServiceDescription and GetServiceOrganization method), I can not see my
custom adapter when I try to add it in a BizTalk project.

Thanks,

Derick

"Christof [MVP]" wrote:

> Make sure your DLL is available on the exact location specified in the reg
> settings.  It might help if you provide me with more information.
>
> Best regards,
> Christof
>
> "Arthur Nesterovsky" <arthur_NO_SPAM_PLEASE_@nesterovsky-bros.com> schreef
> in bericht news:#r8xWKllEHA.2892@tk2msftngp13.phx.gbl... 
>
>
>





[ Post a follow-up to this message ]



    Re: Problem when deploying a custom adapter  
Ruslan Yakushev [MSFT]


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
09-15-04 10:49 PM

You need to implement IStaticAdapterConfig or IDynamicAdapterConfig only if
your adapter supports importing of schemas and generation of port/message
types in orchestration (same way as SQL adapter does for example). If you
do not need this functionality then do not use any of those interfaces.


--------------------
Thread-Topic: Problem when deploying a custom adapter
thread-index: AcSa87ndJXCxVV3pRUCH4DnmykLIGg==
X-WBNR-Posting-Host: 61.152.132.230
From: examnotes <Derick@discussions.microsoft.com>
References:  <4500711C-2ED4-447E-8EBB-5C1C48B5F481@microsoft.com>
<#r8xWKllEHA.2892@tk2msftngp13.phx.gbl>
<#2uhnSqlEHA.748@TK2MSFTNGP15.phx.gbl>
Subject: Re: Problem when deploying a custom adapter
Date: Wed, 15 Sep 2004 00:15:05 -0700
Lines: 44
Message-ID: <E7F5282E-90C6-4FF7-80AA-09B4F24AB7CD@microsoft.com>
MIME-Version: 1.0
Content-Type: text/plain;
charset="Utf-8"
Content-Transfer-Encoding: 7bit
X-Newsreader: Microsoft CDO for Windows 2000
Content-Class: urn:content-classes:message
Importance: normal
Priority: normal
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.0
Newsgroups: microsoft.public.biztalk.framework
NNTP-Posting-Host: TK2MSFTNGXA03.phx.gbl 10.40.1.29
Path: cpmsftngxa06.phx.gbl!TK2MSFTNGXA03.phx.gbl
Xref: cpmsftngxa06.phx.gbl microsoft.public.biztalk.framework:3173
X-Tomcat-NG: microsoft.public.biztalk.framework

I've solved the problem, that's jsut because I made some mistake when
writting the reg file by myself(Later I got the registry wizard).
But there's one more question, I just don't understand why we have to
create
a xml file and a wsdl file to describe some service information. If I don't
inherit the IStaticAdapterConfig or IDynamicAdapterConfig interface, though
I
don't need these two files any more(cause I don't need to implement
GetServiceDescription and GetServiceOrganization method), I can not see my
custom adapter when I try to add it in a BizTalk project.

Thanks,

Derick

"Christof [MVP]" wrote:

> Make sure your DLL is available on the exact location specified in the reg
> settings.  It might help if you provide me with more information.
>
> Best regards,
> Christof
>
> "Arthur Nesterovsky" <arthur_NO_SPAM_PLEASE_@nesterovsky-bros.com> schreef
> in bericht news:#r8xWKllEHA.2892@tk2msftngp13.phx.gbl... 
and[vbcol=seagreen] 
>
>
>


This posting is provided "AS IS" with no warranties, and confers no rights.
Use of included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm

Note:  For the benefit of the community-at-large, all responses to this
message are best directed to the newsgroup/thread from which they
originated.





[ Post a follow-up to this message ]



    Sponsored Links  




 





   All times are GMT. The time now is 04:12 AM.      Post New Thread    Post A Reply      
  Last Thread   Next Thread Next


Most Popular forums 

Forum Jump:
Rate This Thread:

Forum Rules:
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is OFF
vB code is ON
Smilies are ON
[IMG] code is OFF
 
Medical and Health forum | Computer Games Reviews | Graphics design forum

Back To The Top
Home | Usercp | Faq | Register