Jesper da Silva Endelt
Comments
-
Hi Marc, Yes, you are right about the limitations on Microsoft 365 Exchange Online. Microsoft writes: "Exchange Online customers who need to send legitimate bulk commercial email (for example, cust...
-
Great. Thank you for the update.
-
Hi Claus, Great question. I tested adding a variable directly to the Excel load script, but the Excel driver does not support this. So I added another step to the original script using a temp table...
-
Official comment
Hi Thomas, SMPT connections with OAUTH2 is not supported in TARGIT. You'll need to setup an account that is excluded from conditional access like MFA. Best regards, Jesper da Silva Endelt
-
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/...
-
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:...
-
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...
-
Hi Claus, Glad to know it works - and thank you for the hint on my double copy/paste.... I've updated the original post :-) Jesper
-
Hi Claus, A standard targitsettings.json look like this: {"TargitSettings": {"Server": "localhost","UseCdn": false},"SessionSettings": {"SessionTimeout": 60,"IdleTimeout": 0,"Mode": "Internal"}} Yo...
-
Hi Frank, 1) Is your TARGIT Anywhere installed on the same Windows Server as TARGIT Server (previously known as ANTserver)?2) Did you enable Windows Authentication on your IIS? You could also cons...