Profile

David Pernes

User info

First name David
Last name Pernes

Achievements

Questions asked

Answers given

Hi Bruno, To filter out resources silently based on "Site" parameter you'll have make use of  the group objects in the TryCreateNewBooking call present in the BookingManager. On your automation script...

View Question
7 Votes Selected

Hi Jens, Under the Booking Manager element access the Config -> Wizard Tab. You'll find a field know as "Event Reschedule delay". This is used by the "START" action present in the Visio to quickly...

View Question
4 Votes Selected

Hi Sebastian, if we are not getting data could we consider a regular element timeout capabilities? If a group is not getting the desired reply an element should go into timeout. If for some reason...

View Question
3 Votes

Skyline Booking Manager has a Booking Locking feature that allows users to lock bookings to their own user. If Booking Locking is set to disabled the "Owner" should be Empty. If Booking Locking is set...

View Question
2 Votes Selected

Wannes, How are you creating the element ? I'm able to create a double HTTP connection elements through Cube and through Automation script (engine.SynchronousAddElement call) with no problems. I'm using...

View Question
2 Votes edited answer

We should definitely highlight the Minimum DMA version on SRM Packages. In SRM Release Notes we are currently not doing so. Currently the only place we post the minimum DMA version (if i'm not mistaken)...

View Question
2 Votes

Hi Pedro, According to your analysis, I think your assumptions are correct. If by increasing the timeout time you decrease the probability of Timing out I would say there is a direct relationship between...

View Question
1 Vote Selected

This behavior has been tackled in current sprint and should be made available in upcoming SRM Release (possibly SRM 1.2.8) If a DTR sets a capability / capacity parameter or selects a new Profile Instance...

View Question
1 Vote Selected

Not sure from the protocol.xml we can access a TCP frame field. If sequence is important for Session layer i guess it should be available somehow from a Header or from actual Body Data of the reply. Could...

View Question
1 Vote

A Profile Load Script, as the name states, is attached to a profile in order to trigger some logic over a given profile that was assigned to a Node Resource Usage. Scripts are triggered by a "ApplyProfile"...

View Question
1 Vote

Hi Bruno, I think your request fits in this task: https://collaboration.skyline.be/squads/8/board/task/117077

View Question
1 Vote Selected edited answer

Best way to get a delta is to create a new column defining a TimeStamp. This time stamp would initially be 0 and all rates and counters should be 0'ed as well. delta = (Current_Sample_TimeStamp - Previous_Sample_TimeStamp)...

View Question
1 Vote Selected edited answer

Hi Robin, There is currently no functionality to pass input parameters to an automation script by using a drag and drop approach. Could you provide more details on the use case you intend to implement?

View Question
0 Votes Selected

In reply to Ive's suggestion in a separate answer to be able to send screenshots. This is my Table: This is my Service: (without setting alarm conditions i get the following alarms) After...

View Question
0 Votes

Regarding question 2 i just tried the following: Having 3 resources based on a given Function that holds 1 parameter. I forced the activation of a new function (same function Guid) with no parameter....

View Question
0 Votes edited answer

Hi David, Glad you ask I've never tested but spent some 5 min looking at the dashboard components of AWS and this visio development help link: Linking a shape to a webpage On AWS Management Console...

View Question
0 Votes

Hi Gelber, It should be possible to use elements created in such conditions, at least i don't foresee any reason not to. As for the DataMiner minimum requirements they should be the same has the SRM...

View Question
0 Votes Selected

Hi Mieke, To get the data written by user in wizard in profile load script or any other custom script it is recommended that you would: Create an SrmBookingConfiguration instance; Use a SrmBookingConfiguration.GetResource(string...

View Question
0 Votes

Pre-Roll and Post-Roll configuration can be configured in two diferent ways: Default way, using Skyline Booking Manager Element. Skyline.DataMiner.Library.Solutions.SRM.Model.Booking class Skyline...

View Question
0 Votes Selected

Hi Mieke, I'm unsure if the end goal is to present a nicer description of the resource in the resulting booking Service that holds all your resources but you might want to consider the "Use Node Label...

View Question
-2 Votes

To make it SRM proof having proper Relations and FK is Key for an easy Function creation in the future. From the Function Definition prespective your entry point is a Table Pid. If you only want to feature...

View Question
-1 Votes

After confirming the Profiles and Resource assignment window we confirmed there was a Function that did not have a PFI assigned. By default, all PFIs and Resources are mandatory.

View Question
-1 Votes