winccoa-manager
    Preparing search index...

    Enumeration WinccoaNativeErrorCode

    Native WinCC OA error codes, as defined by the WinCC OA core (ErrClass::ErrCode / _errors.cat).

    Use these symbolic names instead of magic numbers when inspecting WinccoaError.code, e.g. err.code === WinccoaNativeErrorCode.DpNotFound.

    This enum mirrors the native error-code space. It is distinct from WinccoaErrorCode, which enumerates JavaScript-manager-only errors in the 9300 range. See WinccoaErrorCodeValue for a type covering both.

    Index

    Enumeration Members

    AcceptConnection AlertNotExistent AlertNotVisibleAndNotGone AlertPairExists AlertPairNotFound AlertPriority AliveSocketOpenError AllSystemConnectionsLost ArgumentMissing ArrayLengthsDiffer AsciiExportCannotStart AttributeNotExistent AuthConfigChanged AuthError AutomaticDisconnect BcmErrCertChainPrefix BcmErrCertExpired BcmErrCertVerificationFailed BcmErrCryptAcq BcmErrCryptExpKey BcmErrOpenStore BcmErrReqX509 BcmErrSetProtocolVersion BcmErrWinCertNoMatching BcmErrWinCertNoValidBySubject BcmErrWrapCipher BrokenConnection CannotFindHostInHostList CannotOpenFile CannotStart CantConnect CertificateFileError ChallengeResponseHandshakeInProgress ChangeAttributeFailed ClosingConnection CommunicationFailure ConcurrentAccess ConfigAllocationFailed ConfigIsNotLocked ConfigLocked ConfigNotChanged ConfigNotExistent ConfigSecurityIssue ConfigTypeIncorrect ConnectAborted ConnectAgain ConnectAllDps Connected ConnectionEstablished ConnectionFailure ConnectionNotExistent ConnectToWrongAliveServer ConnectToWrongHost ConnectToWrongServer ConsistencyCheckFailed ConversionToEngValue ConversionToRawValue CorrectTimeDifferences CreateConfigFailed CreatingEndPoint DatabaseError DatabaseNotMultiUser DataManagerBackupMode DataManagerEmergencyMode DataManagerError DataManagerInvalidStamp DataManagerRepair DefaultBranch DelayedRefreshConnections DeprecatedLibrary DistSystemDisconnected DivisionByZero DnsLookupError DnsLookupWarning DnsReverseLookupError DnsReverseLookupWarning DpAllocationFailed DpAlreadyExists DpAttributeTwice DpElementInactive DpInsertOrDelete DpNotExistent DpNotFound DpQueryConnectRefreshed DpRenameUnpatched DpSetAborted DpTypeElementNameSetFailed DpTypeEventError DpTypeIdAllocationFailed DpTypeInvalidReferences DpTypeIsInconsistent DpTypeNameSetFailed DpTypeStillReferenced DriverInitFinished DriverQueueEmpty DriverQueueFull DriverTooManyValueChanges DuplicateOutputPeripheralAddress EldestAckBitNotSet ElementNotExistent ElementNotFound EndlessLoop EscalationAlertClassDifference Executed ExitDelayed FileCacheNotFound FileNotOpen FunctionDeprecated IllegalArgument IllegalConversion IllegalFunctionCall IllegalKeyword IllegalOperation IllegalUserPassword IllegalUtf8Byte IllegalValue IncorrectLockVariable IncorrectNameSyntax IndexOutOfRange InitAlerts InitCertificateFilesError InitDpFunctions InitSslWrapperError InvalidCtrlScript InvalidDistRequest InvalidLangCount InvalidSystemNumber LangConfigMismatch LibraryInUse LibraryUsesNotExist LibraryVariableAlreadyDefined LicenseCodeInUse LicenseFixedUiExceeded LicenseFixedUiInvalid LicenseHardwareCodeUsage LicenseInfo LicenseInvalid LicenseInvalidMaxManagers LicenseShieldInvalid LicenseShieldNotfound LocalhostMissing LogLimitReachedNoRename LogLimitReachedRename LogMessagesLost ManagerAlreadyConnected ManagerInitialized ManagerStart ManagerStop MessageSendError MissingConfig MissingModule MissingPanel MissingParentPanel MoveConfigEntry MultiReferredAlert MxProxyStart MxProxyStop NoAlertClass NoAlertClassDp NoArray NoCommonMessageCompression NoDefaultValue NoError NoGoneBetweenTwoCame NoLvalue NoManagerNumberFree NotArchived NotAVariable NotCorrected NotDistributedSystem NotExistingAddress NothingToAcknowledge NotRedundantSystem ObsoleteBitNotSet OpenAliveConnectionError OriginTimeIncorrect OriginTimeOlder OtherUserLocked OutOfAlertRanges OutOfPvssRange OutOfUserRange ParameterError PermissionMissing PmonNoAttachSharedMemory PmonNoGetSemaphore PmonNoGetSharedMemory PmonNoGetSharedMemoryFileMapping PmonNoMapSharedMemory PmonProgsIllegalEntry PmonProgsIllegalStartMode PmonProgsNoRead PmonProgsNotFound PmonProgsNoWrite PmonProgsTooManyLines PmonProgsWrongVersion PmonProjectNotStarted ProcessDied QueryAbortedWithError QueryConnectAbortedByDist QueryConnectAbortedByEvent ReAlertCameTimeMissing ReAlertGoneTimeMissing ReAlertNotAllowed ReduChangesAborted RequestCanceled RereadingLibrary SendFailure ServerSocketOpenError SetMessageVersion SharedLibraryFunctionNotFound SharedLibraryNotFound ShutdownMessageReceived SignalReceived SmoothingError SpecifyAlertClass SslClientConnectionNotEncrypted SslFunctionError SslLibraryError SslPrivateKeyNotFound SslPrivateKeyUnknownError SslServerCertificateNotFound SslServerCertificateUnknownError SslUnknownError StartConnectError SumAlertRecursion SuppressErrorEnd SuppressErrorStart SyntaxError SystemConnectionLost SystemConnectionOk TransformError TryingConnect TypeAlreadyExists TypeChangeFailed TypeNotExistent UncaughtException UndefinedFunction UndefinedVariable UnexpectedState UnknownPeripheralAddress UsedAlertClassDeleted UsedAlertClassFreed UserPasswordInitialized ValueChangeNotRedirectable ValuesDiscarded WaitForUser WrongAttributeAddress WrongDestination WrongErrorDescription WrongIpcType WrongMessageType X11

    Enumeration Members

    AcceptConnection: 222

    Accepting $1 connection from host $2

    WinCC OA: ACCEPT_CONNECTION = 222

    AlertNotExistent: 97

    alert not known

    WinCC OA: ALERT_NOT_EXISTENT = 97

    AlertNotVisibleAndNotGone: 188

    alert not visible and not gon

    WinCC OA: ALERT_NOT_VISIBLE_AND_NOT_GONE = 188

    AlertPairExists: 238

    Alert pair already exists

    WinCC OA: ALERT_PAIR_EXISTS = 238

    AlertPairNotFound: 186

    AlertPair not found

    WinCC OA: ALERT_PAIR_NOT_FOUND = 186

    AlertPriority: 44

    alert class has changed

    WinCC OA: ALERTPRIORITY = 44

    AliveSocketOpenError: 159

    could not create the alive-server socket on port xx

    WinCC OA: ALIVESOCKET_OPEN_ERROR = 159

    AllSystemConnectionsLost: 161

    lost connection to all systems

    WinCC OA: CON_DISC_ALL = 161

    ArgumentMissing: 75

    argument missing

    WinCC OA: ARG_MISSING = 75

    ArrayLengthsDiffer: 261

    The lengths of the arrays $1 and $2 are not equal.

    WinCC OA: ARRAY_LENGTHS_DIFFER = 261

    AsciiExportCannotStart: 135

    ASCII export cannot be started, PVSS project start possibly in progress

    WinCC OA: ASCII_NOSTART = 135

    AttributeNotExistent: 19

    attribute not existent

    WinCC OA: ATTRIBUTENOTEXISTENT = 19

    AuthConfigChanged: 255

    _auth config of $1 has been changed

    WinCC OA: AUTH_CONFIG_CHANGED = 255

    AuthError: 174

    Authorization error

    WinCC OA: AUTH_ERROR = 174

    AutomaticDisconnect: 107

    automatic disconnect due to config change

    WinCC OA: AUTOMATIC_DISCONNECT = 107

    BcmErrCertChainPrefix: 254

    Required chainPrefix: $1, received: $2.

    WinCC OA: BCM_ERR_CERT_CHAIN_PREFIX = 254

    BcmErrCertExpired: 218

    Certificate $1 is expired.

    WinCC OA: BCM_ERR_CERT_EXPIRED = 218

    BcmErrCertVerificationFailed: 219

    Certificate $1 verification failed, due to: $2.

    WinCC OA: BCM_ERR_CERT_VERIFICATION_FAILED = 219

    BcmErrCryptAcq: 215

    Private key for Certificate $1 is required

    WinCC OA: BCM_ERR_CRYPT_ACQ = 215

    BcmErrCryptExpKey: 216

    Certificates $1 private key has to be exportable.

    WinCC OA: BCM_ERR_CRYPT_EXPKEY = 216

    BcmErrOpenStore: 213

    Could not open certificate store . + getLastError() fehlermeldung

    WinCC OA: BCM_ERR_OPENSTORE = 213

    BcmErrReqX509: 214

    Certificate with X509_ASN_ENCODING is required.

    WinCC OA: BCM_ERR_REQ_X509 = 214

    BcmErrSetProtocolVersion: 242

    Could not set min/max protocol version

    WinCC OA: BCM_ERR_SET_PROTO_VER = 242

    BcmErrWinCertNoMatching: 211

    Could not find any certificat matching $1.

    WinCC OA: BCM_ERR_WINCERT_NOMATCHING = 211

    BcmErrWinCertNoValidBySubject: 212

    No valid certificate matching subject string ($1) found.

    WinCC OA: BCM_ERR_WINCERT_NOVALIDBYSUBJECT = 212

    BcmErrWrapCipher: 217

    Cipher $1 cannot be set.

    WinCC OA: BCM_ERR_WRAP_CIPHER = 217

    BrokenConnection: 39

    connection broken

    WinCC OA: BROKENCONNECTION = 39

    CannotFindHostInHostList: 209

    Cannot find the host in the allowed host list ($1).

    WinCC OA: CANNOT_FIND_HOST_IN_HOSTLIST = 209

    CannotOpenFile: 61

    cannot open file

    WinCC OA: FILEOPEN = 61

    CannotStart: 177

    could not start xx: xxx

    WinCC OA: CANNOT_START = 177

    CantConnect: 5

    connect failed

    WinCC OA: CANT_CONNECT = 5

    CertificateFileError: 198

    Creating secure connection is failed. Error code: ($1)

    WinCC OA: CERT_FILE_ERROR = 198

    ChallengeResponseHandshakeInProgress: 237

    A Challenge/Response handshake is still in progress

    WinCC OA: CR_HANDSHAKE_IN_PROGRESS = 237

    ChangeAttributeFailed: 23

    attribute not set / changed

    WinCC OA: CHANGEATTRIBUTEFAILED = 23

    ClosingConnection: 181

    Closing Connection

    WinCC OA: CLOSINGCONNECTION = 181

    CommunicationFailure: 94

    driver communication failure

    WinCC OA: COMMUNICATION_FAILURE = 94

    ConcurrentAccess: 37

    concurrent access tried on object

    WinCC OA: CONCURRENT = 37

    ConfigAllocationFailed: 60

    config allocation failed

    WinCC OA: CONFIGALLOCFAIL = 60

    ConfigIsNotLocked: 25

    this config is not locked

    WinCC OA: CONFIGISNOTLOCKED = 25

    ConfigLocked: 24

    this config is locked by someone else

    WinCC OA: CONFIGLOCKED = 24

    ConfigNotChanged: 93

    config not changed

    WinCC OA: CONFIG_NOT_CHANGED = 93

    ConfigNotExistent: 9

    datapoint config not found

    WinCC OA: CONFIGNOTEXISTENT = 9

    ConfigSecurityIssue: 224

    Username or password entri in config file

    WinCC OA: CONFIG_SEC_ISSUE = 224

    ConfigTypeIncorrect: 21

    wrong config type for this dp element

    WinCC OA: CONFIGTYPEINCORRECT = 21

    ConnectAborted: 109

    aborting a pending dpConnect/queryConnect/alertConnect

    WinCC OA: CONNECT_ABORTED = 109

    ConnectAgain: 101

    connect failed, retrying

    WinCC OA: CONNECT_AGAIN = 101

    ConnectAllDps: 91

    cannot connect this attribute for all elements

    WinCC OA: CONNECT_ALL_DPS = 91

    Connected: 4

    manager is connected

    WinCC OA: CONNECTED = 4

    ConnectionEstablished: 210

    The $1 connection from client ($2) to server ($3) is established.

    WinCC OA: CONNECTION_ESTABLISHED = 210

    ConnectionFailure: 63

    error on manager connection

    WinCC OA: CONNECTIONFAILURE = 63

    ConnectionNotExistent: 32

    connection not existent

    WinCC OA: CONNECTIONNOTEXISTENT = 32

    ConnectToWrongAliveServer: 244

    Got alive connection to wrong server $1 instead of us ($2) from $MAN

    WinCC OA: CONNECT_TO_WRONG_ALIVE_SERVER = 244

    ConnectToWrongHost: 203

    Connected to wrong host $1

    WinCC OA: CONNECT_TO_WRONG_HOST = 203

    ConnectToWrongServer: 243

    Got connection to wrong server $1 instead of us ($2) from $MAN

    WinCC OA: CONNECT_TO_WRONG_SERVER = 243

    ConsistencyCheckFailed: 22

    internal check error - config not created

    WinCC OA: NOCONSISTENCE = 22

    ConversionToEngValue: 13

    error on conversion to ing value

    WinCC OA: CONVERSION2ING = 13

    ConversionToRawValue: 14

    error on conversion to raw value

    WinCC OA: CONVERSION2RAW = 14

    CorrectTimeDifferences: 184

    time differences between $1 and $2 are to big, please correct this!

    WinCC OA: CORRECT_TIME_DIFFERENCES = 184

    CreateConfigFailed: 28

    creation of config failed

    WinCC OA: CREATECONFIGFAILED = 28

    CreatingEndPoint: 197

    Error, during creating endpoint

    WinCC OA: CREATING_END_POINT = 197

    DatabaseError: 69

    database error

    WinCC OA: DBERROR = 69

    DatabaseNotMultiUser: 83

    no data-BG running

    WinCC OA: DM_NOBG = 83

    DataManagerBackupMode: 113

    DM is running in backup mode

    WinCC OA: DM_BACKUP_MODE = 113

    DataManagerEmergencyMode: 112

    DM is running in emergency mode

    WinCC OA: DM_EMERGENCY_MODE = 112

    DataManagerError: 33

    common error in data manager

    WinCC OA: DM = 33

    DataManagerInvalidStamp: 87

    invalid time stamp

    WinCC OA: DM_INVALID_STAMP = 87

    DataManagerRepair: 106

    database repair in progress

    WinCC OA: DM_REPAIR = 106

    DefaultBranch: 50

    default branch called

    WinCC OA: DEFAULTBRANCH = 50

    DelayedRefreshConnections: 252

    Using delay to refresh connections

    WinCC OA: DELAYED_REFRESH_CONNECTIONS = 252

    DeprecatedLibrary: 253

    Deprecated library

    WinCC OA: DEPRECATED_LIBRARY = 253

    DistSystemDisconnected: 144

    Connection to PVSS System lost

    WinCC OA: DIST_SYSTEM_DISCONNECTED = 144

    DivisionByZero: 80

    division by zero

    WinCC OA: DIVISION_BY_ZERO = 80

    DnsLookupError: 259

    DNS lookup for hostname: $1 timed out after $2ms. Check your DNS settings.

    WinCC OA: DNS_LOOKUP_ERROR = 259

    DnsLookupWarning: 258

    DNS lookup for hostname: $1 is taking more than $2ms. Check your DNS settings.

    WinCC OA: DNS_LOOKUP_WARNING = 258

    DnsReverseLookupError: 257

    Reverse DNS lookup for IP: $1 timed out after $2ms. Check your DNS settings.

    WinCC OA: DNS_REVERSE_LOOKUP_ERROR = 257

    DnsReverseLookupWarning: 256

    Reverse DNS lookup for IP: $1 is taking more than $2ms. Check your DNS settings

    WinCC OA: DNS_REVERSE_LOOKUP_WARNING = 256

    DpAllocationFailed: 58

    datapoint has not been allocated

    WinCC OA: DPALLOCFAIL = 58

    DpAlreadyExists: 34

    this datapoint already exists

    WinCC OA: DPEXISTS = 34

    DpAttributeTwice: 90

    second connect retry for already connected attribute

    WinCC OA: DP_ATTR_TWICE = 90

    DpElementInactive: 41

    this datapoint element is inactive

    WinCC OA: DPVARIABLEINACTIVE = 41

    DpInsertOrDelete: 89

    error on inserting / deleting datapoint

    WinCC OA: DP_INSERT_OR_DELETE = 89

    DpNotExistent: 7

    datapoint not found

    WinCC OA: DPNOTEXISTENT = 7

    DpNotFound: 71

    datapoint not known

    WinCC OA: DP_NOT_EXISTENT = 71

    DpQueryConnectRefreshed: 157

    dpQueryConnect was refreshed tue to an active/passive switch in system

    WinCC OA: DPQUERYCONNECT_REFRESHED = 157

    DpRenameUnpatched: 226

    Cannot send DP_MSG_MANIP_DPNAME to $MAN of an unpachted 3.12 or 3.13. Sending the entire identification instead.

    WinCC OA: DPRENAME_UNPATCHED = 226

    DpSetAborted: 183

    Aborted value change

    WinCC OA: DP_SET_ABORTED = 183

    DpTypeElementNameSetFailed: 250

    Couldn't set one Element name of the DpType

    WinCC OA: DPTYPE_ELEMENTNAME_SET_FAILED = 250

    DpTypeEventError: 151

    data point type error in data point type '_Event'

    WinCC OA: DP_ERROR_DPT_EVENT = 151

    DpTypeIdAllocationFailed: 247

    Allocation of the DpType Id failed

    WinCC OA: DPTYPE_ID_ALLOCATION_FAILED = 247

    DpTypeInvalidReferences: 248

    The DpType has invalid references (e.g. a loop, not existing types, ...)

    WinCC OA: DPTYPE_INVALID_REFERENCES = 248

    DpTypeIsInconsistent: 246

    The given DpTypeDefinition is inconsistent

    WinCC OA: DPTYPE_IS_INCONSISTENT = 246

    DpTypeNameSetFailed: 249

    Couldn't set the DpType name

    WinCC OA: DPTYPE_NAME_SET_FAILED = 249

    DpTypeStillReferenced: 251

    The DpType is still referenced by at least one Dp

    WinCC OA: DPTYPE_STILL_REFERENCED = 251

    DriverInitFinished: 156

    driver initialization finished

    WinCC OA: DRIVER_INIT_FINISHED = 156

    DriverQueueEmpty: 147

    driver queue empty

    WinCC OA: DRV_QUEUE_EMPTY = 147

    DriverQueueFull: 145

    driver output queue to EV manager exceeded xx

    WinCC OA: DRV_QUEUE_FULL = 145

    DriverTooManyValueChanges: 146

    number of VC xx without sent to ev manager

    WinCC OA: DRV_TOO_MANY_VC = 146

    DuplicateOutputPeripheralAddress: 47

    duplicate peripheral address for output channel

    WinCC OA: DUPLICATEOUTPUTPA = 47

    EldestAckBitNotSet: 190

    eldest ack bit not set, repaired

    WinCC OA: ELDEST_ACK_BIT_NOT_SET = 190

    ElementNotExistent: 59

    unknown datapoint element

    WinCC OA: ELEMENTNOTEXISTENT = 59

    ElementNotFound: 8

    datapoint element not found

    WinCC OA: ELNOTEXISTENT = 8

    EndlessLoop: 92

    endless loop in datapoint function encountered

    WinCC OA: ENDLESS_LOOP = 92

    EscalationAlertClassDifference: 191

    (De-)Escalation error: $DP. $1 must not differ

    WinCC OA: ESCALATION_ALERTCLASS_DIFFERENCE = 191

    Executed: 178

    executed xx

    WinCC OA: EXECUTED = 178

    ExitDelayed: 171

    delaying exit for xx seconds

    WinCC OA: EXIT_DELAYED = 171

    FileCacheNotFound: 227

    $1 file cache $2 not found. Requesting the $1 from Data-Manager.

    WinCC OA: FILE_CACHE_NOT_FOUND = 227

    FileNotOpen: 82

    file not open

    WinCC OA: FILE_NOT_OPEN = 82

    FunctionDeprecated: 148

    this function is marked as deprecated

    WinCC OA: FUNCTION_DEPRECATED = 148

    IllegalArgument: 76

    invalid argument

    WinCC OA: ILLEGAL_ARG = 76

    IllegalConversion: 11

    data conversion not possible - incompatible datatypes

    WinCC OA: ILLEGALCONVERSION = 11

    IllegalFunctionCall: 53

    illegal function call

    WinCC OA: ILLEGALFUNCALL = 53

    IllegalKeyword: 95

    unknown resource keyword

    WinCC OA: ILLEGAL_KEYWORD = 95

    IllegalOperation: 88

    illegal operation

    WinCC OA: ILLEGAL_OP = 88

    IllegalUserPassword: 104

    wrong user/password combination

    WinCC OA: ILLEGAL_USER_PASSWORD = 104

    IllegalUtf8Byte: 196

    Illegal byte ($1) in UTF-8 string

    WinCC OA: ILLEGAL_UTF8_BYTE = 196

    IllegalValue: 86

    illegal value

    WinCC OA: ILLEGAL_VALUE = 86

    IncorrectLockVariable: 27

    wrong variable type for lock config

    WinCC OA: INCORRECTLOCKVARIABLE = 27

    IncorrectNameSyntax: 36

    check the spelling of this name

    WinCC OA: SYNTAX = 36

    IndexOutOfRange: 79

    index out of range

    WinCC OA: INDEX_OUT_OF_RANGE = 79

    InitAlerts: 168

    initialize xx alerts

    WinCC OA: INIT_ALERTS = 168

    InitCertificateFilesError: 200

    Cert file error, the given values are failed at the initialization: ($1)

    WinCC OA: INIT_CERT_FILES_ERROR = 200

    InitDpFunctions: 169

    initialize xx dp functions

    WinCC OA: INIT_DPFUNCS = 169

    InitSslWrapperError: 199

    SSL wrapper init failed.

    WinCC OA: INIT_SSL_WRAPPER_ERROR = 199

    InvalidCtrlScript: 45

    this is no valid control script

    WinCC OA: CTRL = 45

    InvalidDistRequest: 175

    this request cannot address more than one system

    WinCC OA: INVALID_DIST_REQUEST = 175

    InvalidLangCount: 167

    received number of languages does not match with number in config file

    WinCC OA: INVALID_LANG_COUNT = 167

    InvalidSystemNumber: 56

    invalid system number for datapoint

    WinCC OA: INVALIDSYSNUM = 56

    LangConfigMismatch: 225

    Language configuration ($1) on client ($MAN) differs from our configuration ($2).

    WinCC OA: LANG_CONFIG_MISMATCH = 225

    LibraryInUse: 84

    cannot reload lib, lib in use

    WinCC OA: LIB_IN_USE = 84

    LibraryUsesNotExist: 117

    Libraray defined as #uses xxx does not exist

    WinCC OA: LIB_NOTEXIST_USES = 117

    LibraryVariableAlreadyDefined: 116

    Variable already defined

    WinCC OA: LIB_VAR_ALREADY_DEFINED = 116

    LicenseCodeInUse: 150

    license number for code x can not be set to x because x are in use

    WinCC OA: LICENSE_CODE_IN_USE = 150

    LicenseFixedUiExceeded: 152

    modification count for fixed ui licenses exceeded

    WinCC OA: LICENSE_FIXED_UI_EXCEEDED = 152

    LicenseFixedUiInvalid: 149

    license information for fixed UI licenses invalid

    WinCC OA: LICENSE_FIXED_UI_INVALID = 149

    LicenseHardwareCodeUsage: 153

    cannot occupy fixed license

    WinCC OA: LICENSE_HWCODE_USAGE = 153

    LicenseInfo: 108

    license information

    WinCC OA: LICENSE_INFO = 108

    LicenseInvalid: 105

    invalid license

    WinCC OA: LICENSE_INVALID = 105

    LicenseInvalidMaxManagers: 230

    Maximum number of managers licensed reached

    WinCC OA: LICENSE_INVALID_MAX_MAN = 230

    LicenseShieldInvalid: 155

    license in fixed license shield file invalid

    WinCC OA: LICENSE_SHIELD_INVALID = 155

    LicenseShieldNotfound: 154

    cannot open license shield file

    WinCC OA: LICENSE_SHIELD_NOTFOUND = 154

    LocalhostMissing: 223

    The localhost configuration in the hosts file is missing. localhost $1 assumed.

    WinCC OA: LOCALHOST_MISSING = 223

    LogLimitReachedNoRename: 164

    maxLogFileSize limit reached, unable to rename

    WinCC OA: LOGLIMIT_REACHED_NORENAME = 164

    LogLimitReachedRename: 165

    maxLogFileSize limit reached, renamed to xxx

    WinCC OA: LOGLIMIT_REACHED_RENAME = 165

    LogMessagesLost: 163

    some log messages will be lost

    WinCC OA: LOGMSG_LOST = 163

    ManagerAlreadyConnected: 229

    This Manager is already connected.

    WinCC OA: MAN_ALREADY_CONNECTED = 229

    ManagerInitialized: 6

    manager is initialized, switched to STATE_RUNNING

    WinCC OA: MANAGER_INITIALIZED = 6

    ManagerStart: 1

    manager is starting

    WinCC OA: MANAGER_START = 1

    ManagerStop: 2

    manager is stopping

    WinCC OA: MANAGER_STOP = 2

    MessageSendError: 38

    message send error

    WinCC OA: MSGSENDERROR = 38

    MissingConfig: 15

    no periphery configuration found

    WinCC OA: MISSINGCONFIG = 15

    MissingModule: 16

    this module is unknown

    WinCC OA: MISSINGMODULE = 16

    MissingPanel: 17

    this panel is unknown

    WinCC OA: MISSINGPANEL = 17

    MissingParentPanel: 40

    parent panel missing

    WinCC OA: MISSINGPARENTPANEL = 40

    MoveConfigEntry: 185

    Config file entry $1 found. Please move this entry to section $2

    WinCC OA: MOVE_CONFIG_ENTRY = 185

    MultiReferredAlert: 179

    Alarm Reduction: The alert $1 is also referenced in the sum alerts $2 Multiple references are not allowed.

    WinCC OA: MULTI_REFERRED_ALERT = 179

    MxProxyStart: 220

    Multiplexing proxy starts.

    WinCC OA: MXPROXY_START = 220

    MxProxyStop: 221

    Multiplexing proxy stops.

    WinCC OA: MXPROXY_STOP = 221

    NoAlertClass: 193

    alert $DP has no alert class.

    WinCC OA: NO_ALERT_CLASS = 193

    NoAlertClassDp: 182

    the config _alert_class doesnt exist in DP

    WinCC OA: NO_ALERTCLASS_DP = 182

    NoArray: 77

    this is no array

    WinCC OA: NO_ARRAY = 77

    NoCommonMessageCompression: 231

    No common message compression for $1

    WinCC OA: NO_COMMON_MSG_COMPRESSION = 231

    NoDefaultValue: 42

    no default value defined

    WinCC OA: NODEFAULTVALUE = 42

    NoError: 0

    no error

    WinCC OA: NOERR = 0

    NoGoneBetweenTwoCame: 187

    no gone between two came

    WinCC OA: NO_GONE_BETWEEN_TWO_CAME = 187

    NoLvalue: 78

    assignment not allowed to RVALUE

    WinCC OA: NO_LVALUE = 78

    NoManagerNumberFree: 228

    Dynamic manager number pool exhausted - connection denied.

    WinCC OA: NO_MAN_NUM_FREE = 228

    NotArchived: 46

    no archived values available

    WinCC OA: NOTARCHIVED = 46

    NotAVariable: 74

    this is not a variable

    WinCC OA: NOT_A_VARIABLE = 74

    NotCorrected: 48

    value not corrected

    WinCC OA: NOTCORRECTED = 48

    NotDistributedSystem: 205

    Not a distributed system, exiting ...

    WinCC OA: NOT_DISTRIBUTED_SYSTEM = 205

    NotExistingAddress: 49

    write failed due to wrong address

    WinCC OA: NOTEXISTINGADDRESS = 49

    NothingToAcknowledge: 98

    nothing to acknowledge

    WinCC OA: NOTHING_TO_ACK = 98

    NotRedundantSystem: 204

    Not a redundant system, exiting ...

    WinCC OA: NOT_REDUNDANT_SYSTEM = 204

    ObsoleteBitNotSet: 189

    obsolete bit not set, repaired

    WinCC OA: OBSOLETE_BIT_NOT_SET = 189

    OpenAliveConnectionError: 166

    Could not open alive connection to $1: $2

    WinCC OA: ERR_OPEN_ALIVE_CONNECTION = 166

    OriginTimeIncorrect: 20

    origin time $1 out of valid range $2 (resource: validTimeDiff)

    WinCC OA: ORIGINTIMEINCORRECT = 20

    OriginTimeOlder: 43

    new origin time is older than last change

    WinCC OA: ORIGINTIMEOLDER = 43

    OtherUserLocked: 26

    this config is not locked by you

    WinCC OA: OTHERUSERLOCKED = 26

    OutOfAlertRanges: 18

    value out of alert ranges

    WinCC OA: OUTOFALERTRANGES = 18

    OutOfPvssRange: 29

    value out of PVSS-II range

    WinCC OA: OUTOFPVSSRANGE = 29

    OutOfUserRange: 30

    value out of user range

    WinCC OA: OUTOFUSERRANGE = 30

    ParameterError: 51

    parameter error

    WinCC OA: PARAMETERERROR = 51

    PermissionMissing: 96

    permission missing

    WinCC OA: PERMISSION_MISSING = 96

    PmonNoAttachSharedMemory: 122

    pmontable: cannot attach shared-memory

    WinCC OA: PMON_NO_ATT_SHM = 122

    PmonNoGetSemaphore: 120

    pmontable: cannot get semaphore access

    WinCC OA: PMON_NO_GET_SEM = 120

    PmonNoGetSharedMemory: 121

    pmontable: cannot get shared memory access with shmget

    WinCC OA: PMON_NO_GET_SHM = 121

    PmonNoGetSharedMemoryFileMapping: 123

    pmontable: cannot get shared-memory access with CreateFileMapping

    WinCC OA: PMON_NO_GET_SHM_FILEMAPPING = 123

    PmonNoMapSharedMemory: 124

    pmontable: cannot map shared memory

    WinCC OA: PMON_NO_MAP_SHM = 124

    PmonProgsIllegalEntry: 131

    pmontable: illegal entry in progs file

    WinCC OA: PMON_PROGS_ILLEGALENTRY = 131

    PmonProgsIllegalStartMode: 132

    pmontable: illegal startmode in progs file

    WinCC OA: PMON_PROGS_ILLEGALSTARTMODE = 132

    PmonProgsNoRead: 128

    pmontable: could not open progs-file for reading

    WinCC OA: PMON_PROGS_NO_READ = 128

    PmonProgsNotFound: 127

    pmontable: did not find the progs-file

    WinCC OA: PMON_PROGS_NOT_FOUND = 127

    PmonProgsNoWrite: 126

    pmontable: could not open progs-file for writing

    WinCC OA: PMON_PROGS_NO_WRITE = 126

    PmonProgsTooManyLines: 125

    pmontable: too many lines in progs-file, truncating

    WinCC OA: PMON_PROGS_TOO_MANY_LINES = 125

    PmonProgsWrongVersion: 130

    pmontable: progs file is not version 1, can not proceed

    WinCC OA: PMON_PROGS_WRONG_VERSION = 130

    PmonProjectNotStarted: 142

    pmontable: the loaded project is not the just started one

    WinCC OA: PMON_PROJ_CUR_NOT_STARTED = 142

    ProcessDied: 68

    process died

    WinCC OA: PROCESSDIED = 68

    QueryAbortedWithError: 143

    query aborted with error

    WinCC OA: QUERY_ABORTED_WITH_ERROR = 143

    QueryConnectAbortedByDist: 111

    lost one of two connections, query connect has been disconnected by distribution manager

    WinCC OA: QUERY_CONNECT_ABORTED_BY_DIST = 111

    QueryConnectAbortedByEvent: 110

    query connect has been disconnected by event manager due to active/passive switch

    WinCC OA: QUERY_CONNECT_ABORTED_BY_EVENT = 110

    ReAlertCameTimeMissing: 239

    Missing or invalid CAME time / idx for re-alert of $DP

    WinCC OA: RE_ALERT_CAME_TIME_MISSING = 239

    ReAlertGoneTimeMissing: 240

    Missing or invalid GONE time / idx for re-alert of $DP

    WinCC OA: RE_ALERT_GONE_TIME_MISSING = 240

    ReAlertNotAllowed: 241

    Re-alert not allowed for $DP

    WinCC OA: RE_ALERT_NOT_ALLOWED = 241

    ReduChangesAborted: 115

    Message discarded due to a active/passive switch

    WinCC OA: REDU_CHANGES_ABORTED = 115

    RequestCanceled: 172

    Request canceled

    WinCC OA: REQUEST_CANCELED = 172

    RereadingLibrary: 85

    reloading lib

    WinCC OA: REREADING_LIB = 85

    SendFailure: 67

    error on sending message

    WinCC OA: SENDFAILURE = 67

    ServerSocketOpenError: 158

    could not create the server socket on port xx

    WinCC OA: SERVERSOCKET_OPEN_ERROR = 158

    SetMessageVersion: 173

    Set the message format for the connection from $1 to $2.

    WinCC OA: SET_MSG_VERSION = 173

    SharedLibraryFunctionNotFound: 134

    could not find function in shared library

    WinCC OA: SHAREDLIB_NOFUNCTION = 134

    SharedLibraryNotFound: 133

    could not load shared library

    WinCC OA: SHAREDLIB_NOTFOUND = 133

    ShutdownMessageReceived: 195

    received SysMsg(SHUT_DOWN_MANAGER), exiting ...

    WinCC OA: SHUTDOWN_MSG_RECEIVED = 195

    SignalReceived: 170

    signal xx received - exiting

    WinCC OA: SIG_RECEIVED = 170

    SmoothingError: 12

    smoothing error

    WinCC OA: SMOOTHINGERR = 12

    SpecifyAlertClass: 180

    Alarm Reduction: The alert $1 is also referenced in the sum alerts $2 Specify an alert class to avoid multiple references.

    WinCC OA: SPECIFY_ALERT_CLASS = 180

    SslClientConnectionNotEncrypted: 141

    connection to client could not be encrypted

    WinCC OA: SSL_CLIENTCONNECTION_NOENCRYPT = 141

    SslFunctionError: 136

    Error in SSL FUNCTION

    WinCC OA: SSL_FUNC_ERROR = 136

    SslLibraryError: 201

    SSL library error. Problem with creating objects or calling functions.

    WinCC OA: SSL_LIBRARY_ERROR = 201

    SslPrivateKeyNotFound: 139

    the private key could not be found in any config directory

    WinCC OA: SSL_PRIVKEY_NOTFOUND = 139

    SslPrivateKeyUnknownError: 140

    the private key can not be used

    WinCC OA: SSL_PRIVKEY_UNKNOWNERROR = 140

    SslServerCertificateNotFound: 137

    server cert could not be found in any config directory

    WinCC OA: SSL_SERVERCERT_NOTFOUND = 137

    SslServerCertificateUnknownError: 138

    server cert can not be used

    WinCC OA: SSL_SERVERCERT_UNKNOWNERROR = 138

    SslUnknownError: 202

    Unknown error when creating SSL context.

    WinCC OA: SSL_UNKNOWN_ERROR = 202

    StartConnectError: 66

    error on connection startup

    WinCC OA: STARTCONNECT = 66

    SumAlertRecursion: 192

    Recursive configuration for summary alarms : $DP is stored in $1

    WinCC OA: SUMALERT_RECURSION = 192

    SuppressErrorEnd: 119

    Last error repeated

    WinCC OA: SUPPRESS_ERROR_END = 119

    SuppressErrorStart: 118

    Last error already repeated

    WinCC OA: SUPPRESS_ERROR_START = 118

    SyntaxError: 81

    syntax error

    WinCC OA: SYNTAX_ERROR = 81

    SystemConnectionLost: 160

    lost connection to system

    WinCC OA: CON_DISC_SYSTEM = 160

    SystemConnectionOk: 162

    got connection to system $1

    WinCC OA: CON_SYSTEM_OK = 162

    TransformError: 99

    driver transformation error

    WinCC OA: TRANSFORM_ERROR = 99

    TryingConnect: 3

    manager is trying to connect

    WinCC OA: TRYING_CONNECT = 3

    TypeAlreadyExists: 35

    this datapoint type already exists

    WinCC OA: TYPEEXISTS = 35

    TypeChangeFailed: 31

    config type cannot be changed

    WinCC OA: TYPECHANGEFAILED = 31

    TypeNotExistent: 57

    unknown datapoint type

    WinCC OA: TYPENOTEXISTENT = 57

    UncaughtException: 176

    uncaught_exception in thread

    WinCC OA: UNCAUGHT_EXCEPTION = 176

    UndefinedFunction: 72

    undefined function called

    WinCC OA: UNDEFD_FUNC = 72

    UndefinedVariable: 73

    undefined variable

    WinCC OA: UNDEFD_VAR = 73

    UnexpectedState: 54

    unexpected state

    WinCC OA: UNEXPECTEDSTATE = 54

    UnknownPeripheralAddress: 100

    unknown peripheral address

    WinCC OA: UNKNOWN_PERIPHADDR = 100

    UsedAlertClassDeleted: 194

    referred alert class $1 deleted

    WinCC OA: USED_ALERT_CLASS_DELETED = 194

    UsedAlertClassFreed: 62

    referred alert class deleted

    WinCC OA: USEDALERTCLASSFREED = 62

    UserPasswordInitialized: 103

    user/password info ok

    WinCC OA: USER_PASS_INITIALIZED = 103

    ValueChangeNotRedirectable: 260

    Value change not redirectable

    WinCC OA: VALUE_CHANGE_NOT_REDIRECTABLE = 260

    ValuesDiscarded: 114

    Values discarded (e.g. CTRL too much pending runs)

    WinCC OA: VALUES_DISCARDED = 114

    WaitForUser: 102

    wait for user/password information

    WinCC OA: WAIT_FOR_USER = 102

    WrongAttributeAddress: 10

    wrong attribute address

    WinCC OA: WRONGATTRIBADRESS = 10

    WrongDestination: 65

    wrong destination

    WinCC OA: WRONGDESTINATION = 65

    WrongErrorDescription: 55

    wrong error description type

    WinCC OA: WRONGERRDESCR = 55

    WrongIpcType: 64

    wrong IPC type

    WinCC OA: WRONGIPCTYPE = 64

    WrongMessageType: 52

    wrong message type

    WinCC OA: WRONGMSGTYPE = 52

    X11: 70

    problem with the window system

    WinCC OA: X11 = 70