The custom-timer-job tag has no wiki summary.
0
votes
2answers
26 views
Timer job fails while trying to move huge data
How to move huge data using sharepoint custom timer job? Please help. Thanks in advance.
2
votes
1answer
61 views
Unable to update list item - Additions to this web site have been blocked
I am developing a SharePoint job. In the public override void Execute(Guid targetInstanceId) method, my code goes:
SPSecurity.RunWithElevatedPrivileges(delegate()
{
int count = ...
2
votes
1answer
28 views
Users get subscribed to the same list more than once
I have developed a timerjob for MOSS 2007 which loops through a variety of subsites and then loops through all users on each site.
Code can be seen here
The issue at hand is that some of the users ...
1
vote
1answer
30 views
How do to update custom SPTimerjob?
I have created & deployed a custom Jobdefinition via feature activation. During feature deactivation I use...
Foreach(SPJobDefinition job in WebApp.JobDefinitions){
...
1
vote
1answer
296 views
Access service context in timer job
I have custom claims provider which uses user profile service to get some data when resolving claims for user. I'm creating UserProfileManager this way:
private UserProfileManager UserProfileManager
...
1
vote
1answer
116 views
Not able to figure out the meaning of the error in the LOG file
I am getting the following error when I try to deploy my custom timer job.
" Cannot synchronize profile property languages until the ProfileDB is upgraded for UserProfileApplication 'User Profile ...
0
votes
1answer
122 views
Copy an Item from one list to another list using custom timer job Creation?
How can i copy an item from one list to another list,I want to archive this item after 365 days of modified date of any item in the list.this i have to be do with Custom Timer job. can you please ...
0
votes
1answer
43 views
Resetting Major Versions on All Lists and Libraries
I've been tasked to help enforce our governance to set the Major version limit on all lists that have versioning enabled. I'm thinking of using a TimerJob to accomplish this. However, I've been ...
0
votes
0answers
24 views
Problem in Invoking SQL Server Reporting Services by SharePoint Timer Job
I'm facing some problem with the Render of some Reports during my SharePoint Timer Job. The same code running in a Console Application works correctly but in SharePoint Timer job stops working without ...
0
votes
0answers
111 views
Custom Timer Job does not execute on production server
I have a custom job.
It works fine on staging server, after moving to production it is not working.
It shows in Central Administration "Job Definitions" I can open it and click "Run now" but it has no ...
0
votes
0answers
158 views
Custom job and site enumeration error
I have a WebPart where I'm executing a custom job. For most users it works fine but for some not, and in log I can see such an entry:
site enumeration stack at
...