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!

  • Supporting certificate based authentication

    Support buildmaster proget
    1
    1 Votes
    1 Posts
    8 Views
    No one has replied
  • SQL Collation Requirements

    Support proget buildmaster
    2
    0 Votes
    2 Posts
    5 Views
    ?
    That is the requirement; the installer requires SQL_Latin1_General_CP1_CI_AS collation in the database, so if it's not that (and the installer can't change it), you won't be able to install ProGet.
  • Update Nuget Packages

    Support proget packages update
    2
    0 Votes
    2 Posts
    11 Views
    ?
    ProGet supports overwriting existing packages, provided the user has such a permission.
  • 0 Votes
    4 Posts
    70 Views
    ?
    It's not supported under any hosting (IWS, IIS); our applications must be a "root" application.
  • ProGet Web Server load balancing requirements

    Support proget
    4
    0 Votes
    4 Posts
    4 Views
    ?
    3 nodes are only required if the load is such that 2 nodes are needed to handle expected load That's pretty much it! Keep in mind, it's tough for us to generalize things because there are so many different usecases and usages levels. But generally speaking, LB of ProGet is about managing peak usage -- like, when a few developers run their npm builds (requesting thousands of packages) using their 32GB/8-core desktops, that can quickly overpower a server. One server is often not enough for situations like that. Two is probably good enough. Three is pretty good. This is why we say dropping from "probably good enough" to "not enough" is not HA. Also, it's almost always easier and more cost effective for organizations to add another server in the mix than it is to spend the time determining how much they might actually need and risks that not being enough.
  • ProGet fails to enable High Availability

    Support proget
    3
    0 Votes
    3 Posts
    4 Views
    ?
    I think I determined that the nodes need to reboot after enabling high availability. That seems to resolve the issue. It may also be possible that it just takes time for the servers to report in, and that the console will show an error state until things settle out. (I didn't test that.)
  • ProGet $batch back Request

    Support proget feeds proget-installation
    6
    0 Votes
    6 Posts
    8 Views
    ?
    Unfortunately there's nothing for us to go on here; with the limited information we have here, everything appears to be fine (the 401 is to be expected when you have an authenticated feed). Because you're using the unsupported VS2013 NuGet Plugin (which we cannot test with), and you upgraded from an a two-year old version of ProGet with a ton of changes between, we have no idea what is going on. We would need to know precisely which requests worked before (request/response), and precisely what it's doing now. Otherwise, you should just consider rolling back to 3.8.6 until you can upgrade to a supported version of Visual Studio.
  • License

    Support nuget proget
    2
    0 Votes
    2 Posts
    4 Views
    ?
    Unfortunately Microsoft does not provide this information available in the feed; it's only available for viewing on NuGet.org through a special partnership with third-party software vendor SonaType. This information is proprietary, and only available when purchasing software from SonaType.
  • 0 Votes
    3 Posts
    2 Views
    ?
    Hello Sam, This should be fixed in version 4.6.4 of progetx-amazon, which is currently being tested.
  • Revisiting the V3 Nuget URL question

    Support nuget proget
    6
    0 Votes
    6 Posts
    57 Views
    ?
    INdeed; actually, we've updated our documentation on this matter -- and we do have supporting the v3 api on our roadmap now that it's supported by Microsoft.
  • ProGet Symbol Server not Indexing Packages

    Support proget
    1
    0 Votes
    1 Posts
    4 Views
    No one has replied
  • 0 Votes
    2 Posts
    8 Views
    ?
    If you've removed the "Anonymous" pseudo-user from the privileges for the current user directory, then you will see "You are browsing as the anonymous user, therefore certain functionality may be missing. Click the User Icon in the top right to log in.". note that, if you've enabled Windows Integrated Authentication, you will always be logged in as yourself, so you will not be able to go "anonymous".
  • 0 Votes
    2 Posts
    53 Views
    ?
    ProGet will not give this error code, so it's coming from another tool/service in between NuGet.exe and ProGet software. Please disable WebDAV, and any other things sitting in front of the ProGet server that would issue a 405 before relaying the request to ProGet.
  • 0 Votes
    7 Posts
    41 Views
    rhessingerR
    Hi @mhull_0872, We just released the latest version of ProGet 5.2.26 on 2/28/2020 which includes the new Package Deployment API. You can learn more about the package deployment tracking feature here. We also have documentation on how to use the API endpoint here. Thanks, Rich
  • 500 error from feed

    Support proget
    2
    0 Votes
    2 Posts
    1 Views
    ?
    Unfortunately there's not enough information.. or a question here.. for us to be able to provide a meaningful answer. If this just happens as a one off, please ignore it. if it's preventing you from doing something, please describe in deatail what you're trying to do. I already see some strange things, such as "port 44300" that make the set-up seem not very obvious, so please describe that too.
  • VS 2017 not finding symbol server

    Support symbols source proget
    12
    0 Votes
    12 Posts
    66 Views
    ?
    Surfing Pikachu, That was one of the steps I mentioned in my original post. Did not work for this issue. Alana, Already attached Fiddler before original post. Just showed 404's for symbol requests. Downloading the package locally allows the symbols to be found; but using ProGet's symbol server doesn't work.
  • ProGet packages with semantic version

    Support nuget proget
    3
    0 Votes
    3 Posts
    14 Views
    ?
    It's certainly planned on our end, but because it would require a major change to the way we do package indexing, which is a significant risk and thus could impact a lot of our enterprise customers.
  • Proget Notification

    Support proget notifiers
    2
    0 Votes
    2 Posts
    13 Views
    ?
    Generally, you "subscribe" to a feed to get notifications; however, there will be a "webhook" feature coming soon that will allow you to send webhook notifications to other tools. We will be posting more information about it soon... stay tuned.
  • 403 Forbidden on nuget push

    Support nuget proget
    2
    0 Votes
    2 Posts
    50 Views
    ?
    Nevermind, I had to grant the Feeds_AddPackage privilege to the Anonymous User.
  • 0 Votes
    3 Posts
    27 Views
    ?
    Ah ha! Thank you so much. I'll look in to this right now :)