The installation process of BizTalk Server 2006 failure when it is
"Registering Biz Talk Deployment COM+ application" it takes a message
"Error
5003.Regsvcs failed assembly c:\program files\Microsoft BizTalk Server
2006\Microsoft.BizTalk.Deployment.dll. Return code -2146368472."
Can somebody tell me what is missing?
My system is Windows XP, .NET 1.0.3705, .NET 1.1.4322, .NET 2.0.50727,
IE7,
VS 2005 SP1, SQL Server 2005 SP1 standart (local) .
I followed the installation guide's steps for windows xp carefully.
If I try to register manually, the error is:
1: Could not install type library 'c:\Program Files\Microsoft BizTalk
Server
200
6\Microsoft.BizTalk.Deployment.tlb' into application
'Microsoft.Biztalk.Deployme
nt'.
c:\Program Files\Microsoft BizTalk Server
2006\Microsoft.BizTalk.Deployment.
tlb: The TypeLib could not be loaded
Here is the relevant part of installation log:
---------------------------------------------------------------------------
MSI (s) (88:48) [22:06:53:328]: Executing op: SetBaseline(Baseline=0,)
MSI (s) (88:48) [22:06:53:328]: Executing op: SetBaseline(Baseline=1,)
MSI (s) (88:48) [22:06:53:328]: Executing op:
ActionStart(Name=RegsvcsDeployment.D7298A41_5E0F_4d72_9A44_B1F4C74FF805,Description=Registering
BizTalk Deployment COM+ application,)
MSI (s) (88:48) [22:06:53:328]: Executing op:
CustomActionSchedule(Action=RegsvcsDeployment.D7298A41_5E0F_4d72_9A44_B1F4C74FF805,ActionType=1030,Source=Function
RegsvcsCA
Dim sFrameworkPath : sFrameworkPath = ""
Dim sPath : sPath = ""
on error resume next
Dim str: str = Session.Property("CustomActionData")
Dim iPos: iPos = InStr(str, "|")
If iPos > 0 Then
sFrameworkPath = Left(str, iPos-1)
sPath = Right(str, Len(str) - iPos)
Else
sFrameworkPath = str
End If
If Err.Number <> 0 Or sFrameworkPath = "" Or sPath = "" Then
Err.Clear
Re****tError 5006, "", 0
RegsvcsCA = 3
Exit Function
End If
Dim iResult : iResult = Runsvcs( sFrameworkPath, sPath )
If iResult<>0 Then
RegsvcsCA = 3
Exit Function
End If
RegsvcsCA = 1
End Function
Sub Re****tError( iErrorCode, sAssembly, iResultCode )
Dim oRecord : Set oRecord = Session.Installer.CreateRecord(3)
oRecord.IntegerData(1) = iErrorCode
oRecord.Strin
MSI (s) (88:24) [22:06:53:328]: Entering
MsiProvideComponentFromDescriptor.
Descriptor: Il'`,YRDY8-zy.'79D)pV2V>M5KDYSUnf(HA*L[xeX)y, PathBuf:
17EF348,
pcchPathBuf: 17EF344, pcchArgsOffset: 17EF2A4
MSI (s) (88:24) [22:06:53:328]: MsiProvideComponentFromDescriptor called
for
component {997FA962-E067-11D1-9396-00A0C90F27F9}: returning harcoded
oleaut32.dll value
MSI (s) (88:24) [22:06:53:328]: MsiProvideComponentFromDescriptor is
returning: 0
MSI (s) (88:10) [22:06:56:484]: Entering
MsiProvideComponentFromDescriptor.
Descriptor: Il'`,YRDY8-zy.'79D)pV2V>M5KDYSUnf(HA*L[xeX)y, PathBuf: 66ED48,
pcchPathBuf: 66ED44, pcchArgsOffset: 66ECA4
MSI (s) (88:10) [22:06:56:484]: MsiProvideComponentFromDescriptor called
for
component {997FA962-E067-11D1-9396-00A0C90F27F9}: returning harcoded
oleaut32.dll value
MSI (s) (88:10) [22:06:56:484]: MsiProvideComponentFromDescriptor is
returning: 0
------------------------------------------------------------------------------------
Thanks in advance,
--
Best Regards,
TulasiKumar


|