MMS error status is -2 and -461 how to rectify it?
Answers
From online help in the Control Builder:
-454 cVarRecordTooLarge: Structured data type in group is too large.
-460 cVarOtherDataAccessError: Other data access error.
-461 cVarObjectNonExistent: Variable is not defined as global at remote node or program does not exist.
-462 cVarObjectAccessUnsuported: Read only or the product program (of appropriate version) does NOT exist in the remote system. Another program downloaded to the system.
-463 cVarTypeInconsistent: Inconsistent type in variable or structured data type component.
-464 cVarTypeUnsupportedRemNode: The variable in the remote node, or one of its components, is an unsupported type.
-465 cVarAttrInconsistent: The received string value is longer than the allocated string.
-466 cVarTempUnavailable: Attempt to write to a full queue.
-470 cVarOtherServiceError: Other service error.
-471 cVarRemoteHeapFull: Remote memory unavailable.
-472 cVarInValidAddress: Used if unsupported varcommtype is requested.
-473 cVarInhibitTypeError: Indicates an error if the system variable InhibitMMSTypeCheck is true. Set InhibitMMSTypeCheck to False (in the client if read and in the server if write) to get a more precise error indication.
-474 cVarObjectUndefined: In Remote printer if device name is wrong.
-480 cVarOtherMMSPermanentError: Other permanent error.
-481 cVarMessageTooLong: Message too long because MMS is unable to transfer messages > 1Kbyte, that is, the structured data type is too big.
-482 cVarSourceIdentNotFound: Invalid source name.
-483 cVarDestIdentNotFound: Invalid destination name.
-484 cVarInvalidSourceAddress: Invalid source address.
-485 cVarMMSServiceNotSupported: MMS service not supported.
-486 cVarLongMessageNotSupported: Long MMS message is not supported on SysX, use RemSysX instead.
-490 cVarRejectError: Other reject error.
-499 cVarNotImplemented: Function not implemented.
Add new comment