We have not done any testing with SQLA 13 on Win7.
We are currently testing SQLA 13.10 (available Q1 2010) on Win7 and have not found any problems so far.
(Note that we are using the final release version of Win7 - not the RC)
One customer ran into a similar problem on XP - first trace - and it was caused by a corrupted UserOptions.config file. The solution was to delete the file.
The file is in
\Documents & Settings\\Application Data\Teradata\SQL Assistant
(I think Microsoft changed the first part of the name on Win7 though)
The second trace indicates that it failed to create the query window so there may also be a problem with the registration of the Codemax control.
Try executing the verify.exe application (in the install directory). This will display a list of the support dlls - whether they are found, and whether they are the expected version.


SQLA fails on Win 7 RC with
SQLA Version: 13.0.0.7
System.NullReferenceException
Object reference not set to an instance of an object.
at Teradata.SQLA.MainFrm.ToolbarMgr_ToolValueChanged(Obje ct sender, ToolEventArgs e) in F:\ttu130_efix_snap\tdcli\qman\sqla\MainFrm.vb:line 640
at Infragistics.Win.UltraWinToolbars.UltraToolbarsManager .OnToolValueChanged(ToolEventArgs e)
at Infragistics.Win.UltraWinToolbars.UltraToolbarsManager .FireEvent(ToolbarEventIds id, EventArgs e)
at Infragistics.Win.UltraWinToolbars.ComboBoxTool.ComboBo xToolExtraSharedProps.SetValue(Object value, ComboBoxTool tool)
at Infragistics.Win.UltraWinToolbars.ComboBoxTool.set_Val ue(Object value)
at Infragistics.Win.UltraWinToolbars.ComboBoxTool.set_Edi tValue(Object value)
at Infragistics.Win.UltraWinToolbars.ComboBoxTool.set_Sel ectedIndex(Int32 value)
at Teradata.SQLA.MainFrm.Form_Load(Object sender, EventArgs e) in F:\ttu130_efix_snap\tdcli\qman\sqla\MainFrm.vb:line 1555
or
SQLA Version: 13.0.0.7
System.NullReferenceException
Object reference not set to an instance of an object.
at Teradata.SQLA.MainFrm.Form_Load(Object sender, EventArgs e) in F:\ttu130_efix_snap\tdcli\qman\sqla\MainFrm.vb:line 1628
at System.EventHandler.Invoke(Object sender, EventArgs e)
at System.Windows.Forms.Form.OnLoad(EventArgs e)
at System.Windows.Forms.Form.OnCreateControl()
at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
at System.Windows.Forms.Control.CreateControl()
at System.Windows.Forms.Control.WmShowWindow(Message& m)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ScrollableControl.WndProc(Message & m)
at System.Windows.Forms.ContainerControl.WndProc(Message& m)
at System.Windows.Forms.Form.WmShowWindow(Message& m)
at System.Windows.Forms.Form.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.OnMes sage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndPr oc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
Which version will be supported on Win7?