|
Home > Archive > BizTalk Server General > May 2005 > BizTalk Web Service Extension
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 |
BizTalk Web Service Extension
|
|
|
| Hello,
I recently had to reinstall IIS and since, I've been getting the following
error when attempting to connect to BizTalk:
Module: BTS Exectute, MEssage: Value cannot be null
Parameter name: s
---
Message the remote server returned and error: (401) Unauthorized.
In reinstalling IIS I lost the custom web extensions I'd allowed in IIS and
I believe that is the trouble here but cannot find anywhere the name of the
extension and file I must allow. Am I on the right track here? Help would
be appreciated.
| |
| Scott Colestock 2005-05-24, 6:01 pm |
| If you are using the HTTP adapter under IIS6, you will need to create a web
service extension for btshttpreceive.dll.
The extension name can be whatever you like. The required files will be
btshttpreceive.dll, and set the extension status to "allowed."
Make sure you have btshttpreceive.dll sitting in the virtual directory
location you want to use. Create an app pool
(and put the vdir in it) using an account with appropriate permissions.
You can take a look at the "Configuring Internet Information Services for
HTTP Receive Locations" topic in the help for more.
Scott Colestock
www.traceofthought.net
"Jason" <Jason@discussions.microsoft.com> wrote in message
news:287E753D-7F58-413E-8AC6-80EBAB52DC22@microsoft.com...
> Hello,
>
> I recently had to reinstall IIS and since, I've been getting the following
> error when attempting to connect to BizTalk:
> Module: BTS Exectute, MEssage: Value cannot be null
> Parameter name: s
> ---
> Message the remote server returned and error: (401) Unauthorized.
>
> In reinstalling IIS I lost the custom web extensions I'd allowed in IIS
> and
> I believe that is the trouble here but cannot find anywhere the name of
> the
> extension and file I must allow. Am I on the right track here? Help
> would
> be appreciated.
>
>
| |
| Matt Milner 2005-05-25, 2:47 am |
| If you reinstalled IIS, then you need to re configure asp.net in IIS. use
the aspnet_regiis tool in the %windir%\Microsoft.net\framework\v1.1.4322
directory to reinstall the asp.net scriptmaps into IIS.
This should get you back to a good starting point where you might need to do
some of the configuration that Scott mentieoned below.
Matt
"Scott Colestock" <scolestock@community.nospam> wrote in message
news:e2IvfDKYFHA.3164@TK2MSFTNGP12.phx.gbl...
> If you are using the HTTP adapter under IIS6, you will need to create a
> web service extension for btshttpreceive.dll.
>
> The extension name can be whatever you like. The required files will be
> btshttpreceive.dll, and set the extension status to "allowed."
>
> Make sure you have btshttpreceive.dll sitting in the virtual directory
> location you want to use. Create an app pool
> (and put the vdir in it) using an account with appropriate permissions.
>
> You can take a look at the "Configuring Internet Information Services for
> HTTP Receive Locations" topic in the help for more.
>
> Scott Colestock
> www.traceofthought.net
>
> "Jason" <Jason@discussions.microsoft.com> wrote in message
> news:287E753D-7F58-413E-8AC6-80EBAB52DC22@microsoft.com...
>
>
|
|
|
|
|