Не все администраторы созданы равными.Недавно я приобрел новый компьютер и настроил учетную запись администратора.
В этой статье объясняется, что мне нужно было сделать, чтобы включить настоящего администратора.Как только он оказался там, мой предыдущий аккаунт, который, по-видимому, был «администратором», снова превратился в обычного пользователя, и загадка была решена.помог мне был тот, который 'dana_working'.Я воспроизвел его полностью на случай, если статья будет удалена.
Hi,
I don't know if the OP solved his issue or not, but I had the same problem and
after banging my head against my desk for two days thought I would share what
worked for me.
One caveat - I did try a number of things before hitting on what worked for me,
and there may be something else I did along the way that was also necessary
(though not sufficient). I did not make any registry or direct .config changes:
System setup: Windows 7 64-bit Home Premium; AMD processor; SQL Server Express 2008 R2;
just running this stuff on my machine for development purposes.
Symptoms: Could not get the URLs in Report Services Configuration Manager to work,
even though it was all working fine on a Vista system I set up a few months ago.
I have administrator priveleges. I tried opening IE as administrator, authorizing
my login in various ways through the configuration manager but just could not get in.
It is not possible, btw, to manage the report server grough SSMS in the Express
version. You need to find a way into Report Manager with the URL.
Crux/Solution: Basically, my administrator account was not THE administrator
account for the computer; THE administrator (which is hidden) is different than
having administrator rights. So the following steps worked to fix the issue
for me:
I authorized the "hidden Administrator" account. In Home Premium edition I did
this by opening a command prompt "as administrator" and entering net user
administrator /active:yes
From what I've read, this can be done through control panel with higher
versions of Windows 7.
Log off and voila there is another user now besides yourself.
Logon now as Administrator
Open IE "as administrator" and go to http://servername/Reports_SQLEXPRESS url.
I was able to log in at this point.
Once in Report Manager, I authorized my regular Windows account with all
privileges. I did this in two locations - maybe someone can explain the
difference between the two.
Click upper right for "Site Settings"; "Security"; Add yourself as New
Role as a Site Administrator - you can do this following the steps outlined
in reply Jin Chen above.
I also found I needed to go back to "Home"; "Folder Settings"; Add yourself
as New Role with Content Manager as outlined above by MustafaH.
Apply, save, etc.; log out; go back to your regular logon;
open IE "as administrator" (not sure if that's necessary but I did it anyway)
and go to the URL, log on with your id, saving credentials.
You now can get into Report Manager just opening IE and going to the URL's;
Deployment from Bus Intelligence Studio works now too.
Good luck!!