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!

  • Cannot view log files for All

    actions buildmaster
    2
    0 Votes
    2 Posts
    15 Views
    ?
    Thanks for the bug report, Dave. This has been identified as a regression in 4.2, and will be fixed as BM-1474 in 4.2.6. You can manually visit the page by using the execution ID as a workaround. http://servername:80/executions/view-log?executionId=XXXX
  • Download Dependencies not working

    proget
    2
    0 Votes
    2 Posts
    6 Views
    ?
    Unfortunately, the "Download Dependencies" feature can act a little funny because the way NuGet does dependencies is a little funny. It's on our list to improve this functionality.
  • Can you use SQL 2012 Always On with Proget?

    proget proget-installation sql
    2
    0 Votes
    2 Posts
    7 Views
    ?
    Yes, just edit the connection string in both the web and services directory.
  • Rename File via CIFS share

    buildmaster
    5
    0 Votes
    5 Posts
    11 Views
    ?
    Hi Dan, It sounds like this new issue is related to your new domain account not being able to connect to your svn server through a proxy server. One thing you can try... log on to the BuildMaster server using this new account, and try to run that same SVN command. It might pop-up an authentication dialog, or something... in which case, you can get better insight into the exact specific problem.
  • Exception in Custom extension

    sdk buildmaster
    4
    0 Votes
    4 Posts
    10 Views
    ?
    I see; in this case, your old extension is still being loaded. Maybe the service/webapp wasn't restarted, etc? Easy thing to test, add a new LogDebug(...) before that SPROC call.
  • Cannot edit actions in 4.2.3

    buildmaster actions
    2
    0 Votes
    2 Posts
    6 Views
    ?
    Thank you for the bug report. We have reproduced this and it will be fixed in 4.2.4, which is scheduled for release today. The bug is: BM-1464: NullReferenceException when creating or editing an action where there is a server that the current user does not have access to
  • Deploy FILE artifact fails with "Can't set date"

    artifacts deployment buildmaster
    2
    0 Votes
    2 Posts
    5 Views
    ?
    Interesting, it looks like the unzip program is returning a non-zero exit code, which causes the SSH agent to interpret the command as an error. You might be able to get around this by editing that specific Deploy Artifact action to treat errors as warnings. Also as a workaround, you could deploy the artifact to the "CurrentDirectory" on the BuildMaster server, then use the Transfer/Synchronize Files action from the CurrentDirectory on the BuildMaster server to the Solaris server.
  • 0 Votes
    2 Posts
    15 Views
    ?
    Are you using the integrated web server, or hosting via IIS? Regardless, if you don't want to just delete the ProGet database and start from scratch, you can run the following command from PowerShell or a CMD window to reset the authentication mechanism: sqlcmd -E -S localhost -d ProGet -Q "UPDATE Configuration SET Value_Text = 'false' WHERE Key_Name = 'LDAPEnabled'" You can additionally reset the Admin user by running the ProGet.Service.exe executable and selecting Action 7 "ResetAdminPassword".
  • BuildMaster service (bmservice) not restarting

    service buildmaster
    2
    0 Votes
    2 Posts
    9 Views
    ?
    This is a known issue with .NET-based services on low-spec servers running Windows Server 2003. Basically, the CLR cannot load in time, triggering an error. In newer server operating systems, you can specify Delay Start, which solves the problem, but it's not possible on 2003. There is a workaround available from Microsoft, KB#193888.
  • Backing up ProGet

    installation windows proget
    2
    0 Votes
    2 Posts
    5 Views
    ?
    To back-up ProGet, you just need to Back-up the Database and the Packages directory (the path is listed on each feed, and is in the All Settings under Admin).
  • Unable to re-execute from last failed action

    buildmaster error
    3
    0 Votes
    3 Posts
    3 Views
    ?
    The patch corrected the issue. Thank you.
  • Oracle Ext Load Errors

    oracle buildmaster
    6
    0 Votes
    6 Posts
    4 Views
    ?
    Downloaded and installed Oracle Extenstion 4.1.1 without any errors. Sincere thanks! I will begin to setup an Oracle db deploy and test the results. Thanks again, Dan.
  • Proget issues on net framework 4.5.1 and package distribution

    proget net bug nuget
    2
    0 Votes
    2 Posts
    11 Views
    ?
    Hi, Thanks for the bug report; this will be addressed in the next release of ProGet, which is due in just a few days!
  • Fail extracting artifact zip file ...

    buildmaster
    2
    0 Votes
    2 Posts
    9 Views
    ?
    Thank you for posting the action log. When extracting the zip file, the deploy artifact action attempts to run the unzip program, is that program available on the server? Based on the log above, the exact command is: unzip -o "/home/dmccaffr/_A3/_S4/TMP/[artifactName].zip" -d "/home/dmccaffr" An IOException is thrown if the exit status returned is not equal to 0. Can you verify that running that command on the server above actually unzips the artifact, and that its exit code is 0?
  • RENAME FILES

    buildmaster
    2
    0 Votes
    2 Posts
    0 Views
    ?
    Hello, that cryptic message means that the RENAME FILES action does not yet work with the SSH-based agent. Your best bet is to write a simple shell script that can do the same.
  • BuildMaster (No SQL) installation fails

    buildmaster
    5
    0 Votes
    5 Posts
    2 Views
    ?
    Decided to go with the embedded version, install worked fine, I'll revisit this once I move out of testing mode and perhaps we can figure out what the issue is. Thanks! D
  • Exception when creating dummy server

    servers buildmaster dummy
    3
    0 Votes
    3 Posts
    17 Views
    ?
    Yes, it's from the Dummy extension. When I click the "Add Server" button on the Servers page, it lets me choose an agent type -- self-hosted, IIS-hosted, SSH-based, or Dummy Agent. I was hoping to use dummy servers as stand-ins for real servers that don't (yet) exist so I could create my deployment plan before the servers exist. Then, once they exist, I would just point the deployment steps to the real servers.
  • BuildMaster-Jenkins

    jenkins buildmaster
    4
    0 Votes
    4 Posts
    10 Views
    ?
    What happens if you put the name of a specific artifact? If it were broken, it would be a problem with the extension (which can be easily fixed and published for download pretty quickly). The source code for this particular action is here: https://github.com/Inedo/bmx-jenkins/blob/master/GetArtifactAction.cs
  • The remote server returned an error: (403) Forbidden.

    proget
    17
    0 Votes
    17 Posts
    284 Views
    ?
    I must be missing something here, but if you remove the View Only privilege to download packages, you should be forbidden from downloading packages... Are you saying you removed your View Only privileges, or that you removed them from the Anonymous User such that it has no privileges? If it's the latter, can you send a Fiddler trace containing the requests that Visual Studio extension is attempting to send?
  • 0 Votes
    2 Posts
    29 Views
    ?
    The service does need to be running mainly to index packages. If you selected the IIS option during install, the web server in the service will not run. If you are switching from integrated web server to IIS, make sure to update the service's .exe arguments to exclude the /urls argument and then the web server component of the service will not run.
Inedo Website HomeSupport HomeCode of ConductForums GuideDocumentation