|
Home > Archive > BizTalk Server Setup > January 2005 > Creation of Adpter FILE Configuration Store entries failed
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 |
Creation of Adpter FILE Configuration Store entries failed
|
|
| amit.lale@gmail.com 2004-12-20, 2:46 am |
| Hi all,
I am getting following error message while configuring Biztalk Server
2004:
Creation of Adpter FILE Configuration Store entries failed. Access
denied.
Following is the portion of Configuration log file:
// ========================================
======================
12:13:52 PM Info ConfigHelper] NT group BizTalk Application Users was
not created because it already exists
[12:13:52 PM Info ConfigHelper NetAPI Info: ] The specified local group
already exists.
[12:13:52 PM Info ConfigHelper] Member DEV\BTSTrustedUser was not
added to NT group BizTalk Application Users because it already exists
in the group
[12:13:52 PM Info ConfigHelper NetAPI Info: ] The specified account
name is already a member of the local group.
[12:13:52 PM Info BtsCfg] Entering function: CWMI::IsHostCreated
[12:13:52 PM Info BtsCfg] Entering function: CWMI::CreateHost
[12:13:57 PM Info ConfigFramework] Waiting for configuration thread to
complete.
[12:13:58 PM Error BtsCfg] Creation of Adapter FILE Configuration Store
entries failed.
Access is denied.
[12:13:58 PM Error BtsCfg]
c:\depot4000\jupiter\source\private\moza
rt\source\setup\btscfg\btscfg.cpp(882):
FAILED hr = 80041003
[12:13:58 PM Info BtsCfg] Leaving function: CBtsCfg::ConfigureFeature
[12:14:07 PM Info ConfigFramework] Waiting for configuration thread to
complete.
[12:14:18 PM Info ConfigFramework] Waiting for configuration thread to
complete.
// ========================================
======================
Any inputs ?
Regards,
Amit.
| |
| GaryMawdsley 2005-01-12, 5:53 pm |
| Hi Amit
You need to tweak a registry key for BizTalk Server to continue to work
after installation XP SP2.
The changes I believe are because the SSO service uses RPC and the RPC
service has been locked down in XP SP2.
More stable doors and horses bolting!
The Change is:
A REG_DWORD value, EnableAuthEpResolution, under the
\\HKLM\SOFTWARE\Policies\Microsoft\Windo
ws NT\RPC key.
Setting the value to 1 and rebooting fixes the problem.
You'll probably also find the RPC key is not in the registry at all and so
will need to add the key as well.
Kind Regards
Gary
"amit.lale@gmail.com" wrote:
> Hi all,
>
> I am getting following error message while configuring Biztalk Server
> 2004:
>
> Creation of Adpter FILE Configuration Store entries failed. Access
> denied.
>
> Following is the portion of Configuration log file:
> // ========================================
======================
> 12:13:52 PM Info ConfigHelper] NT group BizTalk Application Users was
> not created because it already exists
> [12:13:52 PM Info ConfigHelper NetAPI Info: ] The specified local group
> already exists.
> [12:13:52 PM Info ConfigHelper] Member DEV\BTSTrustedUser was not
> added to NT group BizTalk Application Users because it already exists
> in the group
> [12:13:52 PM Info ConfigHelper NetAPI Info: ] The specified account
> name is already a member of the local group.
> [12:13:52 PM Info BtsCfg] Entering function: CWMI::IsHostCreated
> [12:13:52 PM Info BtsCfg] Entering function: CWMI::CreateHost
> [12:13:57 PM Info ConfigFramework] Waiting for configuration thread to
> complete.
> [12:13:58 PM Error BtsCfg] Creation of Adapter FILE Configuration Store
> entries failed.
> Access is denied.
> [12:13:58 PM Error BtsCfg]
> c:\depot4000\jupiter\source\private\moza
rt\source\setup\btscfg\btscfg.cpp(882):
> FAILED hr = 80041003
>
> [12:13:58 PM Info BtsCfg] Leaving function: CBtsCfg::ConfigureFeature
> [12:14:07 PM Info ConfigFramework] Waiting for configuration thread to
> complete.
> [12:14:18 PM Info ConfigFramework] Waiting for configuration thread to
> complete.
> // ========================================
======================
> Any inputs ?
>
> Regards,
> Amit.
>
>
| |
|
|
|
|
|