Navigation

    Inedo Community Forums

    Forums

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    1. Home
    2. Tags
    3. proget
    Log in to post

    • A

      UpdateChecker failed with 411
      Support • proget update • • antoine.laroche_1750  

      3
      0
      Votes
      3
      Posts
      15
      Views

      ben

      Hello Antoine and Anton, I've filed this as PG-1376.
    • F

      Cannot pull software update
      Support • proget • • florian.peschka_9815  

      3
      0
      Votes
      3
      Posts
      32
      Views

      ben

      Hello Florian and Antoine, I've filed this as PG-1376.
    • F

      Npm install stuck on "readLocalPackageData" when using ProGet Feed
      Support • proget npm • • florian.peschka_9815  

      2
      0
      Votes
      2
      Posts
      59
      Views

      F

      The problem was our proxy. npm doesn't use the proxy exceptions that are configured in the system, so after updating them to include the ProGet server domain it works as expected.
    • J

      Update failed due to unhandled SqlException
      Support • proget • • jrottmann_7642  

      4
      0
      Votes
      4
      Posts
      16
      Views

      ?

      Yes, that would fix the installer issue and we do recommend moving to SQL Server 2016. The bundled SQL 2005 instance in the old installer was intended more for quick setup for evaluation purposes rather than production use, but we did a very poor job of making that clear. We are fixing that now; we're working on updating all of our installers to detect the SQL Server version and suggest/require an upgrade. Here is the current article about SQL Server requirements - basically it's any version currently supported by Microsoft. Sorry for the confusion, and hope this helps!
    • ?

      Metadata against Assets
      Support • proget api metadata • • kms254  

      2
      0
      Votes
      2
      Posts
      13
      Views

      atripp

      Currently assets do not have any user-definable metadata like this, I guess because that would make them a lot like packages? Assets also aren't intended to be like a "SharePoint replacement", which is why we don't want to put a lot of extra features like versioning, etc. These are also hard to replicate, etc. That being said, we are open to changes, so please consider using the Feature Request Process. Note that, we also want to evaluate "why" and "how this would be used", and that's part of the feature/change process.
    • ?

      Getting a not authorized error when trying to delete a nuget package
      Support • proget • • kms254  

      2
      0
      Votes
      2
      Posts
      2
      Views

      atripp

      There is a task attribute called "Delete Package". Just make sure you have a Task that has that attribute. You can see more info about it here: https://inedo.com/support/documentation/proget/administration/security/creating-tasks
    • M

      Custom packages we uploaded no longer there after upgrade
      Support • proget packages • • mjsumerano_2211  

      4
      0
      Votes
      4
      Posts
      9
      Views

      atripp

      Thanks. FYI: Retention policies should be ignored on free versions. But UNKNOWN does indicate the service user; so it's likely a retention policy job (which is run as part of feed cleanup). You can see the logs of those, and maybe see some more info...
    • R

      ProGet 5.1.x doesn't load the InedoCore extension (Docker deployment)
      Support • proget • • rly_8768  

      2
      0
      Votes
      2
      Posts
      12
      Views

      ?

      I know you can delete all extensions, restart container, then re-download as needed. Its should help!
    • ?

      Nested ad groups not working
      Support • proget security • • kms254  

      3
      0
      Votes
      3
      Posts
      22
      Views

      ?

      Thanks Alana, we will update our the inedo Core when the new version will be available.
    • ?

      Deadlock with the FailoverDetectionRunner
      Support • proget • • kms254  

      4
      0
      Votes
      4
      Posts
      13
      Views

      ?

      We've included a fix for this in ProGet 5.1.0, which will likely be released tomorrow. Thanks!
    • ?

      Using Amazon RDS for SQL
      Support • proget • • kms254  

      2
      0
      Votes
      2
      Posts
      5
      Views

      ?

      I's possible the way permissions are validated in the installer is not applicable to RDS instances of SQL Server (I know a while ago there was a similar issue with Azure databases since the particular query we used to check was disallowed). Can you try pointing at a local SQL Server Express instance, then changing the connection string in the %PROGRAMDATA%\Inedo\SharedConfig\ProGet.config post-install (and then restart web service and ProGet service)?
    • ?

      Upgrading Proget
      Support • proget proget-installation • • kms254  

      2
      0
      Votes
      2
      Posts
      13
      Views

      atripp

      Yes, it just involves changing the license key. Please refer to License Key Management
    • ?

      Error initializing extensions manager
      Support • proget nuget windows • • kms254  

      8
      0
      Votes
      8
      Posts
      16
      Views

      ?

      Hi Tod, Thanks for looking into this. I just checked and can confirm that the last time we received this error it matched up with an app pool recycle. I'm not sure yet whether this is the source of all our timeouts, but that's certainly given us something to work with. I'll post again if we suspect any other Proget related issues. Thanks again.
    • ?

      GetPackagesById() is over zelous with casing
      Support • proget nuget • • kms254  

      3
      0
      Votes
      3
      Posts
      28
      Views

      ?

      We can't reproduce this - in all cases we've tried the casing of supplied package ID's does not matter in requests to ProGet. If you capture the failing requests using Fiddler and attach them to a ticket, we can hopefully find out why it is not working for you.
    • ?

      Support for Azure AD authentication
      Support • proget authentication azure cloud • • kms254  

      5
      0
      Votes
      5
      Posts
      74
      Views

      ?

      I think that guide is more for when you host a domain controller in azure as IaaS. Im after connecting to Azure AD in the form of SAML, or OpenIDConnect (Federation) I'll keep an eye on release notes to see when SSO gets released. Thanks
    • ?

      Service unable to start after upgrade
      Support • proget • • kms254  

      13
      0
      Votes
      13
      Posts
      61
      Views

      ?

      Thanks Greg, That cleared it all up for me.
    • Y

      ProGet 5.1.x upgrade broke ProGet (SQL timeout)
      Support • proget • • ygeelen-tb  

      11
      0
      Votes
      11
      Posts
      72
      Views

      Y

      I'm directly executing the DashboardFeeds view, so I'm not using the parameter. It seems that the SUM([Package_Size] for [Feed_Size] and [Cache_Size] are the culprit. When I replace the query with [Feed_Size] = 0, [Cache_Size] = 0 then the timeouts are gone! They are just missing from the feed disk usage graph. Adding an index to NuGetPackageVersionsV2.Package_Size didn't help. The strange thing is that some pages that are not using the graph are also executing the DashboardInfo stored procedure.
    • ?

      Upgrading to Linux docker
      Support • proget update • • kms254  

      4
      0
      Votes
      4
      Posts
      12
      Views

      ?

      Just to be clear... you can't go from Windows >> Linux, because it's PostgreSQL vs SQL SErver. But if you're already on Linux edition, you can just upgrade the container; the database files and package stores are already configured to point outside the container.
    • ?

      Installation of free edition grayed out
      Support • proget proget-installation • • kms254  

      2
      0
      Votes
      2
      Posts
      9
      Views

      ?

      You can request a free key at https://my.inedo.com/
    • ?

      (Linux) 40P01: deadlock detected during a GET request for NPM package
      Support • proget error postgresql • • kms254  

      6
      0
      Votes
      6
      Posts
      30
      Views

      ?

      We believe we have fixed this as PG-1377, which will be included in ProGet 5.1.11. Thank you!
    • 1
    • 2
    • 11
    • 12
    • 13
    • 14
    • 15
    • 79
    • 80
    • 13 / 80