I am deploying a new Server to host an Asynchronous
Service to lighten the load on the CRM App server. It is failing because the account I am running the install under does not have Sysadmin rights on the SQL server.
Do you know what is happening in terms of SQL when I create a new Async Service pointing at an existing CRM Organisation. I will be running the service under the service account I used in the main CRM which has all the rights it needs to pick up
jobs and process them. What other metadata / config entries are being made if any.
Is this just a legacy of the CRM install wizard, because I am running the full blown CRM install and then just choosing the Async part?