
Ole Dyring
Articles
-
Download and Install TARGIT Decision Suite
This guide will tell you how to download and install the TARGIT Decision Suite Trial version. The Trial version includes all demo data and demo analyses that have been used throughout this E-Learni...
-
Server and System Requirements
Before installing TARGIT Decision Suite your system must adhere to the requirements listed below. Server: 64 bit version of Windows server 2016 or newer. .NET Framwork 4.7.2 or newer. The TARGIT...
-
Firewall access
Port 1301 must be open to allow a client on another machine to connect to the TARGIT Server. For TARGIT InMemory connections port 5060 must be open. For TARGIT InMemory Scheduler Service port 9098...
-
Dimension x and y named references:
E.g., @"[Reseller].[Denmark]" – refers to the column/row with the dimension values "Reseller" and "Denmark" as first and second levels respectively in a hierarchical dimension. Using this referenc...
-
Notifications
First, you will need to configure an Email/SMTP server in order to enable notifications. You can monitor the jobs running in Scheduler Management client, and get notified on their success or their ...
-
Deployment Folders
After having created an ETL project using TARGIT InMemory ETL Studio, the project can be deployed to the Scheduler component. By default a folder called 'Public' is created. For organizational purp...
-
Various logging - for troubleshooting
Logs On-prem Cloud Areas of use .DMP file x TARGIT application freezes/hangs. Event viewer x Can be used to identify issues that are on end-users PC. TARGIT Server l...
-
Mapping User Dimension member to multiple areas in Area map
Usually you will just want to map a single dimension member, e.g. a Zip code, to a single corresponding area in an Area map. However, sometimes you just need to combine some areas in the Area map i...
-
InMemory ETL task: Add column
This task can help you to add a new column to an existing table. CREATE TABLE [NewTable] (CountField int, DateField datetime)ALTER TABLE [NewTable] ADD COLUMN NewField = {NULL}SAVE Note: The scri...
-
InMemory ETL task: Insert Into
The 'Insert Into' task can be used to insert values in existing tables. The insert method for the value can be one of three types: Variable. With the 'Variable' option, you can insert values from...