User info
First name | Hideyuki |
Last name | Imaida |
DevOps Program
Acquired rank |
Advocate
|
Points progress |
695
DevOps Points
|
Here are a few tips to level up your DevOps game and unlock an arsenal of perks and benefits. | |
DevOps attestation | Request your attestation ID and expiry date |
Achievements
|
Questions asked
Answers given
Hi Pieter, Thank you for the comments. I added some test view with some elements. With admin rights, all works as expected. As for user rights, session variable updated successfully but list is not...
View QuestionHi Mark, How about using nested RegexReplace placeholders? ex) [RegexReplace:0,[RegexReplace:1,[RegexReplace:2,[param:ElementName,parameterID],Off],On],???]
View QuestionHi James, Did you also check the cube setting? Connection type should be set as 'Auto' to work with the settings in ConnectionSettings.txt. https://docs.dataminer.services/user-guide/Advanced_Functionality/DataMiner_Agents/Configuring_a_DMA/DMA_configuration_related_to_client_applications.html#manual-configuration-of-client-communication-settings
View QuestionHi Elmaza, These errors sometimes happened in our environments and fixed by the following operation. Stop DataMiner Remove Skyline DataMiner\Scripts\*.txf files Remove all file in Skyline DataMiner\Scripts\Compiled...
View QuestionHi Yuki-san, Regarding Riedel, 'Riedel_Communications_Artist_128' communicates with RRCS running on the external server. (Not Riedel HW) Also, 'Riedel_Communications_Artist_SNMP' communicates with ArtistSnmpAgent....
View QuestionHi Ana, I don't know my understand is correct but using following codes, you can find input data definition from PreRequiredData[]. ServiceFilter filter = new ServiceFilter { NameFilter = "Service Template...
View QuestionThis issue has solved by replacing the order of the read/length. [Original] <Trigger id=”100″> <Name>Before Packet</Name> <On id=”100″>response</On> <Time>before</Time>...
View QuestionHi Gerwin, There might be some better codes but the following code working. private bool ResourceInUse( Engine engine, string resrouceName ) { ResourceManagerHelper rmHelper = new ResourceManagerHelper();...
View Question