====== Error states (TaskState / TaskMessage / TaskMessageSeverity) ====== The following table shows a list of possible errors in eBiss and their description: ==== TaskMessageSeverity ==== ^ErrorCode ^Description | |//0//|Notification| |//1//|Warning| |//2//|Error| |//3//|Exception| |//4//|Fatal| |//99//|Unknow| |//C*//|Custom error codes, see [[en:transformation:mappings:funktionen:allgemein:adderror|]]| ==== TaskMessage ==== ^GENERATED src="eBiss.Api.Resources.Enums.TaskMessage" option="EnumCodeAndId" changed=""^^^^ ^Code^Id^Name^Description^ |**0**|None|None| | |**1000**|NotificationStart|Notification start|((The start and end values are not assigned as errors but are used for message selection in the job steps)) | |**1001**|AutoPartnerCreated|Auto partner created|A trading partner was created in the process| |**1002**|AutoLocationCreated|Auto location created|A location was created in the process| |**1003**|AutoLookupTableCreated|Auto lookup table created|A lookup table was created in the process| |**1004**|AutoAddressCreated|Auto address created|An address was created in the process| |**1011**|NewLookupValuesAdded|New lookup values added|Lookup values were created in the process| |**1012**|NewCounterInstanceAdded|New counter instance added|((not used by eBiss))| |**1020**|ResultingDocumentInfoIssues|Value for a task created by the mapping function AddInfoIssue| | |**1100**|ReceivedNewMessages|Received new messages|((not used by eBiss))| |**1499**|NotificationEnd|Notification end|((The start and end values are not assigned as errors but are used for message selection in the job steps)) | |**1500**|WarningStart|Warning start|((The start and end values are not assigned as errors but are used for message selection in the job steps)) | |**1501**|ResultingDocumentErrorWarning|Resulting document error warning|In the mapping, errors occurred in the document to be created| |**1510**|ChannelWarningOccured|Channel warning occured|((not used by eBiss))| |**1999**|WarningEnd|Warning end|((The start and end values are not assigned as errors but are used for message selection in the job steps)) | |**2000**|ErrorStart|Error start|((The start and end values are not assigned as errors but are used for message selection in the job steps)) | |**2001**|CannotFindPartner|Cannot find partner|The partner was not found, e.g. at the receiving channel, in the analyzer| |**2002**|CannotFindLocation|Cannot find location|The location was not found, e.g. at the receiving channel, in the analyzer| |**2003**|RequestedLookupValueMissing|Requested lookup value missing|((not used by eBiss))| |**2004**|CannotFindAddress|Cannot find address|When sending a message in the send channel (ChannelSender) the receive or sender address cannot be determined| |**2005**|CannotIdentifyPartnerOrLocation|Cannot identify partner or location|E.g. at the receive or transmit channel the partner is needed but is not set at the message| |**2006**|CannotLoadDocument|Cannot load document|E.g. in ExcelImporter| |**2007**|CannotPositionOnDocument|Cannot position on document|((not used by eBiss))| |**2008**|CannotFindChannel|Cannot find channel|When sending the message, the sending channel was not found| |**2009**|DuplicateDocument|Duplicate document|Is thrown by the DuplicateDocumentBlocker job step| |**2010**|CannotChangePartner|The partner could not be changed|Error from EntityAnalyzer| |**2050**|GenericReaderException|Error loading the document|May occur in the EntityLoader| |**2101**|MissingJobDefinition|Missing job definition|The job was not found in the workflow, e.g. at the DelegatorJob-Step| |**2201**|TransformationException|Transformation exception|Various errors in mapping| |**2301**|CannotFindType|Cannot find type|((not used by eBiss))| |**2401**|UnableToSend|Unable to send|Error during sending, e.g. in the Job-Step ChannelSender, MessageNotificator| |**2402**|GenericChannelException|Generic channel exception|Various errors in the receive or transmit channel| |**2403**|ChannelErrorOccured|Channel error occured|((not used by eBiss))| |**2404**|ChannelAuthentificationFailed|Channel authentication failed|((not used by eBiss))| |**2405**|ChannelMessageNotSent|Channel message not sent|Error in X.400 Sendekanal| |**2406**|ChannelSendError|Channel send error|Error in X.400 Sendekanal| |**2407**|ChannelReceivingDoublet|Receiving doublet (ComRef available)|Is determined by the ChannelReceiver| |**2411**|CannotFindNotificationAddress|Cannot find notification address|Error from MessageNotificator| |**2412**|NotifiedMessageDoesNotExist|Notified message does not exist|eBiss has received a message, e.g. MDN or DSN, for which the original message was not found| |**2413**|NotifiedMessageWasCommited|Notified message was commited|((not used by eBiss))| |**2500**|ExecutionFailed|Execution failed|General eBiss internal execution errors, e.g. during archiving, during deletion (Remove Job-Steps)| |**2801**|EanQueryIncomplete|Ean query incomplete|Used in Retail and Supplier Article Pool| |**2802**|CannotExtractEans|Cannot extract eans|Used in retail and supplier articles pool| |**2901**|ExternalProgramFailed|External program failed|Errors in Job-Steps [[en:prozessdefinition:jobs:jobsteps:allgemein:executeexternal|]] and [[en:prozessdefinition:jobs:jobsteps:allgemein:executeexternalprocessor|]] | |**2951**|CustomError1|Custom error 1|For use in customer PlugIns| |**2952**|CustomError2|Custom error 2|For use in customer PlugIns| |**2953**|CustomError3|Custom error 3|For use in customer PlugIns| |**2954**|CustomError4|Custom error 4|For use in customer PlugIns| |**2955**|CustomError5|Custom error 5|For use in customer PlugIns| |**2956**|CustomError6|Custom error 6|For use in customer PlugIns| |**2957**|CustomError7|Custom error 7|For use in customer PlugIns| |**2958**|CustomError8|Custom error 8|For use in customer PlugIns| |**2959**|CustomError9|Custom error 9|For use in customer PlugIns| |**2960**|ValidateEncodingError|File encoding could not be determined|Error message from Job-Step EncodingValidator| |**2999**|ErrorEnd|Error end|((The start and end values are not assigned as errors but are used for message selection in the job steps)) | |**3000**|ExceptionStart|Exception start|((The start and end values are not assigned as errors but are used for message selection in the job steps)) | |**3001**|UnableToAnalyseContent|Unable to analyse content|Error message from job step EntityAnalyzer| |**3002**|FailureInBackendObjectTransmitter|Failure in backend object transmitter|Error when sending documents via the backend| |**3003**|ChannelExceptionOccured|Channel exception occured|An unspecific error has occurred during communication, e.g. on the receive channel| |**3004**|RetailTradeItemManager|Retail trade item manager|General error message in retail job step TradeItemManager| |**3998**|GenericException|Generic exception|An unspecific error has occurred, e.g. in the job steps: EntitySelector, JobExecuter, RemoveMessages| |**3999**|ExceptionEnd|Exception end|((The start and end values are not assigned as errors but are used for message selection in the job steps)) | |**9000**|FatalStart|Fatal start|((The start and end values are not assigned as errors but are used for message selection in the job steps)) | |**9001**|ChannelFatal|Channel fatal|((not used by eBiss))| |**9100**|EventManagerFatal|Fatal error in EventMananger|eBite internal error| |**9200**|DbConnectionFatal|Fatal DB connection error|eBite internal error| |**9900**|DbIsDamaged|Serious DB error|Can only occur at system startup, if at all| |**9999**|FatalEnd|Fatal end|((The start and end values are not assigned as errors but are used for message selection in the job steps)) | ==== Custom Error Codes ==== ^ErrorCode ^Description | |//C*//|All error codes starting with a C are custom errors|