Hello,
I am using Reporting Services 2005,then the RS WMI namepaces are:
conststring WmiNamespace =
@"\root\Microsoft\SqlServer\ReportingServices\MSSQLSERVER\v9\admin";
conststring WmiRSClass =@"MSReportServerReportManager_ConfigurationSetting";
I've created a new user as a admin for SSRS through Report Manager UILogin page.
When I tried to connect to the Reporting Services in the DB using Forms Authentication it’s asking for the admin user account that I've registered/created through Report Manager.
Admin Username and password works fine to connect to the SSRS in the db.
Then I opened the Logon page which is under Report Server to register/create a new user to access reports as eg: Wendy.
It stores this user and the admin user in the user accounts table in the db.
In the SSRS db if I look at the properties of the user admin it says created by “SYSTEM_USER”
and for the Wendy account it says created by “gnitha” (which was a admin account that I’ve created through Report Manager).
The only problem is that I cannot login using these account I keep getting the invalid space error. I tried several times updating config and authentication files.
Any help on this is highly appreciated.
Thanks in Advance!
Sunitha