Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.1 » Error Messages » MobiLink server error messages » MobiLink server error messages sorted by message text

 

Only one domain can be used per script version. Domain '%1' was in use when script '%2' attempted to use domain '%3'

Error code –10183
Error constant EL_DNET_ONE_DOMAIN_PER_VERSION
Parameter 1 The domain name.
Parameter 2 The script.
Parameter 3 The extra domain name.
Probable cause

The script is of the form myDomain:myClass.myMethod, and another script in the same script version used a different domain name. Make sure all scripts for the same script version use the same domain.