I am upgrading to ACS7.2 from 5.2. I have created a new db for alfresco 7.2. When I start vanilla ACS7.2 it fails saying "Cause: com.microsoft.sqlserver.jdbc.SQLServerException: Invalid object name 'alf_audit_model'".
I checked db and 'alf_audit_model' doesnt exist. I studied alfresco-repository code and there is db-schema-context.xml that is infact having scripts to create alf_audit_model and other tables. How do I make alfresco execute so it creates all tables and completes bootstrap?
I have db.schema.update=true in global properties.
Please verify that DB has enough elivated right to do Create the table
Also if you are trying in Dev env you can copy the create alf_audit_model query and try to execute it manually with the same user which is provided in alfresco global properties file , just to verify the user you are using have enough access to create table
Ask for and offer help to other Alfresco Content Services Users and members of the Alfresco team.
Related links:
By using this site, you are agreeing to allow us to collect and use cookies as outlined in Alfresco’s Cookie Statement and Terms of Use (and you have a legitimate interest in Alfresco and our products, authorizing us to contact you in such methods). If you are not ok with these terms, please do not use this website.