I am logged in with a user account that is a member of the farm admins group, so I should have full access.
When I try to create a routing rule for a newly created dropoff box (content organizer), it fails and the ULS viewer shows these errors:
1. Detected use of SPRequest for previously closed SPWeb object. Please close SPWeb objects when you are done with all objects obtained from them, but not before.
2. System.Runtime.InteropServices.COMException: Cannot complete this action. Please try again.
This is a lab farm, 2 WFE and 2 app servers. No load on the system except my testing. Claims-based web app.
I have been having trouble all morning creating things through the GUI, but have had success using PowerShell (activate publishing feature for site collection, acticating publishing and content organizer for the site). So I am wondering how much of this is a generic access issue and how much concerns the Content Organizer?
And with no load, why would there be a problem with SPRequest and SPWeb objects?
-------------------------
So I created a new site collection and enabled publishing and content organiser via PowerShell.
Still unable to create a routing rule.