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 John Tel on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

SMS Reporting Issue

Status
Not open for further replies.

drewdown

IS-IT--Management
Apr 20, 2006
657
US
I use to be able to view reports remotely. I applied SP2 and now I cannot. Locally when logged onto the SMS Server I can view them without fail, but to get it to work I had to add the local system account to the SMS Reporting Users group.

When I try to view them from my machine I get prompted for a login information, and no matter what I enter (my admin account, sms admin account) I get access denied.

Any insight as to what it may be? DCOM is configured
 
Ugh. Another admin can view the reports without fail via the web. However me, who setup SMS cannot. :(

I get this error message when I firt try to view the reports:

The kerberos client received a KRB_AP_ERR_MODIFIED error from the server host/<SMS Server>. This indicates that the password used to encrypt the kerberos service ticket is different than that on the target server. Commonly, this is due to identically named machine accounts in the target realm (MODS.ARMY.MIL), and the client realm. Please contact your system administrator.
 
Figured it out with a little help from some friends in India. Turned out to be an IIS issue, NTLM authentication was not set on the SMS server, once we set it to negotiate we were golden.

I advise you only to run this if you are experiencing the problems that I was.

To check to see what NTLM is set to run this from a cmd prompt:

c:\inetpub\AdminScripts\cscript adsutil.vbs get w3svc/1/ntauthenticationproviders

If it returns The parameter :ntauthenticationproviders" is not set at this node, then run this command to set it:


c:\inetpub\AdminScripts\cscript adsutil.vbs set w3svc/1/ntauthenticationproviders "ntlm,negotiate
 
Thank you for coming back to the posting after you resolved the issue on your own.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top