SQL Server 2008 SSRS Home page error - ssrs-2008

I created a basic report in BI using Report Wizard and tried to publish it.
This is the error I get -
Error 1 The permissions granted to user 'xx-PC\xx' are insufficient
for performing this operation. 0 0
On the URL ../Reports/Pages/Folder.aspx I get this error
User 'xx-PC\xx' does not have required permissions. Verify that
sufficient permissions have been granted and Windows User Account
Control (UAC) restrictions have been addressed.
What am I doing wrong?

For this issue you need to add your account into ReportServer directory. Please follow following steps to solve this issue -
Go to the report server url (localhost/Reports)
Click on 'Folder Settings' button
Click on 'New Role Asignment'
Add your 'Group or user name' (Domain name with ID e.g. ZA\sg677888) and select the all checkbox
Click Ok
Hope this helps you !!!

I got these error message when browsing the server with NETBIOS name only. Use fully qualified domain name like myreportingserver.mycompany.com

Related

The request was denied because one or more scopes requested are unauthorized or expired

I am going through the sample code from https://github.com/microsoftgraph/aspnet-snippets-sample
and when clicking the Mail link I get this error.
enter image description here I have set up the Azure AD following the instructions and set the permissions. (2.jpg) but am still receiving the same error.
enter image description here
You need to give admin consent by clicking on Grant Admin Consent for Joyce Organization.
You can go through this Admin-restricted permissions for more information.

Connecting Excel to a Azure Devops Query

I can not see my queries using Excel Team plugin. I get an error enter image description here
TF8001:An error occurred while accessing the work item database. Contact the administrator
Please use the administrator account to check these:
First, please check whether the current query allows your account to access it.
click on the Shared query-->Security
Make sure that the related options are allowed.
Second, make sure that your account has access to the current work item.
Project Settings--> Project configuration
Finally if you execute the query to tfs work item database, you should contact your Administrator to add permission for your account.

Getting issues via email stopped working after email account password update

We had a fully working Jira Service Desk installation (JIRA Service Desk Application v3.6.1) for years and on Friday we changed the password of the associated email account ithelp#...
Once the change was done on the Exchange server we updated the password on system-Outgoing Mail and system-Incoming Mail, provided the latest password by clicking on checkbox adjacent to Change Password. After entering the password, click on Update button.. The test in both cases says its working.
If we check Mail audit log for ithelp#... then we see.
If we do a test there then:
And the "view log" shows:
What have we tried?
We went through https://confluence.atlassian.com/jirakb/troubleshooting-jira-service-desk-incoming-mail-790960076.html?_ga=2.74568658.1933816762.1551665594-977289960.1550604024 without success.
Restarting Tomcat.
Rebooting the server.
Deleting and recreating the configuration for IMAP.
Configuring the IMAP settings using IP instead of server name.
If you know what could be the problem or if you know what we are missing your help is greatly appreciated.
Thanks in advance,
Log into Jira Service Desk with elevated rights. (administrative rights)
Select projects -> IThelp
Select email requests.
Under custom email addresses click the edit.
Change the password to the new password set for IThelp. Click next
Select the email request type as Email Request

Report Server - User permissions to access all users folders

I have a application .net that search a folder on report server and reads the reports inside that folder and display on asp.net page. The permissions for the asp.net user are working fine to deploy and execute on website.
Now, I want to users to deploy on "My reports" folder, so they only see theirs reports.(The users have access to report server and use report builder).
I search and I could not find a solution for this:
I want to give permissions to an a user (the same that is running on asp.net server), to access all "My reports" folder of all users(Users Folder), so I can execute the reports inside users folder on website.
I put the asp.net server user as local administrator of the report server, but with that permission te user can only see the content of the folder, this user can not execute the report. Any idea what is the problem?
I finally found a solution, and does not involve add users to local administrator of the machine.
I used the IAuthorizationExtension.
I found this example that enable anonymous access for all users witch was a start.
On my implementation I used WindowsAuthorization, because I want to keep the existing authorization and give access to one specific user. On all CheckAccess methods I check if the user is the one I want to give access and return true otherwise return the WindowsAuthorization.CheckAccess(...). On all others methods of the interface I also used the WindowsAuthorization.
With this solution the user running website can access all content of reporting services.

How can I deploy salesforce project with apex class to enterprise account?

I've been working in a salesforce development edition environment and have built something that uses an apex page and an apex class. I'm now trying to deploy this to our company's salesforce account so they can test it out. We have an enterprise account, I believe. When I use "Deploy To Server" from ForceIDE, I enter the username, password and security token of a sys admin on the company account. In the screen where it shows me what it will deploy, the apex class is not checked and when I click on it, it says "Component Type not permissible in destination organization".
This is my first attempt at salesforce development and am stuck. I've read everything I could find on the subject but nothing has helpe. Any thoughts on what I'm missing?
Just to be clear, my code is at 92% test coverage -- so that is not the problem.
Thanks
John
You say you're using a system administrator username. Please double check that they are an admin, and more specifically, that they have the "Author Apex" permission checked on the user profile.
Just check, are you using Admin profile or anything else?
And check with the Administrative Permissions
API Enabled
Author Apex
Both these should be checked.