Profile

André Rodrigues

User info

First name André
Last name Rodrigues

DevOps Program

Acquired rank
Advocate
Points progress
Number of DevOps Professional Points
155 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 Question
9 Votes Selected

Hi 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 Question

Hi 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 Question

Hi Jeroen, In this case, I recommend installing the SRM 1.2.31 package first, and then DataMiner 10.3.6.

View Question
5 Votes Selected

Hi 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 Question
5 Votes Selected

Hi 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 Question

Hi Jens, In the Create New Booking wizard, it's not possible to make certain parameters "read-only", only the resource dropdown. Kind Regards

View Question
4 Votes Selected

Hi Jens, You can use the "BookingManager.ChangeStateToOnHold()" method to move a booking from the confirmed state to the partial state.

View Question
3 Votes

Hi 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 Question

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 implement gateways.

View Question

Hi 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 Question
3 Votes Selected

For 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 Question
3 Votes

Hi Jeroen, The MaxTimeInQueue variable defines a value in minutes of how long tokens can stay in the queue.

View Question
2 Votes Selected

Hi 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 Question

Hi Flávio, Yes, that's just a warning. Changing the properties of the service definition does not impact the ongoing bookings.

View Question
2 Votes Selected

Hi 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 Question

Hi 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 Question
1 Vote Selected

Hi 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
0 Votes Selected