Hello, Please I currently need assist.
I newly upgraded my business central from v18 to version 2023.
My previous system design separated both application and database using Business central administrator tool, which is no longer available on version 2023.
currently the database and application are both on same server.
I have tried to configure the '' custom.conf file , pointing to the second database server, still getting error.
Question : is there any other configuration to be done please ?
=========================================================
<add key="NetworkProtocol" value="Default"/>
<!--
Name of the database server to connect to.
-->
<add key="DatabaseServer" value="EV-L-W10-AD2216"/>
<!--
Name of the database instance to connect to.
-->
<add key="DatabaseInstance" value="BCDEMO"/>
<!--
Name of the database to connect to.
-->
<add key="DatabaseName" value="V2023"/>
<!--
Database user name, specified when SQL authentication is used.
-->
<add key="DatabaseUserName" value="sa"/>
<!--
Protected database password, specified when SQL authentication is used.
-->
<add key="ProtectedDatabasePassword" value="PasswordForSa"/>
=============================================================