helloaspnet
Programmer
Hello
I have received this error and i am unable to understand
i know this is lenghty but any attempt to help is appreciated
thanks in advance
System.Data.SqlClient.SqlException: There are two or more jobs named 'RemoveAbandonedCarts'. Specify @job_id instead of @job_name to uniquely identify the job.
The specified @name ('RemoveAbandonedCarts') already exists.
There are two or more jobs named 'RemoveAbandonedCarts'. Specify @job_id instead of @job_name to uniquely identify the job.
There are two or more jobs named 'RemoveAbandonedCarts'. Specify @job_id instead of @job_name to uniquely identify the job.
There are two or more jobs named 'RemoveAbandonedCarts'. Specify @job_id instead of @job_name to uniquely identify the job.
Changed database context to 'msdb'.
at InstallerActions.SelectDB.btnInstall_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.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
helloaspnet