using System.ComponentModel; namespace com.itac.mes.imsapi { /// /// this file was automatically created by ... /// public enum ImsApiErrorCode { [Description("")] COMMON_SUCCESSFULL_COMPLETED = 0, [Description("No Data found")] COMMON_NO_DATA_FOUND = 1, [Description("More Data found")] COMMON_MORE_DATA_FOUND = 3, [Description("Locale not found - used default locale ")] COMMON_LOCALE_NOT_FOUND = 4, [Description("Not all array items were processed successfully")] COMMON_NOT_ALL_ARRAY_ITEMS_PROCESSED = 5, [Description("At least one serial number on multi board is scrap")] COMMON_AT_LEAST_ONE_SERIAL_NUMBER_IS_SCRAP_ON_BOARD = 6, [Description("Invalid session")] COMMON_SESSION_INVALID = -3, [Description("Unknown user")] COMMON_USER_UNKNOWN = -4, [Description("Password is invalid")] COMMON_PASSWORD_INVALID = -5, [Description("User/station locked")] COMMON_USER_LOCKED = -6, [Description("Unknown Client")] COMMON_UNKNOWN_CLIENT = -7, [Description("No licenses")] COMMON_NO_LICENSES = -8, [Description("Session logout failed")] COMMON_LOGOUT_FAILED = -9, [Description("Server error")] COMMON_SERVER_ERROR = -10, [Description("Invalid/user/capacity/password")] COMMON_USER_STATION_PASSWORD_INVALID = -11, [Description("service not available")] COMMON_SERVICE_NOT_AVAILABLE = -12, [Description("error code was not found")] COMMON_ERROR_CODE_NOT_FOUND = -13, [Description("Session login failed")] COMMON_LOGIN_FAILED = -14, [Description("station not found")] COMMON_STATION_NOT_FOUND = -100, [Description("no TR license for this station")] COMMON_NO_TR_LICENSE = -101, [Description("no RM license for this station")] COMMON_NO_RM_LICENSE = -102, [Description("station is locked exclusive")] COMMON_STATION_IS_LOCKED_EXCLUSIVE = -103, [Description("no user registered at station")] COMMON_NO_USER_REGISTERED_AT_STATION = -104, [Description("a required parameter is missing")] COMMON_PARAMETER_MISSING = -105, [Description("user is already registered to station")] COMMON_USER_ALREADY_REGISTERED_TO_STATION = -106, [Description("another user is registered to station")] COMMON_ANOTHER_USER_REGISTERED_TO_STATION = -107, [Description("station is not valid for adding serialnumbers")] COMMON_STATION_NOT_VALID_FOR_ADDING_SERIALNUMBERS = -108, [Description("Line not found")] COMMON_LINE_NOT_FOUND = -109, [Description("serialnumber not found")] COMMON_SERIALNUMBER_NOT_FOUND = -110, [Description("Slave Serialnumber not found")] COMMON_SERIALNUMBER_SLAVE_NOT_FOUND = -112, [Description("serialnumber not unique")] COMMON_SERIALNUMBER_NOT_UNIQUE = -113, [Description("serialnumber is archived")] COMMON_SERIALNUMBER_IS_ARCHIVED = -114, [Description("Unable to create serial number")] COMMON_SERIALNUMBER_CREATION_FAILED = -115, [Description("IMS-API-Key not found")] COMMON_UNKNOWN_IMS_API_KEY = -116, [Description("IMS-API-Key is not valid for this function")] COMMON_INVALID_IMS_API_KEY = -117, [Description("Invalid number format in IMS-API-Key")] COMMON_INVALID_NUMBER_FORMAT = -118, [Description("part not unique")] COMMON_PART_NOT_UNIQUE = -119, [Description("Workplan not found.")] COMMON_WORKPLAN_NOT_FOUND = -120, [Description("part not found")] COMMON_PART_NOT_FOUND = -121, [Description("partgroup not found")] COMMON_PART_GROUP_NOT_FOUND = -122, [Description("partgroup type not found")] COMMON_PART_GROUP_TYPE_NOT_FOUND = -123, [Description("part does not fit workorders part")] COMMON_PART_IS_NOT_THE_WORKORDER_PART = -124, [Description("erp-group not found")] COMMON_ERP_GRP_NOT_FOUND = -125, [Description("wrong process version")] COMMON_PROCESS_VERSION_INVALID = -126, [Description("Wrong product number")] COMMON_PRODUCT_NUMBER_INVALID = -127, [Description("workstep not found")] COMMON_WORKSTEP_NOT_FOUND = -128, [Description("part description not found")] COMMON_PART_DESC_NOT_FOUND = -129, [Description("workorder not found.")] COMMON_WORKORDER_NOT_FOUND = -130, [Description("no workorder found for serialnumber")] COMMON_WORKORDER_NOT_FOUND_FOR_SERIALNUMBER = -131, [Description("workorder not unique")] COMMON_WORKORDER_NOT_UNIQUE = -132, [Description("No active workorder found for station")] COMMON_ACTIVE_WORKORDER_NOT_FOUND_FOR_STATION = -133, [Description("charge size exceeds max. size")] COMMON_WORKORDER_SIZE_EXCEEDS_MAX_SIZE = -134, [Description("workorder activation failed")] COMMON_WORKORDER_NOT_ACTIVATED = -135, [Description("customer part not found")] COMMON_CUSTOMER_PART_NOT_FOUND = -136, [Description("Unable to create workorder")] COMMON_WORKORDER_NOT_CREATED = -137, [Description("state of workorder is not valid")] COMMON_WORKORDER_STATE_INVALID = -138, [Description("bom version is not the workorder bom version")] COMMON_BOM_VERSION_IS_NOT_THE_WORKORDER_BOM_VERSION = -139, [Description("active workOrder not finished")] COMMON_ACTIVE_WORKORDER_NOT_FINISHED = -140, [Description("error by reading quantity for workorder")] COMMON_READING_QUANTITY_FOR_WORKORDER_FAILED = -141, [Description("error by reading quantity for workorder at the station")] COMMON_READING_QUANTITY_FOR_WORKORDER_AT_STATION_FAILED = -142, [Description("error by reading quantity for workorder in the complete processstep of the station")] COMMON_READING_QUANTITY_FOR_WORKORDER_FOR_ALL_PROCESS_STEPS_AT_STATION_FAILED = -143, [Description("No decisionTable found for Rule")] COMMON_IRULE_NOT_FOUND = -144, [Description("Error accessing the rule")] COMMON_IRULE_ACCESS_FAILED = -145, [Description("Error in rule")] COMMON_IRULE_FAILED = -146, [Description("Ruletype is not valid")] COMMON_IRULE_TYPE_NOT_VALID = -147, [Description("Required Rule-Parameter is missing")] COMMON_IRULE_PARAMETER_NOT_FOUND = -148, [Description("at least one workorder or one part number is required")] COMMON_WORKORDER_OR_PART_NUMBER_REQUIRED = -149, [Description("flag must be in [0;1;2;3;4]")] COMMON_FLAG_VALUE_INVALID = -150, [Description("Parameter serialNumberRef is required")] COMMON_PARAMETER_SERIALNUMBER_REQUIRED = -151, [Description("not enough values for testing")] COMMON_NOT_ENOUGH_VALUES = -152, [Description("Invalid value for type [V,R,B,D,-1]")] COMMON_TYPE_FLAG_INVALID = -153, [Description("checkActiveWorkOrder must be in [0;1]")] COMMON_CHECK_ACTIVE_WORKORDER_FLAG_INVALID = -154, [Description("duplicateSerialNumber must be in [0;1]")] COMMON_DUPLICATE_SERIALNUMBER_FLAG_INVALID = -155, [Description("date value has an invalid value")] COMMON_DATE_VALUE_INVALID = -156, [Description("mode 2 requires serialnumber")] COMMON_MODE_2_REQUIRES_SERIALNUMBER = -157, [Description("mode 3 only possible with avalid processLayer")] COMMON_MODE_3_ONLY_POSSIBLE_WITH_VALID_PROCESSLAYER = -158, [Description("verifyCompNameBased flag not valid [0; 1]")] COMMON_VERIFYCOMPNAMEBASED_FLAG_INVALID = -159, [Description("createNewBom flag not valid [0; 1]")] COMMON_CREATENEWBOM_FLAG_INVALID = -160, [Description("alternativ not valid [0; 1]")] COMMON_ALTERNATIV_FLAG_INVALID = -161, [Description("processBased not valid [0; 1]")] COMMON_PROCESSBASED_FLAG_INVALID = -162, [Description("bomType not valid [0;1;2;3;4]")] COMMON_BOMTYPE_FLAG_INVALID = -163, [Description("wrong parameter")] COMMON_WRONG_PARAMETER = -164, [Description("Flag not allowed when layer is AVO")] COMMON_FLAG_NOT_ALLOWED_WITH_LAYER_IS_AVO = -165, [Description("time parameter invalid")] COMMON_TIME_INVALID = -166, [Description("checkWorkStep not valid [0;1;2]")] COMMON_CHECK_WORK_STEP_FLAG_INVALID = -167, [Description("functionMode not valid")] COMMON_FUNC_MODE_FLAG_INVALID = -168, [Description("quantity not valid")] COMMON_QUANTITY_INVALID = -169, [Description("Flag 'desolvingSerialNumber' has an invalid value [0;1]")] COMMON_DESOLVING_SERIALNUMBER_FLAG_INVALID = -170, [Description("Invalid value for allProductEntries")] COMMON_PRODUCT_ENTRIES_NOT_VALID = -171, [Description("Invalid value for onlyLastEntry")] COMMON_ONLY_LAST_ENTRY_NOT_VALID = -172, [Description("Negative value for numberOfRecords")] COMMON_NUMBER_OF_RECORDS_NEGATIVE = -173, [Description("Negative value for maxRows")] COMMON_MAX_ROWS_NEGATIVE = -174, [Description("Invalid value for input parameter: model")] COMMON_PARAMETER_MODEL_FLAG_INVALID = -175, [Description("repair flag is ambiguous, data has booked with repair flag N")] COMMON_REPAIR_FLAG_IS_AMBIGUOUS = -176, [Description("component name not valid")] COMMON_COMPONENT_NAME_INVALID = -177, [Description("error type not valid")] COMMON_ERROR_TYPE_INVALID = -178, [Description("An Error occured during reading Error-types for PPM-Defaultvalues")] COMMON_ERROR_TYPE_READING_FAILED = -179, [Description("Database-Error")] COMMON_DATABASE_ERROR = -180, [Description("Station is locked")] COMMON_STATION_LOCKED = -181, [Description("Error- or test-falg must be in [0;1]")] COMMON_CHECK_HISTORY_FLAG_INVALID = -182, [Description("Invalid value for input parameter: sequenceFlag [0;1]")] COMMON_SEQUENCE_FLAG_INVALID = -183, [Description("Invalid value for input parameter: activateFlag [0;1;2;3]")] COMMON_PARAMETER_ACTIVATE_FLAG_INVALID = -184, [Description("Invalid value for processLayer")] COMMON_PROCESS_LAYER_INVALID = -185, [Description("Productversion not valid")] COMMON_PART_BOM_NOT_VALID = -186, [Description("Productversion not found")] COMMON_PART_BOM_NOT_FOUND = -187, [Description("checkMultiboard not valid [0;1]")] COMMON_CHECK_MULTIBOARD_PARAMETER_INVALID = -188, [Description("Invalid value for processType ['M';'P']")] COMMON_PROCESSTYPE_FLAG_INVALID = -189, [Description("Invalid value for state: [-1,0,1]")] COMMON_STATE_VALUE_INVALID = -190, [Description("invalid value for workstepNumber: [-2; -1; 0 or valid AVO]")] COMMON_WORKSTEP_NO_FLAG_INVALID = -191, [Description("multiplePanel must be greater or equal to [0]")] COMMON_MULTIPLE_PANEL_FLAG_INVALID = -192, [Description("registration type has an invalid value: [start: 1, stop 0]")] COMMON_REGISTRATION_TYPE_INVALID = -193, [Description("parameter 'sortFlag' has an invalid value [0,1]")] COMMON_SORT_FLAG_VALUE_INVALID = -194, [Description("mount point not found")] COMMON_MOUNT_POINT_NOT_FOUND = -195, [Description("parameter not valid")] COMMON_PARAMETER_INVALID = -196, [Description("method not found in IMSApi method pool")] COMMON_METHOD_NOT_FOUND = -197, [Description("invalid value for 'objectType'")] COMMON_OBJECT_TYPE_NOT_EXISTS = -198, [Description("formula not found")] COMMON_FORMULA_NOT_FOUND = -199, [Description("formula paramter missing")] COMMON_FORMULA_MISSING_PARAMETERS = -2000, [Description("formula parameter not convertable")] COMMON_FORMULA_PARAMETER_NOT_CONVERTABLE = -2001, [Description("formula not valid")] COMMON_FORMULA_NOT_VALID = -2002, [Description("formula evaluation failed")] COMMON_FORMULA_EVALUATION_FAILED = -2003, [Description("No booking found for this serialnumber")] COMMON_SERIALUNIT_NO_BOOKING_FOUND = -2004, [Description("No workorder active")] COMMON_NO_WORKORDER_ACTIVE = -2005, [Description("parameter 'stateCheck' has an invalid value [0,1]")] COMMON_STATE_CHECK_FLAG_INVALID = -2006, [Description("parameter 'confirmFlag' has an invalid value [0,1]")] COMMON_CONFIRM_FLAG_INVALID = -2007, [Description("application key is invalid")] COMMON_APPLICATION_KEY_INVALID = -2008, [Description("application key not found")] COMMON_APPLICATION_KEY_NOT_FOUND = -2009, [Description("application key is locked")] COMMON_APPLICATION_KEY_IS_LOCKED = -2010, [Description("to date is before from date")] COMMON_TO_DATE_BEFORE_FROM_DATE = -2011, [Description("parameter 'batchComplete' has an invalid value [0,1]")] COMMON_BATCH_COMPLETE_FLAG_INVALID = -2012, [Description("value is out of range")] COMMON_VALUE_OUT_OF_RANGE = -2013, [Description("customer not found")] COMMON_CUSTOMER_NOT_FOUND = -2014, [Description("date not valid")] COMMON_DATE_NOT_VALID = -2015, [Description("Workordertype does not match Workplantype")] COMMON_WORKORDERTYPE_DOES_NOT_MATCH_WORKPLANTYPE = -2016, [Description("Part not available")] COMMON_PART_NOT_AVAILABLE = -2017, [Description("Parttype not available")] COMMON_PART_TYPE_NOT_VALID = -2018, [Description("Processstate not valid")] COMMON_BEASTATUS_NOT_VALID = -2019, [Description("Productionarea not valid")] COMMON_PRODUCTIONAREA_NOT_VALID = -2020, [Description("workordertype not valid")] COMMON_WORKORDERTYPE_NOT_VALID = -2021, [Description("workordercode not valid")] COMMON_WORKORDERCODE_NOT_VALID = -2022, [Description("retrograd not valid")] COMMON_RETROGRAD_NOT_VALID = -2023, [Description("quantity out of range")] COMMON_QUANTITY_VALUE_OUT_OF_RANGE = -2024, [Description("workorder already exists")] COMMON_WORKORDER_ALREADY_EXISTS = -2025, [Description("workorder LPID not valid")] COMMON_WORKORDER_LPID_NOT_VALID = -2026, [Description("Part state not valid")] COMMON_PART_STATE_NOT_VALID = -2027, [Description("Partgroup type not valid")] COMMON_PARTGROUP_TYPE_NOT_VALID = -2028, [Description("Workplan not valid for first Batch")] COMMON_WORKPLAN_NOT_VALID_FOR_FIRST_BATCH = -2029, [Description("Workplan not valid")] COMMON_WORKPLAN_NOT_VALID = -2030, [Description("Workplan not released")] COMMON_WORKPLAN_NOT_RELEASED = -2031, [Description("Workplan contains no valid worksteps")] COMMON_WORKPLAN_CONTAINS_NO_VALID_WORKSTEPS = -2032, [Description("Workplan contains invalid worksteps")] COMMON_WORKPLAN_CONTAINS_INVALID_WORKSTEP = -2033, [Description("Workplan No valid chargemodel found for ordertype")] COMMON_WORKPLAN_NO_VALID_CHGMODELL_FOUND_FOR_ORDER_TYPE = -2034, [Description("Productioncontroller not found")] COMMON_PRODUCTIONCONTROLLER_NOT_FOUND = -2035, [Description("Station KapType M reference not found")] COMMON_STATION_KAPTYPE_M_REFERENCE_NOT_SET = -2036, [Description("Workstep not found for Station")] COMMON_WORKSTEP_NOT_FOUND_FOR_STATION = -2037, [Description("Station belongs not to Line")] COMMON_STATION_BELONGS_NOT_TO_LINE = -2038, [Description("Part belongs not to partgroup")] COMMON_PART_NOT_PART_OF_PARTGROUP = -2039, [Description("Workplantype not valid")] COMMON_WORKPLAN_TYPE_NOT_VALID = -2040, [Description("Workplanalternative does not match workplantype")] COMMON_WORKPLAN_ALTERNATIVE_DOES_NOT_MATCH_WORKPLANTYPE = -2041, [Description("Workplanalternative not valid")] COMMON_WORKPLAN_ALTERNATIVE_NOT_VALID = -2042, [Description("Plant not found")] COMMON_PLANT_NOT_FOUND = -2043, [Description("Plant not found")] COMMON_STATION_TYPE_NOT_VALID = -2044, [Description("Station not active")] COMMON_STATION_NOT_ACTIVE = -2045, [Description("Station reference not found")] COMMON_STATION_REFERENCE_NOT_FOUND = -2046, [Description("Cell not active")] COMMON_CELL_NOT_ACTIVE = -2047, [Description("Cell not found")] COMMON_CELL_NOT_FOUND = -2048, [Description("Machinegroup not active")] COMMON_MACHINEGROUP_NOT_ACTIVE = -2049, [Description("Machinegroup not found")] COMMON_MACHINEGROUP_NOT_FOUND = -2050, [Description("Line not active")] COMMON_LINE_NOT_ACTIVE = -2051, [Description("workorder quantity update not allowed")] COMMON_WORKORDER_QTY_UPDATE_NOT_ALLOWED = -2060, [Description("Machinegroup not unique")] COMMON_MACHINEGROUP_NOT_UNIQUE = -2061, [Description("Batch is empty")] COMMON_BATCH_IS_EMPTY = -2062, [Description("Invalid value for 'functionMode' ")] COMMON_FUNCTION_MODE_FLAG_INVALID = -2063, [Description("IMS-API key more than once given to function")] COMMON_IMS_API_KEY_MORE_THAN_ONCE = -2070, [Description("serialnumber is SCT sent")] COMMON_SERIALNUMBER_IS_SCT_SENT = -2100, [Description("serialnumber Slave is SCT sent")] COMMON_SERIALNUMBER_SLAVE_IS_SCT_SENT = -2101, [Description("Index is not unique")] COMMON_INDEX_NOT_UNIQUE = -2102, [Description("Index is not valid")] COMMON_INDEX_NOT_VALID = -2103, [Description("serialunit already assigned to current workorder")] COMMON_SERIALUNIT_ALREADY_ASSIGNED_TO_CURRENT_WORKORDER = -2104, [Description("no TR or RM license for this station")] COMMON_NO_TR_OR_RM_LICENSE = -2105, [Description("no RULE license for this station")] COMMON_NO_RULE_LICENSE = -2106, [Description("no ML license for this station")] COMMON_NO_ML_LICENSE = -2107, [Description("no APS license for this station")] COMMON_NO_APS_LICENSE = -2108, [Description("Workorder is not released")] COMMON_WORKORDER_NOT_RELEASED = -2109, [Description("Serialnumber state: fail")] TR_SERIALNUMBER_STATE_FAIL = 201, [Description("not valid for this station needs to be seen at a previous station")] TR_SERIALNUMBER_INVALID_FOR_STATION_TO_BE_SEEN_AT_PREVIOUS_STATION = 202, [Description("not valid for this station, needs to be seen at one of the previous stations")] TR_SERIALNUMBER_INVALID_FOR_STATION_TO_BE_SEEN_AT_ONE_PREVIOUS_STATION = 203, [Description("Serialnumber state: REJECT")] TR_SERIALNUMBER_STATE_REJECT = 204, [Description("State FAIL but Max-Loop-Counter reached")] TR_SERIALNUMBER_STATE_FAIL_MAX_SEQUENCE_COUNTER_REACHED = 205, [Description("State PASS but Max-Loop-Counter reached")] TR_SERIALNUMBER_STATE_PASS_MAX_SEQUENCE_COUNTER_REACHED = 206, [Description("not valid for this station, is scrap at one of the previous stations")] TR_SERIALNUMBER_INVALID_FOR_STATION_SCRAP_AT_ONE_PREVIOUS_STATION = 207, [Description("not valid for this station, is fail at one of the previous stations")] TR_SERIALNUMBER_INVALID_FOR_STATION_FAIL_AT_ONE_PREVIOUS_STATION = 208, [Description("serialNumber is not a member of a multi-board")] TR_SERIALNUMBER_NO_MULTIBOARD_MEMBER = 209, [Description("at least one serial no is scrap")] TR_AT_LEAST_ONE_SERIALNUMBER_IS_SCRAP = 210, [Description("Warning: a consecutive fault occured")] TR_CONSECUTIVE_FAULT_OCCURED = 211, [Description("Station valid but not booked before")] TR_STATION_VALID_BUT_NOT_BOOKED_BEFORE = 212, [Description("Warning: Min. one data field to long and cut")] TR_FAILURESLIP_CHECK_WARNING = 213, [Description("slave serialnumber state fail on last workstep")] TR_SLAVE_SERIALNUMBER_FAIL_ON_LAST_WORKSTEP = 221, [Description("slave serialnumber state scrap on last workstep")] TR_SLAVE_SERIALNUMBER_SCRAP_ON_LAST_WORKSTEP = 222, [Description("slave serialnumber no booked on all worksteps")] TR_SLAVE_SERIALNUMBER_NOT_BOOKED_ON_ALL_WORKSTEPS = 223, [Description("Serialnumber state has changed")] TR_SERIALNUMBER_STATE_CHANGED = 224, [Description("PAA not enough values")] TR_PAA_NOT_ENOUGH_VALUES = 230, [Description("CP error")] TR_STATION_CP_ERROR = 231, [Description("CPK error")] TR_STATION_CPK_ERROR = 232, [Description("Anomaly detected (PAA)")] TR_SERIALNUMBER_ANOMALY = 233, [Description("serialNumberState is not valid [0; 1; 2]")] TR_SERIALNUMBER_STATE_INVALID = -200, [Description("serialnumber is not active")] TR_SERIALNUMBER_IS_NOT_ACTIVE = -201, [Description("serialnumber is locked")] TR_SERIALNUMBER_IS_LOCKED = -202, [Description("serialNumber is not a serialNumberRef")] TR_SERIALNUMBER_IS_NO_SERIALNUMBER_REF = -203, [Description("serialnumber belongs to another workorder")] TR_SERIALNUMBER_BELONGS_TO_ANOTHER_WORKORDER = -205, [Description("serialnumber already assigned to this workorder")] TR_SERIALNUMBER_ALREADY_ASSIGNED_TO_THIS_WORKORDER = -206, [Description("serialNumber is already assigned and locked")] TR_SERIALNUMBER_ALREADY_ASSIGNED_AND_LOCKED = -208, [Description("Max sequence reached")] TR_MAX_SEQUENCE_COUNTER_REACHED = -213, [Description("No valid resolve direction")] TR_RESOLVE_DIRECTION_INVALID = -214, [Description("serialnumber not valid for upload state")] TR_SERIALNUMBER_INVALID_FOR_UPLOAD_STATE = -215, [Description("station is not valid for this serialNumber")] TR_STATION_INVALID_FOR_THIS_SERIAL_NUMBER = -216, [Description("serialnumber and workorder have different product versions")] TR_SERIALNUMBER_AND_WORKORDER_DIFFERENT_PRODUCT_VERSION = -217, [Description("serialnumber state not pass")] TR_SERIALNUMBER_STATE_NOT_PASS = -218, [Description("serialnumber is not finished")] TR_SERIALNUMBER_IS_NOT_FINISHED = -219, [Description("merge is not valid")] TR_MERGE_IS_NOT_VALID = -220, [Description("slave serialnumber is not finished")] TR_SLAVE_SERIALNUMBER_IS_NOT_FINISHED = -221, [Description("serialnumber is SCRAP at last workstep")] TR_SERIALNUMBER_SCRAP_LAST_WORKSTEP = -222, [Description("more than one valid serialnumber for merge")] TR_MORE_THAN_ONE_VALID_SERIAL_NUMBER_FOR_MERGE = -223, [Description("Serialnumber is not complete.")] TR_CHECK_MERGED_PARTS_SERIAL_NUMBER_IS_NOT_COMPLETE = -224, [Description("slave serialnumber state fail at one previous workstep")] TR_SLAVE_SERIALNUMBER_FAIL_AT_ONE_PREVIOUS_WORKSTEP = -226, [Description("slave serialnumber state scrap at one previous workstep")] TR_SLAVE_SERIALNUMBER_SCRAP_AT_ONE_PREVIOUS_WORKSTEP = -227, [Description("slave serialnumber is locked")] TR_SLAVE_SERIALNUMBER_IS_LOCKED = -228, [Description("serialnumber has not yet been booked at the previous station")] TR_SERIALNUMBER_NO_BOOKING_AT_PREVIOUS_STATION = -229, [Description("station is not valid for this workorder")] TR_STATION_INVALID_FOR_THIS_WORKORDER = -230, [Description("upload for serialNumber failed")] TR_UPLOAD_FAILED = -231, [Description("merge error")] TR_MERGE_FAILED = -232, [Description("No SerialNumber-Generation is Setup for this ProductType and WorkOrderType")] TR_SERIALNUMBER_GENERATION_DISABLED_FOR_PRODUCT_TYPE_AND_WORKORDER = -233, [Description("amount of master and slave serial numbers is not equal")] TR_AMOUNT_OF_MASTER_AND_SLAVE_SERIALNUMBERS_NOT_EQUAL = -234, [Description("new serialNumber could not be created")] TR_SERIALNUMBER_NOT_CREATED = -235, [Description("serialNumber could not be duplicated")] TR_SERIALNUMBER_NOT_DUPLICATED = -236, [Description("serialNumber belongs to another station")] TR_SERIALNUMBER_BELONGS_TO_ANOTHER_STATION = -237, [Description("remove merge is not valid")] TR_UNMERGE_IS_NOT_VALID = -238, [Description("serialNumber array is empty")] TR_SERIALUNIT_ARRAY_EMPTY = -239, [Description("No workstep found for workorder, layer and station")] TR_NO_WORK_STEP_FOUND_FOR_WORKORDER_LAYER_STATION = -240, [Description("Workstep not unique for workorder, layer and station")] TR_WORK_STEP_NOT_UNIQUE_FOR_LAYER_STATION = -241, [Description("no valid bom version")] TR_BOM_VERSION_INVALID = -242, [Description("workstep not found for workorder")] TR_WORKSTEP_NOT_FOUND_FOR_WORKORDER = -243, [Description("serialNumber more than once in array")] TR_SERIALNUMBER_MORE_THAN_ONCE_IN_ARRAY = -244, [Description("could not report quantity data to RM")] TR_REPORT_RM_QUANTITY_FAILED = -245, [Description("serialnumber switch failed")] TR_SERIALNUMBER_SWITCH_FAILED = -246, [Description("SPA test not configured for station")] TR_NO_SPA_FOR_STATION = -260, [Description("SPA test not configured for workplan")] TR_NO_SPA_FOR_WORKPLAN = -261, [Description("SPA test not configured for recipe")] TR_NO_SPA_FOR_RECIPE = -262, [Description("PAA test not configured for station")] TR_NO_PAA_FOR_STATION = -263, [Description("PAA test not configured for workplan")] TR_NO_PAA_FOR_WORKPLAN = -264, [Description("PAA test not configured for workplan")] TR_SERIALUNIT_NO_PAA_FOUND = -266, [Description("PAA test not configured for recipe")] TR_NO_PAA_FOR_RECIPE = -265, [Description("state fail because of anomalie")] TR_SERIALNUMBER_STATE_FAIL_THROUGH_ANOMALIE = -269, [Description("serialnumber not valid for uploadState")] TR_SERIALNUMBER_NOT_VALID_FOR_UPLOAD_STATE = -270, [Description("serialnumber is packed")] TR_SERIALNUMBER_IS_PACKED = -271, [Description("serialnumber already exists")] TR_SERIALUNIT_ALREADY_EXISTS = -272, [Description("serialnumber is already locked with this lock group")] TR_SERIALNUMBER_ALREADY_LOCKED_WITH_THIS_LOCKGROUP = -280, [Description("lock group not found")] TR_LOCKGROUP_NOT_FOUND = -281, [Description("serialnumber is not locked")] TR_SERIALNUMBER_NOT_LOCKED = -282, [Description("Snr Pool does allready exist.")] TR_SNR_POOL_ALLREADY_EXISTS = -283, [Description("Snr Pool could not be inserted.")] TR_SNR_POOL_INSERT_FAILED = -284, [Description("Snr Pool could not be updated.")] TR_SNR_POOL_UPDATE_FAILED = -285, [Description("Snr Pool could not be deleted.")] TR_SNR_POOL_DELETE_FAILED = -286, [Description("Snr Pool does not exist.")] TR_SNR_POOL_DOES_NOT_EXIST = -287, [Description("Snr Pool deletion not allowed.")] TR_SNR_POOL_DELETE_NOT_ALLOWED = -288, [Description("Snr allready in Pool.")] TR_SNR_ALLREADY_IN_POOL = -289, [Description("Snr is scrap on workstep{0}.")] TR_SNR_IS_SCRAP_ON_WORKSTEP = -290, [Description("Snr is not booked till now.")] TR_SNR_NOT_BOOKED = -291, [Description("Snr_Pool_Item does not exist.")] TR_SNR_POOL_ITEM_DOES_NOT_EXIST = -292, [Description("Snr is not assigned to a Pool.")] TR_SNR_NOT_ASSIGNED_TO_POOL = -293, [Description("Snr assigned to another Pool.")] TR_SNR_ASSIGNED_TO_ANOTHER_POOL = -294, [Description("Snr is not allowed to be removed from Pool. State = Transferred.")] TR_SNR_POOL_REMOVE_NOT_ALLOWED = -295, [Description("Snr is fail on workstep")] TR_SNR_IS_FAIL_ON_WORKSTEP = -296, [Description("Snr is already assigned to this change order")] TR_SNR_ALREADY_ASSIGNED_TO_THIS_CHANGE_ORDER = -297, [Description("Snr is already assigned to another change order")] TR_SNR_ALREADY_ASSIGNED_TO_ANOTHER_CHANGE_ORDER = -298, [Description("Snr is already assigned to repair order")] TR_SNR_ALREADY_ASSIGNED_TO_REPAIR_ORDER = -299, [Description("Snr is assigned to pool that is not assigned to this workorder")] TR_SNR_ASSIGNED_TO_POOL_NOT_ASSIGNED_TO_THIS_CHANGE_ORDER = -300, [Description("Snr is merged")] TR_SNR_MERGED = -301, [Description("Workordertype (B_ART) not valid")] TR_WORKORDER_TYPE_NOT_VALID = -302, [Description("Change Order is already assigned to a Snr.-Pool")] TR_CHANGE_ORDER_ALREADY_ASSIGNED_TO_POOL = -303, [Description("Change Order not found")] TR_CHANGE_ORDER_NOT_FOUND = -304, [Description("Change Order already has another pool assigned")] TR_CHANGE_ORDER_ALREADY_HAS_OTHER_POOL_ASSIGNED = -305, [Description("Snr.-Pool has invalid state")] TR_SNR_POOL_INVALID_STATE = -306, [Description("Given pool is not assigned to given change order")] TR_SNR_POOL_NOT_ASSIGNED_TO_CHANGE_ORDER = -307, [Description("Change Order already has this pool assigned")] TR_CHANGE_ORDER_ALREADY_HAS_THIS_POOL_ASSIGNED = -308, [Description("Serial no. is not identified")] TR_SNR_NOT_IDENTIFIED = -309, [Description("Serial no. is not assigned to change order")] TR_SNR_NOT_ASSIGNED_TO_CHARGE = -310, [Description("Serial no. not transferred")] TR_SNR_NOT_TRANSFERRED = -311, [Description("Pool already finished")] TR_POOL_ALREADY_FINISHED = -312, [Description("Pool already assigned to a change order")] TR_POOL_ALREADY_ASSIGNED_TO_CHANGE_ORDER = -313, [Description("Pool not finished")] TR_POOL_NOT_FINISHED = -314, [Description("Serial no. already booked")] TR_SNR_ALREADY_BOOKED = -315, [Description("Snr-Pool Result not unique (Poolname and Werk must be unique)")] TR_SNR_POOL_RESULT_NOT_UNIQUE = -316, [Description("Snr-Pool State not valid. Possible Values: 0-Initial, 1-Started, 2-Prepared, 3-Finished")] TR_SNR_POOL_STATE_NOT_VALID = -317, [Description("Snr-Pool has no changeorder assigned")] TR_SNR_POOL_NO_CHANGEORDER_ASSIGNED = -318, [Description("No SerialNumber-Generation is Setup for this product type and Workorder type")] TR_SERIALNUMBER_MODEL_NOT_FOUND = -320, [Description("SerialNumber-Generation failed")] TR_SERIALNUMBER_MODEL_GENERATION_FAILED = -321, [Description("No previous booking found for this serialnumber and this workstep")] TR_NO_PREVIOUS_BOOKING_FOR_SNR_WORKSTEP = -322, [Description("Station status not valid")] TR_STATION_STATE_NOT_VALID = -327, [Description("Station status not created")] TR_STATION_STATE_NOT_CREATED = -328, [Description("No Messdat_station_ref found")] TR_STATION_MEASUREDATA_NOT_FOUND = -329, [Description("Parameter major failure not valid")] TR_PARAMETER_MAJOR_FAILURE_NOT_VALID = -330, [Description("Failure code not valid")] TR_FAILURECODE_NOT_VALID = -331, [Description("Failure cause not found")] TR_FAILURECAUSE_NOT_FOUND = -332, [Description("Paramter 'kompName' is missing")] TR_PARAMETER_COMP_NAME_MISSING = -333, [Description("BOM component not found")] TR_BOM_COMP_NAME_NOT_FOUND = -334, [Description("Process not valid")] TR_PROCESS_NOT_VALID = -335, [Description("Failure image not found")] TR_FAILUREIMAGE_NOT_FOUND = -336, [Description("Failure type not found")] TR_FAILURETYPE_NOT_FOUND = -337, [Description("Userskill not assigned")] TR_USER_SKILL_NOT_ASSIGNED = -338, [Description("Failure not assigned to station")] TR_FAILURE_NOT_ASSIGNED_TO_STATION = -339, [Description("Activity not found at workstep")] TR_WORKSTEP_ACTIVITY_NOT_FOUND = -340, [Description("Activity not released at workstep")] TR_WORKSTEP_ACTIVITY_NOT_RELEASED = -341, [Description("Delete failure is not allowed")] TR_FAILURE_DELETE_NOT_ALLOWED = -342, [Description("Delete failure is not possible")] TR_FAILURE_NOT_DELETED = -343, [Description("SerialNumber-Model Range is exceeded")] TR_SERIALNUMBER_MODEL_VALUE_OUT_OF_RANGE = -344, [Description("SerialNumber-Model is invalid")] TR_SERIALNUMBER_MODEL_NOT_VALID = -345, [Description("Failureslip not found")] TR_FAILURESLIP_NOT_FOUND = -346, [Description("SerialNumber is a label and already splited")] TR_SERIALUNIT_IS_A_PANEL_LABEL_AND_SPLITED = -347, [Description("Split panel failed")] TR_SPLIT_PANEL_FAILED = -348, [Description("Failure measure not found")] TR_FAILUREMEASURE_NOT_FOUND = -349, [Description("Failure action not found")] TR_FAILUREACTION_NOT_FOUND = -350, [Description("Failure object part not found")] TR_FAILUREOBJECTPART_NOT_FOUND = -351, [Description("attribute code does not exist")] ATTRIB_ATTRIBUTE_CODE_NOT_EXISTS = -901, [Description("attribute type does not exist")] ATTRIB_ATTRIBUTE_TYPE_NOT_EXISTS = -902, [Description("attribute code must be at least one character")] ATTRIB_ATTRIBUTE_CODE_AT_LEAST_ONE_CHAR = -904, [Description("invalid value for 'objectType'")] ATTRIB_OBJECT_TYPE_NOT_EXISTS = -905, [Description("attribute value not unique for key attribute")] ATTRIB_KEY_ATTRIBUTE_VALUE_NOT_UNIQUE = -906, [Description("attribute already exists")] ATTRIB_ATTRIBUTE_ALREADY_EXISTS = -907, [Description("attribute code is already assigned to serialnumber")] ATTRIB_ATTRIBUTE_CODE_ALREADY_ASSIGNED_TO_SERIALNUMBER = -910, [Description("attribute not found for serialnumber")] ATTRIB_ATTRIBUTE_NOT_FOUND_FOR_SERIALNUMBER = -911, [Description("no serialnumbers found for attribute")] ATTRIB_NO_SERIALNUMBERS_FOUND_FOR_ATTRIBUTE = -912, [Description("no attributes found for serialnumber")] ATTRIB_NO_ATTRIBUTES_FOUND_FOR_SERIALNUMBER = -913, [Description("attribute code is already assigned to workorder")] ATTRIB_ATTRIBUTE_CODE_ALREADY_ASSIGNED_TO_WORKORDER = -920, [Description("attribute not found for workorder")] ATTRIB_ATTRIBUTE_NOT_FOUND_FOR_WORKORDER = -921, [Description("no workorders found for attribute")] ATTRIB_NO_WORKORDERS_FOUND_FOR_ATTRIBUTE = -922, [Description("no attributes found for workorder")] ATTRIB_NO_ATTRIBUTES_FOUND_FOR_WORKORDER = -923, [Description("attribute code is already assigned to material bin")] ATTRIB_ATTRIBUTE_CODE_ALREADY_ASSIGNED_TO_MATERIAL_BIN = -930, [Description("no attributes found for material bin")] ATTRIB_NO_ATTRIBUTES_FOUND_FOR_MATERIAL_BIN = -931, [Description("no material bins found for attribute")] ATTRIB_NO_MATERIAL_BINS_FOUND_FOR_ATTRIBUTE = -932, [Description("attribute not found for material bin")] ATTRIB_ATTRIBUTE_NOT_FOUND_FOR_MATERIAL_BIN = -933, [Description("Attribute value not allowed.")] ATTRIB_ATTRIBUTE_VALUE_NOT_ALLOWED = -934, [Description("Attribute code is already assigned")] ATTRIB_ATTRIBUTE_CODE_ALREADY_ASSIGNED = -935, [Description("Attribute not found")] ATTRIB_ATTRIBUTE_NOT_FOUND = -936, [Description("Warning: Equipment setup-check failed")] EQU_EQUIPMENT_CHECK_WARNING = 1300, [Description("Warning: Equipment is already setup with given data.")] EQU_EQUIPMENT_ALREADY_SETUP_WARNING = 1301, [Description("Warning: Equipment is already assigned to this storage.")] EQUIPMENT_ALREADY_ASSIGNED_TO_THIS_STORAGRE = 1302, [Description("Warn Equipment is invalid")] EQU_EQUIPMENT_VERSION_EXPIRED_WARN = 1303, [Description("Equipment not found.")] EQU_EQUIPMENT_NOT_FOUND = -1301, [Description("Equipment is invalid")] EQU_EQUIPMENT_VERSION_EXPIRED = -1302, [Description("EquipmentNo found more than once")] EQU_EQUIPMENT_EQUIPMENT_NUMBER_FOUND_MORE_THAN_ONCE = -1303, [Description("Equipment has invalid status")] EQU_EQUIPMENT_STATUS_INVALID = -1304, [Description("Equipment is expired")] EQU_EQUIPMENT_EXPIRED = -1305, [Description("Equipment not available.")] EQU_EQUIPMENT_NOT_AVAILABLE = -1306, [Description("Equipment result inconsistent.")] EQU_EQUIPMENT_RESULT_INCONSISTENT = -1307, [Description("Station is not part of given workorder")] EQU_EQUIPMENT_STATION_IS_NOT_PART_OF_WORKORDER = -1308, [Description("Error: Equipment setup-check failed.")] EQU_EQUIPMENT_CHECK_ERROR = -1309, [Description("setupFlag invalid")] EQU_SETUP_FLAG_INVALID = -1310, [Description("Equipment setup")] EQU_EQUIPMENT_SETUP = -1311, [Description("Equipment type not valid")] EQU_EQUIPMENT_TYPE_NOT_VALID = -1312, [Description("Function group not found")] IMSAPI_FUNCTION_GROUP_NOT_FOUND = -1400, [Description("Function name not found")] IMSAPI_FUNCTIONNAME_NOT_FOUND = -1401, [Description("Function parameter not found")] IMSAPI_FUNCTION_PARAMETER_NOT_FOUND = -1402, [Description("Script not found")] CUSTOM_SCRIPT_NOT_FOUND = -1500, [Description("Script is not active")] CUSTOM_SCRIPT_NOT_ACTIVE = -1501, [Description("Script was not executed")] CUSTOM_SCRIPT_EXECUTION_FAILED = -1502, [Description("serialnumber is assigned to lot and the first serialnumber has changed the lot ststaus and also the qty can be changed with individual lotsize")] SHIP_SERIALNUMBER_IS_ASSIGNED_AND_CHANGED_THE_LOT_STATE = 401, [Description("serialnumber is assigned to lot and it's the last Serialnumber for the lot")] SHIP_SERIALNUMBER_IS_ASSIGNED_AND_COMPLETED_THE_LOT = 402, [Description("lot is reset to init state and the lot Header should be reloaded")] SHIP_LOT_RE_INITIALIZED = 403, [Description("one or more child lots were not found")] SHIP_ONE_OR_MORE_CHILD_LOTS_NOT_FOUND = 404, [Description("last serial number")] SHIP_ADD_SNR_TO_LOT_DONE_LAST_SERIAL_NUMBER = 405, [Description("first serial number")] SHIP_ADD_SNR_TO_LOT_DONE_FIRST_SERIAL_NUMBER_CHG_LOT_SIZE = 406, [Description("lot not found")] SHIP_LOT_NOT_FOUND = -400, [Description("child lot not found")] SHIP_CHILD_LOT_NOT_FOUND = -401, [Description("child lot was not completed")] SHIP_CHILD_LOT_IS_NOT_COMPLETED = -402, [Description("units in child lot have a different part no.")] SHIP_CHILD_LOT_DIFFERENT_UNIT_PARTNO = -403, [Description("units in child lot have a different bom version")] SHIP_CHILD_LOT_DIFFERENT_UNIT_BOM = -404, [Description("child lot already added to this lot")] SHIP_CHILD_LOT_IS_ALREADY_ADDED_TO_THIS_LOT = -405, [Description("the given lot was already added to another lot")] SHIP_CHILD_LOT_IS_ALREADY_ADDED_TO_ANOTHER_LOT = -406, [Description("Lot is already finished, operation is not allowed")] SHIP_LOT_IS_ALREADY_FINISHED = -409, [Description("Lot is already completed, operation is not allowed")] SHIP_LOT_IS_ALREADY_COMPLETED = -410, [Description("Lot was not reopened")] SHIP_LOT_WAS_NOT_REOPENED = -411, [Description("lot is activated at a station")] SHIP_LOT_IS_ACTIVE_AT_STATION = -412, [Description("parent lot not found")] SHIP_PARENT_LOT_NOT_FOUND = -413, [Description("new parent lot not found")] SHIP_NEW_PARENT_LOT_NOT_FOUND = -416, [Description("serialnumber not found in lot")] SHIP_SERIALNUMBER_IS_NOT_PART_OF_LOT = -418, [Description("child lot not unique")] SHIP_CHILD_LOT_NOT_UNIQUE = -419, [Description("parent lot is not configured for this lot")] SHIP_PARENT_LOT_NOT_CONFIGURED_FOR_THIS_LOT = -420, [Description("Lot is not registered at this station")] SHIP_LOT_IS_NOT_REGISTERED_AT_STATION = -421, [Description("PartNo is not configured for this lot")] SHIP_PART_NO_IS_NOT_CONFIGURED_FOR_THIS_LOT = -422, [Description("serialnumber is already assigned to another lot")] SHIP_SERIALNUMBER_ALREADY_ASSIGNED_TO_ANOTHER_LOT = -423, [Description("serialnumber is already assigned to this lot")] SHIP_SERIALNUMBER_ALREADY_ASSIGNED_TO_THIS_LOT = -424, [Description("partNo is not same than the other serialNumbers in lot")] SHIP_PART_NO_IS_DIFFERENT_FROM_OTHER_SERIALNUMBERS_IN_LOT = -425, [Description("bomVersion is not same than the other serialNumbers in lot")] SHIP_BOM_VERSION_IS_DIFFERENT_FROM_OTHER_SERIALNUMBERS_IN_LOT = -426, [Description("serialnumber is not assigned to a lot")] SHIP_SERIALNUMBER_IS_NOT_ASSIGNED_TO_A_LOT = -427, [Description("serialnumber is assigned to another lot")] SHIP_SERIALNUMBER_IS_ASSIGNED_TO_ANOTHER_LOT = -428, [Description("lot has not the type Shipping")] SHIP_LOT_TYPE_NOT_SHIPPING = -429, [Description("lot has less quantity")] SHIP_LOT_HAS_LESS_QUANTITY = -430, [Description("lot was not updated")] SHIP_LOT_NOT_UPDATED = -431, [Description("lot not assigned")] SHIP_LOT_NOT_ASSIGNED = -432, [Description("lot no is not unique")] SHIP_LOT_IS_NOT_UNIQUE = -433, [Description("child lot were not removed")] SHIP_CHILD_LOT_NOT_REMOVED = -434, [Description("serialnumber was not removed from lot")] SHIP_SERIALNUMBER_NOT_REMOVED_FROM_LOT = -435, [Description("Lot was not completed")] SHIP_LOT_IS_NOT_COMPLETED = -436, [Description("Lot quantity already reached")] SHIP_LOT_QUANTITY_REACHED = -437, [Description("child lot is not part of parent lot")] SHIP_CHILD_LOT_IS_NOT_PART_OF_PARENT_LOT = -438, [Description("lot is already empty")] SHIP_LOT_ALREADY_EMPTY = -439, [Description("Workorder is not same than the other serialNumbers in lot")] SHIP_WORKORDER_IS_DIFFERENT_FROM_OTHER_SERIALNUMBERS_IN_LOT = -440, [Description("Lot is already send, operation is not allowed")] SHIP_LOT_IS_ALREADY_SEND = -441, [Description("No workorder packaging rule matches the lot packing rule.")] SHIP_NO_WORKORDER_PACK_RULE_FOUND_FOR_LOT_PACK_RULE = -442, [Description("Packaging rule of workorder does not match the lot packaging rule.")] SHIP_LOT_PACK_RULE_DOES_NOT_MATCH_WO_PACK_RULE = -443, [Description("Packaging rules of lot do not match.")] SHIP_LOT_PACK_RULES_DO_NOT_MATCH = -444, [Description("No lot packaging rule matches the workorder packaging rules.")] SHIP_LOT_PACK_RULES_DO_NOT_MATCH_WORKORDER_PACK_RULES = -445, [Description("PartNumber mismatch. ShippingLot Attribute: has different PartNumber than the Serialnumber.")] SHIP_LOT_ATTRIBUTE_HAS_DIFFERENT_PART_NO_THAN_SERIALUNIT = -450, [Description("ShippingLot Attribute: PartQty has invalid Value.")] SHIP_LOT_ATTRIB_PART_QUANTITY_INVALID_VALUE = -451, [Description("ShippingLot Attribute: PartName has invalid Value.")] SHIP_LOT_ATTRIB_PART_NAME_INVALID_VALUE = -452, [Description("Activate locked shipping lots at this station is not allowed.")] SHIP_ACTIVATE_LOCKED_LOT_AT_STATION_FORBIDDEN = -453, [Description("Only locked shipping lots can be activated at this station.")] SHIP_ACTIVATE_UNLOCKED_LOT_AT_LOCK_ONLY_STATION = -454, [Description("Add locked snr to shipping lot is forbidden at this station")] SHIP_ADD_LOCKED_SNR_TO_LOT_FORBIDDEN = -455, [Description("Add unlocked snr to shipping lot is forbidden at this station")] SHIP_ADD_UNLOCKED_SNR_TO_LOT_FORBIDDEN = -456, [Description("Only unlocked shipping lots and serialnumbers allowed. New parent shipping lot is locked or contains locked items.")] SHIP_NEW_PARENT_LOT_LOCKED = -457, [Description("Only unlocked shipping lots and serialnumbers allowed. Child lot is locked or contains locked items.")] SHIP_CHILD_LOT_OR_SNR_LOCKED = -458, [Description("Only locked shipping lots and serialnumbers allowed. New parent shipping lot is not locked or contains unlocked items.")] SHIP_NEW_PARENT_LOT_NOT_LOCKED = -459, [Description("Only locked shipping lots and serialnumbers allowed. Child lot is not locked or contains unlocked items.")] SHIP_CHILD_LOT_OR_SNR_NOT_LOCKED = -460, [Description("Only unlocked shipping lots and serialnumbers allowed at this station. Lot contains locked shipping lots or serial numbers.")] SHIP_ACTIVATE_LOT_WITH_LOCKED_ITEMS_FORBIDDEN = -461, [Description("Only locked shipping lots and serialnumbers allowed at this station. Lot contains unlocked shipping lots or serial numbers.")] SHIP_ACTIVATE_LOT_WITH_UNLOCKED_ITEMS_FORBIDDEN = -462, [Description("Only unlocked shipping lots and serialnumbers allowed at this station. New child shipping lot is locked or contains locked items.")] SHIP_CHILD_LOT_LOCKED = -463, [Description("Only locked shipping lots and serialnumbers allowed at this station. New child shipping lot is not locked or contains unlocked items.")] SHIP_CHILD_LOT_NOT_LOCKED = -464, [Description("Send shipping lot failed. Shipping lot contains locked items, only unlocked items can be send at this station.")] SHIP_SEND_LOT_LOCKED_ITEMS = -465, [Description("Send shipping lot failed. Shipping lot contains not locked items, only locked items can be send at this station.")] SHIP_SEND_LOT_UNLOCKED_ITEMS = -466, [Description("Complete lot failed. Shipping lot contains locked items, only shipping lots with unlocked items can be completed at this station.")] SHIP_COMPLETE_LOT_LOCKED_ITEMS = -467, [Description("Complete lot failed. Shipping lot contains unlocked items, only shipping lots with locked items can be completed at this station.")] SHIP_COMPLETE_LOT_UNLOCKED_ITEMS = -468, [Description("Add archived snr to shipping lot is not allowed.")] SHIP_ADD_ARCHIVED_SNR_TO_LOT_FORBIDDEN = -469, [Description("no recipe data found")] MDA_NO_RECIPE_DATA_FOUND = -701, [Description("no recipe header found")] MDA_RECIPE_HEADER_NOT_FOUND = -702, [Description("Database error while fetching recipe data")] MDA_DB_EXCEPTION_FETCHING_RECIPE_DATA = -703, [Description("recipe not activated")] MDA_RECIPE_NOT_ACTIVATED = -704, [Description("recipe not deactivated")] MDA_RECIPE_NOT_DEACTIVATED = -705, [Description("no recipe found")] MDA_NO_RECIPE_FOUND = -706, [Description("no active recipe found")] MDA_NO_ACTIVE_RECIPE_FOUND = -707, [Description("no testdata found for serial number")] MDA_NO_TEST_DATA_FOUND_FOR_SERIAL_NUMBER = -708, [Description("Teststep names not unique")] MDA_TEST_STEP_NAMES_NOT_UNIQUE = -709, [Description("resultdata does not match to active recipe")] MDA_RESULT_DATA_DOES_NOT_MATCH_ACTIVE_RECIPE = -710, [Description("resultdata is not similar to recipeData")] MDA_RESULT_DATA_IS_NOT_SIMILAR_TO_RECIPE_DATA = -711, [Description("resultdata is empty - not valid")] MDA_RESULT_DATA_IS_EMPTY = -712, [Description("createRecipe not valid[0-no creation;1-creation]")] MDA_CREATE_RECIPE_FLAG_INVALID = -713, [Description("snrTrace not valid[0-no tracing;1-tracing]")] MDA_SNR_TRACE_FLAG_INVALID = -714, [Description("Error - create processdata")] MDA_ERROR_CREATING_PROCESS_DATA = -715, [Description("recipe not created")] MDA_RECIPE_NOT_CREATED = -716, [Description("functionMode not valid [0;1;]")] MDA_FUNCTION_MODE_FLAG_INVALID = -717, [Description("objectType not valid")] MDA_OBJECTTYPE_NOT_VALID = -718, [Description("stationNumber xor machineGroupNumber not set")] MDA_MACHINE_ASSIGNMENT_NOT_SET = -719, [Description("stationNumber xor machineGroupNumber ambiguous")] MDA_MACHINE_ASSIGNMENT_AMBIGUOUS = -720, [Description("Recipe required for upload")] MDA_RECIPE_REQUIRED_FOR_UPLOAD = -721, [Description("targetType not valid")] MDA_TARGETTYPE_NOT_VALID = -722, [Description("mdaHeader not found")] MDA_HEADER_NOT_FOUND = -723, [Description("mdaHeader not unique")] MDA_HEADER_NOT_UNIQUE = -724, [Description("mda could not process measure data")] MDA_COULD_NOT_PROCESS_MEASURE_DATA = -725, [Description("mda filename missing")] MDA_FILE_NAME_MISSING = -726, [Description("mda url missing")] MDA_URL_MISSING = -727, [Description("mda description missing")] MDA_DESCRIPTION_MISSING = -728, [Description("mda status has wrong value [0,2]")] MDA_STATUS_WRONG_VALUE = -729, [Description("mda file creation failed")] MDA_FILE_CREATION_FAILED = -730, [Description("at least one material bin is finished or locked")] ML_AT_LEAST_ONE_MATERIAL_BIN_IS_FINISHED_OR_LOCKED = 500, [Description("One or more container are empty")] ML_AT_LEAST_ONE_CONTAINER_IS_EMPTY = 501, [Description("One or more container are expired")] ML_AT_LEAST_ONE_CONTAINER_IS_EXPIRED = 502, [Description("One or more container are empty and expired")] ML_AT_LEAST_ONE_CONTAINER_IS_EMPTY_OR_EXPIRED = 535, [Description("Decrement amount of material bin to a negative number")] ML_NEGATIVE_MATERIAL_AMOUNT = 504, [Description("at least one material bin is empty, finished or locked")] ML_AT_LEAST_ONE_MATERIAL_BIN_IS_EMPTY_FINISHED_OR_LOCKED = 536, [Description("at least one material bin is expired, finished or locked")] ML_AT_LEAST_ONE_MATERIAL_BIN_IS_LOCKED_FINISHED_OR_EXPIRED = 537, [Description("at least one material bin is empty, expired, finished or locked")] ML_AT_LEAST_ONE_MATERIAL_BIN_IS_EMPTY_EXPIRED_FINISHED_OR_LOCKED = 538, [Description("at least one material bin was not found")] ML_MATERIAL_BIN_NOT_FOUND = -501, [Description("Error while creating materialBin")] ML_CONTAINER_CREATION_FAILED = -502, [Description("container not found")] ML_CONTAINER_NOT_FOUND = -503, [Description("Creating an already existing container no. is only allowed if the old one is empty")] ML_CONTAINER_NOT_EMPTY = -504, [Description("Error while deactivating Container")] ML_CONTAINER_NOT_DEACTIVATED = -505, [Description("materialBin not completed at an other station")] ML_CONTAINER_NOT_COMPLETE = -506, [Description("material bin is existing but empty")] ML_CONTAINER_IS_EMPTY = -507, [Description("Container has a binLocation")] ML_CONTAINER_ALREADY_STORED = -508, [Description("No material charge found")] ML_MATERIAL_CHARGE_NOT_FOUND = -509, [Description("Container not on stock")] ML_CONTAINER_NOT_IN_STOCK = -510, [Description("Container not registered at station")] ML_CONTAINER_NOT_REGISTERED = -511, [Description("materialBin registered at an other station")] ML_CONTAINER_STILL_REGISTERED = -512, [Description("A different container is still registered at this station")] ML_ANOTHER_CONTAINER_STILL_REGISTERED = -513, [Description("wrong character (?,%,',-1) in materialBinNumber")] ML_WRONG_CHARACTER_IN_MATERIALBIN = -514, [Description("unable to get or create supplier")] ML_SUPPLIER_CREATION_FAILED = -517, [Description("Container state not valid")] ML_CONTAINER_STATUS_NOT_ALLOWED = -518, [Description("product does not belong to material bin")] ML_PRODUCT_DOES_NOT_BELONG_TO_MATERIAL_BIN = -519, [Description("container and serialnumber belongs to an other workorder")] ML_CONTAINER_BELONGS_TO_ANOTHER_WORKORDER = -520, [Description("container and serialnumber belongs to the same workorder")] ML_CONTAINER_BELONGS_TO_SAME_WORKORDER = -521, [Description("product is not retrograd")] ML_PRODUCT_NOT_RETROGRAD = -523, [Description("transactionType not valid")] ML_TRANSACTION_TYPE_INVALID = -525, [Description("container wrong quantity")] ML_CONTAINER_QUANTITY_INVALID = -526, [Description("unable to get or create stock receipt")] ML_STOCKRECEIPT_CREATION_FAILED = -527, [Description("materialBin location not found")] ML_MATERIAL_BIN_LOCATION_NOT_FOUND = -528, [Description("state change not allowed when State is F (Init)")] ML_MATERIAL_BIN_STATE_CHANGE_NOT_ALLOWED = -530, [Description("supplier not found")] ML_SUPPLIER_NOT_FOUND = -531, [Description("Mat. lot is locked")] ML_LOT_IS_LOCKED = -532, [Description("Mat. lot has an invalid state")] ML_CONTAINER_STATE_INVALID = -533, [Description("materialBin already registered")] ML_CONTAINER_ALREADY_REGISTERED = -534, [Description("materialBin location not unique")] ML_MATERIAL_BIN_LOCATION_NOT_UNIQUE = -535, [Description("material bin already locked with this lock group")] ML_CONTAINER_ALREADY_LOCKED_WITH_THIS_LOCKGROUP = -537, [Description("material lot already locked with this lock group")] ML_LOT_ALREADY_LOCKED_WITH_THIS_LOCKGROUP = -538, [Description("material bin is locked")] ML_MATERIAL_BIN_IS_LOCKED = -542, [Description("material bin is expired")] ML_MATERIAL_BIN_IS_EXPIRED = -543, [Description("material bin is empty")] ML_MATERIAL_BIN_IS_EMPTY = -544, [Description("material bin is finished")] ML_MATERIAL_BIN_IS_FINISHED = -545, [Description("matcharge is not unique")] ML_MATCHARGE_NOT_UNIQUE = -546, [Description("Storage not found")] ML_STORAGE_NOT_FOUND_MSL = -547, [Description("matcharge creation failed")] ML_MATCHARGE_CREATION_FAILED = -548, [Description("material bin already exists")] ML_MATERIAL_ALREADY_EXISTS = -549, [Description("material bin not unique")] ML_MATERIAL_BIN_NOT_UNIQUE = -550, [Description("material bin split not allowed")] ML_MATERIAL_BIN_SPLIT_NOT_ALLOWED = -551, [Description("material bin not valid for part no")] ML_MATERIAL_BIN_NOT_VALID_FOR_PART = -552, [Description("purchaseorder not found")] ML_PURCHASEORDER_NOT_FOUND = -560, [Description("purchaseorder part mismatch")] ML_PURCHASEORDER_PART_MISMATCH = -561, [Description("Receivingnumber required")] ML_RECEIVINGNUMBER_REQUIRED = -565, [Description("Receivingposition required")] ML_RECEIVINGPOSITION_REQUIRED = -566, [Description("Setup activated")] SETUP_ACTIVE = 600, [Description("setup not activated")] SETUP_NOT_ACTIVATED = 601, [Description("Not all setup components activated")] SETUP_NOT_COMPLETELY_ACTIVATED = 602, [Description("No process step defined for setup")] SETUP_NO_WORKSTEP_DEFINED_FOR_SETUP = 603, [Description("No bom position defined for setup")] SETUP_NO_BOM_POSITION_DEFINED_FOR_SETUP = 604, [Description("No station activated for this setup")] SETUP_NO_STATION_ACTIVATED_FOR_SETUP = 605, [Description("New supplier, please complete")] SETUP_NEW_SUPPLIER_COMPLETE = 606, [Description("Container not valid")] SETUP_CONTAINER_NOT_VALID = 607, [Description("no setup data found")] SETUP_NO_SETUP_DATA_FOUND = -601, [Description("Placement name not unique")] SETUP_PLACEMENTNAME_NOT_UNIQUE = -602, [Description("material charge for setup placement not found")] SETUP_MATERIAL_CHARGE_NOT_FOUND_FOR_SETUP = -603, [Description("at least one component name made a problem")] SETUP_COMPONENT_NAME_PROBLEM = -604, [Description("no setup found for station")] SETUP_NO_SETUP_FOUND_FOR_STATION = -605, [Description("Setup is not assigned to workorder")] SETUP_IS_NOT_ASSIGNED_TO_WORKORDER = -606, [Description("Not all parts setup")] SETUP_NOT_ALL_PARTS_SETUP = -607, [Description("completeSetupData flag not valid [0; 1]")] SETUP_COMPLETE_SETUP_FLAG_INVALID = -608, [Description("Flag setupState not valid - 0(only active data), 1(only prepared data),2(all data)")] SETUP_STATE_FLAG_INVALID = -609, [Description("setupFlag not valid [0;1;2]")] SETUP_FLAG_INVALID = -610, [Description("Setup position has other part no")] SETUP_POSITION_HAS_OTHER_PARTNO = -611, [Description("Setup position not found")] SETUP_POSITION_NOT_FOUND = -612, [Description("Setup position not removed")] SETUP_POSITION_NOT_REMOVED = -613, [Description("Setup part mounted on wrong station")] SETUP_PARTNO_MOUNTED_ON_WRONG_STATION = -614, [Description("Setup station not in process plan")] SETUP_STATION_NOT_IN_PROZESS_PLAN = -615, [Description("Part not found in setup")] SETUP_PART_NOT_FOUND_IN_SETUP = -616, [Description("Component name not found in setup")] SETUP_COMPNAME_NOT_FOUND = -617, [Description("Setup position invalid")] SETUP_POSITION_INVALID = -618, [Description("Setup date range invalid")] SETUP_DATE_RANGE_INVALID = -619, [Description("Remove Position, different component this position")] SETUP_DIFFERENT_PART_NOT_ALLOWED = -620, [Description("check-/resultMode not valid [0-2]")] SETUP_CHECK_MODE_FLAG_INVALID = -621, [Description("Setup belongs to an other workorder")] SETUP_BELONGS_TO_AN_OTHER_WORKORDER = -622, [Description("Additional component in setup")] SETUP_ADDITIONAL_COMPONENT = -623, [Description("unknown advice")] ADVICE_UNKNOWN_ADVIVE = -1001, [Description("confirmation of advice failed")] ADVICE_CONFIRMATION_FAILED = -1002, [Description("BOM not found")] MDATA_BOM_NOT_FOUND = -1101, [Description("Bom verify failed")] MDATA_BOM_VERIFY_FAILED = -1102, [Description("shift not found")] MDATA_SHIFT_NOT_FOUND = -1103, [Description("level is not valid")] MDATA_LEVEL_FLAG_INVALID = -1104, [Description("BOM not found for workorder")] MDATA_BOM_NOT_FOUND_FOR_WORKORDER = -1105, [Description("Condition not found")] MDC_CONDITION_NOT_FOUND = -1200, [Description("Given Condition is not mapped to the given station")] MDC_CONDITION_USAGE_NOT_FOUND = -1201, [Description("This team has no permission for line")] MDC_TEAM_HAS_NO_PERMISSION_FOR_LINE = -1202, [Description("Given Condition is not a Line-Condition")] MDC_CONDITION_NOT_FOR_LINE = -1203, [Description("Update of the machine condition not allowed")] MDC_CONDITION_UPDATE_NOT_ALLOWED = -1204, [Description("machine condition is not in a valid state")] MDC_CONDITION_STATE_NOT_VALID = -1205, [Description("machine condition is in state consecutive fault")] MDC_CONDITION_CONSECUTIVE_FAULT_UPDATE_NOT_ALLOWED = -1206, [Description("maschine condition type not valid [O, Q, S, T]")] MDC_CONDITION_TYPE_NOT_FOUND = -1207, [Description("machine condition group not found")] MDC_CONDITION_GROUP_NOT_FOUND = -1208, [Description("machine condition already exists")] MDC_CONDITION_ALREADY_EXISTS = -1209, [Description("machine condition class not found")] MDC_CONDITION_CLASS_NOT_FOUND = -1210, [Description("SMT not Processed")] SMT_NOT_PROCESSED = -3000, [Description("SMT validator not available")] SMT_NO_VALIDATOR_AVAILABLE = -3001, [Description("SMT validation failed")] SMT_VALIDATION_FAILED = -3002, [Description("SMT unknown error")] SMT_UNKNOWN_ERROR = -3003, [Description("SMT illegal character in Container No.")] SMT_WRONG_CHARACTER_IN_CONTAINER = -3004, [Description("SMT setup check error.")] SMT_BOM_CHECK_ERROR = -3005, [Description("SMT event type is invalid.")] SMT_EVENT_TYPE_NOT_VALID = -3006, [Description("SMT wrong line type for this configuration.")] SMT_WRONG_LINE_TYPE = -3007, [Description("MSL State not changed")] MSL_STATUS_NOT_UPDATED = 3100, [Description("MSL soaktime not found")] MSL_SOAKTIME_NOT_FOUND = -3100, [Description("MSL not found for lot ")] MSL_NOT_FOUND_FOR_LOT = -3101, [Description("MSL is non-unique")] MSL_NOT_UNIQUE = -3102, [Description("MSL Invalid change of state: Baking -> Closed")] MSL_INVALID_STATE_CHANGE_BAKING_CLOSE = -3103, [Description("MSL Object is not in state BAKING")] MSL_OBJECT_IS_NOT_IN_STATE_BAKING = -3104, [Description("MSL Not found for serial number")] MSL_NOT_FOUND_FOR_SERIAL_NO = -3105, [Description("MSL usage-date cannot be reached")] MSL_USAGE_DATE_NOT_REACHABLE = -3106, [Description("MSL dry unnecessary")] MSL_DRY_UNNECESSARY = 3107, [Description("Container is already rigged")] MSL_CONTAINER_ALREADY_SETUP = -3108, [Description("Invalid booking date")] MSL_INVALID_BOOK_DATE = -3109, [Description("MSL Level invalid")] MSL_LEVEL_INVALID_VALUE = -3110, [Description("MSL wrong configuration (Plant config code 7070)")] MSL_WRONG_CONFIGURATION = -3111, [Description("External data not found")] EDA_NOT_FOUND = -3200, [Description("External data not found for name")] EDA_NOT_FOUND_FOR_NAME = -3201, [Description("External data not assigned")] EDA_NOT_ASSIGNED = -3202, [Description("External data not active")] EDA_NOT_ACTIVE = -3203, [Description("External data: not enough data")] EDA_NOT_ENOUGH_DATA = -3204, [Description("External data already assigned")] EDA_ALREADY_ASSIGNED = -3205, [Description("External data delete not allowed")] EDA_DELETE_NOT_ALLOWED = -3206, [Description("Invalid value for parameter 'flag'")] EDA_FLAG_OUT_OF_RANGE = -3207, [Description("Invalid state")] EDA_INVALID_STATE = -3208, [Description("Max size exceeded")] EDA_MAX_SIZE_EXCEEDED = -3209, [Description("Type not found")] EDA_TYPE_NOT_FOUND = -3210, [Description("Type not valid")] EDA_TYPE_NOT_VALID = -3211, [Description("External data already exists")] EDA_ALREADY_EXISTS = -3212, [Description("External data No name specified")] EDA_NO_NAME_DEFINED = -3213, [Description("ConfigDimension unknown")] CONFIG_DIMENSION_UNKNOWN = -3300, [Description("ConfigParameter already exists")] CONFIG_PARAMETER_ALREADY_EXISTS = -3301, [Description("ConfigParameter not found")] CONFIG_PARAMETER_NOT_FOUND = -3302, [Description("ConfigScope not found")] CONFIG_SCOPE_NOT_FOUND = -3303, [Description("ConfigType not found")] CONFIG_TYPE_NOT_FOUND = -3304, [Description("ConfigParameter filter not unique")] CONFIG_PARAMETER_FILTER_NOT_UNIQUE = -3305, [Description("ConfigDimension set not unique")] CONFIG_DIMENSION_SET_NOT_UNIQUE = -3306, [Description("ConfigParameter value not found")] CONFIG_PARAMETER_VALUE_NOT_FOUND = -3307, [Description("ConfigParameter value not unique")] CONFIG_PARAMETER_VALUE_NOT_UNIQUE = -3308, [Description("ConfigParameter key missing")] CONFIG_PARAMETER_KEY_MISSING = -3309, [Description("Config context missing")] CONFIG_CONTEXT_MISSING = -3310, [Description("Config dimension filter missing")] CONFIG_DIMENSION_FILTER_MISSING = -3311, [Description("Only one config dimension filter allowed")] CONFIG_DIMENSION_WRONG_FILTER_COUNT = -3312, [Description("Could not delete parameter")] CONFIG_COULD_NOT_DELETE_PARAMETER = -3313, [Description("ConfigParameter no permissions")] CONFIG_PARAMETER_NO_PERMISSIONS = -3314, [Description("Parameter filter missing")] CONFIG_PARAMETER_FILTER_MISSING = -3315, [Description("Parameter value has invalid format")] CONFIG_PARAMETER_VALUE_INVALID_FORMAT = -3316, [Description("Given value for dimension set is not parseable")] CONFIG_DIMENSION_SET_NOT_PARSEABLE = -3317, } }