When running the Optimize Schema step of the QAS 4.0.x installation it fails with: "rights error: Access Denied. Would you like to save the script to run at a later time?"
Please refer to KB 72322 first to determine if that resolves the issue. If it does not, try the following:
- Open Start | All Programs | Quest Software | Authentication Services | Qas Powershell Console
- Change to the relevant path e.g. cd c:\Program file\Quest Software\Authentication Services, or C:\Program Files (x86)\Quest Software\Authentication Services
- Then run the following command:
PS C:\Program Files (x86)\Quest Software\Authentication Services> & .\SchemaOptimizationGenerator.ps1 -CurrentSchema (Get-QasSchema) -Execute
If for some reason there is a problem, try this (the same command without the -Execute parameter):
PS C:\Program Files (x86)\Quest Software\Authentication Services> & .\SchemaOptimizationGenerator.ps1 -CurrentSchema (Get-QasSchema)
You can also try running the command without the 'PS' if the above does not work:
.\SchemaOptimizationGenerator.ps1 -CurrentSchema (Get-QasSchema) -Execute
© 2025 One Identity LLC. ALL RIGHTS RESERVED. Terms of Use Privacy Cookie Preference Center