Error license expired trying execute SQL Data Generator in Gitlab CI
gabriel_lourenco
Posts: 5 Bronze 1
Hi, I'm getting an error trying to execute SQL Data Generator in Gitlab CI, about my license
But muy license is still active, if I try to reproduce this in windows CMD, it runs correctly
Any ideas about what could I do wrong, my gitlab CI is set to run in CMD, and is being executed in the same server.
Thanks in advance.
But muy license is still active, if I try to reproduce this in windows CMD, it runs correctly
Any ideas about what could I do wrong, my gitlab CI is set to run in CMD, and is being executed in the same server.
Thanks in advance.
Tagged:
Answers
You will need a Redgate Deploy or SQL Toolbelt license if you're using it with Powershell.
SQL Change Automation comes with CL versions for SQL Data Generator:
C:\Program Files (x86)\Red Gate\SQL Change Automation PowerShell\SDG
So it will run in the regular CLI but Powershell will need an automation license.
An SCA license is required for:
Regular scheduled task, not a one off
Service account (an account that they can't log in interactively to activate the license with user based licensing, RGID)
Using the SQL Compare command line as part of automated or scheduled process
Victoria Wiseman | Redgate Software
Have you visited our Help Center?
SQL Toolbelt Essentials doesn't contain SQL Change Automation which is the tool you need for your set up. You'll need a SQL Toolbelt or Redgate Deploy license.
Victoria Wiseman | Redgate Software
Have you visited our Help Center?
Yes, I can see there's a SQL Toolbelt license on your account. You can switch to this license to execute SQL Data Generator in Gitlab CI because it contains SQL Change Automation.
Your new SQL Toolbelt Essentials license does not.
Victoria Wiseman | Redgate Software
Have you visited our Help Center?
You'll just need to install SCA and log in with your Redgate ID when prompted:
https://download.red-gate.com/checkforupdates/SQLChangeAutomation/SQLChangeAutomation_4.5.22300.32307.exe
Victoria Wiseman | Redgate Software
Have you visited our Help Center?