Custom developed solution called Timer2013.wsp. This solution has been globally deployed and activated as site feature. This Timer Job is supposed to copy data (items) between 2 lists. Expected behavior is farm solution
Timer2013.wsp with its Timer Job as a feature will be successfully deployed on production farm and copy list items between lists. This solution worked fine on version 2010 after SharePoint ungraded to 2013 this solution fails.
HI Alma, My company covered a similar topic some time ago in a tech article:Â http://www.datapolis.com/support/knowledgebase/articles/107-sharepoint-reminders
I hope it might be useful for you.
I guess you are missing some prerequisites / dependencies for this solution to work.
We have the code as it's in house development but i am sys admin and can not perform any change
on code side. But if i have any good suggestion i will send them to our dev to test. Till now we know
where it fails - when we start with creating SPWorkflowAssociationCollection object to which is added
the list of all Workflow Associations of the current list (l). For some reason, that property is not returninganything back, that is the rest is just being skipped. This is most likely caused by workflow not
associated with any content type.
And your question is …?
Perhaps you wander why it fails after the upgrade to 2013? Could be many things. Do you have any logging available for this custom solution? Do you have the source code? Then you’ll find more insight about what’s happening.
BTW, Kinda strange that a timer job is activated as a site feature, whereas timer jobs act at the level of a webapplication.