|
Home > Archive > BizTalk Server Setup > January 2005 > BizTalk Config problem
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 Config problem
|
|
| Careth Jefferson 2005-01-21, 8:47 pm |
| In addition following other forum reponses i ran fuslogvw.exe to check for
any bind errors and I found that the following
*** Assembly Binder Log Entry (1/21/2005 @ 5:25:47 PM) ***
The operation failed.
Bind result: hr = 0x80070002. The system cannot find the file specified.
Assembly manager loaded from:
C:\WINDOWS\Microsoft.NET\Framework\v2.0.40607\mscorwks.dll
Running under executable C:\WINDOWS\system32\wbem\wmiprvse.exe
--- A detailed error log follows.
=== Pre-bind state information ===
LOG: User = WELLS-XXCGVEBU1\Administrator
LOG: DisplayName = Microsoft.BizTalk.TypeSystem, Version=3.0.1.0,
Culture=neutral, PublicKeyToken=31bf3856ad364e35
(Fully-specified)
LOG: Appbase = file:///C:/Program Files/Microsoft BizTalk Server 2004
LOG: Initial PrivatePath = Pipeline Components
LOG: Dynamic Base = NULL
LOG: Cache Base = NULL
LOG: AppName = NULL
Calling assembly : (Unknown).
===
LOG: This bind is in default load context.
LOG: The same bind was seen before, and was failed with hr = 0x80070002.
ERR: Unrecoverable error occurred during pre-download check (hr = 0x80070002).
"Careth Jefferson" wrote:
> Getting the following error
>
> [2:37:34 PM Info ConfigFramework] Showing MessageBox with text: Failed to
> deploy BizTalk system assembly "C:\Program Files\Microsoft BizTalk Server
> 2004\Microsoft.BizTalk.GlobalPropertySchemas.dll".
> File or assembly name 'Microsoft.BizTalk.Deployment, Version=3.0.1.0,
> Culture=neutral, PublicKeyToken=31bf3856ad364e35', or one of its
> dependencies, was not found. Return Code: 4
> [2:37:34 PM Info BtsCfg] Entering function: CBtsCfg::ConfigureFeature
> [2:37:34 PM Info BtsCfg] Configuring feature: WMI
>
> Software Configuration
> OS - Windows 2003
> Sql Server 2000
> Visual Studio 2003.
> Virtual PC 2004
>
> Tried giving the Network Service account write permission to the temp folder
> and also enabled MSDTC still the same error.
| |
| Goutham[MSFT] 2005-01-28, 5:49 pm |
| Careth,
The error suggests that there is a dependency of Deployment.dll that is
missing, can you also try depends.exe to see which ones are missing ?
regards
-g
This posting is provided "AS IS" with no warranties, and confers no rights.
"Use of included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm
| |
| Goutham[MSFT] 2005-01-28, 5:49 pm |
| Carreth,
Can you also check and make sure that NETWORK SERVICE has permissions for
write on c:\windows\temp?
regards
-g
This posting is provided "AS IS" with no warranties, and confers no rights.
"Use of included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm
| |
| Goutham[MSFT] 2005-01-28, 5:49 pm |
| Carreth,
One thing to check for is using the assembly dependency tool to make sure
that all dependent assemblies are present, you can use the adepends tool
that is part of visual studio sdk, from
C:\Program Files\Microsoft Visual Studio .NET 2003\SDK\v1.1\Tool Developers
Guide\Samples>
regards
-g
This posting is provided "AS IS" with no warranties, and confers no rights.
"Use of included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm
|
|
|
|
|