< Back

Start-D365FOLBDDBSync

Mon Jan 13, 2020 8:47 am

NAME Start-D365FOLBDDBSync



SYNOPSIS

Starts a Database Synchronization on a Dynamics 365 Finance and Operations Server





SYNTAX

Start-D365FOLBDDBSync [[-AXSFServer] <String>] [-AXDatabaseServer] <String> [-AXDatabaseName] <String> [-SQLUser]

<String> [-SQLUserPassword] <SecureString> [[-Timeout] <Int32>] [<CommonParameters>]





DESCRIPTION

Starts a Database Synchronization on a Dynamics 365 Finance and Operations Server using the

"Microsoft.Dynamics.AX.Deployment.Setup.exe" executable





PARAMETERS

-AXSFServer <String>

Parameter

string

The name of the Local Business Data Computer that is runnign the AXSF role.

If ignored will use local host.



Required? false

Position? 1

Default value

Accept pipeline input? false

Accept wildcard characters? false



-AXDatabaseServer <String>

Parameter

string

The name of the Local Business Data SQL Database Computer



Required? true

Position? 2

Default value

Accept pipeline input? false

Accept wildcard characters? false



-AXDatabaseName <String>

Parameter

string

The name of the Local Business Data SQL Database name.



Required? true

Position? 3

Default value

Accept pipeline input? false

Accept wildcard characters? false



-SQLUser <String>

Parameter

string

The name of the user to login with SQL authentication



Required? true

Position? 4

Default value

Accept pipeline input? false

Accept wildcard characters? false



-SQLUserPassword <SecureString>

Parameter

string

The password of the user to login with SQL authentication



Required? true

Position? 5

Default value

Accept pipeline input? false

Accept wildcard characters? false



-Timeout <Int32>

Parameter

int

The timeout period of the database synchronization



Required? false

Position? 6

Default value 60

Accept pipeline input? false

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS



OUTPUTS



-------------------------- EXAMPLE 1 --------------------------



PS C:\\>Start-D365FOLBDDBSync













-------------------------- EXAMPLE 2 --------------------------



PS C:\\>Start-D365FOLBDDBSync















RELATED LINKS