Centrify Access Manager errors on startup. It installs fine but gets the following error when I run it. Looks like something to do with SQL. Any ideas?
System.NullReferenceException: Object reference not set to an instance of an object.
at System.Data.SqlServerCe.SqlCeException.ToString()
at System.Text.StringBuilder.AppendFormat(IFormatProvider provider, String format, Object[] args)
at System.String.Format(IFormatProvider provider, String format, Object[] args)
at Centrify.DirectControl.Util.Trace.UnexpectedError(Exception e)
at Centrify.DirectControl.Util.MessageBox.ShowUnexpectedError(Exception e)
at Centrify.DirectControl.MMC.MMCSnapin.InitDatabase()
at Centrify.DirectControl.MMC.MMCSnapin.Preload(IntPtr hScopeItem)
at Ironring.Management.MMC.SnapinBase.Notify(IDataObject lpDataObject, UInt32 aevent, IntPtr arg, IntPtr param)