Dashboards Query Filter – Set Free Form as Default
9th February 2023
Hi Rene, This is currently not possible but we could tweak this behavior in the future. We can do (a combination) of several things.: Change the default behavior for every …
Answer
9th February 2023
Hi Rene, This is currently not possible but we could tweak this behavior in the future. We can do (a combination) of several things.: Change the default behavior for every …
8th February 2023
Hey Elvio, How is SLDataGateway behaving after the restart and modifying the offload configuration? SLDataGateway was likely strained due to the amount of data being offloaded. How much data is …
8th February 2023
Thanks to Laurens Moutton for providing the following instructions how to create a self-signed certificate with Powershell: PS C:\Windows\system32> $cert = New-SelfSignedCertificate -certstorelocation cert:\localmachine\my -dnsname 10.90.232.70 [replace IP with DMA …
8th February 2023
Hi Jens There have been questions related to the same topic already. Maybe you can find your answer here.
8th February 2023
Hi Dominique, Is it possible that your table is completely empty? No primary keys defined? In that case it’s normal that method SetParameterIndexByKey doesn’t work. Can you adapt your code …
8th February 2023
This should be possible. However, the IIS web server is by default configured to recycle every 29 hours which will cause the connection to drop. Dashboards and the Low-code apps …
8th February 2023
I looked at the driver help and there they also recommend to set the IP address/host to slack.com. Can you try adjusting this for your element and see fit his works?
8th February 2023
Hi Joey, We have an item on our backlog which will enable displaying the output of an automation script. The idea is that a script will have an ‘On completed’ …
8th February 2023
Hi Joey, Only way right now is to make use of an interactive automation script.
8th February 2023
I believe this is currently not implemented in the Microsoft Platform connector. However this info should be available to retrieve via WMI. There’s a class “win32_ComputerSystem” that returns a parameter …
8th February 2023
Hi, That info is currently not available in the Microsoft Platform connector. However, it seems possible to add this if the information from Win32_LoggedOnUser in combination with Win32_LogonSession would be …
8th February 2023
Hi Alex, I did some tests on our development site, where I made sure all the notification emails have the same title. Unfortunately, the emails I received in Outlook are …
8th February 2023
Hi. It is also worth mentioning the answer in the following question: https://community.dataminer.services/question/network-bandwidth-required/ The first topic “Northbound API (Cube connection to the DMS)” is the one related to Evan’s question …
8th February 2023
Hi Niraj in the docs they also mention a user token that you could get which follows the xoxp format. Maybe check if you can get this token and if …
7th February 2023
Hi, I had the same problem (posted in this question: https://community.dataminer.services/question/authentication-loop-on-catalog-and-collaboration/). The “workaround” for this login loop issue is (credit for the instructions goes to @Jim Hugelier): Visit https://collaboration.dataminer.services/logout Close …