Entry
BizTalk Server Setup is returning the following error: "BTM management database could not be created. Error 0x80041003." How do I get around the error message?
Apr 6th, 2005 21:19
Balaji Ramachandran, http://www.microsoft.com/technet/prodtechnol/biztalk/biztalk2000/deploy/btfaq.mspx
This is a Windows Management Instrumentation (WMI) error. The exact
error is as follows.
WBEM_E_ACCESS_DENIED0x80041003The current user does not have permission
to perform the action.
BizTalk Server Setup was attempting to execute a WMI command. The
permissions of the current user were not sufficient to execute that
command. The following is a list of things to check to prevent this
error:
• Check that the following directory exists in your PATH environment
variable: C:\Winnt\System32\wbem
• Check that the following file exists in the C:\Winnt\System32\wbem
directory: Framedyn.dll
• Check that only one copy of Framedyn.dll exists on your computer and
that it is version 1.50.1085.0
• Check that your local system user account is a member of the BizTalk
Server Administrators group. BizTalk Server Setup creates the BizTalk
Server Administrators group earlier in the installation procedure.
• Do not install BizTalk Server from a remote Windows 2000 Terminal
Services connection. The user authentication does not work with the
BizTalk Server installation procedure.