unable to get system requirements for installing indexing engine
4th July 2023
Hi, I see that this question has been inactive for some time. Have you found a solution for this yet? If not, feel free to contact techsupport@skyline.be for assistance.
Answer
4th July 2023
Hi, I see that this question has been inactive for some time. Have you found a solution for this yet? If not, feel free to contact techsupport@skyline.be for assistance.
4th July 2023
Hi Tyler, I see that this question has been inactive for some time. Have you found a solution for this yet? If not, feel free to contact techsupport@skyline.be for assistance.
4th July 2023
Hi Gerwin This can be solved by adding this tag to the cproj (SDK-style) of the script: <PropertyGroup> <DisableImplicitFrameworkReferences>true</DisableImplicitFrameworkReferences> </PropertyGroup> By default, Visual Studio adds the framework references, but they …
4th July 2023
Can you clarify more what you mean with “the process” ? In general , when a DataMiner system has a failover event, it means the failover agent takes over and …
4th July 2023
Hi Landan, Normally DataMiner should execute the script automatically: more information can be found here: DataMiner Failover on Amazon Web Services Were you able to create the access key, and …
4th July 2023
Hi Tim Although it was used during Empower it has not been released to the public. This was just an alpha release to get some early feedback and data. Looking …
4th July 2023
After looking at it in detail, we are trying here to open a page of the view while the shape is linked to an element. This is unfortunately not possible. …
4th July 2023
Hi Michiel, I’ve pushed an example to github: DisabledWhenPressed The solution is to call Show(false); in your dialog class whenever you want the visuals to get updated, but haven’t finished …
4th July 2023
Hi, Properties are defined across all elements or services and removing one would remove it from all. And as far as I am aware there is no easy way to …
4th July 2023
Hi Dave Another option is to have those scripts in an Automation Script Solution (available via DIS). This way, when updating the SLSRMLibrary DLL in the solution, you can more …
4th July 2023
Hi Michiel, according to RN18279, this error is only raised when trying to save a ServiceReservationInstance or ServiceReservationDefinition that has the same name and overlapping timerange with another reservation.
4th July 2023
Hi Miguel, Could you try restarting the webserver? (Internet Information Services (IIS) -> Select your server -> Restart) The soft-launch options are cached in the webserver. Afaik a DataMiner restart …
4th July 2023
Hi Elvio, With this snippet you can find fid the parent element. Element e= engine.FindElement(“DVE_E.1″); if (e.RawInfo.IsDynamicElement) { engine.GenerateInformation(${e.RawInfo.DveParentDmaId}/{.RawInfo.DveParentElementId}”); } note: This is an internal call and we do not …
4th July 2023
Hi Dave, As far as I know there is no possibility yet to validate scripts in bulk. It could indeed by very hand to have this feature available. I suggest …
3rd July 2023
Hi all, I found the issue. msvsmon must be started with “Run as Administrator”. This solved the problem. Thanx.