-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The requested service 'Clio.Command.CreatioInstallCommand.InstallerCommand' has not been registered when calling clio deploy-creatio with MSSQL zip file #317
Comments
@josehernaC2C |
@kirillkrylov We are growing as a developer team and we are trying to figure it out the easiest way to deploy local Creatio instances to our windows\SQL server environment clio.deploy-creatio.error.2024-09-20_12-25-08.mp4 |
We've added additional debugging options to clio commands. You can now run any command with Your exception seem to be related to kubectl, which is installed when you install Rancher Desktop. Please make sure Rancher Desktop is installed before running the installer command Please make sure to follow the instructions provided in this link. |
Thanks @kirillkrylov I was missing a couple of steps. I'm almost there. Now I'm getting this error: [Starting Database restore] - 07:03:28 where do I get and change that password? |
Make sure deploy mssql with the provided manifest template. |
Thanks @kirillkrylov. The issue was that I already had a SQL Server local instance running on port 1433 and I think the scripts were trying to open that one that had sa disable. After that I got this error: But I think it is because the script was looking for a Creatio name and the ZIP file we received had the backup name as BPMonline813Studio.bak I copied the back up there with the expected name and the site came up. Thanks again. |
Hello,
I'm following the clio tutorial to install Creatio from CLI, but I'm getting the error below. Any ideas on what I'm missing?
Thanks,
Jose
clio version '6.1.0.37'
[ERR] - The requested service 'Clio.Command.CreatioInstallCommand.InstallerCommand' has not been registered. To avoid this exception, either register a component to provide the service, check for service registration using IsRegistered(), or use the ResolveOptional() method to resolve an optional dependency.
![Install Creatio from clio error](https://private-user-images.githubusercontent.com/132952532/369045534-f148be97-7d52-422f-ba40-60f177c9af04.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkyMjA1OTksIm5iZiI6MTczOTIyMDI5OSwicGF0aCI6Ii8xMzI5NTI1MzIvMzY5MDQ1NTM0LWYxNDhiZTk3LTdkNTItNDIyZi1iYTQwLTYwZjE3N2M5YWYwNC5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjEwJTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIxMFQyMDQ0NTlaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT00OTYwZDViZmZmN2Q1MTVlMzdhZDkyOGEyOTI2NDY2NWI2YWRhNDcyNTY4ZTk4YjVkOWU5ZmUwZTIyOGY0YTU1JlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.G-MLydZrhrEIBndrIFJMq7R3yhSOzLsi-tJJaMfV2Tc)
The text was updated successfully, but these errors were encountered: