Issue: 'PK_Indexes' is being referenced by table 'ILSActorPermissionsBak'
|
|
|
Issue/Error - |
Running the DB utility and get this error in the log file. The constraint 'PK_Indexes' is being referenced by table 'ILSActorPermissionsBak', foreign key constraint 'FK_ILSActorPermissions_Indexes'
|
|
|
|
|
Fix - |
Delete key FK_ILSActorPermissions_Indexes then rerun DB utility.
|
|
|
|
|
Summary - |
DB utility should run complete after key is deleted. |
|
Issue: Unable to log in via ADIS after Install or Upgrade.
|
|
|
Issue/Error - |
After install or upgrade getting displayed error msg "The username and password combination is not recognized".
|
|
|
|
|
Fix - |
Perform all documented IIS and SQL setting changes. Set in config file "DocuphaseServices.exe.config" the following line. Change from False to True. <ADISService type="iDatix.ADIS.Service.Service" period="60" assembly="D:\Docuphase\Program Files\DocuPhase Service\ADISService.dll" enabled="true"/>
|
|
|
|
|
Summary - |
If all other settings were correctly changed this should enable the service. This one is not well documented and easily missed. |
|