Questions tagged [datazen-server]
30 questions
0
votes
0 answers
Bulk Edit Users In Datazen
I'm trying to update the email addresses for about 600 users in Datazen Server v3. I tried importing a csv file from an Active Directory data dump and using the Batch Create Users import from the Home Page, but I got a unique constraint violation…

Shawn
- 4,758
- 1
- 20
- 29
0
votes
0 answers
Stored Procedure (Exec) in Datazen
I've been trying to use a Stored Procedure in Datazen, but every time I build the dataset, it doesnt actually return any data (yet doesnt give me an error and does give me the column headings). I've tried the same query in SSRS 2016 and the new…

ostrich160
- 21
- 1
- 5
0
votes
1 answer
SQL Server 2016: Multiple Reporting Services Web Frontend
Let me first describe the actual situation: We want to build a new SQL Server enviroment based on SQL Server 2016. AS you may know, in SQL Server 2016 the mobile reports from Datazen are integrated. So far so good. The Problem: In our current…

Ivo
- 303
- 2
- 15
0
votes
1 answer
Possibilities of Datazen server migration
I know that similar topics have been already raised, but maybe there are some latest news or ideas?
I want to migrate Datazen users/sources/dashboards etc. to another server (production one) in a smooth way. I was trying to do that via…
0
votes
1 answer
Datazen (excel on a network share as source for data)
I couldn’t find any other place where I could get support on Datazen.
Maybe here I'll have some luck with this.
I have a problem when I try to create Data connection from Datazen control panel, using option Excel Document in a network share. I tried…

ES59
- 3
- 2
0
votes
1 answer
External authentication doesn't work in Datazen
I set the authentication in control panel as below:
and i call the viewer by this code:
$.ajax({url: 'http://192.168.17.31/viewer',
headers: {'thisistheheadername':'thisistheheadername'},
type : 'GET'
});
but still…

mehdy
- 25
- 5
0
votes
1 answer
Datazen APIs for analysis comments
I am using Datazen as my BI presentation layer. Since Datazen analysis comments does not support for Web browsing (as I know only support for mobile app). Is there any API we can call and send comments ?

user2781487
- 5
- 3
0
votes
2 answers
Datazen, provide windows user access
I am looking for a way to assign a windows user/group access to a hub or Datazen dashboard, similar to the way in SSRS we can assign user/group access on a report or report folder.

rahul kumar
- 11
- 2
0
votes
0 answers
Datazen, Invalid query - Datazen.Server.Service.Jobs.StatisticsCollectionJob
I receiving every few minutes error in Datazen Server.
Error description: "Datazen.Server.Service.Jobs.StatisticsCollectionJob" in Datazen Control Panel Log Viewer window.
Could you please advice what I need to check to fix this problem?

Key
- 71
- 1
- 9
0
votes
1 answer
Export data to Excel from a dashboard
Is it possible to allow end users to export data to Excel from a dashboard. I see that the functionality exists within Datazen Publisher when in "Data View" but that doesn't accommodate end users.

Jacob Williams
- 23
- 6
0
votes
4 answers
Datazen comparison with values of one year before
I am new with Datazen and trying some comparison options. Is it possible to compare values with that of one year before? All the data is available, so it seems unnecessary to copy the whole datatable and deduct one year of the date.

Djacks007
- 11
- 6
0
votes
1 answer
Datazen - exporting dashboard to image
We have a requirement to save a Datazen dashboard report to an image file.
The report will be hosted in an MVC view via an iframe. The underlying reports will be secured via active directory authentication within Datazen.
I was thinking I would use…

obaylis
- 2,904
- 4
- 39
- 66
0
votes
2 answers
DataZen Deployment methods
One of my customers have a very strict policy of using DEV, Test, and Production environments. How does this work with Datazen? If I develop my dashboards/KPIs in the Dev Environment, how do I then "deploy" this to Test and Production?
Thanks in…

Craig B
- 1
0
votes
2 answers
DataZen - Data Connection cannot connect to SQL Server
I'm trying to create a data connection in DataZen to SQL Server 2014, but for any reasons it cannot connect.
My connection settings in SQL-Server:
I want to connect to the adventureworks database in DataZen:
But every time I get the following…

denzel
- 33
- 7
0
votes
1 answer
Data view with parameters in Datazen
I am designing a dashboard with Datazen. I need to define data view with parameters. Where statement of mdx query as follows
where (
STRTOMEMBER("[X].[X NAME].[" + {{ @XParam }} + "]"),
STRTOMEMBER("[Y].[Y NAME].[" + {{ @YParam}} + "]")
)
and I…

kparkin
- 325
- 3
- 7
- 20