A new Flexera Community experience is coming on November 25th. Click here for more information.
Hello everyone,
A client would like to install FNMS in environment, where it's not possible to create dbs manually. They need to be requested separately, and then they will be provisioned automatically.
This means, I cannot use the script to perform the database creation part of installation.
Is it possible to just comment out the db creation part of the script and leave whole configuration?
Kind regards,
Jan
‎Jul 04, 2019 02:32 AM
It is safe to manually create the databases prior to running the database configuration scripts as normal. The configuration scripts are smart enough to detect that the databases have already been created, and will not attempt to re-create them.
This is a common approach taken in environments where the user account running the database configuration scripts can be given db_owner rights on the FlexNet databases, but cannot be given sysadmin rights to the entire SQL Server instance.
‎Jul 04, 2019 05:03 AM
Hi Chris,
This is actually great news! I will test this now, to see how it will work.
‎Jul 04, 2019 05:28 AM
Please make sure to pick the right DB settings, especially the dababase collation (e.g. SQL_Latin1_General_CP1_CI_AS)
‎Jul 05, 2019 07:28 AM