Creating Job Scheduling in sql 2005
Hi friends,
when i am trying to create the new job schedule in sql server 2005 i got the following error. plz help me what should i do.
Unable to cast object of type 'Microsoft.SqlServer.Management.Smo.SimpleObjectKey' to type 'Microsoft.SqlServer.Management.Smo.Agent.JobObjectKey'. (Microsoft.SqlServer.Smo)
Thanks
Belfin
November 26th, 2010 1:45am
Hi Belfin,
If you trying to create a new schedule for reporting services you need to do it via SSRS interface.
Also, make sure you installed the SP3 on your sql server box.
Sergei
Free Windows Admin Tool Kit Click here and download it now
November 26th, 2010 5:39pm
Hi Belfin,
Please also check whether the SQL Sever agent service is started.
thanks,
Jerry
November 28th, 2010 10:01pm
Now its working fine
Thanks
belfi
Free Windows Admin Tool Kit Click here and download it now
January 25th, 2011 7:58am