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!

  • Backup ProGet

    Support proget
    2
    0 Votes
    2 Posts
    2 Views
    ?
    Yes, although you may get some file read errors if someone happens to be downloading the exact package that's being backed-up or copied. Many back-up processes/tools will do things like shadow copy and limited read handles to prevent this from happening.
  • ProGet fail to index symbol on a CPP DLL/PDB

    Support symbols proget
    4
    0 Votes
    4 Posts
    29 Views
    ?
    Thanks so much! This has been logged as PG-208, and we plan to fix in the upcoming maintnence release (3.0.4)
  • Delete a Package

    Support packages proget
    2
    0 Votes
    2 Posts
    2 Views
    ?
    Thanks for the report - we are able to repro and will fix it in the next maintenance release.
  • Can't install 2.1.4 ProGet to update to newest version

    Support proget
    4
    0 Votes
    4 Posts
    5 Views
    ?
    Hmm, not sure, but it sounds like the problem is a corrupt install package? That's a error thrown from within MSI extraction. Maybe try downloading the file again.
  • ProGet Settings Documentation

    Support proget
    4
    0 Votes
    4 Posts
    11 Views
    ?
    We will add the descriptions at some point (we have them in BuildMaster). The HTML should probably be in a div, as it renders the value as a literal string. You can try it with something like: <div class="white-box padded-box"><h2>{Company} ProGet Repository</h2><p>Welcome to our collection of ProGet feeds.</p></div>
  • Issue uploading packages

    Support proget
    2
    0 Votes
    2 Posts
    0 Views
    ?
    This sounds like it's related to package indexing. Please see this StackOverflow answer for troubleshooting steps: http://stackoverflow.com/questions/23812344/publishing-to-proget-and-i-cant-see-any-packages
  • ProGet will not upload Nuget Package

    Support proget
    2
    0 Votes
    2 Posts
    3 Views
    ?
    This sounds like it's related to package indexing. Please see this StackOverflow answer for troubleshooting steps: http://stackoverflow.com/questions/23812344/publishing-to-proget-and-i-cant-see-any-packages
  • User Tracking Feature

    Support proget
    3
    0 Votes
    3 Posts
    0 Views
    ?
    To expand on this story what we are thinking about doing is creating a wide open pass through feed to Nuget that would allow users to discover new open source software to use. By forcing users through Proget we can get user info to send them reminder emails about OSS that we have not yet cleared for use in our products. Then the devs can get it cleared etc.
  • Publishing from our build server fails intermittently

    Support proget
    2
    0 Votes
    2 Posts
    5 Views
    ?
    Are you overwriting an existing package when this happens, or are these fresh packages that are getting uploaded? Either way, if you could send that Process Monitor output to support@inedo and reference this post that would be very helpful, thank you!
  • Atlassian Crowd Integration

    Support atlassian proget
    2
    0 Votes
    2 Posts
    14 Views
    ?
    At this point in time, it is unlikely. However, Atlassian does mention on their site that plugins could be created to integrate with third-party tools, and the JSON ProGet API could be used for this.
  • Hiding Proget Deploy

    Support deployment proget
    5
    0 Votes
    5 Posts
    5 Views
    ?
    Not as of 3.8, but there will be a UI refresh in v4.0 (due later this month) and that will no longer be in the navigation bar.
  • ProGet does not support the FindPackagesById() service

    Support proget
    4
    0 Votes
    4 Posts
    5 Views
    ?
    Tod, I justed tested it and it works perfectly. You can see this API being used in Fiddler when you use the "Show all versions" link for a package in NPE. Previously doing that didn't work against a ProGet feed. Thank you for the fast turn-around! That was impressive... Riko
  • Timeout and Slow Search

    Support databases nuget proget
    2
    0 Votes
    2 Posts
    11 Views
    ?
    Thanks Philipp, we've identified some additional performance issues as well and will plan to release a maintence ProGet release to fix this .. ideally today.
  • Download Dependencies not working

    Support proget
    2
    0 Votes
    2 Posts
    6 Views
    ?
    Unfortunately, the "Download Dependencies" feature can act a little funny because the way NuGet does dependencies is a little funny. It's on our list to improve this functionality.
  • 0 Votes
    2 Posts
    7 Views
    ?
    Yes, just edit the connection string in both the web and services directory.
  • 0 Votes
    2 Posts
    15 Views
    ?
    Are you using the integrated web server, or hosting via IIS? Regardless, if you don't want to just delete the ProGet database and start from scratch, you can run the following command from PowerShell or a CMD window to reset the authentication mechanism: sqlcmd -E -S localhost -d ProGet -Q "UPDATE Configuration SET Value_Text = 'false' WHERE Key_Name = 'LDAPEnabled'" You can additionally reset the Admin user by running the ProGet.Service.exe executable and selecting Action 7 "ResetAdminPassword".
  • Backing up ProGet

    Support installation windows proget
    2
    0 Votes
    2 Posts
    5 Views
    ?
    To back-up ProGet, you just need to Back-up the Database and the Packages directory (the path is listed on each feed, and is in the All Settings under Admin).
  • 0 Votes
    2 Posts
    11 Views
    ?
    Hi, Thanks for the bug report; this will be addressed in the next release of ProGet, which is due in just a few days!
  • 0 Votes
    2 Posts
    29 Views
    ?
    The service does need to be running mainly to index packages. If you selected the IIS option during install, the web server in the service will not run. If you are switching from integrated web server to IIS, make sure to update the service's .exe arguments to exclude the /urls argument and then the web server component of the service will not run.
  • Proget Error

    Support service proget
    11
    0 Votes
    11 Posts
    44 Views
    ?
    For completeness, v3.0.3 was just published which adds an index to Publish_Date and the dashboard query now returns virtually instantly tested against 100,000+ packages in the database.