How do I query the CrystalReports CMS database? - Stack Overflow most recent 30 from stackoverflow.com 2009-12-12T07:39:30Z http://stackoverflow.com/feeds/question/69309 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/69309/how-do-i-query-the-crystalreports-cms-database 1 How do I query the CrystalReports CMS database? Evs 2008-09-16T04:06:46Z 2009-11-09T01:50:59Z <p>Is it possible to query the Crystal CMS database and get meaningful data back? The data appears to be encrypted.</p> <p>I am running Business Objects Crystal Report Server version 11.5</p> http://stackoverflow.com/questions/69309/how-do-i-query-the-crystalreports-cms-database/69656#69656 1 Answer by griefer123 for How do I query the CrystalReports CMS database? griefer123 2008-09-16T05:47:41Z 2008-09-16T05:47:41Z <p>I had a similar problem on my workstation at the office. It sounds like you need to reinstall (that's what worked for me). This is a known bug according BussinessObjects (I had to call them and use our maintenance support). Hopefully you can find more information by searching for, 'Crystal Business query corruption' instead of calling them if the reinstall doesn't work for you.</p> <p>They told me the data is not encrypted, but occasionally components don't install correctly and the queries come back in a binary form that is all garbled.</p> <p>Good luck!</p> http://stackoverflow.com/questions/69309/how-do-i-query-the-crystalreports-cms-database/80178#80178 0 Answer by Mike Farmer for How do I query the CrystalReports CMS database? Mike Farmer 2008-09-17T05:05:01Z 2008-09-17T05:05:01Z <p>My experience is that the data is not encrypted but that it is not really readable. Your best option is to use the Auditor Universes to build you some reports. You can also check out the SQL that the auditor Universes are uses as a baseline for constructing additional reporting.</p> http://stackoverflow.com/questions/69309/how-do-i-query-the-crystalreports-cms-database/80326#80326 2 Answer by Evs for How do I query the CrystalReports CMS database? Evs 2008-09-17T05:36:42Z 2008-09-17T05:36:42Z <p>Actually what I discovered I needed to do was use the administration tools available from the Administration Launchpad. I was not responsible for installing Crystal and did not even realise this existed. The query builder and also the "Report Datasources" feature that were available from here was exactly what I needed.</p> http://stackoverflow.com/questions/69309/how-do-i-query-the-crystalreports-cms-database/1698729#1698729 0 Answer by Craig for How do I query the CrystalReports CMS database? Craig 2009-11-09T01:50:59Z 2009-11-09T01:50:59Z <p>Use the Query Builder tool to query the CMS: <a href="http://%5Bserver%5D/businessobjects/enterprise115/WebTools/websamples/query/" rel="nofollow">http://%5Bserver%5D/businessobjects/enterprise115/WebTools/websamples/query/</a>. For more information about the query language, see <a href="http://devlibrary.businessobjects.com/businessobjectsxi/en/en/BOE%5FSDK/boesdk%5FdotNet%5Fdoc/doc/boesdk%5Fnet%5Fdoc/html/QueryLanguageReference.html#2146566" rel="nofollow">http://devlibrary.businessobjects.com/businessobjectsxi/en/en/BOE_SDK/boesdk_dotNet_doc/doc/boesdk_net_doc/html/QueryLanguageReference.html#2146566</a>.</p> <p>The properties that are returned by this query are store in a serialized state (I'm guessing binary and encrypted) in the Properties field in the infoobject database table (I can't remember the actual name of the table).</p>