Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Error connecting to Data Source in SSRS

I am trying to connect to Datasource but getting this error:

An error occurred during local report processing. 
An error has occurred during report processing. 
Cannot create a connection to data source 'PO'.
You have specified integrated security or credentials in the connection string for the data source, but the data source is configured to use a different credential type. To use the values in the connection string, you must configure the unattended report processing account for the report server.

Any idea how to resolve this?

Thanks Aruna

like image 937
Aruna Raghunam Avatar asked Jan 13 '17 11:01

Aruna Raghunam


People also ask

Can't connect to Report Server?

If you can't connect to a report server, you either don't have permission to access it, or the server isn't registered. To register the server, select View menu > Registered Servers. Select the Reporting Services icon. Right-click Reporting Services, > New > Server Registration.

How do I check my report server error log?

This log is on by default and can be found in: C:\Program Files\Microsoft SQL Server\MSRSXX. SQL2012\Reporting Services\LogFiles or some variation depending on your SQL Server installation.

Why am I getting an error on SSRs DataSource?

11-26-2020 07:17 AM Please help I am stuck, getting the error below on ssrs datasource : The report server couldn't connect to the data source using the information you entered. Make sure you've entered the connection string and any credentials correctly.

Why can't the report server connect to the data I entered?

The report server couldn't connect to the data source using the information you entered. Make sure you've entered the connection string and any credentials correctly. An attempt has been made to use a data extension 'OLEDB' that is either not registered for this report server or is not supported in this edition of Reporting Services.

Why can't I create a connection to data source'Po'?

An error has occurred during report processing. Cannot create a connection to data source 'PO'. You have specified integrated security or credentials in the connection string for the data source, but the data source is configured to use a different credential type.

What are the common errors in SQL Server Reporting Services reports?

This is a common error in SQL Server Reporting Services reports which is caused by incorrect security setup. Let’s look at SQL Server Reporting Services reports and how we can resolve this kind of error: SQL Server Reporting Services (SSRS) reports are one of the best ways to get and review data in Microsoft Dynamics GP.


1 Answers

Looks like it forgot your password, If it is an embedded data source > Right click on the Data source then go to properties > credentials.

If it is a shared data source go to the shared data sources, right click on the shared data source and hit Open, once in there click on credentials and enter the credentials again.

like image 135
NewGuy Avatar answered Oct 18 '22 07:10

NewGuy