A new Flexera Community experience is coming on November 25th, click here for more information.
Hello,
I try to create a database on my test virtual machine.
After running this command in cmd:
mgsDatabaseCreate -a WindowsNT -s DBserver-name\instance name -d FNMSInventory -i InventoryManagaerDatabaseCreation.xml
I ran into this issue:
I double checked the instance name and server name and made sure that remote connections are allowed. The SQL-Server is installed locally.
If you have any idea on how to resolve this issue, please let me know
Best regards,
Erik Reumann
Apr 21, 2022 08:27 AM
If SQL server is installed locally, try it using a dot "." after the -s instead of "DBserver-name\instance name".
Apr 21, 2022 01:21 PM
If you are running this on your Application Server (and there is a different server for the SQL Database), then make sure you have the SQL Server Client Connectivity drivers installed.
Also, the User you are logged in as when you run the command must be set up as a valid Logon to the SQL Server instance.
Apr 21, 2022 12:43 PM
If SQL server is installed locally, try it using a dot "." after the -s instead of "DBserver-name\instance name".
Apr 21, 2022 01:21 PM
Not sure if you're really running multiple SQL Server instances. In case you do, you'll need the SQL Server Browser Service to run. If you run only the default instance, ignore the instance part when adressing the server.
Apr 25, 2022 11:08 AM