Navigation

    Inedo Community Forums

    Forums

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    1. Home
    2. ade8s_7742
    A
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Best
    • Groups

    ade8s_7742

    @ade8s_7742

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

    ade8s_7742 Follow

    Best posts made by ade8s_7742

    This user hasn't posted anything yet.

    Latest posts made by ade8s_7742

    • RE: SQL error when upgrading ProGet from 5.0.8 to 5.2.32

      Never mind. The table was added in 5.2. It sounds like your second suggestion is the issue here. Thanks again.

      posted in Support
      A
      ade8s_7742
    • RE: SQL error when upgrading ProGet from 5.0.8 to 5.2.32

      @atripp Thank you for the quick reply. We're back up and running on 5.0.8. I'll check those things and give it another shot. Would you be able to tell me in what version the RpmPackages table was added? 5.0 or 5.1?

      posted in Support
      A
      ade8s_7742
    • SQL error when upgrading ProGet from 5.0.8 to 5.2.32

      I attempted to upgrade ProGet 5.0.8 to 5.2.32, and it resulted in a database related error and left ProGet in a broken state.

      2023-03-22 21_01_37.png

      INFO: Executing OBJECTS\2.VIEWS\1.ProGetLicensingViolations_Extended.sql...
      INFO: Executing OBJECTS\2.VIEWS\1.ProGetPackageVersions_Extended.sql...
      INFO: Executing OBJECTS\2.VIEWS\1.PypiPackages_Overview.sql...
      INFO: Executing OBJECTS\2.VIEWS\1.RoleTasks_Extended.sql...
      INFO: Executing OBJECTS\2.VIEWS\1.RpmPackages_FileNames.sql...
          ERROR:    at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction)
          ERROR:    at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose)
          ERROR:    at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady)
          ERROR:    at System.Data.SqlClient.SqlCommand.RunExecuteNonQueryTds(String methodName, Boolean async, Int32 timeout, Boolean asyncWrite)
          ERROR:    at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(TaskCompletionSource`1 completion, String methodName, Boolean sendToPipe, Int32 timeout, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry)
          ERROR:    at System.Data.SqlClient.SqlCommand.ExecuteNonQuery()
          ERROR:    at Inedo.DbUpdater.SqlServer.SqlServerDatabaseConnection.ExecuteQuery(String query, SqlTransaction transaction)
          ERROR:    at Inedo.DbUpdater.SqlServer.SqlServerDatabaseConnection.ExecuteScripts(IEnumerable`1 scriptFiles)
          ERROR:    at Inedo.DbUpdater.Program.Update(String scriptPath, String connectionString)
          ERROR:    at Inedo.DbUpdater.Program.Main(String[] args)
          ERROR: Unhandled Exception: System.Data.SqlClient.SqlException: Invalid object name 'dbo.RpmPackages'.
      

      Has anyone else encountered a similar error?

      posted in Support
      A
      ade8s_7742