This functionality is only available for certain module packages. Info / Copyright

Action: XPamArticlesSyncAction


Parameters

Description

srcdb

File path (*.alk) or connection string (SQL database) of the source database.

destdb

File path (*. mdb) or connection string (SQL database) of the target database.

opensrcdbshared

Specifies how the source database is opened (optional, 0 = exclusive, 1 = not exclusive). Default value: 0

opendestdbshared

Specifies how the target database is opened (optional, 0 = exclusive, 1 = not exclusive). Default value: 0

full

Specifies how the parts data synchronization is performed (optional, 0 = only the changes after the last time stamp are synchronized, 1 = all parts data are synchronized and deleted parts data are deleted). Default value: 0

Syntax of the connection string:
"server | catalog | logintype | username | pwd"

Component

Description

server

Name of the server

catalog

Name of the database

logintype

Login type; possible values are:

0 = Windows authentication

1 = SQL authentication (encrypted password)

2 = SQL authentication (non-encrypted password)

username and pwd are optional for logintype = 0.

username

User name

pwd

Password for access

Note:

Before you carry out modifications in the parts databases, this action has to be carried out "to be begin with" once so that the time stamp is set in the workstation settings. Without the time stamp deleted parts, for example, are not detected.