The owstimer tag has no wiki summary.
3
votes
1answer
48 views
HttpWebRequest in TimerJob
I have an aspx-page in the Layouts-folder. A timejob makes a httpwebrequest on this page and the response-html is saved as a pdf.
The httpwebrequest works fine, when its not called in a timerjob (ex. ...
0
votes
1answer
27 views
Setting binding redirects for owstimer on multiple WFE
We have code similar to what is described in this blog post to set binding redirects in owstimer.exe.config using the FeatureInstalled event; the post specifically states that this event should run on ...
1
vote
1answer
309 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
0answers
191 views
Create variation hierarchies - job completes but does nothing
This is something I have done many times before on my current VM, and even using the same Web Application, though with different site collections. The steps I am following are:
1) Create a new site ...
3
votes
1answer
338 views
Access denied for BCS method in e-mail event receiver
I have a SPItemEventReceiver which does some stuff with an external list when a document is uploaded to a DocLib. I now wanted to have it also run when an e-mail is sent to that DocLib.
I could have ...
7
votes
1answer
1k views
Which process do event receivers run under?
Some MSDN articles say that synchronous event receivers run under w3wp.exe, and asynchronous event receivers run under owstimer.exe.
For eg, this one:
...