Shravan Kumar Kasagoni

Skip Navigation
Enterprise Reporting Solutions

Enterprise Reporting Solutions

 /  1 response

When I was searching about reporting solutions, found an interesting answer from stackoverflow.com , It explains different enterprise reporting solutions available in market, pro & cons of each reporting solution.

Reporting Services 2008/2005/2000
PROS

  • Cost: Cheapest enterprise business intelligence solution if you are using MS SQL Server as a back-end. You also have a best-in-class ETL solution at no additional cost if you throw in SSIS.
  • Most Flexible: Most flexible reporting solution I’ve ever used. It has always met all my business needs, particularly in its latest incarnation.
  • Easily Scalable: We initially used this as a departmental solution supporting about 20 users. We eventually expanded it to cover a few thousand users. Despite having a really bad quality virtual server located in a remote data center, we were able to scale to about 50-100 concurrent user requests. On good hardware at a consulting gig, I was able to scale it to a larger set of concurrent users without any issues. I’ve also seen implementations where multiple SSRS servers were deployed in different countries and SSIS was used to synch the data in the back-ends. This allowed for solid performance in a distributed manner at almost no additional cost.
  • Source Control Integration: This is CRITICAL to me when developing reports with my business intelligence teams. No other BI suite offers an out-of-box solution for this that I’ve ever used. Every other platform I used either required purchasing a 3rd party add-in or required you to promote reports between separate development, test, and production environments.
  • Analysis Services: I like the tight integration with Analysis Services between SSRS and SSIS. I’ve read about instances where Oracle and DB2 quotes include installing a SQL Server 2005 Analysis Services server for OLAP cubes.
  • Discoverability: No system has better discoverability than SSRS. There are more books, forums, articles, and code sites on SSRS than any other BI suite that I’ve ever used. If I needed to figuire out how to do something in SSRS, I could almost always find it with a few minutes or hours of work.

CONS

  • IIS Required for SSRS 2005/2000: Older versions of SSRS required installing IIS on the database server. This was not permissible from an internal controls perspective when I worked at a large bank. We eventually implemented SSRS without authorized approval from IT operations and basically asked for forgiveness later. This is not an issue in SSRS 2008 since IIS is no longer required.
  • Report Builder: The web-based report builder was non-existant in SSRS 2000. The web-based report builder in SSRS 2005 was difficult to use and did not have enough functionality. The web-based report builder in SSRS 2008 is definitely better, but it is still too difficult to use for most business users.
  • Database Bias: It works best with Microsoft SQL Server. It isn’t great with Oracle, DB2, and other back-ends.

Business Objects XI WebIntelligence
PROS

  • Ease of Use: Easiest to use for your average non-BI end-user for developing ad hoc reports.
  • Database Agnostic: Definitely a good solution if you expect to use Oracle, DB2, or another database back-end.
  • Performant: Very fast performance since most of the page navigations are basically file-system operations instead of database-calls.

CONS

  • Cost: Number one problem. If I want to scale up my implementation of Business Objects from 30 users to 1000 users, then SAP will make certain to charge you a few hundred thousands of dollars. And that’s just for the Business Objects licenses. Add in the fact that you will also need database server licenses, you are now talking about a very expensive system. Of course, that could be the personal justification for getting Business Objects: if you can convince management to purchase a very expensive BI system, then you can probably convince management to pay for a large BI department.
  • No Source Control: Lack of out-of-the-box source control integration leads to errors in accidentally modifying and deploying old report definitions by mistake. The “work-around” for this is promote reports between environments — a process that I do NOT like to do since it slows down report development and introduces environmental differences variables.
  • No HTML Email Support: You cannot send an HTML email via a schedule. I regularly do this in SSRS. You can buy an expensive 3rd party add-in to do this, but you shouldn’t have to spend more money for this functionality.
  • Model Bias: Report development requires universes — basically a data model. That’s fine for ad hoc report development, but I prefer to use stored procedures to have full control of performance. I also like to build flat tables that are then queried to avoid costly complex joins during report run-time. It is silly to have to build universes that just contain flat tables that are only used by one report. You shouldn’t have to build a model just to query a table. Store procedure support is also not supported out of the box without hacking the SQL Overrides.
  • Poor Parameter Support: Parameter support is terrible in BOXI WebIntelligence reports. Although I like the meta-data refresh options for general business users, it just isn’t robust enough when trying to setup schedules. I almost always have to clone reports and alter the filters slightly which leads to unnecessary report definition duplication. SSRS beats this hands down, particularly since you can make the value and the label have different values — unlike BOXI.
  • Inadequate Report Linking Support: I wanted to store one report definition in a central folder and then create linked reports for other users. However, I quickly found out end-users needed to have full rights on the parent object to use the object in their own folder. This defeated the entire purpose of using a linked report object. Give me SSRS!
  • Separate CMC: Why do you have to launch another application just to manage your object security? Worse, why isn’t the functionality identical between CMC and InfoSys? For example, if you want to setup a scheduled report to retry on failed attempts, then you can specify the number of retries and the retry interval in CMC. However, you can’t do this in InfoSys and you can’t see the information either. InfoSys allows you to setup event-driven schedules and CMC does not support this feature.
  • Java Version Dependency: BOXI works great on end-user machines so long as they are running the same version of java as the server. However, once a newer version of java is installed on your machine, things starts to break. We’re running Java 1.5 on our BOXI R2 server (the default java client) and almost everyone in the company is on Java 1.6. If you use Java 1.6, then prompts can freeze your IE and FoxFire sessions or crash your report builder unexpectedly.
  • Weak Discoverability: Aside from BOB (Business Objects Board), there isn’t much out there on the Internet regarding troubleshooting Business Objects problems.

Cognos Series 8
PROS

  • Ease of Use: Although BOXI is easier to use for writing simple reports for general business users, Cognos is a close 2nd in this area.
  • Database Agnostic: Like BOXI this is definitely a good solution if you expect to use Oracle, DB2, or another database back-end.
  • FrameWork Manager: This is definitely a best-in-class meta-data repository. BOXI’s universe builder wishes it was half as good. This tool is well suited to promoting packages across Development, Test, and Production environments.

CONS

  • Cost: Same issue as Business Objects. Similar cost structure. Similar database licensing requirements as well.
  • No Source Control: Same issue as Business Objects. I’m not aware of any 3rd party tools that resolve this issue, but they might exist.
  • Model Bias: Same issue as Business Objects. Has better support for stored procedures in Framework Manager, though.
  • Poor Parameter Support: Same issue as Business Objects. Has better support for creating prompt-pages if you can code in Java. Buggy behavior, though, when users click the back-button to return to the prompt-page. SSRS beats this out hands-down.
  • Inadequate Error Handling: Error messages in Cognos are nearly impossible to decipher. They generally give you a long negative number and a stack dump as part of the error message. I don’t know how many times we “resolved” these error messages by rebuilding reports from scratch. For some reason, it is pretty easy to corrupt a report definition.
  • No Discoverability: It is very hard to track down any answers on how to troubleshoot problems or to implement functionality in Cognos. There just isn’t adequate community support in Internet facing websites for the products.

Original Source: http://bit.ly/hzQr5X

Write a response

Your email address will not be published. Required fields are marked *

All code will be displayed literally.

Discussion