crystal-reportsbusiness-objectscrystal-reports-server

connecting to crystal server database


I tried to google this but I failed.
Is there a way (I know it is, found this link but with insufficient details) to connect to crystal server's database?
We are runnig many reports daily which sometimes fail, sometimes don't run at all, we accept this as a part of server imperfection. The issue is, that checking each reports instance through CMC is very inconvenient and time consuming. If I could check it directly in some other way it would be much easier to manage.
The server version is 12.0


Solution

  • While the CMS repository is a plain database, querying it directly (using SQL) is discouraged, unsupported and generally a bad idea.

    If you want to query the repository, you have several other options:

    Additional information:

    You could also more-or-less automate the querying of the repository (although it's very basic) by following the instructions outlined in this blog post.