User info
First name | André |
Last name | Rodrigues |
DevOps Program
Acquired rank |
Advocate
|
Points progress |
255
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 Jens, To be able to configure the resource, you will a profile instance. I would suggest creating a profile instance that you manipulate in your Interactive Automation Script, and then you can use...
View QuestionHi Jens, You can retrieve the ExitFail message by setting the "Extended Error Info" flag and then using GetErrorMessages() method. E.g., var script = engine.PrepareSubScript("Cost and Billing - Script...
View QuestionHi Blake, Based on your description and the images, it appears that one token is missing for the rule to be satisfied (You can confirm it by checking the column "waiting" of those tokens, which has the...
View QuestionHi Jeroen, In this case, I recommend installing the SRM 1.2.31 package first, and then DataMiner 10.3.6.
View QuestionHi Jeroen, Currently, the operations that are supported are "equal" and "any". The "any" means that the gateway key and value are ignored, only the incoming interface Id is verified. The "equal", verifies...
View QuestionHi Jens, Yes, you can use the property "ReadOnlyResourceSelectionControl" with the value "True" in the node of the service definition which will disable the resource selection on that node.
View QuestionHi Jens, In the Create New Booking wizard, it's not possible to make certain parameters "read-only", only the resource dropdown. Kind Regards
View QuestionHi Jens, You can use the "BookingManager.ChangeStateToOnHold()" method to move a booking from the confirmed state to the partial state.
View QuestionHi Jeroen, Could you check the log file of the PA Script task Queue? Typically, it should contain information about the exception that caused the token to enter the error state before the PA script began...
View QuestionHi 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 implement gateways.
View QuestionHi Bruno, You can achieve this by checking if the booking is contributing: e.g.: var reservation = SrmManagers.ResourceManager.GetReservationInstance(Guid.NewGuid()) as ServiceReservationInstance; if...
View QuestionFor contributing bookings, there's the possibility to run a script after a booking is converted to contributing. Just need to define the script to execute in the Contributing Configuration property. When...
View QuestionHi Jeroen, The MaxTimeInQueue variable defines a value in minutes of how long tokens can stay in the queue.
View QuestionHi Jeroen, Glad you found the solution. To clear the queue elements or restart the process, the best way is to complete the associated booking and create a new one. The existing booking, when finished,...
View QuestionHi Flávio, Yes, that's just a warning. Changing the properties of the service definition does not impact the ongoing bookings.
View QuestionHi Jens, The first one, the "Demodulator" doesn't have any protocol linked to it while the second has. The difference is that the one with the protocol linked to it will also create the protocol when...
View QuestionHi Jens, That functionality should be working When exporting a parameter, it will only contain the references of the protocol linked with the function that you are exporting. If you are exporting/importing...
View QuestionHi Jeroen, The CRUD script will always be executed whenever those fields are updated. To deal with this, maybe you could use an enum field descriptor with the name of the activities. That way, you'd be...
View Question