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!

  • Using a non-Active Directory LDAP server with proget

    Support proget ldap
    6
    0 Votes
    6 Posts
    12 Views
    ?
    4.0 is available for download now; we've tested it about as far as we can, the main reason it's still considered "beta" is to see how the Docker/installation process works in the wild. So, please give it a try. Depending on the requirements of non-AD LDAP, if it's easy to do, we can implement it quite soon.
  • Issues with ProGet through VPN

    Support visual-studio proget net
    2
    0 Votes
    2 Posts
    3 Views
    ?
    VPN will occur at a much lower level than ProGet operations (which is HTTP/IIS), so I suggest you use a tools like Wireshark to dig a little further and see where the problem might be.
  • Avira Anti-Virus doesn't like the ProGet 3.5.7 install

    Support proget
    2
    0 Votes
    2 Posts
    3 Views
    ?
    All of our installers are signed, our build process is isolated, and we do frequent network scans -- so it's definitely not a virus. If you want to verify it yourself, you're welcome to use a tool like .NET Reflector; it's just managed code and is not obfuscated in any way. It's just a self-contained SQL change script distribution package generated by our BuildMaster product. Still, every once in a while we get some part of the installer flagged by an AntiVirus scanner. Usually it's bmdbupdate.exe, since that does some "questionable-looking" things to an antivirus engine, such as embedding its dependency assemblies as resources. Please let them know about the false positive; the more people who do, the greater the chance they won't flag these in the future. Thanks for letting us know!
  • 0 Votes
    6 Posts
    24 Views
    ?
    The story continuous :) Because I set TeamCity to create source packages as well (it's a checkbox called: Include sources and symbols) it was overwriting the packages in ProGet (I have all the PDB and sources in my nuspec files as well). This was causing the issue with the config file being gone, because TeamCity strips those files out for the symbols packages. So... I was doing things twice... Must be user error ;)
  • What are the limitations of ProGet FREE?

    Support proget
    2
    0 Votes
    2 Posts
    44 Views
    ?
    As of 3.5, these are the features not available in the free edition: Active Directory / LDAP Integration Filter Packages by Name & License Load Balancing & High Availability Granular Privileges & Security (scoping by individual feeds) MyGet Feed Sync
  • 0 Votes
    3 Posts
    19 Views
    ?
    Hi Just wondering if this issue was resolved ? Pod
  • 0 Votes
    4 Posts
    11 Views
    ?
    Hi Dean, Sorry I continued trying and found out the problem was caused because I had to include the -k flag (for HTTPS) and to include the username and password in the URL. Problem solved. Thanks. Kevin
  • Reconfigure ProGet with another SQL instance

    Support sql-server proget
    2
    0 Votes
    2 Posts
    5 Views
    ?
    You can just back-up the database, restore it on the new server, and edit the connection strings in the appSettings config files for the web and service.
  • 0 Votes
    3 Posts
    5 Views
    ?
    Thank you for the cache tip. I've included -NoCache modifier to a command, and ProGet asked me about credentials.
  • NPM feed time out error

    Support proget
    3
    0 Votes
    3 Posts
    3 Views
    ?
    Hi Dean Restarting the ProGet service solved the problem. Thanks!
  • NuGet connector fails to update NuGet package

    Support proget connectors nuget
    5
    0 Votes
    5 Posts
    25 Views
    ?
    It seems to be more stable now, or I can at least see the NuGet page on ProGet. Thanks.
  • ODataAdapterBase

    Support proget sdk
    2
    0 Votes
    2 Posts
    5 Views
    ?
    Unfortunately not, but this would be a great place to post it if you are able to get it working! :) But before you do that, check under Advanced Settings to see if modifying the Base Odata URL field will solve the problem you're looking for.
  • Corrupt Packages when restoring

    Support proget teamcity
    2
    0 Votes
    2 Posts
    11 Views
    ?
    I don't think you're doing anything wrong, but based on this, and your previous error... it sounds like you've got some server/network oddities. That could be any one of a THOUSAND things, but it's definitely not ProGet nor the NuGet clients. So, I'd suggest to put some wireshark or fiddler monitoring in between to see exactly what's happening, where they are coming from, and what the actual responses are.
  • Can't create ProGet Deploy feed

    Support proget
    2
    0 Votes
    2 Posts
    3 Views
    ?
    This should be fixed in v4.5.7 (select NuGet or Chocolatey feed as the first option, and you can change the dropdown afterward). Note, we are considering deprecating the Deploy functionality in the next major version, so if you're looking to get started with deployment you should use BuildMaster instead.
  • 0 Votes
    6 Posts
    116 Views
    ?
    So upon doing a fiddler trace and seeing nothing coming through when I used nuget.exe against our internal repo, I tried it against nuget.org and lo and behold that failed too. It turns out for prior things I had HTTP_PROXY and HTTPS_PROXY environment variables set and nuget.exe didn't like it. This carried over to Visual Studio as well. After removing those variables everything started working again. So, sorry this wasn't ProGet at all (thankfully).
  • Bug Feed Connector Proget

    Support proget
    2
    0 Votes
    2 Posts
    6 Views
    ?
    Thanks for letting us know. At some point, we switched to doing connector searches in parallel, so the ordering was no longer consistent for identical packages. It seems to be an easy fix though, so it should be working again in 3.5.6, due out this week.
  • 404 during restore

    Support teamcity proget nuget
    6
    0 Votes
    6 Posts
    21 Views
    ?
    Thanks Alana. I upgraded to Proget v3.5.6 and updated the timeout period for the nuget feed source to 30s. Now I am no longer getting that issue but I am getting a different one. I logged it as a separate question: http://inedo.com/support/questions/2969
  • 0 Votes
    12 Posts
    70 Views
    ?
    That worked! Definitely a big work around. We additionally had to set the AppPool for the new site to Classic and disable Forms Auth in the bindings.
  • 0 Votes
    5 Posts
    28 Views
    ?
    Hi Dean, I ruled out the proxy since I know I'm getting to the server; I can see it in my IIS logs. What I did notice, is that when I tried to load the package from FeedB into FeedA again, the user the ProGet web app was using to authenticate was DOMAIN\MACHINENAME$ (e.g., NETWORK SERVICE). This account didn't have any rights to access ProGet, so the attempt was failing. My ProGet instance is hosted in IIS and the app pool was running using the application pool ID, so I first tried allowing DOMAIN\MACHINENAME$ access to the feed, but ProGet ignored that principal (I'm guessing you don't allow computer accounts to be added from AD). Next, since I have multiple service accounts lying around, I made the following configuration changes: Granted access to the service account to view FeedB in ProGet's Privileges & Roles Granted the service account access to the ProGet database, and put the user in the ProGetUser_Role role Changed the app pool of the site that the ProGet web app runs under to use the service account credentials Added my service account to the IIS_IUSRS group When I tried loading the package again, it worked correctly. So, the root cause here was that when ProGet is hosted in IIS using a built-in account that translates to DOMAIN\MACHINENAME$, you have to do some additional configuration to grant ProGet access to itself. Although this solved the problem, it would be handy to allow the specification of built-in accounts like BUILTIN\NETWORK SERVICE, or use the computer principal from AD such as DOMAIN\MACHINENAME$ when assigning privileges. Thanks!
  • Security. Hiding Feeds and packages

    Support security privileges proget
    2
    0 Votes
    2 Posts
    10 Views
    ?
    You can disable the View privileges from Anonymous user, otherwise you'll have to upgrade to the Enterprise edition (a free trial is available) for more specific, feed-level privileges,