The Error log of sql install wizard looks for the ASPNET account. Please see the log... PM 10:46:46 21 November 2007: [Fail] Could not add QuickStart user to SQL Server: Windows NT user or group 'RAMESH-PC\ASPNET' not found. Check the name again.
PM 10:46:46 21 November 2007: [Fail] Config_QUICKSTARTDB_Install: Quickstart Database and User Registration (failed): Windows NT user or group 'RAMESH-PC\ASPNET' not found. Check the name again.
1. Why? Any changes to be done prior to install?
When I tried manually the sql command, sqlcmd -E -S (local)\SQLExpress -Q "sp_grantlogin RAMESH-PC\NETWORKSERVICE", it says invalid Windows NT domain id... I tried with sqlcmd -E -S (local)\SQLExpress -Q "sp_grantlogin NT AUTHORITY\NETWORKSERVICE",
it gives error..
2. Its not taking the PC name as domain id...What is the valid domain id of NetworkService?
Any other solutions...
RameshSKanna...
Member
4 Points
5 Posts
Re: ASPNET User Account in Vista(64 bit)...
Nov 21, 2007 07:46 PM|LINK
Hi jeff,
The Error log of sql install wizard looks for the ASPNET account. Please see the log...
PM 10:46:46 21 November 2007: [Fail] Could not add QuickStart user to SQL Server: Windows NT user or group 'RAMESH-PC\ASPNET' not found. Check the name again.
PM 10:46:46 21 November 2007: [Fail] Config_QUICKSTARTDB_Install: Quickstart Database and User Registration (failed): Windows NT user or group 'RAMESH-PC\ASPNET' not found. Check the name again.
1. Why? Any changes to be done prior to install?
When I tried manually the sql command, sqlcmd -E -S (local)\SQLExpress -Q "sp_grantlogin RAMESH-PC\NETWORKSERVICE", it says invalid Windows NT domain id...
I tried with sqlcmd -E -S (local)\SQLExpress -Q "sp_grantlogin NT AUTHORITY\NETWORKSERVICE", it gives error..
2. Its not taking the PC name as domain id...What is the valid domain id of NetworkService?
Any other solutions...
Thanks,
Ramesh Kannan