I'm trying to install app-v 4.5 on windows server 2008 r2, but when I try to install the sp2 update, it fails installing because of a 25109 error. I installed app-v 4.5 sp1 from mdop 2010, and it worked fine with the default application on a client. When I try to install the sp2, there's something that goes wrong with the SQL server, which is on the same machine. I've found in the installer log that the installer tries to logon to the SQL server with the NETWORK SERVICE account, and it fails. The SQL server is configured to use Windows authentication, but the administrator is the Administrator account in my domain, not NETWORK SERVICE. NETWORK SERVICE is the user who runs the Application Virtualization Management Server service. Is there anyway to tell the MSI to use another user and password to access the database? I'm using SQL 2008 R2 Express.
That is a part of the SoftGrid-server-setup.txt that I think is important:
- Code: Select all
[2010-08-01 00:23:04] (3844:5588) SQL state: ``42000'', Native: 15401, Text: ``[Microsoft][ODBC SQL Server Driver][SQL Server]Windows NT user or group 'NT AUTHORITY\NETWORK SERVICE' not found. Check the name again.''.
[2010-08-01 00:23:04] (3844:5588) ::SQLExecute error 0xffffffff.
[2010-08-01 00:23:04] (3844:5588) Failed to execute SQL ``exec sp_grantlogin ?''.
[2010-08-01 00:23:04] (3844:5588) Failed to create login ``NT AUTHORITY\NETWORK SERVICE''.]
Anyone has an idea? I've been searching a lot for this error during the upgrade, but I found nothing... maybe I didn't make a good research.
Thanks in advance for the help and sorry for my bad english.
