Inedo Community Forums Forums
    • Recent
    • Tags
    • Popular
    • Login

    Welcome to the Inedo Forums! Check out the Forums Guide for help getting started.

    If you are experiencing any issues with the forum software, please visit the Contact Form on our website and let us know!

    Infrastructure Sync BuildMaster from Otter stop working :(

    Scheduled Pinned Locked Moved Support
    23 Posts 3 Posters 66 Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • P Offline
      PhilippeC.
      last edited by

      Hello

      The infrastructure sync stop working between Otter and Buildmaster.

      I setup Otter, then I sync Buildmaster.
      It was working fine until a recent upgrade of Otter or Buildmaster. As I keep both up-to-date I don't which upgrade is the cause of the pb.

      There is no error message in Buildmaster if I force the Infrastructure Sync to run, every sync look fine.

      Any help is welcome

      Best regards

      PhilippeC.

      1 Reply Last reply Reply Quote 0
      • jraschJ Offline
        jrasch inedo-engineer
        last edited by

        Hi Philippe,

        I tried a quick repro with the current versions of each (BuildMaster v6.1.12 & Otter v2.2.12) and it seemed to work fine. Can you verify those are the versions you are using?

        Additionally, can you check in BuildMaster on the Admin > Executions page whether the "Import Infrastructure" executions have some clues as to what failed? (Note you can filter by "Manual" to see them if there are too many executions there.)

        Thanks,
        -John

        1 Reply Last reply Reply Quote 0
        • P Offline
          PhilippeC.
          last edited by

          Hi John

          Otter : Version 2.2.12 (Build 1)
          buildmaster : Version 6.1.20 (Build 10)

          There were no error message,
          I will try to make again the sync and let you know, but do not expect a response within the next 2 weeks (Chritmas holidays 🎅

          Best regards
          PhilippeC.

          1 Reply Last reply Reply Quote 0
          • jraschJ Offline
            jrasch inedo-engineer
            last edited by

            Sounds good, I will await your response whenever you get back... in the meantime, have a happy holiday season!

            1 Reply Last reply Reply Quote 0
            • P Offline
              pandeyanitapan_0907
              last edited by

              Have you tried reeboting it? or have you verified all the versions that you are using?

              1 Reply Last reply Reply Quote 0
              • P Offline
                PhilippeC.
                last edited by

                Hi Folks
                I am back in the game :)

                Happy New Year '20 for Inedo team

                Well,
                I am still stuck with this damned failed synchro infrastructure between Otter and BuildMaster (both are in the last versions - I have checked twice 😊 @pandeyanitapan_0907 )

                The logs is not really useful for me

                If I force the synchro, I have the following message

                Running Infrastructure Sync...
                Querying https://otter.ocapiat.fr/api/infrastructure/all/list for infrastructure changes...
                Starting "Import Infrastructure" execution...
                Execution created (ID=159009).
                Triggering executer...
                

                I tried to remove a server from Otter, ran the sync in BuildMaster unsuccessfully.

                I am looking for some help (@jrasch ???)

                Regards
                PhilippeC.

                1 Reply Last reply Reply Quote 0
                • P Offline
                  PhilippeC.
                  last edited by PhilippeC.

                  I removed all the servers , the role and the environment in buildmaster.
                  I forced the sync

                  Servers are back
                  Roles are back

                  Environment are back but not as expected.

                  In Otter:

                  • Integration
                  • Exploitation
                    • Developpement
                    • Production

                  BuildMaster:

                  • No environnement is available in https://buildmaster.ocapiat.fr/administration/environments
                  • Developpement and Production are assign to servers.

                  I think Buildmaster doesn't like dependancies in environnement as it is possible in Otter.

                  And after this first sync, next sync stop working.

                  1 Reply Last reply Reply Quote 0
                  • jraschJ Offline
                    jrasch inedo-engineer
                    last edited by

                    Hi Philippe,

                    The logs of the actual sync are actually on the executions page (in your case, https://buildmaster.ocapiat.fr/executions?Mode=M)

                    I suspect you will see an error like:

                    627`14`1`ServerRoles_CreateOrUpdateServerRole`19`Violation of UNIQUE KEY constraint 'UQ__ServerRoles__ServerRole_Name'
                    

                    If you do, that's why it doesn't work. I have fixed this specific issue internally (and was then able to sync) and the fix will be included with the next maintenance release. If this is not the error you see, let me know and I will continue to investigate.

                    Thanks,
                    -John

                    P 1 Reply Last reply Reply Quote 0
                    • P Offline
                      PhilippeC.
                      last edited by

                      Hi John

                      Thanks for the links.
                      Here is the error msg I have (I have got the first failed sync after the sync which worked).

                      Starting infrastructure import...
                      Mirroring enabled; infrastructure will be deleted if it is not defined in imported configuration.
                      Variables will be imported.
                      Unhandled exception: System.ArgumentException: Un élément avec la même clé a déjà été ajouté.
                         à System.ThrowHelper.ThrowArgumentException(ExceptionResource resource)
                         à System.Collections.Generic.Dictionary`2.Insert(TKey key, TValue value, Boolean add)
                         à System.Linq.Enumerable.ToDictionary[TSource,TKey,TElement](IEnumerable`1 source, Func`2 keySelector, Func`2 elementSelector, IEqualityComparer`1 comparer)
                         à Inedo.BuildMaster.Extensibility.ManualExecutions.ImportInfrastructureExecution.<ImportRolesAsync>d__21.MoveNext()
                      --- Fin de la trace de la pile à partir de l'emplacement précédent au niveau duquel l'exception a été levée ---
                         à System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
                         à System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
                         à Inedo.BuildMaster.Extensibility.ManualExecutions.ImportInfrastructureExecution.<ExecuteAsync>d__20.MoveNext()
                      --- Fin de la trace de la pile à partir de l'emplacement précédent au niveau duquel l'exception a été levée ---
                         à System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
                         à System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
                         à Inedo.BuildMaster.Windows.ServiceApplication.Executions.ManualExecution.<ExecuteAsync>d__8.MoveNext()
                      
                      
                      Un élément avec la même clé a déjà été ajouté
                      

                      means

                      duplicate key
                      

                      😊

                      I will wait for the correction

                      1 Reply Last reply Reply Quote 0
                      • P Offline
                        PhilippeC.
                        last edited by

                        Hi @jrasch

                        I upgrade but the error still persist.
                        What should I do ?

                        1 Reply Last reply Reply Quote 0
                        • jraschJ Offline
                          jrasch inedo-engineer
                          last edited by

                          Hi Philippe,

                          I will look into this again as soon as I can, unfortunately all our resources at the moment are dedicated to getting BuildMaster v6.2 out the door.

                          Thanks,
                          -John

                          P 1 Reply Last reply Reply Quote 0
                          • P Offline
                            PhilippeC. @jrasch
                            last edited by PhilippeC.

                            Hi John
                            Thanks for the reply.
                            I can wait.
                            Best regards

                            1 Reply Last reply Reply Quote 0
                            • P Offline
                              PhilippeC. @jrasch
                              last edited by

                              HI @jrasch
                              I update to 6.2.3
                              I stop the sync from OTTER
                              I clean up the servers, rôles and environment.
                              Run the sync.
                              S'il the same errer.
                              I did not anything on Otter so I have empty rôle.

                              Regards

                              1 Reply Last reply Reply Quote 0
                              • P Offline
                                PhilippeC.
                                last edited by PhilippeC.

                                To complete,
                                Here is the structure of the role and why I have some empty role

                                PLATEFORME - APPLICATION 1 - IIS => Assigned Server = 2

                                • Depend on Role Baseline - IIS

                                PLATEFORME - APPLICATION 2 - IIS => Assigned Server = 1

                                • Depend on Role Baseline - IIS

                                Baseline - IIS => Assigned servers = 0 should be 3

                                1 Reply Last reply Reply Quote 0
                                • jraschJ Offline
                                  jrasch inedo-engineer
                                  last edited by

                                  Hi Philipe,

                                  I am getting back to investigating this issue now. Are you able to send over an example export (Admin > Export Configuration) that exhibits the error? Please make sure to sanitize any agent connection information from the export :)

                                  Thanks,
                                  -John

                                  1 Reply Last reply Reply Quote 0
                                  • P Offline
                                    PhilippeC.
                                    last edited by

                                    Export From Otter

                                    {
                                      "servers": [
                                        {
                                          "active": true,
                                          "environments": [
                                            "PRODUCTION"
                                          ],
                                          "roles": [
                                            "BASELINE-FICHIERS"
                                          ],
                                          "raft": "Default",
                                          "serverType": "local",
                                          "drift": "automaticallyRemediate",
                                          "name": "VM121007",
                                          "variables": {}
                                        },
                                        {
                                          "active": true,
                                          "environments": [
                                            "PRODUCTION"
                                          ],
                                          "roles": [
                                            "PLATEFORMES-MAESTRO-PDQ"
                                          ],
                                          "serverType": "windows",
                                          "hostName": "VM121004",
                                          "port": 46336,
                                          "encryptionType": "aes",
                                          "encryptionKey": "xxxxxxx",
                                          "drift": "automaticallyRemediate",
                                          "name": "VM121004",
                                          "variables": {}
                                        },
                                        {
                                          "active": true,
                                          "environments": [
                                            "PRODUCTION"
                                          ],
                                          "roles": [
                                            "AD-PKI"
                                          ],
                                          "serverType": "windows",
                                          "hostName": "VM121010",
                                          "port": 46336,
                                          "encryptionType": "aes",
                                          "encryptionKey": "xxxxxxx",
                                          "drift": "automaticallyRemediate",
                                          "name": "VM121010",
                                          "variables": {}
                                        },
                                        {
                                          "active": true,
                                          "environments": [
                                            "PRODUCTION"
                                          ],
                                          "roles": [
                                            "AD-Controleurs"
                                          ],
                                          "serverType": "windows",
                                          "hostName": "VM121001",
                                          "port": 46336,
                                          "encryptionType": "aes",
                                          "encryptionKey": "xxxxxxx",
                                          "drift": "automaticallyRemediate",
                                          "name": "VM121001",
                                          "variables": {}
                                        },
                                        {
                                          "active": true,
                                          "environments": [
                                            "PRODUCTION"
                                          ],
                                          "roles": [
                                            "PLATEFORMES-MAESTRO-DFS"
                                          ],
                                          "serverType": "windows",
                                          "hostName": "VM121002",
                                          "port": 46336,
                                          "encryptionType": "aes",
                                          "encryptionKey": "xxxxxxx",
                                          "drift": "automaticallyRemediate",
                                          "name": "VM121002",
                                          "variables": {}
                                        },
                                        {
                                          "active": true,
                                          "environments": [
                                            "PRODUCTION"
                                          ],
                                          "roles": [
                                            "AD-Controleurs"
                                          ],
                                          "serverType": "windows",
                                          "hostName": "VM120001",
                                          "port": 46336,
                                          "encryptionType": "aes",
                                          "encryptionKey": "xxxxxxx",
                                          "drift": "automaticallyRemediate",
                                          "name": "VM120001",
                                          "variables": {}
                                        },
                                        {
                                          "active": true,
                                          "environments": [
                                            "PRODUCTION"
                                          ],
                                          "roles": [
                                            "PLATEFORMES-MAESTRO-DFS"
                                          ],
                                          "serverType": "windows",
                                          "hostName": "VM121009",
                                          "port": 46336,
                                          "encryptionType": "aes",
                                          "encryptionKey": "xxxxxxx",
                                          "drift": "automaticallyRemediate",
                                          "name": "VM121009",
                                          "variables": {}
                                        },
                                        {
                                          "active": true,
                                          "environments": [
                                            "INTEGRATION"
                                          ],
                                          "roles": [
                                            "PLATEFORMES-METAANNUAIRE"
                                          ],
                                          "serverType": "windows",
                                          "hostName": "VM121012",
                                          "port": 46336,
                                          "encryptionType": "aes",
                                          "encryptionKey": "xxxxxxx",
                                          "drift": "automaticallyRemediate",
                                          "name": "VM121012",
                                          "variables": {}
                                        },
                                        {
                                          "active": true,
                                          "environments": [
                                            "INTEGRATION"
                                          ],
                                          "roles": [
                                            "PLATEFORMES-METAANNUAIRE"
                                          ],
                                          "serverType": "windows",
                                          "hostName": "VM121011",
                                          "port": 46336,
                                          "encryptionType": "aes",
                                          "encryptionKey": "xxxxxxx",
                                          "drift": "automaticallyRemediate",
                                          "name": "VM121011",
                                          "variables": {}
                                        },
                                        {
                                          "active": true,
                                          "environments": [
                                            "INTEGRATION"
                                          ],
                                          "roles": [
                                            "BASELINE-CONFIG-SERVEURS"
                                          ],
                                          "serverType": "windows",
                                          "hostName": "VM121008",
                                          "port": 46336,
                                          "encryptionType": "aes",
                                          "encryptionKey": "xxxxxxx",
                                          "drift": "automaticallyRemediate",
                                          "name": "VM121008",
                                          "variables": {}
                                        },
                                        {
                                          "active": true,
                                          "environments": [
                                            "PRODUCTION"
                                          ],
                                          "roles": [
                                            "AD-Controleurs"
                                          ],
                                          "serverType": "windows",
                                          "hostName": "VM121003",
                                          "port": 46336,
                                          "encryptionType": "aes",
                                          "encryptionKey": "xxxxxxx",
                                          "drift": "automaticallyRemediate",
                                          "name": "VM121003",
                                          "variables": {}
                                        },
                                        {
                                          "active": true,
                                          "environments": [
                                            "PRODUCTION"
                                          ],
                                          "roles": [
                                            "AD-Controleurs"
                                          ],
                                          "serverType": "windows",
                                          "hostName": "VM121006",
                                          "port": 46336,
                                          "encryptionType": "aes",
                                          "encryptionKey": "xxxxxxx",
                                          "drift": "automaticallyRemediate",
                                          "name": "VM121006",
                                          "variables": {}
                                        },
                                        {
                                          "active": true,
                                          "environments": [
                                            "PRODUCTION"
                                          ],
                                          "roles": [
                                            "AD-Controleurs"
                                          ],
                                          "serverType": "windows",
                                          "hostName": "VM121005",
                                          "port": 46336,
                                          "encryptionType": "aes",
                                          "encryptionKey": "xxxxxxx",
                                          "drift": "automaticallyRemediate",
                                          "name": "VM121005",
                                          "variables": {}
                                        },
                                        {
                                          "active": true,
                                          "environments": [
                                            "PRODUCTION"
                                          ],
                                          "roles": [
                                            "PLATEFORMES-EXCHANGE"
                                          ],
                                          "serverType": "windows",
                                          "hostName": "VM120002",
                                          "port": 46336,
                                          "encryptionType": "aes",
                                          "encryptionKey": "xxxxxxx",
                                          "drift": "automaticallyRemediate",
                                          "name": "VM120002",
                                          "variables": {}
                                        },
                                        {
                                          "active": true,
                                          "environments": [
                                            "INTEGRATION"
                                          ],
                                          "roles": [
                                            "BASELINE-100-IIS",
                                            "PLATEFORMES-MAESTRO-GLPI",
                                            "PLATEFORMES-MAESTRO-KANBOARD"
                                          ],
                                          "serverType": "windows",
                                          "hostName": "VM121013",
                                          "port": 46336,
                                          "encryptionType": "aes",
                                          "encryptionKey": "xxxxxxx",
                                          "drift": "automaticallyRemediate",
                                          "name": "VM121013",
                                          "variables": {
                                            "PHPVersion": "7.3.4"
                                          }
                                        },
                                        {
                                          "active": true,
                                          "environments": [
                                            "PRODUCTION"
                                          ],
                                          "roles": [
                                            "BASELINE-FICHIERS"
                                          ],
                                          "serverType": "windows",
                                          "hostName": "VM121014",
                                          "port": 46336,
                                          "encryptionType": "aes",
                                          "encryptionKey": "xxxxxxx",
                                          "drift": "automaticallyRemediate",
                                          "name": "VM121014",
                                          "variables": {}
                                        },
                                        {
                                          "active": true,
                                          "environments": [
                                            "PRODUCTION"
                                          ],
                                          "roles": [
                                            "AD-Controleurs"
                                          ],
                                          "serverType": "windows",
                                          "hostName": "VM120003",
                                          "port": 46336,
                                          "encryptionType": "aes",
                                          "encryptionKey": "xxxxxxx",
                                          "drift": "automaticallyRemediate",
                                          "name": "VM120003",
                                          "variables": {}
                                        },
                                        {
                                          "active": true,
                                          "environments": [
                                            "PRODUCTION"
                                          ],
                                          "roles": [
                                            "PLATEFORMES-MAESTRO-DFS"
                                          ],
                                          "serverType": "windows",
                                          "hostName": "VM120004",
                                          "port": 46336,
                                          "encryptionType": "aes",
                                          "encryptionKey": "xxxxxxx",
                                          "drift": "automaticallyRemediate",
                                          "name": "VM120004",
                                          "variables": {}
                                        },
                                        {
                                          "active": true,
                                          "environments": [
                                            "INTEGRATION"
                                          ],
                                          "roles": [
                                            "BASELINE-CONFIG-SERVEURS"
                                          ],
                                          "serverType": "windows",
                                          "hostName": "VM120005",
                                          "port": 46336,
                                          "encryptionType": "aes",
                                          "encryptionKey": "xxxxxxx",
                                          "drift": "automaticallyRemediate",
                                          "name": "VM120005",
                                          "variables": {}
                                        },
                                        {
                                          "active": true,
                                          "environments": [
                                            "INTEGRATION"
                                          ],
                                          "roles": [
                                            "BASELINE-SQL"
                                          ],
                                          "serverType": "windows",
                                          "hostName": "VM121016",
                                          "port": 46336,
                                          "encryptionType": "aes",
                                          "encryptionKey": "xxxxxxx",
                                          "drift": "automaticallyRemediate",
                                          "name": "VM121016",
                                          "variables": {
                                            "SQLInstances": "@(TEST)"
                                          }
                                        },
                                        {
                                          "active": true,
                                          "environments": [
                                            "PRODUCTION"
                                          ],
                                          "roles": [
                                            "PLATEFORMES-WAC"
                                          ],
                                          "serverType": "windows",
                                          "hostName": "VM121015",
                                          "port": 46336,
                                          "encryptionType": "aes",
                                          "encryptionKey": "xxxxxxx",
                                          "drift": "automaticallyRemediate",
                                          "name": "VM121015",
                                          "variables": {}
                                        },
                                        {
                                          "active": true,
                                          "environments": [
                                            "INTEGRATION"
                                          ],
                                          "roles": [
                                            "BASELINE-100-IIS",
                                            "BASELINE-110-IIS-PHP",
                                            "PLATEFORMES-MAESTRO-IIS",
                                            "PLATEFORMES-RH-ANNUAIRE"
                                          ],
                                          "serverType": "windows",
                                          "hostName": "VM121018",
                                          "port": 46336,
                                          "encryptionType": "aes",
                                          "encryptionKey": "xxxxxxx",
                                          "drift": "automaticallyRemediate",
                                          "name": "VM121018",
                                          "variables": {}
                                        },
                                        {
                                          "active": true,
                                          "environments": [
                                            "INTEGRATION"
                                          ],
                                          "roles": [
                                            "BASELINE-100-IIS",
                                            "BASELINE-110-IIS-PHP",
                                            "PLATEFORMES-MAESTRO-IIS",
                                            "PLATEFORMES-RH-ANNUAIRE"
                                          ],
                                          "serverType": "windows",
                                          "hostName": "VM121017",
                                          "port": 46336,
                                          "encryptionType": "aes",
                                          "encryptionKey": "xxxxxxx",
                                          "drift": "automaticallyRemediate",
                                          "name": "VM121017",
                                          "variables": {}
                                        },
                                        {
                                          "active": true,
                                          "environments": [
                                            "PRODUCTION"
                                          ],
                                          "roles": [
                                            "BASELINE",
                                            "PLATEFORMES-MAESTRO-MDT"
                                          ],
                                          "serverType": "windows",
                                          "hostName": "VM121019",
                                          "port": 46336,
                                          "encryptionType": "aes",
                                          "encryptionKey": "xxxxxxx",
                                          "drift": "automaticallyRemediate",
                                          "name": "VM121019",
                                          "variables": {}
                                        },
                                        {
                                          "active": true,
                                          "environments": [
                                            "PRODUCTION"
                                          ],
                                          "roles": [
                                            "PLATEFORMES-MAESTRO-LANSWEEPER"
                                          ],
                                          "serverType": "windows",
                                          "hostName": "VM121023",
                                          "port": 46336,
                                          "encryptionType": "aes",
                                          "encryptionKey": "xxxxxxx",
                                          "drift": "automaticallyRemediate",
                                          "name": "VM121023",
                                          "variables": {}
                                        },
                                        {
                                          "active": true,
                                          "environments": [
                                            "PRODUCTION"
                                          ],
                                          "roles": [
                                            "BASELINE-110-IIS-PHP",
                                            "PLATEFORMES-MAESTRO-SNIPEIT"
                                          ],
                                          "serverType": "windows",
                                          "hostName": "VM121024",
                                          "port": 46336,
                                          "encryptionType": "aes",
                                          "encryptionKey": "xxxxxxx",
                                          "drift": "automaticallyRemediate",
                                          "name": "VM121024",
                                          "variables": {}
                                        },
                                        {
                                          "active": true,
                                          "environments": [
                                            "PRODUCTION"
                                          ],
                                          "roles": [
                                            "PLATEFORMES-MAESTRO-SQL"
                                          ],
                                          "serverType": "windows",
                                          "hostName": "VM121025",
                                          "port": 46336,
                                          "encryptionType": "aes",
                                          "encryptionKey": "xxxxxxx",
                                          "drift": "automaticallyRemediate",
                                          "name": "VM121025",
                                          "variables": {
                                            "SQLInstances": "@(MAESTROPRD,LANSWEEPER)",
                                            "SQLSourcePath": "\\\\ocapiat.fr\\maestro\\Logiciels\\Entreprise\\Microsoft\\SQL Server\\Standard\\2016-FR-SP2"
                                          }
                                        },
                                        {
                                          "active": true,
                                          "environments": [
                                            "PRODUCTION"
                                          ],
                                          "roles": [
                                            "BASELINE-FICHIERS"
                                          ],
                                          "serverType": "windows",
                                          "hostName": "VM121026",
                                          "port": 46336,
                                          "encryptionType": "aes",
                                          "encryptionKey": "xxxxxxx",
                                          "drift": "automaticallyRemediate",
                                          "name": "VM121026",
                                          "variables": {}
                                        },
                                        {
                                          "active": true,
                                          "environments": [
                                            "INTEGRATION"
                                          ],
                                          "roles": [
                                            "BASELINE",
                                            "PLATEFORMES-MAESTRO-GIT"
                                          ],
                                          "serverType": "windows",
                                          "hostName": "VM121028",
                                          "port": 46336,
                                          "encryptionType": "aes",
                                          "encryptionKey": "xxxxxxx",
                                          "drift": "automaticallyRemediate",
                                          "name": "VM121028",
                                          "variables": {}
                                        },
                                        {
                                          "active": true,
                                          "environments": [
                                            "INTEGRATION"
                                          ],
                                          "roles": [
                                            "BASELINE"
                                          ],
                                          "serverType": "windows",
                                          "hostName": "VM121030",
                                          "port": 46336,
                                          "encryptionType": "aes",
                                          "encryptionKey": "xxxxxxx",
                                          "drift": "automaticallyRemediate",
                                          "name": "VM121030",
                                          "variables": {}
                                        },
                                        {
                                          "active": true,
                                          "environments": [
                                            "INTEGRATION"
                                          ],
                                          "roles": [
                                            "BASELINE"
                                          ],
                                          "serverType": "windows",
                                          "hostName": "VM121031",
                                          "port": 46336,
                                          "encryptionType": "aes",
                                          "encryptionKey": "xxxxxxx",
                                          "drift": "automaticallyRemediate",
                                          "name": "VM121031",
                                          "variables": {}
                                        },
                                        {
                                          "active": true,
                                          "environments": [
                                            "INTEGRATION"
                                          ],
                                          "roles": [
                                            "BASELINE"
                                          ],
                                          "serverType": "windows",
                                          "hostName": "VM121032",
                                          "port": 46336,
                                          "encryptionType": "aes",
                                          "encryptionKey": "xxxxxxx",
                                          "drift": "automaticallyRemediate",
                                          "name": "VM121032",
                                          "variables": {}
                                        },
                                        {
                                          "active": true,
                                          "environments": [
                                            "PRODUCTION"
                                          ],
                                          "roles": [
                                            "BASELINE-FICHIERS"
                                          ],
                                          "serverType": "windows",
                                          "hostName": "VM120006",
                                          "port": 46336,
                                          "encryptionType": "aes",
                                          "encryptionKey": "xxxxxxx",
                                          "drift": "automaticallyRemediate",
                                          "name": "VM120006",
                                          "variables": {}
                                        },
                                        {
                                          "active": true,
                                          "environments": [
                                            "PRODUCTION"
                                          ],
                                          "roles": [
                                            "PLATEFORMES-RDS"
                                          ],
                                          "serverType": "windows",
                                          "hostName": "VM121036",
                                          "port": 46336,
                                          "encryptionType": "aes",
                                          "encryptionKey": "xxxxxxx",
                                          "drift": "automaticallyRemediate",
                                          "name": "VM121036",
                                          "variables": {}
                                        },
                                        {
                                          "active": true,
                                          "environments": [
                                            "PRODUCTION"
                                          ],
                                          "roles": [
                                            "PLATEFORMES-RDS"
                                          ],
                                          "serverType": "windows",
                                          "hostName": "VM121034",
                                          "port": 46336,
                                          "encryptionType": "aes",
                                          "encryptionKey": "xxxxxxx",
                                          "drift": "automaticallyRemediate",
                                          "name": "VM121034",
                                          "variables": {}
                                        },
                                        {
                                          "active": true,
                                          "environments": [
                                            "PRODUCTION"
                                          ],
                                          "roles": [
                                            "PLATEFORMES-RDS"
                                          ],
                                          "serverType": "windows",
                                          "hostName": "VM121037",
                                          "port": 46336,
                                          "encryptionType": "aes",
                                          "encryptionKey": "xxxxxxx",
                                          "drift": "automaticallyRemediate",
                                          "name": "VM121037",
                                          "variables": {}
                                        },
                                        {
                                          "active": true,
                                          "environments": [
                                            "PRODUCTION"
                                          ],
                                          "roles": [
                                            "PLATEFORMES-RDS"
                                          ],
                                          "serverType": "windows",
                                          "hostName": "VM121035",
                                          "port": 46336,
                                          "encryptionType": "aes",
                                          "encryptionKey": "xxxxxxx",
                                          "drift": "automaticallyRemediate",
                                          "name": "VM121035",
                                          "variables": {}
                                        },
                                        {
                                          "active": true,
                                          "environments": [
                                            "INTEGRATION"
                                          ],
                                          "roles": [
                                            "LINUX-BASELINE",
                                            "LINUX-MARIADB",
                                            "PLATEFORMES-WORDPRESS"
                                          ],
                                          "serverType": "ssh",
                                          "hostName": "10.1.111.1",
                                          "port": 22,
                                          "credentialsType": "UsernamePassword",
                                          "credentialsName": "ROOT-UBUNTU",
                                          "drift": "reportOnly",
                                          "tempPath": "",
                                          "name": "VM111001",
                                          "variables": {
                                            "WPSITES": "@(wpliv)"
                                          }
                                        },
                                        {
                                          "active": true,
                                          "environments": [
                                            "PRODUCTION"
                                          ],
                                          "roles": [
                                            "BASELINE-SQL",
                                            "PLATEFORMES-PAIE"
                                          ],
                                          "serverType": "windows",
                                          "hostName": "VM121029",
                                          "port": 46336,
                                          "encryptionType": "aes",
                                          "encryptionKey": "xxxxxxx",
                                          "drift": "automaticallyRemediate",
                                          "name": "VM121029",
                                          "variables": {
                                            "SQLInstances": "@(PAIE)",
                                            "SQLSourcePath": "\\\\ocapiat.fr\\maestro\\Logiciels\\Entreprise\\Microsoft\\SQL Server\\Standard\\2016-FR-SP2"
                                          }
                                        },
                                        {
                                          "active": true,
                                          "environments": [
                                            "PRODUCTION"
                                          ],
                                          "roles": [
                                            "BASELINE-FICHIERS",
                                            "PLATEFORMES-PAIE"
                                          ],
                                          "serverType": "windows",
                                          "hostName": "VM121038",
                                          "port": 46336,
                                          "encryptionType": "aes",
                                          "encryptionKey": "xxxxxxx",
                                          "drift": "automaticallyRemediate",
                                          "name": "VM121038",
                                          "variables": {}
                                        },
                                        {
                                          "active": true,
                                          "environments": [
                                            "PRODUCTION"
                                          ],
                                          "roles": [
                                            "PLATEFORMES-WORKFOLDER-SETUP"
                                          ],
                                          "serverType": "windows",
                                          "hostName": "VM121040",
                                          "port": 46336,
                                          "encryptionType": "aes",
                                          "encryptionKey": "xxxxxxx",
                                          "drift": "automaticallyRemediate",
                                          "name": "VM121040",
                                          "variables": {}
                                        },
                                        {
                                          "active": true,
                                          "environments": [
                                            "INTEGRATION"
                                          ],
                                          "roles": [
                                            "BASELINE"
                                          ],
                                          "serverType": "windows",
                                          "hostName": "VM121039",
                                          "port": 46336,
                                          "encryptionType": "aes",
                                          "encryptionKey": "xxxxxxx",
                                          "drift": "automaticallyRemediate",
                                          "name": "VM121039",
                                          "variables": {}
                                        },
                                        {
                                          "active": true,
                                          "environments": [
                                            "INTEGRATION"
                                          ],
                                          "roles": [
                                            "BASELINE"
                                          ],
                                          "serverType": "windows",
                                          "hostName": "VM121027",
                                          "port": 46336,
                                          "encryptionType": "aes",
                                          "encryptionKey": "xxxxxxx",
                                          "drift": "automaticallyRemediate",
                                          "name": "VM121027",
                                          "variables": {}
                                        },
                                        {
                                          "active": true,
                                          "environments": [
                                            "DEVELOPPEMENT"
                                          ],
                                          "roles": [
                                            "LINUX-BASELINE",
                                            "LINUX-HAPROXY",
                                            "PLATEFORMES-WORDPRESS-HAPROXI",
                                            "PLATEFORMES-SOR-HAPROXI"
                                          ],
                                          "raft": "Linux",
                                          "serverType": "ssh",
                                          "hostName": "10.1.111.2",
                                          "port": 22,
                                          "credentialsType": "UsernamePassword",
                                          "credentialsName": "ROOT-UBUNTU",
                                          "drift": "reportOnly",
                                          "tempPath": "",
                                          "name": "VM111002",
                                          "variables": {}
                                        },
                                        {
                                          "active": true,
                                          "environments": [
                                            "DEVELOPPEMENT"
                                          ],
                                          "roles": [
                                            "LINUX-BASELINE",
                                            "LINUX-HAPROXY",
                                            "PLATEFORMES-WORDPRESS-HAPROXI",
                                            "PLATEFORMES-SOR-HAPROXI"
                                          ],
                                          "raft": "Linux",
                                          "serverType": "ssh",
                                          "hostName": "10.1.111.3",
                                          "port": 22,
                                          "credentialsType": "UsernamePassword",
                                          "credentialsName": "ROOT-UBUNTU",
                                          "drift": "reportOnly",
                                          "tempPath": "",
                                          "name": "VM111003",
                                          "variables": {}
                                        },
                                        {
                                          "active": true,
                                          "environments": [
                                            "INTEGRATION"
                                          ],
                                          "roles": [
                                            "LINUX-MARIADB",
                                            "PLATEFORMES-WORDPRESS"
                                          ],
                                          "raft": "Linux",
                                          "serverType": "ssh",
                                          "hostName": "10.1.111.5",
                                          "port": 22,
                                          "credentialsType": "UsernamePassword",
                                          "credentialsName": "ROOT-UBUNTU",
                                          "drift": "reportOnly",
                                          "tempPath": "",
                                          "name": "VM111005",
                                          "variables": {
                                            "WPSITES": "@(wpsbx)"
                                          }
                                        },
                                        {
                                          "active": true,
                                          "environments": [
                                            "INTEGRATION",
                                            "DEVELOPPEMENT"
                                          ],
                                          "roles": [
                                            "BASELINE-100-IIS",
                                            "BASELINE",
                                            "BASELINE-110-IIS-PHP"
                                          ],
                                          "serverType": "windows",
                                          "hostName": "VM121041",
                                          "port": 46336,
                                          "encryptionType": "aes",
                                          "encryptionKey": "xxxxxxx",
                                          "drift": "automaticallyRemediate",
                                          "name": "VM121041",
                                          "variables": {}
                                        },
                                        {
                                          "active": true,
                                          "environments": [
                                            "INTEGRATION"
                                          ],
                                          "roles": [
                                            "BASELINE-SQL"
                                          ],
                                          "serverType": "windows",
                                          "hostName": "VM120009",
                                          "port": 46336,
                                          "encryptionType": "aes",
                                          "encryptionKey": "xxxxxxx",
                                          "drift": "automaticallyRemediate",
                                          "name": "VM120009",
                                          "variables": {
                                            "SQLInstances": "@(TESTABO)"
                                          }
                                        },
                                        {
                                          "active": true,
                                          "environments": [
                                            "INTEGRATION"
                                          ],
                                          "roles": [
                                            "BASELINE-SQL"
                                          ],
                                          "serverType": "windows",
                                          "hostName": "VM120008",
                                          "port": 46336,
                                          "encryptionType": "aes",
                                          "encryptionKey": "xxxxxxx",
                                          "drift": "automaticallyRemediate",
                                          "name": "VM120008",
                                          "variables": {
                                            "SQLInstances": "@(TESTPUB)"
                                          }
                                        },
                                        {
                                          "active": true,
                                          "environments": [
                                            "DEVELOPPEMENT"
                                          ],
                                          "roles": [
                                            "PLATEFORMES-WORDPRESS"
                                          ],
                                          "raft": "Linux",
                                          "serverType": "ssh",
                                          "hostName": "10.8.111.7",
                                          "port": 22,
                                          "credentialsType": "UsernamePassword",
                                          "credentialsName": "ROOT-UBUNTU",
                                          "drift": "automaticallyRemediate",
                                          "tempPath": "",
                                          "name": "VM111007",
                                          "variables": {
                                            "WPSITES": "@(WPDEV)"
                                          }
                                        }
                                      ],
                                      "environments": [
                                        {
                                          "name": "INTEGRATION",
                                          "variables": {
                                            "RootDrive": "D:\\",
                                            "RootEnv": "INT"
                                          }
                                        },
                                        {
                                          "name": "DEVELOPPEMENT",
                                          "variables": {
                                            "RootDrive": "D:\\",
                                            "RootEnv": "DEV"
                                          }
                                        },
                                        {
                                          "name": "PRODUCTION",
                                          "variables": {}
                                        }
                                      ],
                                      "roles": [
                                        {
                                          "dependencies": [
                                            "BASELINE"
                                          ],
                                          "name": "BASELINE-CONFIG-SERVEURS",
                                          "variables": {
                                            "Description": {
                                              "value": "%(VM120001: DC PARIS16, VM120003: DC PARIS16, VM120002: EXCHANGE, VM121001: DC PARIS12, VM121003: DC PARIS 12, VM121005: DC POITIERS, VM121006: DC POITIERS, VM121002: MAESTRO-DFS-PARIS12, VM121008: KMS, VM121009: MAESTRO-DFS-POITIERS, VM121010: PKI, VM121004: PDQ, VM121007: MAESTRO-INEDO-SQLXPRESS, VM121012: TEST, VM121013: GLPI, VM121014: FICHIERS PARIS 12, VM120004: MAESTRO-FICHIERS-DFS, VM120005: MAESTRO-MDT)",
                                              "sensitive": true
                                            }
                                          }
                                        },
                                        {
                                          "dependencies": [
                                            "BASELINE-CONFIG-SERVEURS"
                                          ],
                                          "name": "AD-Controleurs",
                                          "variables": {
                                            "ModulesBaselineAD": "[\n{\"Nom\":\"DFSDsc\",\"Version\":\"4.3.0\"},\n{\"Nom\":\"xSmbShare\",\"Version\":\"2.2.0\"}, {\"Nom\":\"xDNSServer\",\"Version\":\"1.12.0.0\"}\n]\n\n"
                                          }
                                        },
                                        {
                                          "dependencies": [
                                            "BASELINE-CONFIG-SERVEURS"
                                          ],
                                          "name": "PLATEFORMES",
                                          "variables": {}
                                        },
                                        {
                                          "dependencies": [
                                            "PLATEFORMES"
                                          ],
                                          "name": "PLATEFORMES-MAESTRO",
                                          "variables": {}
                                        },
                                        {
                                          "dependencies": [
                                            "PLATEFORMES-MAESTRO",
                                            "BASELINE-100-IIS"
                                          ],
                                          "name": "PLATEFORMES-MAESTRO-PDQ",
                                          "variables": {
                                            "ModulesPlateformesMaestroPDQ": "[ {\"Nom\":\"VMware.PowerCLI\",\"Version\":\"11.2.0.12780525\"},{\"Nom\":\"DSI\",\"Version\":\"1.0.0\"}  ]\t"
                                          }
                                        },
                                        {
                                          "dependencies": [
                                            "BASELINE-CONFIG-SERVEURS",
                                            "BASELINE-100-IIS"
                                          ],
                                          "name": "AD-PKI",
                                          "variables": {}
                                        },
                                        {
                                          "dependencies": [
                                            "BASELINE-010-IIS-MODULES"
                                          ],
                                          "name": "BASELINE-100-IIS",
                                          "variables": {
                                            "SitesIIS": "%(GLPI-INTEGRATION: %(Bindings: @(%(IPAddress: *, Port: 8000, HostName: *, Protocol: http))), GLPI-EXPLOITATION: %(Bindings: @(%(IPAddress: *, Port: 8001, HostName: *, Protocol: http))), KANBOARD-INTEGRATION: %(Bindings: @(%(IPAddress: *, Port: 8003, HostName: *, Protocol: http))), ANNUAIRE-EXPLOITATION: %(Bindings: @(%(IPAddress: *, Port: 80, HostName: annuaire.ocapiat.fr, Protocol: http))), ANNUAIRE-INTEGRATION: %(Bindings: @(%(IPAddress: *, Port: 80, HostName: annuaire-dev.ocapiat.fr, Protocol: http))))",
                                            "WindowsFeature-IIS": "@(Web-Server, Web-WebServer, Web-Common-Http, Web-Static-Content, Web-Default-Doc, Web-Http-Errors, Web-Dir-Browsing, Web-Http-Redirect, Web-Health, Web-Http-Logging, Web-Request-Monitor, Web-Log-Libraries, Web-Performance, Web-Stat-Compression, Web-Dyn-Compression, Web-Security, Web-Filtering, Web-Basic-Auth, Web-Windows-Auth, Web-App-Dev, Web-CGI, Web-ISAPI-Ext, Web-Includes, Web-ISAPI-Filter, Web-Mgmt-Tools, Web-Mgmt-Compat, Web-Metabase, Web-WMI, Web-Lgcy-Scripting, Web-Scripting-Tools, Web-Mgmt-Service)"
                                          }
                                        },
                                        {
                                          "dependencies": [
                                            "PLATEFORMES-MAESTRO",
                                            "BASELINE-FICHIERS"
                                          ],
                                          "name": "PLATEFORMES-MAESTRO-DFS",
                                          "variables": {}
                                        },
                                        {
                                          "dependencies": [
                                            "BASELINE-CONFIG-SERVEURS"
                                          ],
                                          "name": "BASELINE-FICHIERS",
                                          "variables": {
                                            "LecteurDFS": "D:",
                                            "ModulesBaselineFichiers": "[ {\"Nom\":\"DFSDsc\",\"Version\":\"4.3.0\"},\n{\"Nom\":\"xSmbShare\",\"Version\":\"2.2.0\"} ]",
                                            "WindowsFeature-Fichiers": "@(FS-Resource-Manager, FS-DFS-Namespace, FS-DFS-Replication, FS-DATA-Deduplication, FS-VSS-Agent)"
                                          }
                                        },
                                        {
                                          "dependencies": [
                                            "BASELINE-CONFIG-SERVEURS"
                                          ],
                                          "name": "PLATEFORMES-EXCHANGE",
                                          "variables": {}
                                        },
                                        {
                                          "dependencies": [],
                                          "name": "BASELINE",
                                          "variables": {
                                            "ModulesBaseline": "[{\"Nom\":\"PSDscResources\",\"Version\":\"2.10.0.0\"} ,\n {\"Nom\":\"Carbon\",\"Version\":\"2.9.0\"},\n {\"Nom\":\"StorageDSC\",\"Version\":\"4.6.0.0\"},\n{\"Nom\":\"xActiveDirectory\",\"Version\":\"3.0.0.0\"},\n{\"Nom\":\"NetworkingDSC\",\"Version\":\"7.1.0.0\"}\n]",
                                            "WindowsFeaturesBaseline": "@(RSAT-AD-PowerShell, RSAT-DNS-Server)"
                                          }
                                        },
                                        {
                                          "dependencies": [
                                            "PLATEFORMES-MAESTRO",
                                            "BASELINE-110-IIS-PHP"
                                          ],
                                          "name": "PLATEFORMES-MAESTRO-GLPI",
                                          "variables": {}
                                        },
                                        {
                                          "dependencies": [
                                            "BASELINE"
                                          ],
                                          "name": "BASELINE-010-IIS-MODULES",
                                          "variables": {
                                            "ModulesBaselineIIS": "[\n {\"Nom\":\"xWebAdministration\",\"Version\":\"2.5.0.0\"},\n {\"Nom\":\"PSDscResources\",\"Version\":\"2.10.0.0\"}\n]",
                                            "SourceNetFx35": "\\\\ocapiat.fr\\MAESTRO\\Logiciels\\Entreprise\\Microsoft\\.Net Framework\\3.5"
                                          }
                                        },
                                        {
                                          "dependencies": [
                                            "BASELINE-100-IIS"
                                          ],
                                          "name": "BASELINE-110-IIS-PHP",
                                          "variables": {
                                            "ModulesPHP": "[ {\"Nom\":\"PhpManager\",\"Version\":\"1.17.2.210\"} ]",
                                            "PHPPAthRoot": "D:\\PHP",
                                            "PHPVersions": "@(7.3.4)"
                                          }
                                        },
                                        {
                                          "dependencies": [
                                            "PLATEFORMES"
                                          ],
                                          "name": "PLATEFORMES-METAANNUAIRE",
                                          "variables": {
                                            "MetaAnnuaire": "%(EXP: %(InstanceDescription: Exploitation, LocalLDAPPortToListenOn: 50000, LocalSSLPortToListenOn: 50100))",
                                            "NomDomaine": "ldap",
                                            "WindowsFeature-ADLDS": "@(ADLDS)"
                                          }
                                        },
                                        {
                                          "dependencies": [
                                            "PLATEFORMES"
                                          ],
                                          "name": "PLATEFORMES-WAC",
                                          "variables": {
                                            "CName": "wac.ocapiat.fr",
                                            "WindowsFeaturesWAC": "@(RSAT-DNS-Server)"
                                          }
                                        },
                                        {
                                          "dependencies": [
                                            "PLATEFORMES",
                                            "BASELINE-110-IIS-PHP"
                                          ],
                                          "name": "PLATEFORMES-MAESTRO-KANBOARD",
                                          "variables": {}
                                        },
                                        {
                                          "dependencies": [
                                            "PLATEFORMES",
                                            "BASELINE-100-IIS"
                                          ],
                                          "name": "PLATEFORMES-MAESTRO-LANSWEEPER",
                                          "variables": {}
                                        },
                                        {
                                          "dependencies": [
                                            "PLATEFORMES"
                                          ],
                                          "name": "PLATEFORMES-MAESTRO-MDT",
                                          "variables": {}
                                        },
                                        {
                                          "dependencies": [
                                            "PLATEFORMES-MAESTRO"
                                          ],
                                          "name": "PLATEFORMES-MAESTRO-IIS",
                                          "variables": {}
                                        },
                                        {
                                          "dependencies": [
                                            "PLATEFORMES-MAESTRO"
                                          ],
                                          "name": "PLATEFORMES-MAESTRO-SNIPEIT",
                                          "variables": {}
                                        },
                                        {
                                          "dependencies": [
                                            "PLATEFORMES"
                                          ],
                                          "name": "PLATEFORMES-RH",
                                          "variables": {}
                                        },
                                        {
                                          "dependencies": [],
                                          "name": "PLATEFORMES-RH-ANNUAIRE",
                                          "variables": {}
                                        },
                                        {
                                          "dependencies": [
                                            "BASELINE-CONFIG-SERVEURS"
                                          ],
                                          "name": "BASELINE-SQL",
                                          "variables": {
                                            "ModulesBaselineSQL": "[\n{\"Nom\":\"dbatools\",\"Version\":\"1.0.38\"},{\"Nom\":\"SQLServerDSC\",\"Version\":\"13.1.0.0\"},\n{\"Nom\":\"SQLServer\",\"Version\":\"21.1.18147\"}\n]",
                                            "SQL-Maintenance-Checksum": "-2101817452",
                                            "SQL-Maintenance-Get-Script": "Get-InstanceName.sql",
                                            "SQL-Maintenance-Set-Script": "MaintenanceSolution.sql",
                                            "SQL-Maintenance-Test-Script": "ObjectChecksum.sql",
                                            "SQL-Scripts-Folder": "c:\\dsi\\sql",
                                            "SQLInstances": "@()",
                                            "SQLInstancesConfig": "%(MAESTRODEV: %(RAM: 2048, StaticPort: 1450), TEST: %(RAM: 2048, StaticPort: 1451), PAIE: %(RAM: 4096, StaticPort: 1450), MAESTROPRD: %(RAM: 2048, StaticPort: 1450), LANSWEEPER: %(RAM: 4096, StaticPort: 1451), TESTPUB: %(RAM: 4096, StaticPort: 1451), TESTABO: %(RAM: 4096, StaticPort: 1452))",
                                            "WindowsFeaturesBaselineSQL": "@(NET-Framework-45-Core)"
                                          }
                                        },
                                        {
                                          "dependencies": [],
                                          "name": "PLATEFORMES-WORKSPACE",
                                          "variables": {}
                                        },
                                        {
                                          "dependencies": [
                                            "PLATEFORMES-MAESTRO",
                                            "BASELINE-110-IIS-PHP"
                                          ],
                                          "name": "PLATEFORMES-MAESTRO-GIT",
                                          "variables": {}
                                        },
                                        {
                                          "dependencies": [
                                            "BASELINE-CONFIG-SERVEURS"
                                          ],
                                          "name": "PLATEFORMES-RDS",
                                          "variables": {}
                                        },
                                        {
                                          "dependencies": [],
                                          "name": "LINUX-BASELINE",
                                          "variables": {
                                            "APT-MARIADB": "mariadb-server mariadb-client"
                                          }
                                        },
                                        {
                                          "dependencies": [],
                                          "name": "LINUX-HAPROXY",
                                          "variables": {
                                            "APT-Modules": "haproxy keepalived git wget"
                                          }
                                        },
                                        {
                                          "dependencies": [
                                            "LINUX-HAPROXY"
                                          ],
                                          "name": "PLATEFORMES-WORDPRESS-HAPROXI",
                                          "variables": {}
                                        },
                                        {
                                          "dependencies": [],
                                          "name": "LINUX-MARIADB",
                                          "variables": {
                                            "APT-MARIADB": "mariadb-server mariadb-client"
                                          }
                                        },
                                        {
                                          "dependencies": [
                                            "LINUX-BASELINE",
                                            "LINUX-MARIADB"
                                          ],
                                          "name": "PLATEFORMES-WORDPRESS",
                                          "variables": {
                                            "APT-WP-PHP": "php7.2 php7.2-cli php7.2-mysql php7.2-json php7.2-opcache php7.2-mbstring php7.2-xml php7.2-gd php7.2-curl"
                                        },
                                        {
                                          "dependencies": [
                                            "BASELINE-SQL"
                                          ],
                                          "name": "PLATEFORMES-MAESTRO-SQL",
                                          "variables": {}
                                        },
                                        {
                                          "dependencies": [],
                                          "name": "PLATEFORMES-PAIE",
                                          "variables": {}
                                        },
                                        {
                                          "dependencies": [
                                            "BASELINE-CONFIG-SERVEURS"
                                          ],
                                          "name": "PLATEFORMES-WORKFOLDER",
                                          "variables": {
                                            "ModulesWorkFolders": "[{\"Nom\":\"xDNSServer\",\"Version\":\"1.16.0.0\"},{\"Nom\":\"CertificateDsc\",\"Version\":\"4.7.0.0\"}]",
                                            "WindowsFeature-WorkFolders": "@(FS-SyncShareService, Web-WHC, FS-Data-Deduplication)",
                                            "WorkFolder-DossierBase": "D:\\WKFLD"
                                          }
                                        },
                                        {
                                          "dependencies": [
                                            "PLATEFORMES-WORKFOLDER"
                                          ],
                                          "name": "PLATEFORMES-WORKFOLDER-SETUP",
                                          "variables": {}
                                        },
                                        {
                                          "dependencies": [],
                                          "name": "PLATEFORMES-SOR-HAPROXI",
                                          "variables": {}
                                        }
                                      ]
                                    }
                                    
                                    1 Reply Last reply Reply Quote 0
                                    • jraschJ Offline
                                      jrasch inedo-engineer
                                      last edited by

                                      Hi Philipe,

                                      Thank you for the export. Using it to perform an import, I was able to determine the root cause for the "item with the same key has already been added" error and have submitted a fix for it.

                                      If you would like a pre-release version with the fix included let me know and I'll make one available, otherwise it will be included in 6.1.26 due out next Friday.

                                      Thanks,
                                      -John

                                      P 2 Replies Last reply Reply Quote 0
                                      • P Offline
                                        PhilippeC. @jrasch
                                        last edited by

                                        Hi John
                                        Great news
                                        I will wait for the next release.
                                        Best regards
                                        PhilippeC.

                                        1 Reply Last reply Reply Quote 0
                                        • P Offline
                                          PhilippeC. @jrasch
                                          last edited by PhilippeC.

                                          Hi John

                                          The BM release 6.2.4 (build 9) has the same problem :(
                                          I expected that BM 6.2 solved the error so I upgraded.

                                          Any plan to solve the bug on the 6.2 ?

                                          I did not check on 6.1.26

                                          Best regards

                                          1 Reply Last reply Reply Quote 0
                                          • jraschJ Offline
                                            jrasch inedo-engineer
                                            last edited by

                                            Hi Phillipe,

                                            The bug should have been resolved in both lines (it was fixed in 6.1 but merged into 6.2). I had originally used the infrastructure you sent in testing it, I will try again tomorrow or Wednesday in 2 clean instances to see what I find and report back.

                                            Thanks,
                                            -John

                                            P 1 Reply Last reply Reply Quote 0

                                            Hello! It looks like you're interested in this conversation, but you don't have an account yet.

                                            Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

                                            With your input, this post could be even better 💗

                                            Register Login
                                            • 1
                                            • 2
                                            • 1 / 2
                                            • First post
                                              Last post
                                            Inedo Website Home • Support Home • Code of Conduct • Forums Guide • Documentation