Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
Thaught
Starting Member
2 Posts |
Posted - 2010-05-04 : 23:28:20
|
Hi,When I use clearTrace I first goto tools -> option and conn to sqlserver:"localhost,DBName" but then the clearTrace crash.How should I do?I am going to be Ruins.error message:******************************************************************************ClearTrace Error******************************************************************************Version: 2008.34.0Last Exception: Invalid object name 'dbo.CTTraceSummaryView'.Last Target Site: Void PopulateResults(Int32, System.String, System.String, System.String)******************************************************************************Exception Type: System.Data.SqlClient.SqlExceptionException Message: Invalid object name 'dbo.CTTraceSummaryView'. ? ClearTraceGui.MainForm.PopulateResults(Int32 rows, String groupBy, String orderBy, String keyword) ? ClearTraceGui.MainForm.ResetTrace(String traceName, Boolean populateResults) ? ClearTraceGui.MainForm.ddlTraceToQuery_SelectedIndexChanged(Object sender, EventArgs e) ? System.Windows.Forms.ComboBox.OnSelectedIndexChanged(EventArgs e) ? System.Windows.Forms.ComboBox.set_SelectedIndex(Int32 value) ? ClearTraceGui.MainForm.PopulateTraces(ComboBox comboBoxToPopulate, String traceName, String connectionString) ? ClearTraceGui.MainForm.PopulateQueryScreen(Boolean populateResults) ? ClearTraceGui.MainForm.MainForm_Load(Object sender, EventArgs e) ? System.Windows.Forms.Form.OnLoad(EventArgs e) ? System.Windows.Forms.Form.OnCreateControl() ? System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible) ? System.Windows.Forms.Control.CreateControl() ? System.Windows.Forms.Control.WmShowWindow(Message& m) ? System.Windows.Forms.Control.WndProc(Message& m) ? System.Windows.Forms.ScrollableControl.WndProc(Message& m) ? System.Windows.Forms.ContainerControl.WndProc(Message& m) ? System.Windows.Forms.Form.WmShowWindow(Message& m) ? System.Windows.Forms.Form.WndProc(Message& m) ? System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m) ? System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m) ? System.Windows.Forms.NativeWindow.DebuggableCallback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam) ? System.Windows.Forms.SafeNativeMethods.ShowWindow(HandleRef hWnd, Int32 nCmdShow) ? System.Windows.Forms.Control.SetVisibleCore(Boolean value) ? System.Windows.Forms.Form.SetVisibleCore(Boolean value) ? System.Windows.Forms.Control.set_Visible(Boolean value) ? System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner(Int32 reason, ApplicationContext context) ? System.Windows.Forms.Application.ThreadContext.RunMessageLoop(Int32 reason, ApplicationContext context) ? System.Windows.Forms.Application.Run(Form mainForm) ? ClearTraceGui.Program.Main() |
|
graz
Chief SQLTeam Crack Dealer
4149 Posts |
Posted - 2010-05-05 : 08:24:34
|
Hmmm. I've not tried using localhost. Does it work if you use the actual server name?=================================================Creating tomorrow's legacy systems today. One crisis at a time. |
|
|
Thaught
Starting Member
2 Posts |
Posted - 2010-05-05 : 22:48:07
|
Thank you for your reply,yestoday I try it again and,I used a differend database,then waited a moment it working successfully.I think the season is I shutdown my computer when I use clearTrace,so,'dbo.CTTraceSummaryView' is not building.I think I delete my database and bulid it again,it will work too.. |
|
|
|
|
|
|
|