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 privilege-Right click “Setup.exe”, select option “Run as administrator”-Current installer does not elevate user rights automatically, so this explicit action is required from user side
*Make sure that user has administrative privileges on the machine on which installer needs to run-Add user to “Administrator” group-User should have access to “%SystemDrive%\Inetpub” folder as installer creates default web application at this location
*Check that all IIS features are installed-Default ASP.Net web application uses few IIS features, which does not get installed as part of the default IIS installation
*Enter correct IIS authentication details during installer screen-Enter information in the correct format as, Domain\Username
Please make sure that user follows the above guidelines to avoid installer issues.Let us know if you face any other issues.
Hi David,
Thanks for the suggestion.
We were supporting Windows Server 2003 till Alpha release.
However, from earlier Beta-1 release and also with Beta-2 release (which will happen mid Feb09) we are officially supporting only Windows Vista (32 + 64 bit) & Windows Server 2008 (32 + 64 bit).
I can check if we can do the smoke test on Windows Server 2003 though.
Thanks,
Shailesh
Error -2147217900: failed to create SQL database: MicrosoftFamulus, error detail: CREATE DATABASE failed. Some file names listed could not be created. Check related errors.
The machine on which you are trying the installer is clean machine or it has earlier version of Famulus?
Couple of options you can try,
1. If your machine contains earlier version of Famulus then you need to manually delete the database 'MicrosoftFamulus' from SQL management studio.
2. Can you also check if the path for primary data file shown on installer screen "SQL server setup", i.e. "C:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\Data\" is available on your file system? Installer throws error if folder mentioned in path is not present on file system. You can change the path through installer screen to existing folder and then check again.
Let us know if any of the above options works for you.
Regards,
Hi David, As part of our installer, we ask user for application pool credentials for IIS 6.0. People usually give their domain credentials there. Sometimes those credentials does not get added to the IIS_WPG group.This may happen due to some IIS issue, few related issue is mentioned here, http://support.microsoft.com/kb/918041
To resolve this issue, could you please try steps mentioned below? 1. Click Start, right-click My Computer, and then click Manage.2. Expand Local Users and Groups, and then click Groups.3. Right-click IIS_WPG, and then click Properties.4. In the IIS_WPG Properties dialog box, click Add.5. Enter the ‘application pool identity user account name’, click Check Names. This should resolve the full name.6. Click OK.7. Click OK on main properties window.
Restart the IIS as mentioned in steps below, 1. From the Start menu, click Run.2. In the Open box, type cmd, and click OK. 3. At the command prompt, type iisreset /noforce, and press ENTER. (This will stop and restart all IIS services)
Try accessing your site again as, http://localhost:9090/webui/Default.aspx
Let us know if this helps.
Regards,Shailesh