Deployment

I need to send my code that is in the test environment to the production environment, however, there are some group identifier errors. I do not make sense.

Can someone help?

Begin transport.
2024-04-12 14:29:41.99 DEBUG group 61 20a13bee-28e1-4b24-a02e-21ee270d3116 Loop detected: [group:61, group:160]
2024-04-12 14:29:41.99 DEBUG group 61 Breaking loop [group:61, group:160]. group:160 will be transported with its reference to 61 nulled out and will require a second pass.

  Discussion posts and replies are publicly visible

Parents Reply
  • 0
    Certified Lead Developer
    in reply to Luiz Braido
    the problem can be a group inside the other?

    Yes, as I said, the error message is telling you that Group 61 and Group 160 both contain the other as a member.

    When you say "fail", what happens exactly?  It already says you will need to make 2 passes (i.e. deploy twice) if you want to keep the membership loop - so I'd guess, based on that, that a second deployment will report a success (though it may not work, in which case you'd probably just need to break the loop manually first).

Children