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.
Related
Im using SSIS package which created SQL Sever data tools 2017 to load data from Oracle to SQL Server. I have setup the Oracle Client 32bit in SQL Sever and configure tnsnames.ora correctly. In OLE DB data source at Data Flow Task successfully connected to Orcal Database in SSIS. I have try simple query out some columns using SQL Command in OLE DB Source.
But Im getting following error when previewing the data,provider cannot derive parameter information and setparameterinfo has not been called. (Microsoft OLE DB Provider for Oracle).
I have tested packages which created in SQL data tools 2010,2012,2014 and those are worked fine and not generated any errors. But for 2015 and 2017 SQL Data tool packages above mentioned error is generating. So could you guide me how to fix this in SQL Data Tools 2017 version.
Is it possible to use PowerPivot (in Excel 2013) with SQL Server Express (which version is recommended?)?
Your question is very unclear. How do you want to use Power Pivot with SQL Server Express?
Is SQL Server your data source? Then yes. You can connect to any ODBC data source from Power Pivot?
Are you trying to host Power Pivot workbooks on SharePoint? In that case, you need SQL Server BI Edition or Enterprise Edition to host the workbooks.
Are you trying to promote a Power Pivot workbook to a SQL Server Analysis Services model? In that case you also need SQL Server BI Edition or Enterprise Edition.
There is no requirement to have any version or edition of SQL Server around to use Power Pivot on your desktop. Similarly there is no requirement to have any version or edition of SQL Server anywhere on your network/in your organization to use Power Pivot on your desktop. We have clients who happily use SQL Server against Oracle data warehouses as a source.
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.
I want to export the entire schema and daily data from a SQL Server Compact database (3.x) into a SQL Server LocalDB or Express database. Evem better yet would be to pipe it daily into a Sybase/SAP SQL Anywhere database.
I would like to grab the Compact schema and port it to the other database, then set up a daily pipe to copy the data completely into the second database.
Any experts out there who know how to do this? Are there data migration tools in SQL Server LocalDB / Express that can be automated to do this?
Even better yet, would be to have the database painter in Powerbuilder 12.5 (SAP/Sybase) be able to access the SQL Compact database....but I'm not going to hold my breath. Powerbuilder could then do the data pipe.
Any ideas?
Thank you in advance.
You can use my SQL Server Compact Tools on Codeplex to do this, either from GUI, coomad line or via a .NET API
I am working on application to migrate DBF file data to SQL.
Kindly suggest be how to start with it.
Thanks
I would use SSIS (Sql Server Integration Services) to map from the old database to a new one. Is it a one time job, or is it a continuous integration?
Use the Sql Server Upsizing Wizard from within FoxPro.
I've done it before, and it does work. It works with Sql Server 2005 and 2008.
Google for "foxpro sql sever upsizing wizard" for plety of info.