Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Next »

  1. Installing Digizuite™ Insights

The Digizuite™ Insights module is installed using Powershell. The Package, provided by the Digizuite DAM Vendor is a zip file with the following structure:

NOTE

If Datasynchronziation in PowerBI fails with cyclic reference errors - use pbix file from 5.6.1

OR modify the 5.6.o pbix file as follows

the issue is newer PowerBI Apps do not allow the parameterName Schema - Select Transform Data, and rename the parameters (left pane)

  • Database → parDatabase
  • Schema → parSchema
  • Server → parServer

Click Close & Apply + Refresh


1.1 How to Install

To install the Digizuite™ Insights module, do the following:

  1. Edit Install.ps1, see Section 1.2 for a description of all the parameters
  2. Run the Install.ps1, as administrator, either from Powershell or the PowerShell ISE

1.2 Variables

VariableMandatoryDescription
ConnectionStringMasterTrueConnectionString to Master Database on the SqlServer that should contain the Insights Database
ServicesFolderTrueThe path where Insights service should be installed
connStrDamTrueConnection String to Dam Database (copy from Dam site Web.config)
damSiteFQDNTrueFully qualified Domain Name of the Dam Center
DbNameTrueDatabase Name of DamCenter Database
InsightsDbPasswordTrueSQL Password for Insights User
LogRootFalseRoot folder for LogFiles

Troubleshooting

Per default, PowerBI will try to logging as a Windows user.

If you wish to log in with the generated MS SQL user instead,

File → Options and settings → Data source settings

Add your user, and then press: Edit permissions

Under Credentials, press Edit

Select Database, beneath Windows, l and add your login credentials here

Now, you should be fully prepped for logging in to PowerBi.

  • No labels