Error: report service the connectionstring property has not been
Error when trying to access SQL Server Reporting Services
-
On my reporting service webpage, I can access my SCCM reporting services 100% - no password prompts and no errors.
On that same page, i can 'Forefront Endpoint Protection XXX' and I can view the reports to run. But when I actually run the reports, I prompt for username and password. After I enter username and pw (or even domain\username and pw), I receive this error...
- An error has occurred during report processing. (rsProcessingAborted)
- Cannot create a connection to data source 'DefaultDataSource'. (rsErrorOpeningConnection)
- The ConnectionString property has not been initialized.
- Cannot create a connection to data source 'DefaultDataSource'. (rsErrorOpeningConnection)
How can I get this to be like my SCCM web reporting service, no password and working reports?
- An error has occurred during report processing. (rsProcessingAborted)
All replies
-
Do the execution account have read access to the database?
Kent Agerlund | My blogs: http://blog.coretech.dk/author/kea/ and http://scug.dk/ | Twitter @Agerlund | Linkedin: /kentagerlund
-
Hi,
Have a look here http://social.technet.microsoft.com/Forums/en-GB/configmgrgeneral/thread/6f808de2-8697-4f35-a801-2de241ee0a4a
Bechir Gharbi | http://myitforum.com/cs2/blogs/bgharbi/
-
I found this and followed it to a 100%, no luck. I have multiple accounts with db_datareader for both FEPDB and FEPDW databases. http://support.microsoft.com/default.aspx?scid=kb;EN-US;2428400
I don't have impersonate account configured for the working 'ConfigMgr-xxx' reports, besides it fails when I enter all credentials including the sql server service credentials.
Are there any SQL logs I can view to check what its failing on?
Anyway of confirming the SQL settings its using? (Maybe it isn't seeing the database (moved reporting server 1 month ago, but it is working perfectly for SCCM reports)
-
After much searching and testing, I found my Database Connection is not correct.
I went to http://dbserver/reportserver
Then browsed to /Forefront Endpoint Protection_XXX/Datasources/DefaultDataSource
It opend with this- <DataSourceDefinition><Extension>SQL</Extension><UseOriginalConnectString>True</UseOriginalConnectString><OriginalConnectStringExpressionBased>False</OriginalConnectStringExpressionBased><CredentialRetrieval>Prompt</CredentialRetrieval><WindowsCredentials>True</WindowsCredentials><Prompt>E2nter a user name and password to access the data source:</Prompt><Enabled>True</Enabled></DataSourceDefinition>I check my working SCCM data source and found this
- <DataSourceDefinition><Extension>SQL</Extension><ConnectString>Data Source=dbserver;Initial Catalog=SMS_CHI;Integrated Security=true</ConnectString><UseOriginalConnectString>False</UseOriginalConnectString><OriginalConnectStringExpressionBased>False</OriginalConnectStringExpressionBased><CredentialRetrieval>Store</CredentialRetrieval><WindowsCredentials>True</WindowsCredentials><ImpersonateUser>False</ImpersonateUser><UserName>Domain\SQLService</UserName><Enabled>True</Enabled></DataSourceDefinition>So i edited the properties of one of the reports and added the datasource string
Data Source=dbserver;Initial Catalog=FEPDW_CHI;Integrated Security=trueIt displays the formating of the reports but no data...
I'll create a new post with the next error message, I wanted to update this topic in case someone searches this post.
-
Have you made any progress with this? I am having the EXACT same problem and i have absolutely no idea what changed. This was at one point working for me and now suddenly it no longer is.
Thanks


浙公网安备 33010602011771号