business-intelligence

Datazen Dashboard Files Restore

南笙酒味 提交于 2019-12-03 21:41:13
I am new to Datazen. I have two Datazen Severs for Dev and Production. I want to move the Datazen dashboards from Dev to Production. Can you please let me know how to achieve this. I have checked the CP but didnt find any such option to restore the files. Your help is much appreciated. JJDE If you are looking for an easy Import/Export..the answer is NOT POSSIBLE. You should be able to use DZ backup & restore Feature to transfer a COMPLETE Server. But this "resets" the targetserver to the state of sourceserver. So far I didn't find any way to transfer selected content like KPI-,Dashboard-

BI with Django?

我怕爱的太早我们不能终老 提交于 2019-12-03 09:00:42
Is there a way to develop Bi (Business Intelligence) solutions with Django? Therefore it should be possible to define models with more than one Datasource. Is anybody out there who has experienced BI with Django? How could it work ? I'm not sure what your definition of BI is or why you assume that a BI solution requires more than one data source. In my experience, BI means statistical analysis of data. A reporting schema, using dimensional techniques, can be the basis for it. The data is usually ETL'd from various transactional sources into the single, dimensional schema, which then becomes

How do I integrate TFS Source Control with Business Intelligence Studio?

走远了吗. 提交于 2019-12-03 08:03:19
I am running Visual Studio 2010 Ultimate -- which integrates with TFS source control. However, when I run SQL Server 2008 Business Inteligence Studio, no source control is offered. When I look under Tools... Options... Source Control... there are no plug-ins available. Is this because BI Studio uses the 2008 Visual Studio Shell and I only have VS 2010? TIA. I think you need to do the following: Install Visual Studio Team Explorer 2008 Install Visual Studio 2008 SP1 Install Visual Studio 2008 SP1 Forward Compatibility Update for Team Foundation Server 2010 (KB974558) Here is a list of items

Is there any releavance for “ROW PER BATCH” AND “MAX INSERT COMMIT SIZE” IN SSIS PACKAGES?

隐身守侯 提交于 2019-12-03 03:26:26
I've have SSIS Package that is exporting 2.5 GB OF DATA containing 10 million records into Sql Server Database which has 10 partitions including PRIMARY FILE GROUP. Before Changing default Max Insert Commit size i.e."2147483647" and Row per batch .It was taking 7 mins for completed transformation with fast load option. But After chaning it some decent value with some formula, the execution was done in only 2 minutes. FYI- DefaultMaxBufferRows & DefaultMaxBufferSize were default value in both scenorio i.e. 10000 and 10 MB respectively. To calculate Max Insert Commit size & Row per batch Below

What is your reporting tool of choice? [closed]

依然范特西╮ 提交于 2019-12-03 00:57:09
问题 As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance. Closed 8 years ago . Locked . This question and its answers are locked because the question is off-topic but has historical significance. It is not

Can we compare saiku with Pentaho Analyzer?

不想你离开。 提交于 2019-12-02 21:07:21
I'm currently in an internship and i have to create a whole BI application. I think i'll use pentaho, and I have to use just open source component. I know that Pentaho Analyzer is not free My question is: Is saiku an equivalent of analyzer? If yes, can I use it with pentaho instead of analyzer? thks Yes of course. Both the tools use the same underlying OLAP engine - Mondrian. Saiku is essentially the same as analyzer providing many of the same features - however it has a different architecture which additionally makes it very embeddable and pluggable. Plus Saiku can be used standalone too if

What should I have in mind when building OLAP solution from scratch?

一曲冷凌霜 提交于 2019-12-02 19:34:11
I'm working for a company running a software product based on a MS SQL database server, and through the years I have developed 20-30 quite advanced reports in PHP, taking data directly from the database. This has been very successful, and people are happy with it. But it has some drawbacks: For new changes, it can be quite development intensive The user can't experiment much with the data - it is locked to a hard-coded view It can be slow for big reports I am considering gradually going to a OLAP-based approach, which can be queried from Excel or some web-based service. But I would like to do

What is your reporting tool of choice? [closed]

…衆ロ難τιáo~ 提交于 2019-12-02 14:19:14
Every project invariably needs some type of reporting functionality. From a foreach loop in your language of choice to a full blow BI platform. To get the job done what tools, widgets, platforms has the group used with success, frustration and failure? For knocking out fairly "run of the mill" reports, SQL Reporting Services is really quite impressive. For complicated analysis, loading the data (maybe pre-aggregated) into an Excel Pivot table is usually adequate for most users. I've found you can spend a lot of time (and money) building a comprehensive "ad-hoc" reporting suite and after the

SSIS ERROR: The attempt to add a row to the Data Flow task buffer failed with error code 0xC0047020

萝らか妹 提交于 2019-12-02 02:57:50
I have problems with SSIS process(acctually the same problem occurs for two different processes). So, we are doing some ETL work using SSIS. We have Business Intelligence project that executes without errors from Visual Studio. However when its deployed on the server and scheduled as a job it fails with errors like: INTRASTAT_Towar:Error: SSIS Error Code DTS_E_PROCESSINPUTFAILED. The ProcessInput method on component "Union All 3" (876) failed with error code 0xC0047020 while processing input "Union All Input 2" (916). The identified component returned an error from the ProcessInput method. The

SSIS version checkout

。_饼干妹妹 提交于 2019-12-02 02:52:23
问题 It's my very first post on this forum. I have stuck with the Microsoft SSIS packages and I really don't knot how to beat it. I have mentioned SSIS package files and I tried to open it with Business Intelligence Development Studio on SQL Server 2005 - it resulted with an error which informs I need another version of it - I think it ment BIDS with SQL Server 2008. As I have read further it appeared there is no free version of BIDS with SQL Server 2008. If You have any idea how to handle it