Question : Execute SQL Server Agent Job (Error)

I am using sa user,


Performing operation

- Add log for package (Success)

- Add task for transferring database objects (Success)

- Create package (Success) image attached. I am trying to copy from prod db to local db.

- Start SQL Server Agent Job (Success)

- Execute SQL Server Agent Job (Error)
Messages
The job failed.  Check the event log on the destination server for details. (Copy Database Wizard)
1:
2:
Event Name: OnWarning
 Message: SSIS Warning Code DTS_W_MAXIMUMERRORCOUNTREACHED.  The Execution method succeeded, but the number of errors raised (1) reached the maximum allowed (1); resulting in failure. This occurs when the number of errors reaches the number specified in MaximumErrorCount. Change the MaximumErrorCount or fix the errors.
Attachments:
 
 

Answer : Execute SQL Server Agent Job (Error)

change :
If (DatePart("yyyy",strArtDate) <> DatePart("yyyy",oldArtDate)) Then


Response.Write("<b><font color=""#000000"">&nbsp;&nbsp;" &  DatePart("yyyy",oldArtDate) & "</font></b>")

it will probably show one record per year if i read the code right, but it's a step ahead :-P
Random Solutions  
 
programming4us programming4us