Navigation

    Inedo Community Forums

    Forums

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    1. Home
    2. Tags
    3. proget
    Log in to post

    • ?

      Issue with IIS AppPool / Connection Pool Timeout after upgrading to 4.0.5
      Support • proget error iis • • Stuart Mackintosh  

      7
      0
      Votes
      7
      Posts
      167
      Views

      ?

      Update! This has been fixed in ProGet 4.0.6
    • ?

      Installation in Asure
      Support • proget proget-installation update azure • • Stuart Mackintosh  

      3
      0
      Votes
      3
      Posts
      22
      Views

      ?

      Thanks Alana, I will have to run the install as a service account to make sure it has access to SQL. I didn't expect it connects to SQL server as it unpacks the resources. So, it didn't cross my mind that this would be an issue. I have not yet validated if the issue is resolved, but I am 99% sure it will be. I will reply to the post once I confirm it.
    • ?

      ProGet: Problems creating Maven M2 mirrors
      Support • proget • • Stuart Mackintosh  

      4
      0
      Votes
      4
      Posts
      16
      Views

      atripp

      You can mirror ProGet feeds, but we don't have a Maven <> Maven repository option just yet.
    • ?

      Do you provide reseller discount?
      Support • proget buildmaster otter licensing • • Stuart Mackintosh  

      2
      0
      Votes
      2
      Posts
      3
      Views

      ?

      Although we do not provide a reseller discount, we do work with quite a few software resellers who purchase on behalf of their clients, as those clients prefer to have a single source for all procurement. If, as a reseller, you purchase directly from the MyInedo portal, just contact us with the end-user information, and we will update the licensing information. You can also submit a quote request as needed.
    • ?

      Symbol Server is returning an old PDB
      Support • proget symbols • • Stuart Mackintosh  

      7
      0
      Votes
      7
      Posts
      26
      Views

      ?

      Wow, great find :) This will be addressed in the next maintenance version.
    • T

      Workflow using nugetpackage. Use different feeds for different deployment domain
      Support • proget buildmaster git workflows deployables • • tbl_5153  

      2
      0
      Votes
      2
      Posts
      11
      Views

      ?

      You could use a different workflow (or in v5, "pipelines" as they will be called)... and then have a different build importer/feed on each. Alternatively, you could not use the build importer, and just have a build step download the package and incorporate it as an artifact.
    • ?

      Push NuGet Packages with LDAP Authentication
      Support • proget nuget ldap • • Stuart Mackintosh  

      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.
    • ?

      ProGet: Service Status shows 'OK' even when ProGet Service is stopped
      Support • proget service user-interface • • Stuart Mackintosh  

      3
      0
      Votes
      3
      Posts
      32
      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. :)
    • ?

      How to migrate an existing Proget instance safely to a new server (under IIS)?
      Support • proget proget-installation iis • • Stuart Mackintosh  

      2
      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 • • Stuart Mackintosh  

      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 • proget security • • Stuart Mackintosh  

      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 • • Stuart Mackintosh  

      16
      0
      Votes
      16
      Posts
      26
      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 • proget licensing • • Stuart Mackintosh  

      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 • • Stuart Mackintosh  

      2
      0
      Votes
      2
      Posts
      4
      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 • • Stuart Mackintosh  

      1
      0
      Votes
      1
      Posts
      0
      Views

      No one has replied

    • ?

      Error importing deployment feed package
      Support • proget buildmaster nuget • • Stuart Mackintosh  

      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 • proget ssl bower • • Stuart Mackintosh  

      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 • • Stuart Mackintosh  

      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 • • Stuart Mackintosh  

      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.
    • ?

      Can't select principals in Active Directory with Multiple Domains
      Support • proget • • Stuart Mackintosh  

      2
      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.
    • 1
    • 2
    • 52
    • 53
    • 54
    • 55
    • 56
    • 79
    • 80
    • 54 / 80