D365 Finance and Operations – Database Synchronization using PowerShell
Introduction:
In this blog, we will see how we can synchronize the database through PowerShell in Microsoft Dynamics 365 Finance and OperationsSteps:
K:\AOSService\webroot\bin\Microsoft.Dynamics.AX.Deployment.Setup.exe
-bindir "K:\AosService\PackagesLocalDirectory"
metadatadir "K:\AosService\PackagesLocalDirectory"
-sqluser "axdbadmin" -sqlserver "." -sqldatabase "AxDB"
-setupmode "sync" -syncmode "fullall"
-isazuresql "false" -sqlpwd "*"
-logfilename "H:\MSSQL_LOGS\AxDB_log.log"
K:\AOSService\webroot\bin\Microsoft.Dynamics.AX.Deployment.Setup.exe
-bindir "K:\AosService\PackagesLocalDirectory"
metadatadir "K:\AosService\PackagesLocalDirectory"
-sqluser "axdbadmin" -sqlserver "." -sqldatabase "AxDB"
-setupmode "sync" -syncmode "fullall"
-isazuresql "false" -sqlpwd "AOSWebSite@123"
-logfilename "H:\MSSQL_LOGS\AxDB_log.log"
Thanks for reading and stay connected with us for more updates!!!
Jagdish Solanki | Senior Technical Consultant | CloudFronts
Business Empowering Solutions Team
“Solving Complex Business Challenges with Microsoft Dynamics 365 & Power Platform”
Related posts:
Advanced & Auto Bank Reconciliation in Dynamics 365 Finance
How to create and add/attach a custom activity-type entity to an existing entity in Dynamics 365 CRM
How to add an Entity and fields in Global Search On Dynamics 365 CRM
How to create a SharePoint site and enable Server-Based SharePoint Integration for Document Manageme...