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.
Our client wants us to create a test environment for their production server. Can we make a copy of the current databases and change the names then install the Test FNMS software? If we do change the names will it still work?
āJan 26, 2024 02:07 PM
This should work as long as you configure the test environment with the correct SQL Server instance name and database names. Also be sure to update any relevant connection details stored in the dbo.ComplianceConnection view in the compliance database so that you don't have details pointing back to the production environment.
āJan 31, 2024 10:20 PM
If you're going to make a copy of the databases and place them on another SQL server, you probably don't need to change the database names.
But if you do, you'll need to specify the new names when you run the PowerShell configuration script as part of the install.
--Mark
āJan 30, 2024 11:16 AM
This should work as long as you configure the test environment with the correct SQL Server instance name and database names. Also be sure to update any relevant connection details stored in the dbo.ComplianceConnection view in the compliance database so that you don't have details pointing back to the production environment.
āJan 31, 2024 10:20 PM
Thanks, we are going to just put everything on a different cluster. But I have another question for you. You replied to a post called "scheduling business importer processes on a folder" We are trying to do the same thing have the business adapter process .csv purchases from a folder then write a log file for each. I looked at the same powershell script but I wasn't sure how it knows where to get source files and if we need to create a template file. I wasn't sure if there is config file we need to modify or not. I have attached the sample you poste.
āFeb 02, 2024 10:36 AM