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!

  • SQL Execute Permissions Missing for LogMessages_PurgeOldMessages

    2
    1 Votes
    2 Posts
    11 Views
    atrippA
    Hi @MY_9476 , Thanks for the heads up! We will fix this via OT-514 in the next maintenance release. As an FYI, this is the code that should have been run at the end of the database upgrade, to ensure that all procs and table-value params have appropriate permission: DECLARE @SQL NVARCHAR(MAX) SET @SQL = '' SELECT @SQL = @SQL + 'GRANT EXECUTE ON TYPE::' + QUOTENAME(name) + ' TO [OtterUser_Role] ' FROM sys.table_types SELECT @SQL = @SQL + 'GRANT EXECUTE ON ' + QUOTENAME(name) + ' TO [OtterUser_Role] ' FROM sys.procedures EXEC sp_executesql @SQL The script you ran works too :)
  • 0 Votes
    2 Posts
    13 Views
    atrippA
    hi @hammel_7023 , Thanks for letting us know, you are correct... this is indeed a regression from PG-2859. What's happening is the upload stream is getting prematurely closed during the POM validation logic, which is what's causing this error to occur. I've just patched it now via PG-2868, and it'll get in the next maintenance release. Cheers, Alana
  • 0 Votes
    6 Posts
    20 Views
    atrippA
    @jimbobmcgee excellent thanks!! Release has been published then :)
  • Authentication not working anymore - Unable to retrieve NuGet Packages

    2
    0 Votes
    2 Posts
    9 Views
    atrippA
    Hi @nachtmahr , It sounds like your Windows Integrated Authentication is broken. This is an operating-system level feature, and the only thing you can do in ProGet is turn it on, or turn it off. WIA is pretty buggy these days, and sometimes it just breaks. Here is more information: https://docs.inedo.com/docs/installation/security-ldap-active-directory/various-ldap-integrated-authentication Hopefully just doing a reboot of the server will fix the problem. If not, then you'll have to troubleshoot it, which kind of sucks: https://docs.inedo.com/docs/installation/security-ldap-active-directory/various-ldap-troubleshooting#integrated-authentication-not-working Note that you can disable WIA by using the Locked Out protocol: https://docs.inedo.com/docs/installation/security-ldap-active-directory/various-ldap-troubleshooting#locked-out-restoring-default-admin-account Hope that helps, Alana
  • Publishing ProGet to Chocolatey Community Repository

    6
    0 Votes
    6 Posts
    15 Views
    apxltdA
    Thanks @steviecoaster! All that sounds great, especially since it won't require changing anything on our end :) Much appreciateD!!
  • 0 Votes
    3 Posts
    17 Views
    G
    Hi @dean-houston , Thanks for your response, at the end, we come to the same conclusion that something went wrong during the upgrade and some of the configuration blobs got deleted from the disk and also from the database table. Luckily, we have the backup, but we need to figure out which images are corrupted and need to be recovered. Gabor
  • Problem with SQL connection for Basic version

    4
    0 Votes
    4 Posts
    14 Views
    atrippA
    Hi @monika-sadlok_5031, That error means that the ProGet application container cannot make a network connection to the the SQL Server container. I would try to restart the containers, start with SQL Server. Make sure it's running. If it's running, you can try connecting to it with another tool like SSMS if you'd like to verify.' Otherwise, on the ProGet side, you can only configure the connection string; upgrading or changing the license key has zero impact on this. If it worked in the past, then it means that the SSQL Server container is not running or your network/container configuration changed. This can be hard to discover exacgtly what changed, so I would recommend "starting from scratch" on a new server/environment, then compare/contrasting what changed. Sometimes it's as simple as a typo or an errant - (dash character) in the wrong place/script. Cheers, Alana
  • Package delist and deprecated API

    3
    0 Votes
    3 Posts
    8 Views
    atrippA
    Hi @forbzie22_0253 , Similar to the UI, packages are still returned in the API - they just have a flag set to indicate they are unlisted/deprecated. It's up to the client to determine what to do about that. I don't believe the Find-Package cmdlet works with these properties; I think only Visual Studio will hide/warn about them. Thanks, Alana
  • Question About Architecture Support in ProGet’s Container Registry

    3
    1
    0 Votes
    3 Posts
    7 Views
    J
    Dear @dean-houston , Thanks for your guidance. Following the steps in the provided Docker guide, I was able to successfully build a multi-platform image, and the “Fat Manifest Image” information now appears correctly in ProGet. This resolves my question, and I really appreciate your help in clarifying the process.
  • How to Force Vulnerability Scan on “Not Scanned” Artifacts?

    2
    1
    0 Votes
    2 Posts
    8 Views
    dean-houstonD
    hi @jaehyung-shin_8059 , If you click on the latest tag, do you see any information about the packages in the container? Container images are scanned on upload if they are small or queued to be scanned in the background if they are large. There are sometimes errors scanning containers, and if so, these errors will be logged... typically under Admin > Executions. -- Dean
  • 0 Votes
    9 Posts
    13 Views
    dean-houstonD
    @parthu-reddy yes, but we do recommend migrating... There are some known bugs/quirks with Maven (Classic) feeds and we will not fix them. We will likely not migrate them to PostgresSQL, which means you won't be able to migrate to PostgreSQL in ProGet 2025+. So it's likely that ProGet 2027 will not support them.
  • Need suggestion during proget upgrade

    2
    0 Votes
    2 Posts
    10 Views
    dean-houstonD
    Hi @parthu-reddy, For a major upgrade, we recommend to schedule a maintenance window and then stop traffic from the load balancer. Then, upgrade the servers. For a maintenance release, it's fine to just upgrade them one at a time. It only take as few minutes to do that. There may be a few errors with the database/code being out of sync, but it likely will not cause any problems. -- Dean
  • Error after downgrading from 2024.22 to 2024.13

    3
    1
    0 Votes
    3 Posts
    8 Views
    P
    @dean-houston Thanks
  • Issue with ProGet and connector cache in rootless container

    4
    0 Votes
    4 Posts
    42 Views
    Y
    Hiya, We changed the setup to root, but still encountered the same issue. Besides rootless container policy we're also doing segmentation of every platform, so only allowing powershellgallery.com wasn't enough. after extented search and looking through logs we saw that the CDN's of powershellgallery were being dropped. Will probably revert the setup and go back rootless after the holidays to see if everything still works flawless, be I guess it will be fine now :) Thanks for your insight!
  • Performance Issues after upgrading ProGet to v2024.16 from v6.0.20

    19
    4
    0 Votes
    19 Posts
    64 Views
    dean-houstonD
    @sneh-patel_0294 I don't think so, its only displayed on that page...
  • Add custom tags to nuget packages

    4
    0 Votes
    4 Posts
    19 Views
    apxltdA
    @forbzie22_0253, From an API standpoint, I believe only npm packages support server-side tags. Rubygems might, but in any case we strongly advise against using them: https://blog.inedo.com/npm/smarter-npm-versioning-with-semver/ Server-side tagging is not likely something we will support in the future. Deprecation and Listing are really only there because many of the client APIs support them. I'd need to see a strong, specific use case. If it's related to quality (e.g. dev, staging, prod), then it's a "hard no" because our solution to quality is prerelease version numbering/tagging with repackaging. I do know that Sonatype Nexus has always supported tagging, but their repository is more of a "fileserver with server-side metadata" and ProGet is package-based. The only documented use case they have for tags has been quality, and our solution/approach is far superior. Cheers, Alex
  • Many timeouts in ProGet log when restoring packages

    Locked
    7
    2
    0 Votes
    7 Posts
    74 Views
    atrippA
    Hi @enrico-proget_8830 , Using ngnix is probably a better solution anyway if you don't mind setting that... but the setting is now under Admin > HTTP Settings > Web Server " Edit" Thanks, Alana
  • NPM - RAM consumption 5GB

    Locked proget iis npm
    9
    0 Votes
    9 Posts
    22 Views
    E
    we experience mem usage on fresh filling of cache (20gb) with npm connector attached to a feed. once the cache is filled with all the dependencies usage is down to 2gb.
  • Docker Client for Buildmaster

    6
    0 Votes
    6 Posts
    16 Views
    R
    I am also against DinD because the way I saw it done involved installing a specialized runtime and I'm not particularly crazy about doing that. I'd like to find a more portable way of doing it. I admit I am new to Proget/BuildMaster/Otter and really like it so far. So I am sure that I will engineer some solutions that are, to be frank, Rube Goldburg-esque.
  • 0 Votes
    6 Posts
    31 Views
    gdivisG
    Hi @it4it_9320, That's about the size I'd expect for a connector to that index. So far, I can't get it to grow much beyond that - I'm wondering if this was caused by the transaction rollback after the constraint error happening over and over. In any case, we'll add an explicit VACCUUM after major updates that ought to prevent the index from expanding again. -Greg
Inedo Website HomeSupport HomeCode of ConductForums GuideDocumentation