Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

SMS user

Status
Not open for further replies.

Sisco22

IS-IT--Management
Dec 29, 2005
27
US
hey guys...we created a user in AD, so people could login with that username and access the web console for the reports. I added the username in the Security Rights under the Admin Console, but its not letting me in, when i use that login and go to the web console, it says Access Denied. or something like that. Any ideas on how to fix this? Also, we have SP1 loaded on the SMS Server. Thanks.
 
How come you didnt just use a/the reporting group and put users that need to use reporting in that group...

That said :-D

1. SMS | Site DB | Security Rights
-- the domain ID has full permission to the Report Class.

2. In IIS | Web Sites | Default Web Site | SMSReporting
-- the domain id has Read&Exec, List, Read permission rights

3. In Inetpub | | SMSReporting
-- the domain id has Read&Exec, List, Read permission rights

4. In the SMS server SMS Reporting Users local group
-- the domain id is a member of this group
 
The reporting group is the local group created on the server when you enabled reporting.
 
The SMSReporting Group has all the permissions you need, just add the assigned users to that group.

Neil J Cotton
njc Information Systems
Systems Consultant
HND, BSc HONS, CCNA, BCS, IETF, DMTF
 
I have the same problem, i have added the domain account to the local group sms reporting users but they are still getting access denied. This is the only spot that is needed to add the account? And just to verify the sms reporting group is a local group not an AD group.
 
in cmd
best practice....

Code:
net localgroup "SMS Reporting Users" domain\user /add
[\code]

then

[code]
net localgroup "SMS Reporting Users"
and check the members.
make sure you include the """'s


Hope this Helps.

Neil J Cotton
njc Information Systems
Systems Consultant
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top