Version Differences for Database Permissions

(Installation w/SQLServer)
(Installation w/SQLServer)
Line 19:
       
  ''NOTE: Please remove any existing JAR files in the lib\ext directory that are not the JAR file listed above! The anthill installer will include these files during the installation and if both files are present in the directory there is a great chance the wrong one will get loaded!''    ''NOTE: Please remove any existing JAR files in the lib\ext directory that are not the JAR file listed above! The anthill installer will include these files during the installation and if both files are present in the directory there is a great chance the wrong one will get loaded!'' 
    + <br/>  
    + <br/>  
    + Make sure you grant all permissions available to the user being used for anthill: <pre>USE DATABASE [databasename]  
    + GRANT ALL TO [username]</pre>  
    + <br/>  
    + <br/>  
    + Also ensure the correct roles are assigned to the database user:  
    + * permission1  
    + * screenshot