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 QuestionHi 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 QuestionHi 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 QuestionSkyline 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 QuestionWannes, 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 QuestionWe 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 QuestionHi 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 QuestionThis 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 QuestionNot 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 QuestionA 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 QuestionHi Bruno, I think your request fits in this task: https://collaboration.skyline.be/squads/8/board/task/117077
View QuestionBest 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 QuestionHi 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 QuestionIn 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 QuestionRegarding 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 QuestionHi 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 QuestionHi 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 QuestionHi 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 QuestionPre-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 QuestionHi 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 QuestionTo 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 QuestionAfter 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