Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
ajashadi
Starting Member
2 Posts |
Posted - 2005-10-06 : 09:44:49
|
Hi, I am gettting this error while trying to setup subscription. The user or group name 'xyz\ajashadi[Unknown]' is not recognized. (rsUnknownUserName)here xyz refers my domain and ajashadi is my username.by the way, When you see Report Delivery Options before To,CC theres an entry called Owner which is xyz\ajashadi[Unknown]I read on the net that this query on ReportServer database: select * from Users inner join Subscriptions on Users.UserID = Subscriptions.OwnerID lists the users. I can see the entry also but it doesnt say what needs to be done to remove this error. Anyone has seen this error bfore?????Heres the link http://groups.google.com/group/microsoft.public.sqlserver.reportingsvcs/browse_thread/thread/6d4a62ab4120d944/d088d261ccaf25b9?lnk=st&q=SQL+Server+Reporting+Services+subscription+The+user+or+group+name++is+not+recognized&rnum=1&hl=en#d088d261ccaf25b9I am not sure what a Linked server is. In my case its very simple, we have a sql server and I am connecting to it thru my pc which has client tools installed on it. Everything works fine and iam able to deploy reports etc but only problem is not able to send email bcause of subscription error.Thanks in advance.If you have any suggestions please respond.Thanks in advance. |
|
|
|
|