Navigation

    Inedo Community Forums

    Forums

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    1. Home
    2. r.riedinger_1931
    R
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Best
    • Groups

    r.riedinger_1931

    @r.riedinger_1931

    0
    Reputation
    3
    Posts
    7
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    r.riedinger_1931 Follow

    Best posts made by r.riedinger_1931

    This user hasn't posted anything yet.

    Latest posts made by r.riedinger_1931

    • After upgrading from 5.3.x to 6.0.1 I got the following warning

      Can I do something about it? or what does it mean?

      Level: Warning

      Category: Cluster Nodes

      Message: Failed to record node status: Procedure or function ClusterNodes_CreateOrUpdate has too many arguments specified.

      Details:
      System.Data.SqlClient.SqlException (0x80131904): Procedure or function ClusterNodes_CreateOrUpdate has too many arguments specified.
      at System.Data.SqlClient.SqlCommand.<>c.<ExecuteDbDataReaderAsync>b__180_0(Task1 result) at System.Threading.Tasks.ContinuationResultTaskFromResultTask2.InnerInvoke()
      at System.Threading.Tasks.Task.Execute()
      --- 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.Data.DatabaseContext.DbResult.<CreateAsync>d__14.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.Data.DatabaseContext.<ExecuteInternalAsync>d__39.MoveNext()
      --- End of stack trace from previous location where exception was thrown ---
      at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
      at Inedo.Data.SqlServerDatabaseContext.<ExecuteInternalAsync>d__7.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.Data.DatabaseContext.<ExecuteNonQueryAsync>d__35.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.Data.DatabaseContext.<ExecuteScalarAsync>d__33`1.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.ProGet.ClusterManagement.ClusterNodeConfigurationState.<GetOrUpdateId>d__3.MoveNext()
      ClientConnectionId:5462aeb8-81fb-4a9f-960b-552aafd4d23f
      Error Number:8144,State:2,Class:16

      posted in Support
      R
      r.riedinger_1931
    • RE: ProGet 5.2.13 breaks Symbol Server / PDB download

      @gdivis said in ProGet 5.2.13 breaks Symbol Server / PDB download:

      It looks like this was caused by a change in our internal deployment process. I've logged this as PG-1615, and it will be fixed in ProGet 5.2.14, which is scheduled for release on Friday (October 18).

      Thanks for the report!

      Thank you very much for the quick fix!

      posted in Support
      R
      r.riedinger_1931
    • ProGet 5.2.13 breaks Symbol Server / PDB download

      After upgrading to ProGet 5.2.13 (coming from 5.1.3), downloading symbols results in an error (in the Log we see unhandled exceptions)

      Everything else is working fine!

      Request:
      http://sv-int-tfs-02:8181/symbols/DebugForDevMachine/upper.core.automapper.pdb/0d129631de824bf8a0dfd310198a9c231/upper.core.automapper.pdb

      The request return a page with this text "The system cannot find the file specified" (Status Code 500).

      Note: The package is physically available and is correct, on the detail page of package it show that symbols are available (see the screenshot).

      Any idea what's wrong?
      Going back to version 5.1.3 fixes the problem, but we want to keep the product up to date.

      Clear caches of the feed and re-index, as well as restart the proget service and web server did not help.

      The pro get log shows the following:
      Logged: 16.10.2019 08:56:57
      Level: Error
      Category: Symbol Server
      Message: Unhandled exception
      Details: System.ComponentModel.Win32Exception (0x80004005): The system cannot find the file specified
      at System.Diagnostics.Process.StartWithCreateProcess(ProcessStartInfo startInfo)
      at Inedo.ProGet.WebApplication.SimpleHandlers.SymbolServerHandler.<GetIndexedPdbAsync>d__5.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.ProGet.WebApplication.SimpleHandlers.SymbolServerHandler.<ProcessRequestInternalAsync>d__3.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.ProGet.WebApplication.SimpleHandlers.SymbolServerHandler.<ProcessRequestAsync>d__2.MoveNext()

      Please help!!
      PackageInfo.png

      posted in Support
      R
      r.riedinger_1931