The Community is now in read-only mode to prepare for the launch of the new Flexera Community. During this time, you will be unable to register, log in, or access customer resources. Click here for more information.

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Skip database creation in db configuration process

JanPie
By
Level 6

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

(3) Replies

ChrisG
By Level 20 Flexeran
Level 20 Flexeran

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.

(Did my reply solve the question? Click "ACCEPT AS SOLUTION" to help others find answers faster. Liked something? Click "KUDO". Anything expressed here is my own view and not necessarily that of my employer, Flexera.)

Hi Chris,

This is actually great news! I will test this now, to see how it will work.

mfranz
By Level 17 Champion
Level 17 Champion

Please make sure to pick the right DB settings, especially the dababase collation (e.g. SQL_Latin1_General_CP1_CI_AS)