Click here to Skip to main content
15,892,575 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
I need to Deploy my database but problem is that it shows invalid path and i need to deploy my database without been asked for a reporting server database
Posted
Comments
Wendelius 12-Jul-15 3:04am    
Do you deploy a database to an existing SQL Server or are you deploying the SQL Server? Also what is the deployment mechanism you use?
Member 10418330 12-Jul-15 3:26am    
i am trying to deploy the existing database and on debugging in visual studio 2008 data is displayed but i am not able to deploy as i am new to ssrs so kindly guide me.

1 solution

If I understand your question correctly, you can utilize configuration file with your SQL Server installation. Have a look at Install SQL Server 2012 Using a Configuration File[^].

The easiest way to create a configuration file is to run the setup for SQL Server and in the end of the wizard, save the selections into a file. After this you can modify the configuration file as you like.

For different options you can control, have a look at Install SQL Server 2012 from the Command Prompt[^]. For example you can select the installation mode for SSRS by using /RSINSTALLMODE
 
Share this answer
 
Comments
Member 10418330 12-Jul-15 4:48am    
ok thankx. but on deploying report some authentication is required and i tried every user name and password but failed so kindly provide an solution
Wendelius 12-Jul-15 5:44am    
If SQL Server authentication is used, then the password and the user name are defined during the installation, so I'm not able to say what they are.

However if you can use Windows authentication then you don't need to provide username nor password. Have a look at https://www.connectionstrings.com/sqlconnection/trusted-connection/[^]

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900