I have configured new Server with reporting services 2008 R2,
I have 2 more reporting servers with SQL 2005 and SQL 2008.
How can I move my old reports (with all Subscriptions) to new server?
I used RSScripter application, and transferred all of my reports to new server
http://weblogs.asp.net/akjoshi/archive/2009/01/29/using-rs-scripter-to-create-deployment-script-for-reporting-services.aspx
Please see this post.
Since you are merging reports from 2 servers into the new one, you can either copy reports from source control or use SSRS scripter.
Related
We have an ASP.Net web application containing a number of Crystal reports that connects to our MS SQL Server 2012 instance. To increase security we intend to disable old ciphers (< TLS 1.2) on our database and web servers. Before I do that I need to make sure our Crystal Reports on our web server are able to connect to the DB server using a TLS 1.2 compliant connection. In order to do that I understand I need to install the newly released (2018) MSOLEDBSQL driver. I've now done that on my Dev environment and would expect to see a new type of connection in VS2013, Menu:Crystal Reports, 'Set Data source location...', 'Replace with:'.
But I DON'T. How am I to change the reports to use the new MSOLEDBSQL driver?
OR perhaps I don't need to install the new MSOLEDBSQL at all and can set the reports to use SqlNativeClient11 that should be TLS 1.2 compliant.
After installing the MSOLEDBSQL driver, you have a new "choice" for new connections. So, in the "Replace with", you need to set up a new connection using "Microsoft OLE DB Driver for SQL Server" - what you'd been using before for OLEDB, and which also still shows up in the list, is the "Microsoft OLE DB Provider for SQL Server".
It's also possible to change a report's connection info programmatically at runtime. See this SAP article.
I am trying to print crystal report in PDF format , and on my local machine it’s working fine. But when I publish application to the server, it’s giving me error. I am using VS2015 , SQl Server 2016, IIS 10 and CR version 13.0.17.2096
Anyone please help me.enter image description here
Check if SQL Server Client in your server is the same as in your rpt file.
On Server open SQL Server Configuration Manager
Open the .rpt and check if the client used is equal the server client 10.
If SQL Client is diferent create the new connection in your .rpt.
I have SQL Server 2008 R2 on my computer and I want to use data mining with this version of SQL Server. My question is how can I do this? Because I've read some where that I can use data mining in SQL Server evaluation edition. I can use data mining in SQL Server 2008 R2?.
And I have one other problem when I want to use SQL Server 2008 Data Mining Add-Ins I can't connect to SQL Server and displays this error message.
Unable to connect to server 'localhost'. Please make sure user '' has at least read permission to some database on the server.
First you should get SQL Server Data Tools which runs in Visual Studio.
You will need Analysis Services installed; if you don't have it just run the SQL Server installer again and look for the option to install it.
After that you can take a look at this post I wrote a few months ago:
http://www.sqlservercentral.com/Forums/Topic480010-147-1.aspx
I wrote it specifically targeting the Neural Network models, but it contains details on several background steps you will need to do.
Finally - since you're using an evaluation version, you may want to just go for SQL Server 2012 (that's what I use, so I know it works).
I will pre-cursor this with the fact that I am NOT a DBA!
I am trying to set up auditing on an SQL Server 2008 R2 Standard edition, but the Audits folder is missing from the Security section.
Is this a version issue associated with the "fine-grained auditing" that is only in the Enterprise and DataCenter editions?
Any help is greatly appreciated!
According to Features Supported by the Editions of SQL Server 2008 R2 auditing is only available in 2008 / 2008 R2 Enterprise / Datacenter.
According to Features Supported by the Editions of SQL Server 2012 auditing has been split up in SQL Server 2012, so that basic auditing is now offered in Standard Edition.
So what you're seeing is expected: prior to SQL Server 2012, auditing was an Enterprise-only feature (outside of C2/CCC, which is just sp_configure stuff that is not exposed in Object Explorer).
Is it possible to view reports using SSRS on the secondary server configured for log shipping.
Thanks,
You can in SQL Server 2005 Enterprise Edition and up. If you are using the Express Edition, then you're better off replicating the database you want to report on.