How to deploy in ssrs? - reporting-services

I have created report in ssrs and i want to deploy it in report server but when click on deploy button it asks username and password i don't understand which username and password it is asking i have not created any password while installing reporting service please help me how to do that...any solution would be appreciated greatly..
Please let me know what is that passowrd i need to pass...

If you deploy the report from BIDS then it ask your NT Login details if you do not have proper authentication of server where report is being deployed.
I think you need to try Report Manager Web Tool to deploy your reports however you should be rights to do so.
Thanks,
Rakesh

in reporting service configuration manager you determine an service account, you can enter that username and password to deploy.
also you can add users in report manager and grant proper permission to them, and then deploy reports with new usernames.

Related

User cannot select parameter in browser when open SSRS Reports

I deploy a report into my SSRS report server and defined my domain username and password.
when I copy report server address in domain like(http://MyreportServerIp/Reports) I can see the reports but I can not select any parameter and also view Report button does not work.
beside with my user deploy my project and my user has the admin role and also I test deploying my project with sql server authentication which is sysadmin as well but no success.

Windows authentication and subscriptions in SSRS

I've got an ssrs report server setup and the data sources are set to use the user's windows login. However when I try to setup a subscription it says it can't because the credentials aren't stored in the data source. Is there no way to have a subscription that uses a generic account but when run interactively it uses Windows username
I use a database account for running all of the reports. You'll have to set this up in each database. Then I have report folder permissions associated to Active Directory groups. I also use a domain service account for deploying the reports and setting up the subscriptions. That way if a member of the BI team leaves the company and their account is deactivated the subscription will still run.
Data Source Example:

SSRS 2012 - Prompting for credentials

I have a 2012 SSRS report with the following requirements:
When accessed (run), it must prompt for Windows (AD) credentials because users will be launching it from "group workstations" where the current username is "NurseStationNorth" (so I can't use integrated security).
I'd prefer to hard-code the data-source credentials to ensure that the database connection has all the rights/permissions needed for the report.
Because the report displays user-specific data, I need to pass the authenticated username (e.g. MyDomain\CoolUser) as a parameter to the report. I attempted to use the User!UserId global variable but it seemed to reflect the workstation username and not the credentials entered upon running the report.
I understand how to "Manage" the deployed SSRS report via SQL Server Reporting Services "Home" webpage, to configure the Data Source to always prompt for Windows credentials, but I'm not sure this is the behavior I'm seeking.
Any insight is appreciated.
Thanks,
Mike

credential in reporting service

I have a problem about the credential in reporting service..
When I choose option windows authentication for a report in SQL Server Reporting Services, only the administrator can view the report. The other users can't view the report. But when I set credential stored securely in the report server and enter the username and password, all users can view the report but some data of the report is not showing.
For your information, I have created the user in SQL Server and I have set the role and user mapping.
What should i do?
Based off of what you are saying I would guess that you have not added the users windows credentials to the proper group on the reporting server. The admin would have access as by default that role is already given permission in the proper groups.
Here is an article from Microsoft that explains this process.
http://msdn.microsoft.com/en-us/library/aa274425%28SQL.80%29.aspx
This is a good article on setting up role based security.
http://odetocode.com/articles/215.aspx
If I understand your question properly, you want to use your end-users' windows credentials from end-to-end with your reports. You do not want to specify a specify set of windows or SQL credentials to connect to your data source, you want to use the end users' credentials instead.
In order to accomplish this, you will need to grant the end-users rights to access your reports in SSRS as well as granting them rights to run the needed SQL on the underlying database.
Finally, if your SSRS instance is not running on the same server as your database, you may run into security delegation issues. You can read more about this topic by visiting http://support.microsoft.com/default.aspx?scid=kb;en-us;810572

What permissions are needed to deploy a report project in VS2005?

When I try to deploy reports to a newly installed SSRS 2005 server (remote server) I get the following error in VS2005:
The permissions granted to user 'CEINTERNAL\IUSR_COMPELLENT01' are insufficient for performing this operation.
What permissions are needed to deploy a report project in VS2005?
Assign either the Admin or Publisher role to CEINTERNAL\IUSR_COMPELLENT01 to the root folder in the Report Manager hierarchy.
Hope this helps,
Bill