I am new to IBM Cognos and I am using Cognos 10 trail version.
I did some of reports using DB2 as a data source. Now I trying to use SAP as a data source and I surfed the web and have seen the IBM cognos guide and in that I went through the steps to connect with SAP BW and when I am doing same using my framework manager I got stuck at 8 step, please have a look into the following link
http://www-01.ibm.com/support/knowledgecenter/SSVRFT_1.1.0/com.ibm.swg.ba.cognos.dyn_query.10.2.1.doc/t_dqm_crt_proj_sap_bw.html
I only have the following drivers while I am trying to create Data source in it,
Drivers in Cognos:
IBM DB2, IBM Informix Dynamic server, Microsoft SQL server(ODBC), Microsoft SQL server(OLE BC),Microsoft SQL server( 2005 Native client), Microsoft SQL server(2008 Native Client), Microsoft SQL server(2012 Native Client), Microsoft analysis services 2008(ODBO), Microsoft analysis services 2012(ODBO), Netezza, ODBC, JDBC, Oracle, Progress OpenEdge(ODBC), IBM Red Brick(ODBC), Sysbase Adaptive Server Enterprise(CT-Lib), Sysbase Adaptive Server Enterprise(CT-15),
Teradata, IBM Cognos TM1)
In the 8 step of the above link they tell simply that use type SAP BW as a driver but in my framework manager I did not have the same driver as they said that in the above documentation link. I stuck there, I did not find any solution please tell me solution if any one knows.
Thank you in advance.
Why not just add the data source to your Cognos BI Server via. Cognos Administration?
It will then appear in FM as an available data source.
Related
I have oracle database named CRMS and using SQL developer to run queries.
I need to make reports using CRMS oracle as my datasourse.
I am using SSRS 13.0
Visual studio 14.0
MS .NET version 4.7
SQL developer 4.1.5
Using Microsoft OLE DB provider for Oracle
not sure how to connect to Oracle database. please guide me
You would probably need Oracle Client Components installed on your local machine (where you have SSRS installed) inorder to use the Connection Provider for an Oracle Database.
You might want to take a look at the link below:
http://www.oracle.com/technetwork/database/windows/downloads/index-090165.html
I am trying to bring data from SAP Netweaver BW cube to SQL SERVER. Im following this document TO ACHIEVE THIS
https://msdn.microsoft.com/en-us/library/cc185161(v=bts.10).aspx
But I am unable to get .NET Framework Data Provider for mySAP Business Suite for my SQL SERVER 2012.
Any help on this or any other method to achieve this.
I use SSIS as my ETL tool. I also have openhub licence.
My company is developing an ODBC driver to access a native database, built internally.
We would like to plug database OLAP tools like Tableau, for example.
How do I know which calls the SQL tableau performs?
For example, what SQL query to get the measures and dimensions?
Is the any documentation?
I found only this link:http://kb.tableausoftware.com/articles/knowledgebase/tableau-and-odbc
Thanks
Most companies build their ODBC drivers using the SimbaEngine ODBC SDK. SimbaEngine is the foundation for most of the ODBC drivers that Tableau connects with including ones like Google, Hive, and Cassandra. If you use the SimbaEngine SDK to build your custom ODBC driver, we can pretty much guarantee it will not only work with Tableau, but will also work with other products like Excel, QlikView, BusinessObjects, etc. Using the SimbaEngine SDK, you can build a basic read-only ODBC driver in as little as 5 days. Also, once you have built your ODBC driver, the SDK allows you to quickly take that and build JDBC and ADO.NET drivers as well. You can get more information at http://www.simba.com/products/simba-engine-sdk.
Is there a query manager tool like SQL Server Management Studio for the iSeries that supports autocomplete?
I highly recommend DbVisualizer with the IBM Toolbox/JTOpen database driver. The SQL editor supports auto-completion and more.
I have used Aqua Data Studio successfully in the past for queering iSeries and it does support autocomplete.
I am looking to build some reports for Quickbooks data, without using Quickbooks built-in reporting, or through a third party library (like QODBC).
Quickbooks 2008 and newer are built on a SQL backend.. In looking around there seems to be several products and angles to do this from.
Ideally I would like to be able to do direct SQL hits on the database myself, or use something like Crystal Reports.
I wanted to ask here to gather any things to look at closer, and what to potentially avoid to save myself grief.
Thanks in Advance!
Update: It seems Quickbooks encrypts it's sql database so you can't read it directly with a reporting tool.. There are a few products on the market that can help.. more to come.
Your best bet is the QuickBooks SDK, it provides facilities to fetch data and also fetch reporting data directly from QuickBooks, formatted as XML for easy parsing and display however you want to display it.
You can see the data that's available using the qbXML/QBFC QuickBooks On-Screen reference (the requests you can send to QuickBooks are found in the 'Select Message' drop-down box at the top of the screen).
The QuickBooks SDK is a free download (registration required) from the Intuit Developer Network
If you're writing a desktop application, you can look into using QBFC, which is an API that talks to QuickBooks using COM/DCOM.
If you're using PHP, there's a popular QuickBooks PHP framework on the IDN forums.
If you're using ASP.NET, here's a QuickBooks ASP .NET framework too.
If you want direct SQL access, you should look at QODBC (which is an SQL wrapper which translates SQL queries to qbXML SDK requests) or AccessBooks (which uses the SDK to mirror QuickBooks data to an SQL database).
If its hosted on SQL 2005 or 2008 you can make use of Reporting Services (free) and the Report Builder that is bundled with it. If you use 2008 then I recommend downloading Report Builder 2.0
http://www.microsoft.com/downloads/details.aspx?familyid=9f783224-9871-4eea-b1d5-f3140a253db6
Here's some links to learn RS:
http://www.google.com/search?q=reporting+services+tutorial+video&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:en-US:official&client=firefox-a
So are you on the 2008 edition (SQL Server)?
If so, you can use SSRS as SQLChicken posted, or you can use just about any other reporting tool, and connect via SQL Native Client (shipped with SQL Server):
- Crystal Reports
- Excel
- insert your favorite reporting tool here