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.

 All Forums
 SQL Server 2008 Forums
 Analysis Server and Reporting Services (2008)
 ssrs 2008 problem

Author  Topic 

jassie
Constraint Violating Yak Guru

332 Posts

Posted - 2012-05-08 : 09:36:08
I am using sql server reporting services 2008 r2 on a standard edition database for a small company. The 'publish' feature does not work. Is there a possiblity that the sql server is missing some install feature? For example when I deploy a .net 2010 web application, I needed the web deploy feature of IIS7 installed on the server I was deploying to. This way the 'publish' feature worked for the .net application.

Thus can you tell me what I need to check for in ssrs 2008 r2, and/or are ther items that need to be installed on the server for the 'publish' to work?

sunitabeck
Master Smack Fu Yak Hacker

5155 Posts

Posted - 2012-05-08 : 19:20:09
I don't think there is any component you need to install to enable publishing. Make sure that you have the report server configured correctly. The tutorial on this page may be helpful. http://www.accelebrate.com/sql_training/ssrs_2008_tutorial.htm#pub

If all else fails, you can always go to the report server and upload the file from the server.
Go to Top of Page

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2012-05-08 : 19:50:08
quote:
Originally posted by jassie

I am using sql server reporting services 2008 r2 on a standard edition database for a small company. The 'publish' feature does not work. Is there a possiblity that the sql server is missing some install feature? For example when I deploy a .net 2010 web application, I needed the web deploy feature of IIS7 installed on the server I was deploying to. This way the 'publish' feature worked for the .net application.

Thus can you tell me what I need to check for in ssrs 2008 r2, and/or are ther items that need to be installed on the server for the 'publish' to work?



what do you mean by publish?
Are you trying to deploy report to server or are you trying to render the report on a custom webpage using report viewer control?

------------------------------------------------------------------------------------------------------
SQL Server MVP
http://visakhm.blogspot.com/

Go to Top of Page

jassie
Constraint Violating Yak Guru

332 Posts

Posted - 2012-05-09 : 09:48:02
I am trying to load the report to the report server.
Go to Top of Page

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2012-05-09 : 16:37:55
assuming you've reportserverurl and targetserver properties set correctly in project and also report server configured correctly you dont need to do anything else

------------------------------------------------------------------------------------------------------
SQL Server MVP
http://visakhm.blogspot.com/

Go to Top of Page
   

- Advertisement -