|
jdegaetani
Starting Member
4 Posts |
Posted - 01/19/2012 : 13:20:14
|
When running CT 2008.38 for the first time on a SQL 2005 test box, and entering the server name & database name, I was asked up upgrade the database. So I did (it's just a test box). It didn't seem to affect or change anything.
Now I'm trying to import a production SQL 2008 R2 trace file onto the same SQL 2005 test box & I get the (Exception has been thrown by the target of an invocation.) error.
So instead I attempted to run CT 2008.38 on the SQL 2008 R2 production box. After entering the server name & database name, CT want's to upgrade the database. What exactly is it upgrading?
Now I get this when upgrading...
****************************************************************************** ClearTrace Error ****************************************************************************** Version: 2008.38.0 Last Exception: Invalid object name 'dbo.CTTraceSummaryView'. Last Target Site: Void PopulateResults(Int32, System.String, System.String, System.String) ******************************************************************************
Exception Type: System.Data.SqlClient.SqlException Exception Message: Invalid object name 'dbo.CTTraceSummaryView'. at ClearTraceGui.MainForm.PopulateResults(Int32 rows, String groupBy, String orderBy, String keyword) at ClearTraceGui.MainForm.ResetTrace(String traceName, Boolean populateResults) at ClearTraceGui.MainForm.ddlTraceToQuery_SelectedIndexChanged(Object sender, EventArgs e) at System.Windows.Forms.ComboBox.OnSelectedIndexChanged(EventArgs e) at System.Windows.Forms.ComboBox.set_SelectedIndex(Int32 value) at ClearTraceGui.MainForm.PopulateTraces(ComboBox comboBoxToPopulate, String traceName, String connectionString) at ClearTraceGui.MainForm.optionsToolStripMenuItem_Click(Object sender, EventArgs e) at System.Windows.Forms.ToolStripItem.RaiseEvent(Object key, EventArgs e) at System.Windows.Forms.ToolStripMenuItem.OnClick(EventArgs e) at System.Windows.Forms.ToolStripItem.HandleClick(EventArgs e) at System.Windows.Forms.ToolStripItem.HandleMouseUp(MouseEventArgs e) at System.Windows.Forms.ToolStripItem.FireEventInteractive(EventArgs e, ToolStripItemEventType met) at System.Windows.Forms.ToolStripItem.FireEvent(EventArgs e, ToolStripItemEventType met) at System.Windows.Forms.ToolStrip.OnMouseUp(MouseEventArgs mea) at System.Windows.Forms.ToolStripDropDown.OnMouseUp(MouseEventArgs mea) at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks) at System.Windows.Forms.Control.WndProc(Message& m) at System.Windows.Forms.ScrollableControl.WndProc(Message& m) at System.Windows.Forms.ToolStrip.WndProc(Message& m) at System.Windows.Forms.ToolStripDropDown.WndProc(Message& m) at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m) at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m) at System.Windows.Forms.NativeWindow.DebuggableCallback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam) at System.Windows.Forms.UnsafeNativeMethods.DispatchMessageW(MSG& msg) at System.Windows.Forms.Application.ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop(Int32 dwComponentID, Int32 reason, Int32 pvLoopData) at System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner(Int32 reason, ApplicationContext context) at System.Windows.Forms.Application.ThreadContext.RunMessageLoop(Int32 reason, ApplicationContext context) at System.Windows.Forms.Application.Run(Form mainForm) at ClearTraceGui.Program.Main()
|
Edited by - jdegaetani on 01/20/2012 12:24:40
|
|