Hi netpro,
I am setting up a new install of Quality Management 10.5 on Windows Server 2008 R2. I've already installed SQL 2008 R2 standard and assigned database permissions for my "qmuser". I am getting this error and can not continue with the install.
The following database errors occurred:
Schema program failed: The schemaCleanup program failed for an unspecified reason.
Has anyone seen this before? Any help would be helpful
Thank you
Looks like i was able to fix this issue on my own.
I tried many different things but what i ended up doing was the following :
Delete the SQMDB database and SQMDB_log ( located in program files\microsoft sql server\MSSQL10_50.MSSQLSERVER\MSSQL\DATA\)
Deleted qmuser
restarted sqlserver service (under sql server configuration manager)
recreated qmuser with sql authentication, selected dbcreator under server roles
Thanks