Navigation

    Inedo Community Forums

    Forums

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

    • S

      SqlException on Proget 5.2.28 (docker version)
      Support • proget sql-server docker • • sbmatt  

      3
      0
      Votes
      3
      Posts
      14
      Views

      S

      Hi, I'm sorry I don't seem to have got a notification email when you replied, so I only just saw this. I just tried 5.2.29 and it works perfectly. Many thanks!
    • ?

      Data migration from old PostgreSQL to new SQL server database
      Support • proget sql-server postgresql • • Christian Morais  

      2
      0
      Votes
      2
      Posts
      2728
      Views

      jjones

      Hi Bohdan, For the feed migration please refer to this: https://inedo.com/support/kb/1168/migrating-a-proget-feed As far as Users/Api Keys.. are you using a Built-In user directory only? Thanks, Jason
    • ?

      Can't find ProGet's database connection string
      Support • proget sql-server • • Christian Morais  

      3
      0
      Votes
      3
      Posts
      129
      Views

      ?

      Thanks. That solved it.
    • A

      Execute SQL scripts on Agent Server
      Support • buildmaster net agents sql-server • • antony.booth_1029  

      3
      0
      Votes
      3
      Posts
      17
      Views

      A

      The SQL server and the application are both on server 'Production' and the application is successfully retrieving data from the SQL server. The connection string used in the application configuration is the same connection string being used in the SQL connection in Buildmaster. It is using a SQL account, so not integrated. Here is a redacted connection string: - Data Source=*************;Initial Catalog=*************;User Id=*************;Password=*************;MultipleActiveResultSets=true;
    • ?

      New Otter installation failing when "Requesting Free license key..."
      Support • otter installation databases sql-server installer • • Christian Morais  

      2
      0
      Votes
      2
      Posts
      11
      Views

      jrasch

      Apologies - I broke that endpoint earlier ironically by accidentally disabling logging :( It should work now; I also note that you can request a key at https://my.inedo.com and manually enter it.
    • ?

      Cannot add the principal 'NT AUTHORITY\NETWORK SERVICE', because it does not exist or you do not have permission.
      Support • proget sql-server microsoft • • Christian Morais  

      6
      0
      Votes
      6
      Posts
      45
      Views

      ?

      Proget non hub installer on French W2016 Core server with remote SQL db is working fine The pb exist with BuildMaster Hedgehog but not with Otter Best regards Philippe
    • ?

      Sqlcmd that I think is an issue.
      Support • buildmaster sql-server • • Christian Morais  

      4
      0
      Votes
      4
      Posts
      53
      Views

      atripp

      It's hard to say, because we don't have enough information. The "code" you shared looks like it's part of a PowerShell script, or maybe it's a cmd script, which maybe they're executing from BuildMaster? Or they could be executing the process directly? Where does $targetInstances and $targetDatabase come from? if they're just running a PowerShell script, then I guess they should just edit that powershell script as you suggested? Can you just ask for the deployment plan? Unless it's v4 or earlier, it will be in OtterScript (a text file), and once you see it, it should be fairly clear how to change it.
    • ?

      Save results of a Execute-DatabaseStatement
      Support • buildmaster databases sql-server • • Christian Morais  

      2
      0
      Votes
      2
      Posts
      4
      Views

      ?

      This would require a custom operation to capture this text. You could also use a tool like sqlcmd.exe to output the result to the textfile.
    • ?

      Sql Server Supported Versions
      Support • proget sql-server • • Christian Morais  

      2
      0
      Votes
      2
      Posts
      6
      Views

      ?

      ProGet supports any version of SQL Server starting with 2008.
    • ?

      Upgrade SQL fvrom 2005 SQL Express
      Support • proget sql-server • • Christian Morais  

      2
      0
      Votes
      2
      Posts
      18
      Views

      ?

      You can just back-up the database, and then restore it in the new SQL Server.
    • ?

      READ_COMMITTED_SNAPSHOT on SQL Server
      Support • proget buildmaster sql-server • • Christian Morais  

      2
      0
      Votes
      2
      Posts
      7
      Views

      ?

      We don't support doing this sort of tweaking on the ProGet database; it might work, but we don't test it so I can't say.
    • ?

      Database setup script
      Support • proget proget-installation sql-server • • Christian Morais  

      2
      0
      Votes
      2
      Posts
      15
      Views

      ?

      You'll need to run bmdbupdate.exe. It doesn't need to be run on the database server itself; the user that runs it must have dbo permissions to the proget database.
    • ?

      Azure SQL Connection string
      Support • proget sql-server azure • • Christian Morais  

      4
      0
      Votes
      4
      Posts
      19
      Views

      ?

      That's the error from the SCM, but the .NET error is also logged. You may want to try running the service interactively in this case, then you can see the error message and identify what's wrong with the db connection.
    • ?

      Reset SQL Change Script "Has run" Flag
      Support • buildmaster sql-server • • Christian Morais  

      2
      0
      Votes
      2
      Posts
      5
      Views

      ?

      As of v5.6, the "SQL Change Scripts" feature is designed with these principles in mind: Database Changes Done Right. Run once and only once Impossible to be “un-run In order to accomplish this, a metadata table is created in the database (__BuildMasterDbSchemaChanges2) to track which change scripts have already been run. Before running a script, this table is queried. Regarding "resetting" the idea that a script is run, the best bet is to delete and re-add it from BuildMaster. You can also restore that particular database.
    • ?

      Migrate Proget on native Windows to Linux within Docker
      Support • proget linux sql-server postgresql • • Christian Morais  

      2
      0
      Votes
      2
      Posts
      87
      Views

      ?

      Regarding the database migration, we don't have an export/import function.. but you can just recreate the feed and use the bulk import path for your exisitng packages.
    • ?

      Variable for "Use [DatabaseName]" in SQL Change Script Stored Procedure
      Support • buildmaster sql-server sql change-scripts • • Christian Morais  

      2
      0
      Votes
      2
      Posts
      48
      Views

      ?

      Just discovered Kevin's answer here which should work: http://inedo.com/support/questions/4058#inline-post-5062
    • ?

      Login failed for user 'DOMAIN\MACHINENAME$'
      Support • proget sql-server • • Christian Morais  

      2
      0
      Votes
      2
      Posts
      75
      Views

      ?

      In this case, you are pointing PRoGet to a SQL Server on a different machine. You will need to either use a different connection string (name/[assword), run proget service/web under a domain account and continue to use integrated auth, or allow connections from that machine in SQL Server (not recommended).
    • ?

      DB Connection for AWS RDS MSSQL
      Support • buildmaster sql-server amazon • • Christian Morais  

      4
      0
      Votes
      4
      Posts
      24
      Views

      ?

      What you described should work; the connection should be proxied through the agent server you selected. however, I see you also submitted a ticket... so we'll review via that!
    • ?

      Execute database scripts on disk - Error at longer queries
      Support • buildmaster error sql-server • • Christian Morais  

      2
      0
      Votes
      2
      Posts
      9
      Views

      ?

      I suspect the two messages are unrelated... but unfortunately it's really hard to know what would cause the first problem. 99% of the time, especially over long-running things like this, it's a result of problematic network connections. The new Inedo Agents (available in v5) are a bit more resilient to this.
    • ?

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

      2
      0
      Votes
      2
      Posts
      12
      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.
    • 1
    • 2
    • 1 / 2