ImaNewb Posted August 7, 2012 Report post Posted August 7, 2012 I keep getting the following error when I try to edit SCCM reports. I downloaded and installed reportbuilder 3.0 on my deployment server and my workstation. I changed the registry to point to 3.0, restarted server, and ran as admin. Regkey that changed: “HKLM\Software\Wow6432Node\Microsoft\ConfigMgr10\AdminUI\Reporting\ReportBuilderApplicationManifestName” I even reinstalled as the Local Admin account. Same error. Anyone have any ideas on what else I may need to do? Quote Share this post Link to post Share on other sites More sharing options...
ImaNewb Posted August 7, 2012 Report post Posted August 7, 2012 OK I solved this problem. Looks like I didnt have SQL 2008 R2 edition. I have SQL 2008 SP2 which uses RB2, installed it. Now I have a problem in trying to create Custome reports. Error: A connection was successfully established with the server, but then an error occurred during the pre-login handshake. (provider: SSL Provider, error: 0 - The certificate chain was issued by an authority that is not trusted.) I confirmed in the file C:\WINDOWS\system32\cliconfg.exe. Under the General Tab, check out the disabled protocols. "force protocol encryption" was unchecked. Changed TrustServerCertificate to Yes. Closed/opened Report Builder. Same error. Quote Share this post Link to post Share on other sites More sharing options...
jeffpoling Posted August 17, 2012 Report post Posted August 17, 2012 I am running into this as well. Did you resolve it? Thanks, Jeff Quote Share this post Link to post Share on other sites More sharing options...
ImaNewb Posted August 21, 2012 Report post Posted August 21, 2012 Jeff, I did the above and it fixed it. You may want to check your Report Builder version. I installed version 3.0 but I am only running SQL 2008, not the R2 so I had to use Version 2.0. Quote Share this post Link to post Share on other sites More sharing options...
ImaNewb Posted August 21, 2012 Report post Posted August 21, 2012 One thing that still fails for me is that the Variables do not populate anything so if I wanted for instance run a report: Reporting\Reports\Software - Companies and Products - Computers with a specific product It forces me to search for a variable instead of being able to Type in the name of the software but there isnt anything to choose from. Wish I could figure that out! Quote Share this post Link to post Share on other sites More sharing options...
Prajwal Desai Posted August 22, 2012 Report post Posted August 22, 2012 You can install the SQL server 2008 SP2 to fix the issue. Quote Share this post Link to post Share on other sites More sharing options...
ImaNewb Posted August 22, 2012 Report post Posted August 22, 2012 I am running SQL Server 2008 SP3, is that the issue? Quote Share this post Link to post Share on other sites More sharing options...
jeffpoling Posted August 22, 2012 Report post Posted August 22, 2012 In my case it was related to SSL certificates. Our SCCM deployment is using a self-signed cert. So, I had to export it and import it to the trusted root certificate authority node on my PC where I am running the report. Quote Share this post Link to post Share on other sites More sharing options...
ImaNewb Posted August 23, 2012 Report post Posted August 23, 2012 Jeff, How do you export the Certificate? See if I understand what you did. So you exported the certificate from the SCCM server, Imported on the Workstation you are using to run the report? Quote Share this post Link to post Share on other sites More sharing options...
jeffpoling Posted August 23, 2012 Report post Posted August 23, 2012 Yes, I exported the certificate on the SCCM server and imported it on the workstation where I am running the report. Are you familiar with using the certificates MMC? A quick summary: To export the certificate on the SCCM server: 1. Open MMC on the SCCM server 2. Add the certificates snap-in for the local computer 3. Browse to the personal node 4. Find the machine certificate for the sccm server 5. Right click and choose export. No need to export the private key 6. Step through the wizard, saving the cert in CER format 7. Copy the exported certificate to your work station. To import the certificate on you workstation, follow the basic process above to open MMC, add the certificates, snap-in, etc. However, you want to import the certificate into the Trusted Root Certificate Authorities node. I know those directions are a rough outline and assume some knowledge. Let me know if you need more details. Thanks, Jeff Quote Share this post Link to post Share on other sites More sharing options...