Does DataMiner with SAML + ADFS work in IIS Manager?
3rd December 2025
Hi Jarek, I know ADFS might not be fully documented step-by-step, but did you try to follow some of the other documentation on SAML? Configuring SAML settings | DataMiner Docs …
Answer
3rd December 2025
Hi Jarek, I know ADFS might not be fully documented step-by-step, but did you try to follow some of the other documentation on SAML? Configuring SAML settings | DataMiner Docs …
3rd December 2025
An alternative that doesn’t involve any elements and connectors is to set the execution time in an automation script memory file. If not enough time has passed, just close the …
3rd December 2025
Hi Jason, You should use the Booking Life Cycle to determine that, if your reservation should have already ended and it failed that property should have either the value ‘Failed’ …
3rd December 2025
Hi Ramesh, The solution from Miguel is an option, however you could also work with any shape you’d like and conditionally show it. An option could be that you are …
3rd December 2025
Hi Ramesh, I’m not exactly sure if I fully understand your use case. Would you like to show a ‘Table’ visual with filtered rows? If so, I would use the …
3rd December 2025
Hi Jason, If I’m not mistaken, the property you’re looking for in the reservation is “Service State.” You can access it like this: Kind regards,
3rd December 2025
Hi Ramesh, Rather than displaying a popup, you might consider ‘disable’ the button (see Designing buttons with four different states). Esentially, this is a group shape where every child shape …
3rd December 2025
Hi Edib, Just posting an answer to make this clear for others too, since we discussed and resolved your issue in private. Based on the logging you provided me I …
3rd December 2025
Hi Joel, SLManagedAutomation is 32bit whereas the process that executes the ad hoc datasource is 64 bit. (see also ad-hoc datasource assembly load issue). To retrieve the SLNet connection, you …
2nd December 2025
Hi Jarek, I believe any currently supported version of DataMiner supports SAML nowadays. E.g. I do find a ‘since version 10.1.5’ on this page: Configuring SAML with Microsoft Entra ID …
2nd December 2025
Note that the web-based Visio version included in the Microsoft 365 subscription cannot be used for editing Visio files for DataMiner since it does not allow to edit the Shape …
2nd December 2025
Hi Dominique, The Element class is specific to the automation scripts (see reference), an alternative you can use is the IDmsElement object from the Class Library and your code would …
2nd December 2025
Hi Satrap Shojaie, This is definitely not intended behavior and should be addressed. Could you first verify whether you are running the latest available version of the connector? If not, …
2nd December 2025
Hi Daniel, In the referenced DLLs there is version mismatch between the skyline.dataminer.core.dataminersystem.common (1.1.0.5) and skyline.dataminer.core.dataminersystem.automation (1.1.0.3). Can you align these versions and test whether is solves the issue? You …
2nd December 2025
Hi Arbab, This is indeed done by defining an extra parameter. More specifically, you’ll need an “ip” or “pollingip” parameter as shown here in the documentation. However, you don’t need …