Skip to main content

I am facing an issue regarding the installation of Automation anywhere a360, during setup i go with express and all default options and it throw error of not being able to create database for automation anywhere. screenshot attached for the further reference.

 

Hi @raheel007 

Contact your DBA team to get CREATE Database permission in master database and try again


@raheel007 

If you have admin access in db, execute below or you can ask your dba to execute below command to provision dbcreator role for your installation user / userprofile.

 

SELECT @@SERVERNAME;

ALTER SERVER ROLE >dbcreator] ADD MEMBER RProfilename/dbusername]

GO

 


Reply