Contents Index Invalid parameter '%1!s!'. Parameter value '%1!s!' is not a valid hexadecimal value.

MobiLink Synchronization Reference
  MobiLink Communication Error Messages
    Communication error descriptions

Parameter value '%1!s!' is not a valid boolean value. The value must be 0 or 1.


Item Value
Error code 4
Constant PARAMETER_NOT_BOOLEAN (Java) STREAM_ERROR_PARAMETER_NOT_BOOLEAN (C/C++) ulStreamErrorParameterNotBoolean (Visual Basic)
Parameter 1 The invalid parameter value.
Probable cause 

Network parameters are of the form "name=value;[name2=value2[;...]]". The parameter value is not a boolean value. Locate the offending parameter specification and change the value of the parameter to either 0 (for off or false) or 1 (for on or true).


Contents Index Invalid parameter '%1!s!'. Parameter value '%1!s!' is not a valid hexadecimal value.