Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Came across Andrew's post about how to create a custom timer job in MOSS. I'm working on a Lotus Notes application migration project and I'm planning to recreate some Lotus Notes application Agents (scheduled jobs and notifications) in MOSS using custom timer job. Will post follow-ups on this later...
https://www.andrewconnell.com/blog/articles/CreatingCustomSharePointTimerJobs.aspx
Issues found this Andrew's timer job:
- I used the wsp file that Andrew provided and deployed to my customer's MOSS dev environment successfully but got Unknown Error when trying to activate the feature through Site Settings->Site Collection Features UI. The event viewer showed the insufficient permission to write to SharePoint_config database, etc. Then I performed stsadm -o activatefature -id ##### -url https://server/sites/siteName through command and it worked.
- Sometimes changes made to the code were not reflected till the SharePoint timer service was restarted.
Comments
Anonymous
February 23, 2008
PingBack from http://www.konfabulieren.com/2008/02/24/useful-sharepoint-links-4/Anonymous
December 19, 2010
i have created the solution with class file timerjob and feature active deactivate event handlers;please tell me how to create the feature. i m new in sharepoint 2007.and no idea of features. Thanks In advance.