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

SQL Anywhere 10.0.1 » SQL Anywhere 10 - Error Messages » MobiLink Server Error Messages » Alphabetic list of error messages

One or more invalid parameters prevented startup Next Page

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


Item

Value

Constant

EL_DNET_ONE_DOMAIN_PER_VERSION

Error code

-10183

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.