Error configuring sql server for manjaro

Currently I have a problem configuring sql server for my machine, since there is not a very specific documentation on how to install it based on the one in the arch page and youtube video, based in installation in arch.

However, when I have already done all the configuration and write the sqlcmd command, I get the following error:

Sqlcmd: Error: Microsoft ODBC Driver 17 for SQL Server: SSPI Provider: No Kerberos credentials available (default cache: FILE: / tmp / krb5cc_1000).
Sqlcmd: Error: Microsoft ODBC Driver 17 for SQL Server: Cannot generate SSPI context.

What could I do in this case? I have not been in Manjaro long, I would appreciate it if you please help me

How are you connecting with sqlcmd ?

Looks like you are trying to authenticate using “Windows authentication”.
Try with SQL auth by providing username and password (of the sa user)

Have you installed mssql-server on a Manjaro system using AUR?