Update dynamically Generic DVE Linker Table
7th December 2022
Update: it was concluded that the SetParameterIndexByKey() was the only way to do it dynamically. There will not be a fix. The reason is that it isn’t advised to update …
Answer
7th December 2022
Update: it was concluded that the SetParameterIndexByKey() was the only way to do it dynamically. There will not be a fix. The reason is that it isn’t advised to update …
7th December 2022
Hi Martijn, indeed when you delete an element the logger table linked with that element should be cleaned up, in case you would notice this is not the case, this …
7th December 2022
Hi Sebastian, could you describe your use case in more details? Depending on the use case, it is sometimes easier to embed the ‘retry’ logic in the script task.
7th December 2022
I can’t immediately think of a workaround either, if you still struggle with this behaviour i would ask to provide the following information to techsupport@skyline.be: -2 element DELT package of …
7th December 2022
Is there any more news about this? As far as i’m aware the SetParameterIndexByKey() is not adviced in some scenario’s, will there be a fix or is it necessary to …
7th December 2022
Were you able to solve this issue? At first glance this looks like a bug, my advice would be to try to see if you can simulate this for multiple …
7th December 2022
I don’t think there is a minimul interval to configure on a table but of course caution is adviced. If you are polling and updating faster than DataMiner can process …
7th December 2022
There shouldn’t be any limitations related to the string length or characters, if the same method works for other tables then you can consider this as a bug If you …
7th December 2022
Were you able to configure the IAM module with the information provided in the template or should we invest to have better documentation? As a side note: the Ziine application …
7th December 2022
This issue will probably require a more in depth investigation I would suggest to take the following logging while the issue occurs: -LogCollector package of DMA where the remote element …
7th December 2022
I believe a further investigation needs to happen to identify the root cause I do see 2 errors in the alarm console there might be some ongoing issues on the …
7th December 2022
What’s happening here is that likely the variable is not filled in when the shape is first initialized, causing the call to be for “*Main*” indices. Those will probably result …
7th December 2022
Hi Blake, You are correct, in order to process tokens in parallel you need to use a split gateway. See RN28143, RN33614, and Integrating gateways | DataMiner Docs for how to …
6th December 2022
Hi Julio, You should use the AssignResources method for that. // Summary: // Assigns resources to the given reservation. // Parameters: // reservation: // The reservation where the resources will …
5th December 2022
Hi Hugo, This would require remotely triggering the logcollector, e.g. by using Remote PowerShell, and then downloading the resulting file. Because taking a logcollector package might take a while, I …