MSSQL EXPRESS ADVANCE - CREATE TEMPLATE HELP PLEASE! -
04-18-2007
, 12:21 PM
Hi,
I'm working on a project to build an installation CD with the installation
of MSSQL Express on it. I build a Template.ini with these setting:
[Options]
ADDLOCAL=SQL_Engine,SQL_Data_Files,Client_Componen ts,Connectivity
USERNAME="MyName"
COMPANYNAME="MyCompanyName"
SECURITYMODE=SQL
SAPWD="MyPassword"
INSTANCENAME="SQLDB"
INSTALLSQLDATADIR="c:\program files\SQLDB\"
SQLACCOUNT="NT AUTHORITY\SYSTEM"
SQLBROWSERACCOUNT="NT AUTHORITY\SYSTEM"
AGTACCOUNT="NT AUTHORITY\SYSTEM"
SQLAUTOSTART=1
SQLBROWSERAUTOSTART=1
DISABLENETWORKPROTOCOLS=0
Everyting going well until the installer try to install the SQL Server
Database Services. I receive this error message:
SQL Server Setup could not validate the service accounts. Either the service
accounts have not been provided for all of the services being installed, or
the specified username or password is incorrect. For each service, specify a
valid username, password, and domain, or specify a built-in system account.
No matter what i'm try to change, i still have the same message...
Did the template.ini is OK?
Any help please???
Thanks
Luc |