babujegnnathan
Technical User
We are using SSRS 2005 with Forms Authentication.
We have 1 troublesome issue in Report Manager Subscription part:
Problem : Non-admin users(Browser Role and Manage individual subscriptions is checked for that role) can create their own subscriptions, but they cannot edit them since the "Edit" link is not available in Report Manager.
If I assign content Manager role to the users then our problem is solved However, that's a huge security hole that I cannot open.
I have also used the SOAP API to call ListSubscriptions and verify that the Owner property is exactly the same user name that I used to create the subcriptions.
I have extensively debugged the custom security module for forms auth. and it appears to work correctly.
Please throw some lights and any help would be appreciated, especially any details on how Report Manager builds the "My Subscriptions" page and how it determines whether to display the "Edit" link for a subscription.
We have 1 troublesome issue in Report Manager Subscription part:
Problem : Non-admin users(Browser Role and Manage individual subscriptions is checked for that role) can create their own subscriptions, but they cannot edit them since the "Edit" link is not available in Report Manager.
If I assign content Manager role to the users then our problem is solved However, that's a huge security hole that I cannot open.
I have also used the SOAP API to call ListSubscriptions and verify that the Owner property is exactly the same user name that I used to create the subcriptions.
I have extensively debugged the custom security module for forms auth. and it appears to work correctly.
Please throw some lights and any help would be appreciated, especially any details on how Report Manager builds the "My Subscriptions" page and how it determines whether to display the "Edit" link for a subscription.