全文搜索计划抛出异常
Full text search schedule throw an exception
我尝试为全文搜索创建时间表,但是当我选择“时间表”菜单时,我看到了这条消息:
我不知道进一步的错误会如何影响它。当我在日程设置 window.
上按确定按钮时发生错误
我该如何修复这个错误或者我可以通过 TSQL 脚本添加日程表?
===================================
Object reference not set to an instance of an object. (SqlManagerUI)
------------------------------ Program Location:
at
Microsoft.SqlServer.Management.SqlManagerUI.FullTextIndexPropertiesSchedule.btnNew_Click(Object
sender, EventArgs e) at
System.Windows.Forms.Control.OnClick(EventArgs e) at
System.Windows.Forms.Button.OnClick(EventArgs e) at
System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent) at
System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons
button, Int32 clicks) at
System.Windows.Forms.Control.WndProc(Message& m) at
System.Windows.Forms.ButtonBase.WndProc(Message& m) at
System.Windows.Forms.Button.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(IntPtr
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.RunDialog(Form form) at
System.Windows.Forms.Form.ShowDialog(IWin32Window owner) at
System.Windows.Forms.Form.ShowDialog() at
Microsoft.SqlServer.Management.SqlMgmt.RunningFormsTable.RunningFormsTableImpl.ThreadStarter.StartThread()
如果您使用的是 SQL Server Express 版本,则不包括代理作业。
请尝试升级到其他版本(标准版、企业版等)。
我尝试为全文搜索创建时间表,但是当我选择“时间表”菜单时,我看到了这条消息:
我不知道进一步的错误会如何影响它。当我在日程设置 window.
上按确定按钮时发生错误我该如何修复这个错误或者我可以通过 TSQL 脚本添加日程表?
===================================
Object reference not set to an instance of an object. (SqlManagerUI)
------------------------------ Program Location:
at Microsoft.SqlServer.Management.SqlManagerUI.FullTextIndexPropertiesSchedule.btnNew_Click(Object sender, EventArgs e) at System.Windows.Forms.Control.OnClick(EventArgs e) at System.Windows.Forms.Button.OnClick(EventArgs e) at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent) at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks) at System.Windows.Forms.Control.WndProc(Message& m) at System.Windows.Forms.ButtonBase.WndProc(Message& m) at System.Windows.Forms.Button.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(IntPtr 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.RunDialog(Form form) at System.Windows.Forms.Form.ShowDialog(IWin32Window owner) at System.Windows.Forms.Form.ShowDialog() at Microsoft.SqlServer.Management.SqlMgmt.RunningFormsTable.RunningFormsTableImpl.ThreadStarter.StartThread()
如果您使用的是 SQL Server Express 版本,则不包括代理作业。 请尝试升级到其他版本(标准版、企业版等)。