Inedo Community Forums Forums
    • Recent
    • Tags
    • Popular
    • Login

    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!

    Why can't I delete a application?

    Scheduled Pinned Locked Moved Support
    buildmasterapplications
    6 Posts 1 Posters 7 Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • ? This user is from outside of this forum
      Guest
      last edited by

      Every time I try to delete one of my applications, it asks me to confirm, then waits for a few moments and throws a .NET exception in the modal window with the error "Timeout expired".

      I have noticed the same behavior since 4.1.0.

      Product: BuildMaster
      Version: 4.3.8

      1 Reply Last reply Reply Quote 0
      • ? This user is from outside of this forum
        Guest
        last edited by

        Must have a lot of logs... I would try to use the API method to delete it, or increase the sql timeout by editing the connection string.

        1 Reply Last reply Reply Quote 0
        • ? This user is from outside of this forum
          Guest
          last edited by

          Thanks for your response. Where do I find the connection string?

          1 Reply Last reply Reply Quote 0
          • ? This user is from outside of this forum
            Guest
            last edited by

            It's in the web_appSettings.config file in the WebApp folder; once you change that, you'll need to restart the web application for it to take effect.

            1 Reply Last reply Reply Quote 0
            • ? This user is from outside of this forum
              Guest
              last edited by

              I have set the connection timeout to 5 minutes, but still getting the error.

              The actual error message provided is: The wait operation timed out

              Is there some queries I can use to delete the application directly from the database?

              1 Reply Last reply Reply Quote 0
              • ? This user is from outside of this forum
                Guest
                last edited by

                You could try calling the stored procedure directly via the SQL API:

                DECLARE  @B VARBINARY(MAX) 
                SET @B = CAST('yourname' AS VARBINARY)
                SET CONTEXT_INFO @B
                
                EXEC Applications_PurgeApplicationData @Application_Id
                

                or view it in SSMS to see the actual SQL.

                1 Reply Last reply Reply Quote 0

                Hello! It looks like you're interested in this conversation, but you don't have an account yet.

                Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

                With your input, this post could be even better 💗

                Register Login
                • 1 / 1
                • First post
                  Last post
                Inedo Website Home • Support Home • Code of Conduct • Forums Guide • Documentation