Is it possible to clear a variable after some time?
16th August 2021
Hi, It could be possible, but it needs some creative thinking. Maybe try the following (thinking out loud now): – when execute is done, then use the DataMinerTme placeholder – …
Answer
16th August 2021
Hi, It could be possible, but it needs some creative thinking. Maybe try the following (thinking out loud now): – when execute is done, then use the DataMinerTme placeholder – …
16th August 2021
Hey Moazzam, Whilst not straightforward, it is possible to do this with Correlation rule on information events. First of all we need to filter out the correct events in our …
16th August 2021
Hi Jens, you should set the scope/context of your variable onto the shape data. In your case, you have to set ‘cardvariable’ in the Options. FYI: I’ve updated the RN …
16th August 2021
Issue is now resolved using IDmsService methods Thanks all for the support 🙂
16th August 2021
Since your code is already running on the DataMiner server, I think you can simply retrieve all protocols from the C:\Skyline DataMiner\Protocols folder, and process the content of the files …
16th August 2021
Could you please try to connect to the remote debugger via Visual Studio itself instead of DIS? That can be done via Debug > Attach to Process, and following the instructions …
15th August 2021
Thanks for the update. but i am not able to find this dll – can you please guid me where i can find it \ what am i doing wrong? …
13th August 2021
Have they tried using a third party application like Postman to test the communication with the device from the server? If there are still issues, it could be that the …
13th August 2021
Do you get the same behaviour (failover DMA taking over without getting the VIP) even if you force online the offline agent? Are all the addresses in the same /24 …
13th August 2021
For the sake of completeness, it’s is also possible to filter a button with elements for dummies and/or script inputs for general values. It’s that last one that might be …
13th August 2021
Hi Wale, The common library supports a method to work with services (IDmsService methods). For your use case you could use the method IDmsService.Delete. In this case keep in mind …
13th August 2021
First of all, your expectation that the update should be instant over WebSocket communication is correct. The update should come through and be applied immediatly. Now why it does not …
13th August 2021
Hi Cyrus, As far as I know, the drag and drop feature only works with script dummies. This means that views are currently not supported. For services, indeed, I performed …
13th August 2021
Hi Rodrigo, Do you know if there was any network configuration change recently? You could get additional information about what could be the reason from the SLFailover and SLNet log …