Viewing 15 posts - 4,636 through 4,650 (of 6,400 total)
http://www.sqlservercentral.com/Forums/Topic805464-6-1.aspx
The above URL details how to setup annoymous authentication in SSRS 2008, other than that you will need to go down the custom authentication route and call the reportviewer.aspx control...
June 13, 2012 at 5:40 am
Duran (6/13/2012)
June 13, 2012 at 5:30 am
Duran (6/13/2012)
June 13, 2012 at 5:18 am
You will need to drop and rebuild all indexes, primary keys etc to enforce the new collation.
Or you could add COLLATE database_default to then end of any string comparisions
SELECT TOP...
June 13, 2012 at 4:39 am
So your using local accounts on the SSRS server, rather than AD accounts?
The catalog table links to polices, and the catalog is the folder structure you see in SSRS.
Also ReportServer...
June 13, 2012 at 4:01 am
Can you post table definitions, index definitions and sample data for all tables involved? Also if you have it the execution plan.
Please see the second and forth links in...
June 13, 2012 at 3:58 am
Service account changed for SQL? Does it have the ability to register / deregister SPN's in AD? SPN's configured and right? Rebooted domain controllers recently?
That error is...
June 13, 2012 at 3:50 am
Strange, as SSRS uses the SIDS of the accounts so moving from one server to another shouldnt cause any issues with users, unless something has magically changed in your AD...
June 13, 2012 at 3:43 am
Did you backup and restore the reporting services encryption keys?
June 13, 2012 at 2:54 am
Yes it is the whole forest as long as the nessesary trusts have been setup between the domains.
June 13, 2012 at 2:44 am
NT AUTHORITY\Authenticated Users
That group contains anyone who has a AD account, so will fit your needs.
June 13, 2012 at 2:22 am
Yes you can install SQL 2008 Enterprise on Windows 2008 Standard, there is no problem with that, it then boils down to the resources you require as Windows Standard compared...
June 13, 2012 at 1:53 am
Personally I change the font to Courier New and leave the colouring and sizing alone as I am used to the keyword colours so changing them would make it confusing.
June 13, 2012 at 1:47 am
Koen is right, in the folder where the solution is stored there are files with the extension rdl.data, these are the cached files, if you delete them it will recache...
June 13, 2012 at 1:43 am
You will be lucky trying to find out what caused this unless you have some sort of custom monitoring tool which polls your server seeing that is going on.
If the...
June 13, 2012 at 1:38 am
Viewing 15 posts - 4,636 through 4,650 (of 6,400 total)