I gave the server name(Database server name)& give the new database name(in the create new db screen ) name after it checks the validation then it shows that error.
You need to configure daemon launcher startup type. Use configure checkbox to directly configure it. Second, you need update your sql server to add feature Full-Text-Search. You can use your sql installation to do this and choose add features to your sql instance and check full-text-search.
Please make sure your domain user account by which you are installing has granted permission in ‘dbcreator’ database role in MS sql server. If not, grant ‘dbcreator’ role for your user account in ms sql server. This permission is required while installing database. And also make sure granting permission in ‘securityadmin’ database role which is required for AOS component installation.
The service account that I’m running the installation is does have the dbcreator and securityadmin server roles on sql. I have even given this user the sysadmin role as well, but still the error persists.
Could u explain in detail “db system user is add to the Aos system user with admin rights”. We are also getting the same issue in live server configuration.
Could u pls explain in detail “db system user is add to the Aos system user with admin rights”. We are also getting the same issue in live server configuration.