Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
AskSQLTeam
Ask SQLTeam Question
0 Posts |
Posted - 2003-04-01 : 07:24:56
|
| Jams writes "I moved my SQL Server from one domain to another and received the following error:A Fatal Error has occurred in the startup section of the application.The application will be terminated.Please report the following information:Function name: BOOTNamespace: #File error 1 No such file or directoryBOOT[23]’KPSCUBE XC’CENA’14’ ,WSPATH,’FPS32.C32 XC=A’Please help.Thanks,James" |
|
|
smccreadie
Aged Yak Warrior
505 Posts |
Posted - 2003-04-01 : 09:25:32
|
| I assume you mean that you moved the underlying OS and server to a new domain.Does SQL use a domain account to run under. Can it access the domain? |
 |
|
|
tkizer
Almighty SQL Goddess
38200 Posts |
Posted - 2003-04-01 : 12:59:48
|
| Check the services that SQL Server uses (MSSQLSERVER and SQLSERVERAGENT). If they are configured to login with an account that is on the old domain, then modify the services so that it uses an account in this new domain (use an account that has administrative privileges on the SQL box).Tara |
 |
|
|
|
|
|