This issue seems to be localized to my computer because others do not experience the same issue.
When developing in SSRS &UserID displays correctly but after Deploying to the ReportServer &UserID is reading as NULL
I'm not sure how to troubleshoot this. Because it is not happening to other users I am led to believe it has something to do with my Windows Login but really don't know where to start. All suggestions welcome
I found a Windows Credential here: Control Panel\All Control Panel Items\Credential Manager
For my admin account. I'm not sure how the machine was determining when to apply those credentials or not, but by removing it I solved my issue.
Related
I need to control who can log into the SQL server web portal.
I'm running SSRS 2016.
I tried going to Site Settings > Security and removing all users/groups listed and adding just my windows account as an admin, but other people can still login without any problems. I googled around but I can't seem to find anything. Most of the sites I go to tell me to do what I've already done.
I need to be able to lock it down to just a couple people that can log into the server, and only one account that can deploy the solution.
(We've been having problems with people creating their own RDL's uploading them and using them instead of using the solution which is in SVN).
Just change the security of all folders and all site settings to only allow YOUR user. That way even if they get on the site they will have no access to any folders.
I've looked at a number of potential solutions to the but nothing seems to work.
Basically, I have installed SQL Server 2014 on my own PC.
Everything works fine with the exception of SSRS
Initially, inputting the URL http://localhost/Reports returned a blank screen.
Then, after a bit of research and playing around, I made a little progress.
Now, despite me been an admin on my own machine!, it's comes back with:
User does not have required permissions. Verify that sufficient permissions have been granted and Windows UAC restrictions have been addressed.
As I say, there are a couple of 'potential' solutions but they require access to the URL - which I simply cannot get.
I feel this is a security related problem but have tried all sorts of potential solutions.
Open the browser with run as Administrator.
If you get any prompt for username and password. Change your intranet browser setting.
I've found the answer and it seems to be a combination of things.
Via Reporting Services Configuration Manager Add an additional HTTP identity for both the web Service URL and Report Manager URL.
Set Host Header Name to localhost
Set TCP Port to 8080
Note, I also found that 80 clashed with Skype causing a 'Page cannot be displayed' error
Although I have amended my Skype setting, I also amended the SSRS port
I'm not sure how crucial this is but it worked for me
Through Control Panel
Search for UAC, select Change User Account Control Settings
Amend to Never Notify
I am still uncomfortable with this but have found no other way of getting this to work.
Been trying to get SSRS reporting service set up for a while now, and been stuck on the issue with UAC.
After setting up the Reporting Service Configuration Manager settings, with service account using my PC's login account, Database using ReportServer$SQLEXPRESS, etc. when launching the server # 127.0.0.1/Reports it directs me to 127.0.0.1/Reports/Pages/Folder.aspx and then after login with my PC's login this is what I get on my browser -
"User 'OCTETHP\Support' does not have required permissions. Verify that sufficient permissions have been granted and Windows User Account Control (UAC) restrictions have been addressed."
And I have done my researches online, I turned off UAC, I am on the administrator account, and I also tried to run the browser with right click to run as administrator option on both chrome and IE. Still does not solve this problem. Could anyone help me out with this??
I am currently running on windows 8.1. Thanks so much!
It is likely the problem is with the account the reporting server is running under (OCTETHP\Support). You may need to add this user to the web user group (IIS_WPG depending on your OS version). If that doesn't work, you can set the user to be a local administrator and work the permissions back from there.
If you want to run the reporting services from another account you'd want to follow these steps:
Open IIS Manager
Under websites locate the SSRS website (/Reports in your case)
In basic properties check the App Pool the site is running under
Go to the App Pools section of IIS and open the advanced properties
Setup the user that the App Pool runs under
You'll need to make sure the user is assigned to the web user group, and has permissions to access the folder that the website points to.
I am following this Microsoft tutorial http://technet.microsoft.com/en-us/library/c962b0ff-ce8a-4742-8262-dc730901afcf for SSRS and I am having trouble starting the report manager,
The tutorial says to type in the computer name followed by reports in Internet Explorer, i.e. 'http:compname/reports' but I don't know why it won't let me access it,
Any help would be appreciated,
Nick
First off, have you properly configured the report server? If not, follow this tutorial (make sure SSRS service is running beforehand):
http://beyondrelational.com/modules/12/tutorials/26/tutorials/4600/getting-started-with-ssrs-part-4-configuring-sql-server-reporting-services-in-windows-server-2008.aspx
After that, you will probably run into 'access denied' problem - the solution is available here:
http://blog.davyknuysen.be/2009/09/11/administrator-has-no-access-to-the-report-manager-sql2008-r2-and-windows7vista/
After installing SSRS on to a Window 2012 R2 server, I was able to open the report browser from the server but, I was not able to open the report browser from a remote machine ... It said "This page can't be displayed" ... After hours of research, I realized that may be my firewall was blocking port 80 (I know right?) ... Suffice to say, it was blocking port 80!!!
Answer: Create a rule in "Windows Firewall with Advnace Security" to allow port 80 resquests.
Hope this helps
We are using Windows Azure platform to host wordpress along with mysql database. Three days ago, all in sudden, we can't save any changes to wordpress. The wordpress shows the changes are successfully made but none of them are taken effective. After googling the problem, it appears that the problem is with mysql permission on Windows Azure. I tried to reach Microsoft, but they direct me to here. I am wondering if anyone experience the same issue and have a solution to this. Thank you.
I found the answer from MSDN forum. The problem with mysql db on azure is that the db is actually hosted at cleardb. azure provision the mysql db as a service but the initial space is 20MB only. It's earsily running out space. I have to go to cleardb dot com to register a payable account and link to azure. Then increase the space. It worked right away.
MSFT currently has very limited support for WindowsAzure. I am not satisfied. But I am glad I can find the answer from tech forum eventually.