-
Vista comes with UAC and “Research output repository platform” installer may show error prompts during the installation such as, *Cannot connect to Internet Information Server.(-2147221164) *Failed to read IIsWebs table.(-2147024891) Few Tips to avoid these error messages, *Launch “Setup.exe” with admin...
-
Yes. Could you please check the following: 1. The target SQL Server instance has Windows or Mixed Mode authentication enabled. 2. The user running the install has his login added to the target SQL Server instance. 3. The login is a member of the following roles: a. dbcreator b. securityadmin c. serveradmin...
-
Hi David, No, the SQL Server instance information is not case sensitive. On Vista and Win 2008 Server the Setup.exe needs to be explicitly run as admin. Our Beta 1 installer does not support automatic elevation. So even if you've logged-in as admin you need to launch Setup.exe by right-clicking and...
-
Hi David, Is the MS SQL Express instance you mentioned on the same machine on which you're running the install? If yes, can you please confirm that you're entering the SQL Server instance name in either of the following two formats: 1. <ComputerName\InstanceName> example: mycomputer\sqlexpress...