Top Banner
Deploying SSRS Project SQL Server 2014 Ram Kedem
15

Deploy SSRS Project - SQL Server 2014

Jul 17, 2015

Download

Technology

Ram Kedem
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 2: Deploy SSRS Project - SQL Server 2014

Copyright 2014 © Ram Kedem. All rights reserved. Not to be reproduced without written consent

Locate Web Service URL (1)

• From Windows OS, Open Reporting Services Configuration Manager

• On the Windows start screen, type reporting and in the Apps search results, click Reporting Services Configuration Manager.Or

• Click Start, then click Programs, then click Microsoft SQL Server 2014 , then click Configuration Tools, and then click Reporting Services Configuration Manager.

Page 3: Deploy SSRS Project - SQL Server 2014

Copyright 2014 © Ram Kedem. All rights reserved. Not to be reproduced without written consent

Locate Web Service URL (2)Click on Web Service URL and note the path at the bottom of the screen

Page 4: Deploy SSRS Project - SQL Server 2014

Copyright 2014 © Ram Kedem. All rights reserved. Not to be reproduced without written consent

Configure SSRS (1)

In Visual Studio, Open your project properties

Page 5: Deploy SSRS Project - SQL Server 2014

Copyright 2014 © Ram Kedem. All rights reserved. Not to be reproduced without written consent

Configure SSRS(2)

• In the TargetServerURL type the path you previously located in the SSRS Configuration Manager.

• Port number (:80) is not necessary

• Illustration in the next slide

Page 6: Deploy SSRS Project - SQL Server 2014

Copyright 2014 © Ram Kedem. All rights reserved. Not to be reproduced without written consent

Configure SSRS(2)

Page 7: Deploy SSRS Project - SQL Server 2014

Copyright 2014 © Ram Kedem. All rights reserved. Not to be reproduced without written consent

Configure permissions (1)

Open the browser at the following address :http://yourhost/Reports

Page 8: Deploy SSRS Project - SQL Server 2014

Copyright 2014 © Ram Kedem. All rights reserved. Not to be reproduced without written consent

Configure permissions (2)

Choose Folder Settings

Page 9: Deploy SSRS Project - SQL Server 2014

Copyright 2014 © Ram Kedem. All rights reserved. Not to be reproduced without written consent

Configure permissions (3)

Edit your user

Page 10: Deploy SSRS Project - SQL Server 2014

Copyright 2014 © Ram Kedem. All rights reserved. Not to be reproduced without written consent

Configure permissions (4)

Add all permissions and Apply.

Page 11: Deploy SSRS Project - SQL Server 2014

Copyright 2014 © Ram Kedem. All rights reserved. Not to be reproduced without written consent

Configure permissions (5)

• Choose Site Settings, then Security

Page 12: Deploy SSRS Project - SQL Server 2014

Copyright 2014 © Ram Kedem. All rights reserved. Not to be reproduced without written consent

Configure permissions (6)

Edit your user

Page 13: Deploy SSRS Project - SQL Server 2014

Copyright 2014 © Ram Kedem. All rights reserved. Not to be reproduced without written consent

Configure permissions (7)

• Make sure it has the System Administrator Role, and Apply.

Page 14: Deploy SSRS Project - SQL Server 2014

Copyright 2014 © Ram Kedem. All rights reserved. Not to be reproduced without written consent

Deploy SSRS Project

Page 15: Deploy SSRS Project - SQL Server 2014

Copyright 2014 © Ram Kedem. All rights reserved. Not to be reproduced without written consent

Browse Reports

• Using the following address :http://yourhost/Reports