Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

an error ocurred while installing a starter kit

Status
Not open for further replies.

helloaspnet

Programmer
May 31, 2007
37
US

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
 
This is not an ASP.NET issue (it's either a SQL Server one as the error shows you have two jobs with the same name, or it's a VB.NET issue as it's using the System.Windows.Forms namespace).


____________________________________________________________
Mark,
[URL unfurl="true"]http://aspnetlibrary.com[/url]

Need help finding an answer? Try the Search Facility or read FAQ222-2244.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top