Database 'master' error when generating upgrade script?

Database 'master' error when generating upgrade script?

Create Database permission denied in database 'master' error when generating upgrade script occurs when the user does not have sufficient rights on the server.
    • Related Articles

    • Getting duplicate keys error when adding new user to database?

      Duplicate keys could mean there is a duplicate table in the database. An example is a remnant in the data source view from a table being renamed then added back again into the system model. You can run the below queries together in the database to ...
    • Connect to Azure Web Database?

      Currently it is not possible to connect to Azure because the database discovery service is not configured to work with Azure. 
    • Database discovery not showing up?

      When checking through the environment, we found the Arkieva api was starting and stopping. Checking the event viewer showed the below error, which points to their being a problem with the password of the service account. Changing the password to the ...
    • "Operation is not valid due to the current state of the object" error when generating the system model?

      The exception is being thrown when invalid time expressions are in the system model for groups.  Investigating Security yielded there was no entries for the admin group. Clear out the RLS expression table and regenerate the system model. 
    • How can I not give DBO (Database Owner) permissions?

      This query is useful for when the client doesn’t want to give DBO (Database Owner) permissions. Instead it will make the user a DDLadmin, meaning all they have to do is run the query on the database then add the user (or users) to the Arkieva_users ...