LAE

Welcome to the LAE community!  Please feel free to start a discussion in the discussion tab or join in a conversation.

Discussions

Members

Resources

Events

 View Only
  • 1.  Using Library BRGs

    Employee
    Posted 12-10-2014 05:07

    Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.

    Originally posted by: snbkumar

    Hi Team,

    I needed a small confirmation on how the library nodes work in lavastorm and searched the threads but sadly couldn't find an answer.

    If I have 3 BRGs, A1.brg, A2.brg & A3.brg using the nodes of B1.brg (the common library). And if the respective BRXs A1.brx, A2.brx and A3.brx need to be executed from a server, does the brg or brx of B1 (library) need to be available in the same server?
    Ideally the A1, A2 & A3 BRXs will have the required information to be executed individually. Right?

    Please help me ASAP.

    Thanks,
    Bharath Kumar


  • 2.  RE: Using Library BRGs

    Employee
    Posted 12-10-2014 05:36

    Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.

    Originally posted by: ejones

    A BRX contains everything it needs including compiled copies of any library nodes at the time it was created.

    So, no need to create a BRX of a library graph because no other graph will use it. And no need to have a BRG available when the BRX is executed.


  • 3.  RE: Using Library BRGs

    Employee
    Posted 12-10-2014 09:00

    Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.

    Originally posted by: stonysmith

    But.. be careful.. if you have a library node that you make some change to... the BRX out on the server will NOT be updated unless you re-generate the BRX.


  • 4.  RE: Using Library BRGs

    Employee
    Posted 12-14-2014 18:13

    Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.

    Originally posted by: snbkumar

    Thanks a lot Jones and Tony for the confirmation