|
Home > Archive > BizTalk Server > August 2004 > Biztalk permissions issue ?
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 permissions issue ?
|
|
| ravman 2004-08-22, 5:58 pm |
| I have a BTS 2 tier setup with BTS on one machine and SQL on another - both are Windows 2003 Servers.
I managed to configure everything fine with no errors. All groups and users used are domain level. However the following two warnings/errors keep showing up in the event log every minute:
1. SSO AUDIT
Function: GetConfigInfo
Tracking ID: 4de1687c-2d1b-47ee-b7a8-31c5facdce01
Client Computer: comp1 (w3wp.exe:3428)
Client User: domain1\BiztalkBASAppPool
Application Name: {B66B6BFE-66B9-4839-B503-E125864DBA9A}
Error Code: 0x80070005, Access is denied.
2.The Messaging Engine failed to retrieve the configuration from the database.
I suspect this is in turn causing the third error when I try to access an Orchestration I have exposed as a Web Service
3. The Messaging Engine failed to register the adapter for "SOAP" for the receive location "/virtualDir/testOrchestration.asmx". Please verify that the receive location is valid, and that the isolated adapter runs under an account that has access to the B
izTalk databases.
The identity of the Isolated host adapter has full SQL access, so does domain1\BiztalkBASAppPool. This is in fact the identity of the app pool for the web service too.
Any help is appreciated.
Thanks
Rav
----------------------------------------------
sent via http://www.biztalkug.com
all about BizTalk
| |
| OwenCutajar 2004-08-25, 5:53 pm |
| Hi Ravman,
You say domain1\BiztalkBASAppPool has full SQL access, but is it a member of
the BizTalk groups ?
Regards
Owen
"ravman" wrote:
> I have a BTS 2 tier setup with BTS on one machine and SQL on another - both are Windows 2003 Servers.
> I managed to configure everything fine with no errors. All groups and users used are domain level. However the following two warnings/errors keep showing up in the event log every minute:
>
> 1. SSO AUDIT
> Function: GetConfigInfo
> Tracking ID: 4de1687c-2d1b-47ee-b7a8-31c5facdce01
> Client Computer: comp1 (w3wp.exe:3428)
> Client User: domain1\BiztalkBASAppPool
> Application Name: {B66B6BFE-66B9-4839-B503-E125864DBA9A}
> Error Code: 0x80070005, Access is denied.
>
> 2.The Messaging Engine failed to retrieve the configuration from the database.
>
> I suspect this is in turn causing the third error when I try to access an Orchestration I have exposed as a Web Service
>
> 3. The Messaging Engine failed to register the adapter for "SOAP" for the receive location "/virtualDir/testOrchestration.asmx". Please verify that the receive location is valid, and that the isolated adapter runs under an account that has access to the
BizTalk databases.
>
> The identity of the Isolated host adapter has full SQL access, so does domain1\BiztalkBASAppPool. This is in fact the identity of the app pool for the web service too.
>
> Any help is appreciated.
>
> Thanks
> Rav
>
>
> ----------------------------------------------
> sent via http://www.biztalkug.com
> all about BizTalk
>
|
|
|
|
|