03-13-06 12:49 PM
Hello Richard,
Just like you, I received a 5003 error when trying to install BizTalk 2006
Beta 2. In your case, the error was:
[20:58 Info] Error 5003.Regsvcs failed for assembly C:\Program
Files\Microsoft BizTalk Server 2006\Microsoft.BizTalk.Adapter.SQL.dll.
Return code -2146368511.
In my case, the error was similar, but in the component
Microsoft.BizTalk.Deployment.dll. After repairing .NET Framework 2.0
(Add/Remove programs, select .NET Framework 2.0 and choose the repair
option), the error disappeared and the installation succeeded.
I debugged this error by trying the registration manually:
* I first copied the assembly from the installation folder (msi/program
files/microsoft.biztalk.deployment.dll in my case) to the assembly cache
(c:\windows\assembly) using Windows Explorer. This worked just fine. Even
deleting the assembly from c:\windows\assembly and copying again worked)
* I then tried to register the assembly via
c:\windows\microsoft\net\framework\v2.0.x\regsvcs
microsoft.biztalk.deployment.dll. This didn't work - running regservices gav
e
no output whatsoever.
* I then tried to view the command line options of regsvcs by running the
program without any command line options, with -?, with /?, with -help etc,
but no output at all was written to the screen.
* I finally tried the same on another computer: the help for regsvcs was
shown. At that time, I figured my .NET framework installation got corrupted
somehow.
I hope this helps you in your debugging efforts.
Regards, Beat Nideröst
"richard" wrote:
> The install fails with "Error 5003.Regsvcs failed for assembly
> C:\Program Files\Microsoft BizTalk Server
> 2006\Microsoft.BizTalk.Adapter.SQL.dll. Return code -2146368511".
>
> I'm using XP pro with SP2 and SQL 2000 and installing as local
> administrator.
>
> Any ideas??
>
> just in case here's the extract from the log file...
>
> ....
> ....
> 20:58 Info] Action 20:58:38:
> RegsvcsDeployment.D7298A41_5E0F_4d72_9A44_B1F4C74FF805. Registering
> BizTalk Deployment COM+ application
> [20:58 Info] Action 20:58:41:
> RegsvcsApplicationDeployment.D7298A41_5E0F_4d72_9A44_B1F4C74FF805.
> Registering BizTalk Application Deployment COM+ application
> [20:58 Info] Action 20:58:45:
> InstallBTSWebSvcWiz.14FF4E41_C356_4d99_9AE5_154F1EA9F126. Installing
> Web Services Wizard
> [20:58 Info] Action 20:58:47:
> RegsvcsSQLAdapter.F5C521B8_28A5_4f20_B42A_4BD242435D9C. Registering SQL
> Adapter COM+ application
> [20:58 Info] Error 5003.Regsvcs failed for assembly C:\Program
> Files\Microsoft BizTalk Server 2006\Microsoft.BizTalk.Adapter.SQL.dll.
> Return code -2146368511.
> [21:10 Info] Showing MessageBox with text: Error 5003.Regsvcs failed
> for assembly C:\Program Files\Microsoft BizTalk Server
> 2006\Microsoft.BizTalk.Adapter.SQL.dll. Return code -2146368511. Return
> Code: 1
> [21:10 Info] Action 21:10:11: Rollback. Rolling back action:
> [21:10 Info] Action 21:10:11: Rollback. Rolling back action:
> [21:11 Info] Detailed Log information for product
> C:\Install\BTS-RTM-3.5.1601.0.Signed\Msi\Microsoft BizTalk Server
> 2006.msi is available at DetailedLog
> [21:11 Info] MSI installation returned 1603 - Fatal error during
> installation.
> [21:11 Error] Error 5003 occurred during MSI installation.
> [21:11 Error] Action 20:58:47:
> RegsvcsSQLAdapter.F5C521B8_28A5_4f20_B42A_4BD242435D9C. Registering SQL
> Adapter COM+ application
> [21:11 Error] Error 5003.Regsvcs failed for assembly C:\Program
> Files\Microsoft BizTalk Server 2006\Microsoft.BizTalk.Adapter.SQL.dll.
> Return code -2146368511. === Logging stopped: 21:13 11 March 2006 ===
> === Logging started at: 21:15 11 March 2006 Build: 3.5.1601.0 Calling
> process: C:\Install\BTS-RTM-3.5.1601.0.Signed\Setup.exe === The current
> user is SMAUG\Administrator. Computer name: SMAUG OS Version: 5.1
> Build: 2600 Service Pack: 2.0 Suite: 256 Product Type: 1
> [21:15 Info] Ran setup.exe from temp directory - return code:
> -2147467259
> [21:15 Error]
> c:\depotsetupv2\private\common\setup\wiz
ard\exe\setup.cpp(1500): FAILED
> hr = 80004005
> [21:15 Info] Uninitializing COM.
> ....
> ....
>
> Richard
>
>
[ Post a follow-up to this message ]
|