Navigation

    Inedo Community Forums

    Forums

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

    • ?

      Permanently download and store packages from feed connector
      Support • proget • • Christian  

      2
      0
      Votes
      2
      Posts
      1
      Views

      ?

      It's not an option, but your best bet to solve this would be: Bulk / Droppath Import from Disk (any packages) Feed Replication (from another ProGet server)
    • ?

      ProGet replication feed replication URL seems to be formed wrong, gives "unhandled exception, remote name could not be resolves"
      Support • proget • • Christian  

      2
      0
      Votes
      2
      Posts
      1
      Views

      ?

      Thanks for the report, this is a bug in the UI, and it's missing the "/" between the "host name" and "api". We will fix in next maintence release of ProGet.
    • ?

      Need to have a feed that matches the same pattern as for nuget.server
      Support • proget nuget feeds • • Christian  

      5
      0
      Votes
      5
      Posts
      5
      Views

      ?

      Thanks, will try IIS rewrite module for that.(
    • ?

      Nuget dependency list for multiple target frameworks
      Support • proget nuget • • Christian  

      2
      0
      Votes
      2
      Posts
      15
      Views

      ?

      Hi Ruben, this was a regression in v4.4 after redoing the UI for the combined feed pages. We will fix ASAP in the next maintenance release under [PG-626].
    • ?

      LDAP and multiple Domains
      Support • proget ldap configuration-files • • Christian  

      5
      0
      Votes
      5
      Posts
      177
      Views

      ?

      That is just a "regular" COM+ that happens every now and then when doing anything with LDAP, so you an usually restart IIS, restart the server to fix it. Will send the code ASAP!
    • ?

      Is it possible to customize the look and feel of the Web Application?
      Support • proget • • Christian  

      2
      0
      Votes
      2
      Posts
      0
      Views

      ?

      This is not currently supported nor is it currently on our product roadmap.
    • ?

      Typings
      Support • proget npm • • Christian  

      4
      0
      Votes
      4
      Posts
      4
      Views

      ?

      Well if you used "npm" as a source, and then set up that as a registry in ProGet, then it could be a source.
    • ?

      Maven feed not found
      Support • proget • • Christian  

      2
      0
      Votes
      2
      Posts
      6
      Views

      ?

      A 404 is expected if you visit the root of a maven api url; that is an endpoint that is not intended to be visited from your web browser, but by the maven client.
    • ?

      How to clear the cache or reset application?
      Support • proget • • Christian  

      2
      0
      Votes
      2
      Posts
      26
      Views

      ?

      It's actually the NuGet client that is caching the old packages, you can view the (multiple) caches with this command: nuget locals all -list And either delete the files in those directories or use this command: nuget locals all -clear
    • ?

      Symbols Server Privileges
      Support • proget symbols • • Christian  

      6
      0
      Votes
      6
      Posts
      6
      Views

      ?

      Unfortunately Visual Studio doesn't support authenticated symbol servers; i.e. if ProGet sends a 401 response, there is no authentication challenge. We may be adding a feature in 4.7 that allows for "url authentication" of sorts, where you use a "obscured" url with an api key in it somewhere that will cause authentication to be effectively bypassed.
    • ?

      ExtensionsPath and ExtensionsTempPath must be set to load any extensions.
      Support • proget • • Christian  

      6
      0
      Votes
      6
      Posts
      12
      Views

      ?

      Uh, my current extensions path is C:\Program Files\ProGet\Extensions, not ProgramData. It's the Extensions.ServiceTempPath and Extensions.WebTempPath paths that are empty and ProGet is warning about. Here are the settings: And the warning: So now there's even more confusion. Should I move the Extensions directory from Program Files to Program Data? What about the ServiceTempPath and WebTempPath?
    • ?

      SQL Structure / Database data
      Support • proget proget-installation installation sql-server sql • • Christian  

      2
      0
      Votes
      2
      Posts
      13
      Views

      ?

      Please refer to the High-level Architecture Diagram to see the components of a ProGet installation. The Database is a SQL Server database. The Web and Indexing Nodes are both .NET application that interact with the database using the standard SqlClient API. The connection string you specify in the configuration file is assigned to the ConnectionString property of that API. All of this is very standard, but it's very likely that your DBA/Network Admins configured the SQL Server you wanted to use in such a way that a simple/intuitive connection string was not sufficient. Maybe they used a special port, security, etc.; they would be much better suited to answer your question about why it's so complicated :) Also, please note that the ProGet Installer will create/update the tables and object in the database. ProGet itself does not modify (nor have the privileges to modify by default) the database structure. If you wish to install the database component outside of the installer, then you will need to follow the Manual Installation Instructions.
    • ?

      Can not add property versions to Newtonsoft.Json.Linq.JObject. Property with the same name already exists on object.
      Support • proget error • • Christian  

      1
      0
      Votes
      1
      Posts
      95
      Views

      No one has replied

    • ?

      Outbound Ports
      Support • proget • • Christian  

      2
      0
      Votes
      2
      Posts
      5
      Views

      ?

      If access is granted, then ProGet will routinely perform update checks. The url is http://inedo.com/pg. No specific package information is sent. If you block the outbound ports, then update checking will not be done. You will also have to activate your license manually. A lot of organizations do this; it's fine, but slightly less convenient.
    • ?

      Unable to find version of package
      Support • proget buildmaster nuget • • Christian  

      3
      0
      Votes
      3
      Posts
      21
      Views

      ?

      The issue turned out to be a problem with uploading the package to ProGet. ProGet was reporting the package was available in our feed and we were able to download the package through the website however the package was not available through the nuget feed. Deleted and re-uploaded the package a couple times and it finally took. Issue resolved thanks to help from Inedo's great support team! Thanks!
    • ?

      NPM - RAM consumption 5GB
      Support • proget npm iis • • Christian  

      9
      0
      Votes
      9
      Posts
      22
      Views

      E

      we experience mem usage on fresh filling of cache (20gb) with npm connector attached to a feed. once the cache is filled with all the dependencies usage is down to 2gb.
    • ?

      How do I connect to a remote SQL instance, using IIS with Proget
      Support • proget sql • • Christian  

      2
      0
      Votes
      2
      Posts
      81
      Views

      ?

      That error message is coming directly from your remote SQL Server, and it can mean several different things: wrong password is specified for sql_tg_proget on that server the tg_proget database does not exist on that server the sql_tg_proget user does not have access to tg_proget on that server SQL Authentication is disabled on that server, or another setting is preventing the application from logging in to the database using that name/password; for security purposes, SQL Server does not log these reasons to the client In this situation, your connection string needs to be modified to either point to the correct server, and/or use the correct username, password, and database, or the sql server needs to be configured to permit that connection string. There is no other configuration required (or even possible) on the application side to connect to the database. Only the connection string.
    • ?

      How to form the URL to Another Proget server for a connector
      Support • proget connectors • • Christian  

      2
      0
      Votes
      2
      Posts
      9
      Views

      ?

      Just use the API/Feed endpoint that you would otherwise use for that feed type as a connector.
    • ?

      ProGet Package Upload step fails in Jenkins
      Support • proget jenkins • • Christian  

      2
      0
      Votes
      2
      Posts
      11
      Views

      ?

      Hi Stuart Could you let me know the settings you're using in the upload proget package build step in your Jenkins job and if you've changed any of the default settings in the advanced section of the build step? I've not been able to come up with a combination that causes an exception to be thrown in UploadPackageBuilder.java. Regards Andrew
    • ?

      How to enable SSL
      Support • proget ssl • • Christian  

      2
      0
      Votes
      2
      Posts
      164
      Views

      ?

      Take a look at Changing an Inedo Product's URL with the Integrated Web Server; after setting up a certificate, you can follow this guide to register https urls, and edit the configuration file to listen on port 443 for ssl.
    • 1
    • 2
    • 43
    • 44
    • 45
    • 46
    • 47
    • 79
    • 80
    • 45 / 80