Viewing 15 posts - 5,581 through 5,595 (of 6,400 total)
all depends on the level you are required to support SSRS
there are lots of good topics by doing a simple google search on SSRS Administration, key things I would say...
March 15, 2012 at 3:18 am
the symetric key is an issue as thats one of the things which handles the authentication.
I would suggest completly removing SSRS rebooting and reinstalling and configuring
March 15, 2012 at 3:14 am
you could create a policy against the data file facet for the avilable space properties and have it alert you via email
you will need db mail setting up and SQL...
March 15, 2012 at 3:10 am
have you removed the username from the error message or is the error saying its a blank user?
Msg 18456, level 14, State 1, Line 1
Login Failed for user ''
or
Msg 18456,...
March 15, 2012 at 3:05 am
you dont want to be detaching/attaching backup/restoring system databases across different versions, if you where moving 2005 to 2005 you would be ok, but as this is 2005 to 2008...
March 15, 2012 at 2:56 am
when you attached the AW database what name did you give it? check the name of the db in SQL matches the name of the db the data source...
March 15, 2012 at 2:50 am
it seems like you are on the right track, the only way would be to test it, but i dont have a logshipping environment
March 15, 2012 at 2:01 am
Ssrs has removed its dependency on iis in 2008 so you won't see anything in iis manager.
I'm at a bit of a stump now, you've got access and the report...
March 14, 2012 at 12:16 pm
are you a local admin on the server? this looks permissions related and if it's a new installation only local admins will have login rights
March 14, 2012 at 11:51 am
if you go to reports do you see the SSRS home page? have you uploaded any objects to SSRS yet?
March 14, 2012 at 9:15 am
under the reply text box is a button which says edit attachments, and a list of file extensions which can be uploaded
March 14, 2012 at 9:07 am
if you save them as jpeg files, you can attach them direct in the forum
March 14, 2012 at 8:58 am
i had the same issue, had to take it out of the begin end due to it expecting external
so i ended up doing this
IF EXISTS (SELECT name FROM sys.schemas WHERE...
March 14, 2012 at 8:41 am
you could build a string up which concatinates an insert script together, the below code will give you a starting point, just need to put in the where clause to...
March 14, 2012 at 8:28 am
this link will help you, in the examples section it details on renaming a column
March 14, 2012 at 8:25 am
Viewing 15 posts - 5,581 through 5,595 (of 6,400 total)