I am trying to delete some roles I defined as SSRS security roles using SSMS. For whatever reason I am able to create new roles but does not allow me to drop them. The delete option is grayed out. Keep in mind that I opened SSMS as an administrator. That's why I was able to create a new one at the very beginning. I appreciate your help.
Related
I'd like to add a second dashboard for our team. My idea was having a dashboard to show specific sprint information, and another dashboard so that I can see more general information, consolidating metrics from all sprints. Is there any way to do that? I already checked permissions and all of us should be able to do it. When I try adding another one, I see the Create button greyed out.
By reference to this doc: Add, rename, and delete dashboards in Azure DevOps,
Therefore, please check whether you are the team admin with Basic access level.
I am using Microsoft Power App for the first time. I created a rudimentary app for others to use. However, whenever I try sharing my app with other people, they are unable to open it.
I am using OneDrive. I can see which data connections each user has, and it appears that they all have access to the OneDrive folder.
I have tried sharing the app and changing the users' permissions, but it did no good.
Check out https://learn.microsoft.com/en-us/powerapps/maker/canvas-apps/share-app
After you build a canvas app that addresses a business need, specify which users in your organization can run the app and which can modify and even reshare it. Specify each user by name, or specify a security group in Azure Active Directory. If everyone would benefit from your app, specify that your entire organization can run it.
You can only share your app in your organization.
I have a user that is getting alerts from TFS. When I looked at [Tfs_Configuration].[dbo].[tbl_Identity] I found several people that I have no idea how they got in there.
When I do a backup of the TFS server through the console, they get an email notification.
How do I remove them? I have tried attempting to sync with JobService, rebooted the server, looked in AD at the person, and I've looked in TFS in User Management in the Console. They are not there. I can find them in TFS if I search for a Subscriber on a Project, but nothing in regards to backup or the like or a way to remove them from the entire TFS instance.
I have also looked a the Console and group membership for individual projects. They are not Team Foundation Administrators.
You do not: TFS/VSTS/ADO needs to refer to past users reference in work item, version control and other subsystems.
You can break your database in an unrecoverable way modifying the tbl_Identity table.
The only reasonable thing to do is to remove these users from all TFS (and Active Directory) groups so they only appears in old data. The TFSSecurity utility can help you identify which groups has a specific user.
What I've done was created a new cube inside an existing Analysis Services Multidimensional project and paralleled it with an existing cube. I also changed the target deployment database (test_db_1) to that other than what SharePoint is currently directed towards (prod_db_1) in the reports under Performance Point. The new cubes built and deployed just fine and I see the new cubes in the new database test_db_1 under the current server.
I've then opened PerformancePoint and added the new DB as a new data source. Tested the connection and it passes. Then I try to create a new report, an analytic chart, and that's when I get the error
The Unattended Service Account "domain\user" does not have permissions to see this data. Additional details have been logged for your administrator.
But I'm unable to see these additional details because I lack access.
My administrator has told me it has something to do with the new cubes because the existing cube within the test_db_1 database works. But I see no settings, properties, options for anything that has to do with permissions.
I've been searching all over the web since yesterday trying to understand the reason behind this error.
Under SSMS, ask the administrator to connect to the Analysis services engine. Under "Roles" look at the user there and right click > properties.
In the window go to Cubes on the left hand navigation pane and see if your new cube is listed. If not add it in then that should do the job.
Is there a way to have a newly created SharePoint 2010 Site have default permissions (ie have an Active Directory group already on it).
I am using TFS 2010 and it creates a SharePoint 2010 site for new projects. But I then have to remember to go into the project and add permissions. It would be nice if I could have a default AD Group that always goes in the site. (It would be cooler if I could use TFS Groups that are specific to the project, but I realize that is asking a bit too much.)
The quickest thing that comes to mind is to create a feature that adds the permissions you need and associate it with a site template with feature stapling.
This will allow you to effectively have the permissions added automatically when you create a new site from that template. If you want more dynamic functionality regarding which security groups get added to your SharePoint groups, you could build this into the feature receiver.
You could try adding the group and members from webservices
http://msdn.microsoft.com/en-us/library/ms774470%28office.12%29.aspx
http://msdn.microsoft.com/en-us/library/ms772683%28office.12%29.aspx