SmarTeam - Multi-site


General, Open & Documentation Issues

General Issues

Configurations User Defined queries
Because User Defined queries are not supported in SmarTeam - Multi-site, defined queries are not replicated to the other sites and queries defined by Query-based Projection are not projected in other sites' queries. For additional information, see the SmarTeam - Multi-site Administration Guide. 

 

Vault Service Vault Support
stdcopyfilefromremotesite.ebs needs to be changed to support the new vault as follows. Original: ReplaceString(source_dir,"\\" & DstHostName & "","c:\") New: ReplaceString(source_dir, DstHostName & "","c:\")

 

Form Designer When performing modifications via the Form Designer on the primary site, data is stored in the NLS files rather than the database. As a result, modifications to NLS files must be copied to the secondary sites manually.

 

Sequence designer When working in a SmarTeam - Multi-site environment, the sequence pattern, defined by means of the Sequence Designer, should be identical on the primary and secondary sites. It is recommended to define a special prefix to avoid duplication of the primary key.
Note: Sequence data is not replicated automatically from site to site. This enables a significant performance improvement of the replication between the sites.
After any modification of the sequence in the primary site, you must check all secondary sites to verify that the sequence value is set. For example, the sequence pattern on the primary site may be changed from a.9 to aa.9 and the sequence value is set to blank. In the secondary site, the pattern is changed, but the sequence value is not set to blank. In this case, the sequence value on the secondary site has to be overwritten manually.

 

BOM The Design to Configure operation is not supported in a multi-site environment.

Open Issues

Installation The data model design of Multi-site does not work correctly.
  Workaround:
  Install Data Model Designer on the same computer on which the Multi-site Data Model Designer is running.

Documentation

None