Inedo Community Forums Forums
    • Recent
    • Tags
    • Popular
    • Login
    1. Home
    2. PhilippeC.
    3. Posts

    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!

    P Offline
    • Profile
    • Following 1
    • Followers 0
    • Topics 52
    • Posts 95
    • Groups 0

    Posts

    Recent Best Controversial
    • Displaying different version in Asset doesn't work correctly in 2.2.7

      Hello
      I am using Otter 2.2.7.
      When you select "Version" in an script from an Asset, and pickup one different from 1, it is always display the last version (1).
      Therefore, the compare with current is working properly.

      This is a small regression since the last release as it was working fine previously.

      Hope this this helpful for correction :)

      Best Regards

      posted in Support
      P
      PhilippeC.
    • RE: OTTER - Force a block within a plan to remediate

      Hi
      As I was building a test case, I found an error in my code 😕

      After correction, It is working as expected. Sorry !

      posted in Support
      P
      PhilippeC.
    • RE: Build deployement cancel never end.

      Pb solved:

      • remove InedoCore 1.5.1
      • Restart BuildMaster
      • Install InedoCore 1.5.0
        The Execution Dispatcher still stuck (even after 5 mn)
      • Reboot VM

      Pb gone 😊

      posted in Support
      P
      PhilippeC.
    • RE: Build deployement cancel never end.

      The Execution dispatcher did not start anymore.
      I have to run it each time I have to submit a task.
      Still have a never ending job.

      posted in Support
      P
      PhilippeC.
    • RE: Build deployement cancel never end.

      It is possible to roll back to InedoCore 1.5.0 ?

      posted in Support
      P
      PhilippeC.
    • Build deployement cancel never end.

      Hello
      Buildmaster 6.1.14. / Fresh Inedocore 1.5.1 (I update just before I ran the build)
      I have now a cancel job which doesn't stop.

      "The execution is in the process of being canceled. If the current operation does not support cancellation, the execution will be canceled when the operation completes.
      

      I stop/ start BuildMaster
      I stop/start the VM
      unsuccessfully.

      If I run a new pipeline step, it starts only if I run the Execution Dispatcher.
      How do I cleanup this mess ?

      Best Regards
      Philippe

      posted in Support
      P
      PhilippeC.
    • Small bug in Otter Servers filter page and count

      Hello
      The filter on the Otter Servers Page is not working as it should.

      There is a probleme when you use the some filter and the count value. -
      The count value applied to the list of server before the filter is applied and not after as it should

      Exemple: Set 2 filter and count 25
      bug-filter.png

      Exemple Same filter and count 100
      bug-filter-1.png

      The expected server is present.

      Other case : One filter / count 25
      bug-filter-2.png

      Other Case : Same filter as previous case but count 100
      bug-filter-3.png

      Hope I am clear 😊

      Philippe

      posted in Support
      P
      PhilippeC.
    • RE: Buildmaster upgrade to 6.1.13 and all deployment are stuck to pending state :(

      finally a reboot of the server solve the pb ...

      posted in Support
      P
      PhilippeC.
    • RE: Buildmaster upgrade to 6.1.13 and all deployment are stuck to pending state :(

      I have the same behavior when I duplicate an application.
      Task in pending state ...
      Problem with the scheduler ?

      posted in Support
      P
      PhilippeC.
    • Buildmaster upgrade to 6.1.13 and all deployment are stuck to pending state :(

      Hi,
      I have just upgarde buildmaster to 6.1.13 from previous version and I now unable to deploy any application.
      They are stick to a pending state, any help would be helpful.

      any help would be appreciate.
      Is there any way for a roll back without touching the databse from such version ?
      Regards
      Philippe

      posted in Support
      P
      PhilippeC.
    • RE: Variable in list limit to 50 characters :(

      😢

      Thanks for the fast answer.
      I will tell my people to reduce the varable length

      posted in Support
      P
      PhilippeC.
    • Variable in list limit to 50 characters :(

      Hi
      I meet some problem with variables length in BuildMaster.
      It is limited to 50 characters. Could you expand it if it is possible ?

      Test Case :
      OK : %MYLIST=%(01234567890123456789012345678901234567890123456789: WORK)

      KO : %MYLIST=%(012345678901234567890123456789012345678901234567890: FAILED)

      Please, don't ask me why I need somy many characters. I need to replace variables in a web.config and the dev team like to have very long and explicit variable .

      Regards

      Philippe

      posted in Support
      P
      PhilippeC.
    • Enhancement request for multiple environment to one server

      Hello

      When you assign more than one environment to one server, and when the same variable is set with 2 diffrent values, it is not working properly.

      • Configuration
        It should loop all the configuration over all the environnement assign to the server.
      • Orchestration
        It is already possible to select for which environment but it is not working properly.

      Test Case:

      • Server A
      • Role : MyApp / Configuration =>
      Ensure-Directory(
      	Name: $MyAppFolder
      	[Exists: <true/false>]
      );
      
      • Environnement 1 => $MyAppFolder=AppliTESTTEAM1
      • Environnement 2 => $MyAppFolder=AppliTESTTEAM2

      Actually, I have to setup 2 servers to deploy the 2 appliaitons if I am based on Environment approach.

      This impact BuildMaster too.

      Best regards

      Philippe

      Product: Otter
      Version: 2.1.3

      posted in Support otter
      P
      PhilippeC.
    • Enhancement for all-application page ?

      Hello

      The all-applications page resume for all the applications the status of deployement where the app has been deployed (successfully or not).
      This is based on Environnement.

      Is it possible to represent it from Pipeline Step ?

      Regards

      Philippe

      Product: BuildMaster
      Version: 6.1.0

      posted in Support buildmaster
      P
      PhilippeC.
    • RE: Conversion problem with PsDSC or Ensure-DscResource with conversion from string to integer since Otter 2.X

      Does anyone have the problem ?

      This problem is really frustrating and block me to migrate completely to Otter 2.x

      you guys from Inedo, do have any idea ?

      Best regards

      posted in Support
      P
      PhilippeC.
    • Conversion problem with PsDSC or Ensure-DscResource with conversion from string to integer since Otter 2.X

      Hello

      There a conversion problem from convert srting to INT with PsDsc or Ensure-DsC function.

              Ensure-DscResource
              (
                  ConfigurationKey: setMaxSQLRAM,
                  Name: SqlServerMemory,
                  Module: SqlServerDsc,
                  Properties: %(ServerName: $ServerName,DynamicAlloc: false,MinMemory: 256,InstanceName:$Instance,Ensure: Present)
              );
              
      

      gives the following error message:

      Importing ModuleName...
      Échec de conversion de la valeur de la propriété « MinMemory », du type « STRING » au type « SINT32 »
       Ligne : 12, caractère : 2
       Mémoire tampon :
         MinMemory = "256";
      };^
      blablabla
      

      I try several solutions unsuccessfully.

      The PsDsc equivalent in Otter 1.7.2 is working fine

      Any answer would be helpfull

      Best regards

      Philippe

      Product: Otter
      Version: 2.1.2

      posted in Support otter
      P
      PhilippeC.
    • 2 Resource Credentials with the same name but assign to 2 environnements or more not working

      Hello

      I am looking to use the same account for some plan but its password is not the same depending on the environment it is applied.
      It can use in the plan $CredentialProperty() and get a different password depending on the environnement it is apply.

      Ressource Credential:

      ADACCOUNT => login:ADAccount / pwd:simplepassaword assign to TEST environnement
      ADACCOUNT => login:ADAccount / pwd:verycomplexpassword assign to PROD environnement
      

      Unfortunately, there is a constraint violation

      System.Data.SqlClient.SqlException (0x80131904): 2627`14`1`Credentials_CreateOrUpdateCredential`21`Violation de la contrainte UNIQUE KEY « UQ__Credentials ». blablabla
      

      It is a bug ?
      If not, it would be a very useful feature

      Adding the ability to assign the credentail to multiple environment would be better:).
      (One to TEST, DEV, INTEGRATION and the second one to (PROD and PRA) for example.

      Best regards

      Philippe

      Product: BuildMaster
      Version: 6.1.0

      posted in Support buildmaster
      P
      PhilippeC.
    • Error message when map no correctly formated and big mess !!!!

      Hello
      when you create a map in application settings in bulk mode, and if there are syntax error, you have an error message.

      To solve the problem, you have to remove the variable thru the Administation page, and create it correctly.

      If the map is create as pipeline variable, there is no error until you start a step then you have an error.

      Test case :

      Bulk insert in Settings for an Application

      {
        "TESTCASE": {
          "value": "%(Key1:Value1,Key2:`$ServerName,Key3`:OupsMistake)",
          "sensitive": true
        },
      

      Results

      System.FormatException: Invalid key name: Key3\` 
      at Inedo.ExecutionEngine.Variables.TextProcessor.ReadMap() 
      at Inedo.ExecutionEngine.Variables.TextProcessor.ReadVariableOrFunction(Boolean onlyScalar) 
      at Inedo.ExecutionEngine.Variables.TextProcessor.ReadNext() 
      at Inedo.ExecutionEngine.Variables.ProcessedString.Load(TextReader reader) 
      at Inedo.BuildMaster.Variables.BuildMasterVariable.GetProcessedValue(String unprocessedValue, RuntimeValueType type) 
      at Inedo.BuildMaster.Variables.BuildMasterVariable..ctor(Variables variable) 
      at Inedo.BuildMaster.Variables.BuildMasterVariable.<GetVariablesAccessibleFromScope>d__16.MoveNext() 
      at System.Linq.Enumerable.WhereSelectEnumerableIterator`2.MoveNext() 
      at Inedo.Web.Controls.Element.<GetControlsFromArgument>d__41.MoveNext() 
      at Inedo.Web.Controls.Element..ctor(String elementType, Object[] content) 
      at Inedo.BuildMaster.Web.WebApplication.Controls.VariableSummary..ctor(IGenericBuildMasterContext context) 
      at Inedo.BuildMaster.Web.WebApplication.Pages.Applications.EditApplicationPage.CreateChildControls() 
      at Inedo.BuildMaster.Web.WebApplication.Pages.BuildMasterSimplePage.<InitializeAsync>d__8.MoveNext() 
      --- End of stack trace from previous location where exception was thrown --- 
      at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() 
      at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) 
      at Inedo.Web.PageFree.SimplePageBase.<ProcessRequestAsync>d__46.MoveNext() 
      --- End of stack trace from previous location where exception was thrown --- 
      at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() 
      at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) 
      at System.Web.TaskAsyncHelper.EndTask(IAsyncResult ar) 
      at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() 
      at System.Web.HttpApplication.ExecuteStepImpl(IExecutionStep step) 
      at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
      
      Product: BuildMaster  
      Version: 6.1.0
      posted in Support buildmaster
      P
      PhilippeC.
    • Collect phase failed with SQL Error Exception

      Hello

      I upgraded to Otter 2.1.2, and I have now many of the servers in error during the Collect phase.

      Unhandled exception: System.Data.SqlClient.SqlException (0x80131904): 
      La transaction (ID de processus 77) a été bloquée sur les ressources verrou par un autre processus et a été choisie comme victime. 
      Réexécutez la transaction.
      

      If I force the Check Configuration it is working fine.

      Regards

      Product: Otter
      Version: 2.1.2

      posted in Support otter
      P
      PhilippeC.
    • 1
    • 2
    • 3
    • 4
    • 5
    • 3 / 5