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 package ,but get error (401)

    buildmaster
    2
    0 Votes
    2 Posts
    6 Views
    ?
    A 401 means not authorized; so, you will want to make sure you are using proper credentials and , if you have integrated authentication configured, then it's working for the account using the NuGet push.
  • Migrating Proget

    iis proget installation
    2
    0 Votes
    2 Posts
    16 Views
    ?
    Aside from following the general back-up/restore instructions (database / package store / config files), there's nothing else to configure on ProGet. If you're getting errors, then something wasn't migrated properly. If a different file path is reported in an error, then a different file path is configured in the new instance; check out the error message under ADmin > Errors to see what the 500 was getting.
  • Largest nuget package

    proget
    2
    0 Votes
    2 Posts
    1 Views
    ?
    There is no upper limit. NuGet packages shouldn't be more than a couple megabytes; and the more zeros you add, the more you are using the wrong tool for the job, and will have problems with how the client handles local machine caching, etc. A ProGet Universal Package is designed for gigabytes, on the other hand.
  • Error on Task creation

    linux proget
    2
    0 Votes
    2 Posts
    4 Views
    ?
    Thanks for the report. We'll have this fixed in v4.5.4, which will likely be available today.
  • Private Bower authentication

    proget bower
    1
    0 Votes
    1 Posts
    10 Views
    No one has replied
  • 0 Votes
    3 Posts
    7 Views
    Y
    It would be nice if you could avoid this error? It's filling up the error log, making it hard to find the actual errors.
  • Enabling BuildMaster JSON API?

    documentation buildmaster api
    4
    0 Votes
    4 Posts
    22 Views
    ?
    The Release & Deployment API was added in BuildMaster v5.5 so you'd have to upgrade to use it. As for the /api/json page, it shouldn't require a key to view the methods so there's a bug there and I've added that to our internal issue tracker.
  • Npm packages give 404 not found

    proget npm packages
    2
    0 Votes
    2 Posts
    19 Views
    ?
    Found the problem: It was an incorrect credentials at the connector.
  • The status of the ProGet Package is always Drifted

    2
    0 Votes
    2 Posts
    3 Views
    ?
    What version of Otter are you using? This was fixed in a newer release, but it's possible it's a different case...
  • Forcing 32 bit powershell

    buildmaster powershell
    2
    0 Votes
    2 Posts
    6 Views
    ?
    BuildMaster runs the PowerShell scripts in-process, so it's not possible. The method you've identified (running a separat eprocess) is the best way to accomplish it I think.
  • How to download a nuget package with SDK api

    proget windows-sdk
    2
    0 Votes
    2 Posts
    16 Views
    ?
    To downlad a package, you'd need to use the feed-specific API (NuGet, npm, etc). The SDK is really only designed for building extensions.
  • License Activation

    proget linux
    3
    0 Votes
    3 Posts
    8 Views
    ?
    I ran into the same issue when trying to run image on docker on windows (in linux container of course). First thing that I tried was to turn off proxy server. After that, instead of seeing an "Activation completed" message, activation request never finished. In the end I restored original proxy settings (same as system), restarted docker image and activation went without any issue automatically after restart.
  • We can not get Integrated Security to work

    proget net
    2
    0 Votes
    2 Posts
    6 Views
    ?
    If you are getting a browser pop-up authentication (as opposed to a ProGet login screen), then it means Windows Integrated Authentication is not working. This is due to configuration of your server or domain. Unfortunately, this is performed by IIS/Windows (not ProGet), which means the request is never reaching our software; this means we can't provide any information about why it's not working. But this also means there are a lot of resources/articles you can find to give debugging on how to get it to work. I would suggest searches like, "Windows Integrated Authentication always authenticates" etc. Please post what you find!
  • Npm / Bower License White List

    proget
    2
    0 Votes
    2 Posts
    0 Views
    ?
    Currently the license filtering is only supported for NuGet-feed types, but we are planning on a license management module coming soon that will handle this much etter for npm and other feeds.
  • Uploading (0%)...

    proget
    10
    0 Votes
    10 Posts
    33 Views
    ?
    SOLVED See the following Stack Overflow question fro the solution. http://stackoverflow.com/questions/3853767/maximum-request-length-exceeded In summary: in the web.config <configuration> <system.web> <httpRuntime maxRequestLength="2147484" /> </system.web> </configuration> and <system.webServer> <security> <requestFiltering> <requestLimits maxAllowedContentLength="2147483648" /> </requestFiltering> </security> </system.webServer> Note: maxAllowedContentLength is measured in bytes while maxRequestLength is measured in kilobytes, which is why the values differ in this config example. (Both are equivalent to 2 GB.)
  • 0 Votes
    2 Posts
    107 Views
    ?
    This is an internal GIt error, and can usually be resolved by just deleting the local repository (under the TMP\SrcRepos folder).
  • Proget setup has stopped working

    proget
    2
    0 Votes
    2 Posts
    2 Views
    ?
    It's likely that the user installing does not have the ability to access the database defined in the configuraiton files on disk. So, make sure to run as a user that has DBO on those databases.
  • Pre-Release packages are not displaying.

    proget
    2
    0 Votes
    2 Posts
    0 Views
    ?
    This regression was fixed in ProGet v4.5.0. I'd recommend upgrading to the latest version.
  • Bundled software releases?

    buildmaster releases
    2
    0 Votes
    2 Posts
    3 Views
    ?
    Yes. We do this ourselves when we release BuildMaster as the installer relies on the BuildMaster software itself, a few independent embedded extensions with differing release numbers, and also handles releasing a source code package to inedo.com so Enterprise users can download it. The way to do this is to create a meta-application of sorts, and then create deployment plans in that application that create packages or deploy packages for specific releases in other applications. Here are some of the operations that would be useful: http://inedo.com/support/documentation/buildmaster/reference/operations#BuildMaster
  • Nuget Extension Update

    buildmaster
    4
    0 Votes
    4 Posts
    0 Views
    ?
    Is this for a legacy plan action or a OtterScript operation? If it's for a Legacy Plan, you can edit the Configuration Profile for the NuGet extension and specify a path to your custom NuGet.exe in there, and actions will use that instead of the default one the extension ships with -- this way you don't need to overwrite anything. If it's for an OtterScript plan, you can override the default location by creating a $NuGetExePath variable at global or server level with the value being the path to your version of nuget.exe on the server. This is the new style of configuration that replaces legacy Configuration Profiles.
Inedo Website HomeSupport HomeCode of ConductForums GuideDocumentation