|
Home > Archive > BizTalk Server > January 2005 > HTTP Adapter gives the login error
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 |
HTTP Adapter gives the login error
|
|
| Syed Hameed 2005-01-17, 5:53 pm |
| I have created the HTTPAdapter using the following steps:
1. Created a virtual directory
2. Copied the BTSHTTPReceive.dll to that directory
3. Created Receive Port of HTTP type that refers to the above ISAPI dll.
While posting the data, I am getting the following error:
An attempt to connect to "BizTalkMgmtDb" SQL Server database on server
"EC4SHELL127814" failed with error: "Login failed for user 'NT
AUTHORITY\NETWORK SERVICE'.".
Any help will be greatly appreciated. Thanks.
Regards,
Syed.
| |
| Matt Milner 2005-01-17, 5:53 pm |
| The process that your web application is running under has to be a member of
the windows group associated with your isolated host (default is BizTalk
Isoalted Host Users" group. In XP or 2000, you should put your app in High
isolation mode, then configure the app in COM+ that maps to your app. In
2003, you set the identity for the application pool to a user in this group.
Make sure that the user you use for this has all the rights it needs to run
a web application and that your virtual directory is configured to allow you
to use ISAPI exensions.
Matt
"Syed Hameed" <SyedHameed@discussions.microsoft.com> wrote in message
news:175B4705-2D85-4288-A422-A4D756BF1579@microsoft.com...
>I have created the HTTPAdapter using the following steps:
>
> 1. Created a virtual directory
> 2. Copied the BTSHTTPReceive.dll to that directory
> 3. Created Receive Port of HTTP type that refers to the above ISAPI dll.
>
> While posting the data, I am getting the following error:
> An attempt to connect to "BizTalkMgmtDb" SQL Server database on server
> "EC4SHELL127814" failed with error: "Login failed for user 'NT
> AUTHORITY\NETWORK SERVICE'.".
>
> Any help will be greatly appreciated. Thanks.
>
> Regards,
> Syed.
|
|
|
|
|