
Jesper da Silva Endelt
Activity overview
Latest activity by Jesper da Silva Endelt-
Jesper da Silva Endelt created an article, TARGIT InMemory Solution example with Excel source
Demo solution created for TARGIT Webinar in March 2023. More details will follow, but for now you can download: orders dump.xlsx (source file - should be placed in c:\targit\data) Webinar 2023-0...
-
Jesper da Silva Endelt created a post, Better performance on Top Lists
Today, TARGIT Server is handling top lists, by reading in full dataset and filtering. When data set are large, filtering is very slow on TARGIT Server. My suggesting is to use SQL, DAX or M...
-
Jesper da Silva Endelt created an article, Dynamic Excel import loop with TARGIT InMemory
In this example, I loop through a collection of Excel files in a directory and load the data from each Excel file into one TARGIT InMemory table. I use two data drivers for this example. FileList ...
-
Jesper da Silva Endelt commented, Hi Frank, Memory is released during .NET garbage collection, so nothing much to do about it. If you want to deep dive .NET garbage collection, you can read further here: https://docs.microsoft.com/...
-
Jesper da Silva Endelt commented, Hi Ole, I've created a small example based on a XML structure like this: I connect to the XML file and uses a SQL like this with a Import task: SELECT * FROM dvd If you need actors, then use this:...
-
Jesper da Silva Endelt created an article, Optimization of TARGIT Anywhere
In TARGIT Environments with many concurrent users, we recommend to take a special care of TARGIT Anywhere. First of all, TARGIT Anywhere should run on a dedicated Windows Server. Desktop Heap On ...
-
Jesper da Silva Endelt created an article, Enforce embed in TARGIT Anywhere
Default or embed? TARGIT Anywhere has two different modes, "default" and "embed". As the name implies, default is the standard behavior. With default you see the toolbar in the top of your browser...
-
Jesper da Silva Endelt commented, Hi Marlene, The main usage for Effective user or Impersonation is to transport the Active Directory user from TARGIT Client (Windows or Anywhere) through to TARGIT Server - and from TARGIT Server t...
-
Jesper da Silva Endelt created an article, Logins.xml gets bloated when running on public solutions - causing longer login time
From TARGIT 2021 Summer When running on a public solution each login is handled anonymously and a new user (guid) is created. This means that the logins.xml file get's very big (>10 MB), which cau...
-
Jesper da Silva Endelt commented, Hi Frank, You should have both Anonymous Authentication and Windows Authentication enabled. Can you confirm that? Based on your screenshot I think you are missing Anonymous Authentication? Btw, ch...