We upgraded our test environment on Friday to 10.2.300.9 from 10.1.500.32 with the assistance of SixS Partners. Everything is working except for 1 issue particularly with my user account. If i open the Business Activity Query Designer in one particular company (no issue with the second company we have set up), and I click on any buttons or try to open an existing or create a new BAQ, I receive the error “Key not found: ‘ChangeSecCode’”. This happens with any computer that I log into with my user account. Other users do not have this problem (I’ve mimicked the steps to cause the error with other users’ accounts). I’ve posted details at the bottom of this post. Is there a known fix for this issue. I’m assuming this is a server-side issue since it happens on any computer I sign in to.
Application Error
Exception caught in: Infragistics4.Shared.v12.2
Error Detail
Message: Key not found: ‘ChangeSecCode’
Parameter name: key
Program: Infragistics4.Shared.v12.2.dll
Method: GetItem
Client Stack Trace
at Infragistics.Shared.KeyedSubObjectsCollectionBase.GetItem(String key)
at Infragistics.Win.UltraWinToolbars.ToolsCollectionBase.get_Item(String key)
at Ice.UI.App.BAQDesignerEntry.Forms.BAQDiagramForm.SetControlStatus()
at Ice.UI.App.BAQDesignerEntry.Forms.BAQDiagramForm.KeyFieldValidating(Object sender, CancelEventArgs e)
at Ice.UI.App.BAQDesignerEntry.OptionsPanel.queryIdValidating(Object sender, CancelEventArgs e)
at System.ComponentModel.CancelEventHandler.Invoke(Object sender, CancelEventArgs e)
at System.Windows.Forms.Control.OnValidating(CancelEventArgs e)
at Ice.Lib.Framework.EpiTextBox.OnValidating(CancelEventArgs e)
at System.Windows.Forms.Control.NotifyValidating()
at System.Windows.Forms.Control.PerformControlValidation(Boolean bulkValidation)
at System.Windows.Forms.ContainerControl.ValidateThroughAncestor(Control ancestorControl, Boolean preventFocusChangeOnError)
at System.Windows.Forms.ContainerControl.ValidateInternal(Boolean checkAutoValidate, Boolean& validatedControlAllowsFocusChange)
at System.Windows.Forms.ContainerControl.ValidateInternal(Boolean checkAutoValidate, Boolean& validatedControlAllowsFocusChange)
at System.Windows.Forms.ContainerControl.ValidateInternal(Boolean checkAutoValidate, Boolean& validatedControlAllowsFocusChange)
at Ice.UI.App.BAQDesignerEntry.Forms.BAQDiagramForm.OnClickClear()