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!

  • Push NuGet Packages with LDAP Authentication

    Support ldap proget nuget
    8
    0 Votes
    8 Posts
    56 Views
    ?
    npm does not support Windows Auth. Unfortunately IIS/ASP.NET does not allow for some things to be Anon, some things to be Windows -- the whole site is one or the other. Best workaround is to create two IIsSites on the site server with different ports. You can point both of them to the same application directory. Note this does not require a separate license because it's considered the same instance, and largely a workaround for the authentication problem.
  • 0 Votes
    3 Posts
    34 Views
    ?
    If the app can't access the service, it seems like it shouldn't assume everything is OK, but rather indicate that it has no idea because it can't access the service. :)
  • 0 Votes
    2 Posts
    164 Views
    ?
    To migrate ProGet to a new server is as follows: If you're using a local database, back it up and restore it on the new server If you're using a local package store, copy those to the new server (ideally same exact path) Install the same version of ProGet on the new server, pointing to the new database Change whatever IIS settings you desire From the web app, edit whatever settings may have changed from the Admin section
  • Authenticated Proget via Noninteractive command line

    Support proget
    7
    0 Votes
    7 Posts
    40 Views
    ?
    Thanks Alana, that's very useful to be aware of, I'll follow up with the nuget team as well.
  • Active Directory Integration

    Support security proget
    9
    0 Votes
    9 Posts
    48 Views
    ?
    It looks like the underlying error is, DirectoryServicesCOMException: A local error has occurred. It's obviously not helpful at all, but in searching for that exact text, there are so many things that it seems to be, or could be. I would suggest to search for that error and see what is relavent, and what isn't. There are so many suggestions on how to fix it, from improperly configured AD permissions to obscure 2008R2-only settings.
  • Unhandled exception in symbol serving

    Support proget symbols
    16
    0 Votes
    16 Posts
    27 Views
    ?
    This is unfortunately not trivial to debug, and will require understanding/learning how the symbol/source serving work (and the arcane tools to inspect said files), since it could be any number of things at this point, from your local pdb cache to improperly build pdb files. But take a look at some of the other Q&A posts with symbols tag, specifically this one which shows how to use pdbstr.exe to inspect. If you find out specifically what the issue was, please do share it.
  • ProGet use in our test lab

    Support licensing proget
    2
    0 Votes
    2 Posts
    6 Views
    ?
    ProGet is licensed per server, therefore this scenario requires 2 licenses. I believe the FAQ you are referring to is for one of our other products BuildMaster that is licensed per user, which allows the same key to be used in test instances.
  • Unable to Download Basic NPM Package

    Support proget
    2
    0 Votes
    2 Posts
    5 Views
    ?
    Unfortunately, that's not uncommon. Keep in mind the remote registry is a gigantic JSON file that ProGet downloads and then processes. What's happening is that npmjs.org is just inexplicitly terminating the connection during the download. You could be downloading it too slowly, too fast, or who knows? You can try it again, and maybe it will work. Some users have reported that downloading the file from a different network, and then hosting that file on a local server works fine.
  • FR: Tags Should Display On Individual Package Details Page

    Support proget
    1
    0 Votes
    1 Posts
    0 Views
    No one has replied
  • Error importing deployment feed package

    Support buildmaster nuget proget
    2
    0 Votes
    2 Posts
    2 Views
    ?
    Hi Mike, Apologies for the delay, but the problem is with the NuGet extension for BuildMaster. There is a new version (4.7.2) available that can be updated from within BuildMaster on the Admin > Extensions page.
  • Bower feed CERT_UNTRUSTED error

    Support ssl bower proget
    2
    0 Votes
    2 Posts
    6 Views
    ?
    HTTPS/Certificates are at the socket layer... below ProGet's application layer. We're not familiar enough with Bower's internals, but it's most likely just using the operating system's network stack, and reporting warnings/errors from the underlying components. Likely it's a certificate trust issue between your computer and the ProGet server, or some intermediate authority. So, while there's nothing we can do on the PRoGet side, hopefully this helps point you in the right direction.
  • Documentation for Authorized Tasks part II

    Support proget
    2
    0 Votes
    2 Posts
    1 Views
    ?
    Good question; in all package managers, a "package" always refers to unique instance (i.e. a single .nupkg, a POM, etc.). Different package managers consider uniqueness different: in NuGet, this is Id + Version in Maven, this is Group + Artifact Name + Version So, that task indicates if you can overwrite a package already added.
  • Documentation for Authorized Tasks

    Support proget
    2
    0 Votes
    2 Posts
    1 Views
    ?
    We don't currently have detailed documentation on all of the tasks, but it's on our list. If you have specific questions, we are happy to answer them of course! In the case of Feeds_OverwritePackage, if you do not have that task, then you will not be able to add/push a package that already exists. This is the default behavior of public feeds like nuget.org, npmjs.org, etc. -- once it's added, you cannot remove or update it.
  • 0 Votes
    2 Posts
    5 Views
    ?
    It should "just work", but when it doesn't there are so many things that it could be. Often times, the API/libraries from Microsoft that we use to query AD simply return no results (and no error messages, either). So, you'd have to check the ProGet logs, the Windows Event logs, and Active Directory logs as well. 80% of the times, it's permissions related; i.e. the ProGet web service account user does not have permission to query appropriately.
  • ECONNRESET Errors when using npm-shrinkwrap via ProGet

    Support proget npm
    13
    0 Votes
    13 Posts
    26 Views
    ?
    Are you sure the requests are actually leaving your desktop? Obviously The Real WTF here is doing ONE THOUSAND outbound network requests for a contiguous operation. Since they managed to write a client that does that, I think there's no chance that they can competently build a proper network request pool, let alone one that reports proper messages. The NuGet client had a problem with this a while ago, where it was doing similar nonsense that lead to race conditions that only appeared when you used ProGet b/c the requests were being served significantly faster than NuGet.org.
  • Clear Cache

    Support proget
    3
    0 Votes
    3 Posts
    30 Views
    ?
    So, in the free version I can't clear cache?
  • Download NPM package dependencies

    Support proget npm
    2
    0 Votes
    2 Posts
    16 Views
    ?
    Do you mean from the ProGet UI? There is not currently such a feature.
  • 0 Votes
    2 Posts
    8 Views
    ?
    Make sure that the service has started; if it's not, then investigate the windows error log to see if anything in there occur when you attempt to start it. Make sure there are no firewalls, or other tools are preventing access from that port being accessed.
  • Unable to clean database

    Support cleanup proget
    4
    0 Votes
    4 Posts
    17 Views
    ?
    The feed clean-up writes logs to the database before starting, so if you have no space left on disk, then you can't start a clean-up job.
  • Limit version

    Support proget
    2
    0 Votes
    2 Posts
    0 Views
    ?
    Currently, NuGet.org's API does not support this sort of filtering, so it's not feasible for us to do this via a connector. We do have an item on our ProGet roadmap for downloading the entire NuGet.org index, which would then make such a filtering possible. In the mean time, the best and easiest way to handle this workflow is to build a "curated feed" of approved packages.