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!

  • pgutil can't set asset metadata

    8
    0 Votes
    8 Posts
    31 Views
    rhessingerR
    Hi @layfield_8963, I'm having trouble recreating this error. I just stood up a clean install of ProGet 2025.7, created an asset directory, and uploaded a file to it. I then ran the command you sent and this is what I see: pgutil.exe assets metadata set custom --path=test.txt --feed=test-import-data --key=test123 --value=12345 Setting test123 = 12345 on test.txt... Metadata set. Can you please navigate to Administration -> Software Info and copy and paste the contents of that here? If you feel more comfortable, you can email it to support@inedo.com with the subject [QA-2790] Database Information. If you email it, please let us know when you do so we can look for it in that mailbox. The only thing I can think of is that your database schema did not update properly on upgrade. Thanks, Rich
  • Error Configuring Entra ID Integration in ProGet 2025

    2
    1
    0 Votes
    2 Posts
    8 Views
    No one has replied
  • 0 Votes
    5 Posts
    17 Views
    J
    Thank you for the feedback. I will observe for a while and reserve yelling at people to close their browsers for later. ;)
  • 0 Votes
    4 Posts
    16 Views
    stevedennisS
    Hi @koksime-yap_5909 , This is the "Feed Overview" page and the URL that you need: [image: 1753972503072-a47685c2-9018-4f39-a0f9-56fccb468fc1-image.png] Thanks, Steve
  • 0 Votes
    2 Posts
    22 Views
    stevedennisS
    @kc_2466 thanks for the suggestions, we'll also get this in a future maintenance release via PG-3067 ... should be trivial!
  • ProGet - Feature Suggestion - adding Universal Packages

    4
    1
    0 Votes
    4 Posts
    18 Views
    stevedennisS
    Hi @kc_2466 , Thanks! We'll add this via PG-3066 in an upcoming maintenance release, hopefully later this week if it's as trivial as it seems :) Thanks, Steve
  • RPM feed integration display issues on 25.0.5

    2
    2
    0 Votes
    2 Posts
    10 Views
    dean-houstonD
    @tames_0545 thanks for letting us know, we'll get this fixed right away via PG-3065 in the next maintenance release
  • [ProGet] Upgrade from 24.0.39 to 25.0.x Error: Unknown operation

    3
    0 Votes
    3 Posts
    15 Views
    F
    Thank you @stevedennis! It works!
  • 1 Votes
    2 Posts
    11 Views
    stevedennisS
    Hi @koksime-yap_5909 , This is a known issue and will be fixed via PG-3063 in teh next maintenance release, shipping later today. Thanks, Steve
  • 0 Votes
    2 Posts
    6 Views
    stevedennisS
    Hi @koksime-yap_5909 , That's just a "suggestion box" in the UI - you can just type in whatever you'd like. But in general you shouldn't upload files via the UI, but using maven. Thanks, Steve
  • [ProGet] Support for Local Groups and Disabling LDAP Group import

    proget
    2
    1 Votes
    2 Posts
    11 Views
    stevedennisS
    Hi @koksime-yap_5909, No; when you use LDAP, then you need to manage the LDAP users' groups in your directory. Here is a recent discussion on the topic: https://forums.inedo.com/topic/5471/feature-suggestion-allow-ad-users-to-be-added-to-built-in-groups Thanks, Steve
  • Trying to push nuget packages, getting 500 Internal Server Error

    7
    0 Votes
    7 Posts
    20 Views
    stevedennisS
    Hi @patrick-tessier_4584 FYI, dotnet nuget and nuget.exe are effectively the same thing - they both invoke the NuGet CL.. The nuget.exe is a standalone version of the CLI and dotnet nuget is part of the .NET SDK. The issue is that your copy of nuget.exe was ancient and didn't work. Cheers, Steve
  • ProGet - Feed Retention Rules - Quota turns negative above certain values

    2
    0 Votes
    2 Posts
    6 Views
    stevedennisS
    Hi @kc_2466 , Thanks for the report; we'll get this fixed in the next maintenance release (this week) via PG-3064 Thanks, Steve
  • Pulling dependencies from ProGet in gradle

    13
    2
    0 Votes
    13 Posts
    46 Views
    stevedennisS
    Hi @misael-esperanzate_5668 , That makes perfect sense; when package caching is enabled, the package files are added to the feed and stored on disk. When it's not enabled, they are simply streamed from the server. Something is interfering with your disk storage that is deleting (quarantining) files on disk. You will need to follow the troubleshooting I identified above - it's probably a security tool. Suggest using AWS Lightsail to get a test box in an environment you can control. Thanks, Steve
  • Need to change my forum email address

    12
    0 Votes
    12 Posts
    31 Views
    Jonathan.EngstromJ
    @dean-houston Thanks Dean, looks like it worked. I guess I am still a new user too!
  • Gradle dependency resolution with Proget

    2
    1
    0 Votes
    2 Posts
    19 Views
    dean-houstonD
    Hi @misael-esperanzate_5668 , Although ProGet can handle invalid version numbers for Maven packages, this one is a extra invalid version number (it starts with a "v") and unfortunately we can't support them at this time. ProGet requires that packages follow the ~20 year Maven standard that "packages start with a letter and versions start with a number". Sadly this team didn't like those standards and opted to do their own thing. The issue comes with identifying whether com/google/apis/google-api-services-healthcare/v1-rev20240731-2.0.0 is an artifact or a version. Because ProGet is not a basic file server, things like package names and versions matter. Anyway this will require a significant and risky change to the API so we won't consider it at least for another major release. -- Dean
  • Difference between 2024.8 and 2024.8-r1 container versions

    2
    0 Votes
    2 Posts
    7 Views
    stevedennisS
    Hi Marc, I'm not sure what you mean by 2024.8-r1 but the -ci.x and -rc.x images are prerelease versions. Sometimes they are the same as the release versions, sometimes they aren't. I wouldn't use prerelease versions unless we suggest them to you for a specific issue you're facing. -- Dean
  • ProGet Docker built in database fails after restart

    8
    0 Votes
    8 Posts
    27 Views
    dean-houstonD
    @tames_0545 thanks for letting us know! We'll see if we can improve troubleshooting on this in the future as well!
  • Proget 2025 Web Logs

    2
    0 Votes
    2 Posts
    22 Views
    dean-houstonD
    Hi @darren-sloper_5044 , ProGet does not currently produce HTTP Access Logs, though we are considering that for a future release. It's really easy to add it via an IIS reverse proxy (WIndows) or with some NGNIX settings if you're on Linux Dean.
  • Buildmaster fresh install / Unable to clone repository

    18
    0 Votes
    18 Posts
    56 Views
    gdivisG
    Hi @carsten_1879, Thanks for trying it out. It is new, and has not been tested as much against older repositories. That said, we've reproduced this error and it's now fixed in the latest build - buildmaster:25.0.0-ci.28 if you would like to try it again. It's caused by older repos that don't support offset deltas being transmitted during a clone or fetch. Small repos that we used for testing ADOS so far were not large enough to have deltas at all, so those worked. So far as I can tell, the repository name containing a dot doesn't have any effect. Thanks! -Greg
Inedo Website HomeSupport HomeCode of ConductForums GuideDocumentation