Have installed FNMS many times and trying to install 2023R2 and receiving following error executing .\Config.ps1 "Config\FNMS Windows Authentication Config.xml" after install.
Executing step Start Batch Scheduler service.
WARNING: Waiting for service 'FlexNet Manager Suite Batch Process Scheduler (BatchProcessScheduler)' to start...
ExecuteCustomScripts : Microsoft.PowerShell.Commands.ServiceCommandException: Failed to start service 'FlexNet Manager Suite Batch Process Scheduler
(BatchProcessScheduler)'.
At C:\_trunk\Software\Flexera\FlexNet Manager Suite\Support\ConfigHelper.ps1:1146 char:11
+ $ret = ExecuteCustomScripts $configMode $serverStep
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (:) [Write-Error], WriteErrorException
+ FullyQualifiedErrorId : Microsoft.PowerShell.Commands.WriteErrorException,ExecuteCustomScripts
Any ideas?
‎Mar 07, 2024 05:26 PM
Updated sql access and reran and successful, thanks again
‎Mar 07, 2024 05:58 PM
A failure to start the Batch Process Scheduler service will often generate some details about the failure in one or both of the following locations:
‎Mar 07, 2024 05:37 PM
Thanks Chris. Per log Looks to be login failure which I had checked but let me look again.
‎Mar 07, 2024 05:40 PM
Service Account password is correct but when I try to start service when using service account credentials it fails. If I use my credentials to run the service it starts fine. Checking on why service account having an issue.
‎Mar 07, 2024 05:47 PM
looks like issue with service account connecting to SQL DB, checking....
‎Mar 07, 2024 05:49 PM
wrong service account had dbo.owner rights to DBs, updating and retesting...
‎Mar 07, 2024 05:52 PM
Updated sql access and reran and successful, thanks again
‎Mar 07, 2024 05:58 PM