Skip to content

Error codes

Dixer returns a code when an error occurs.

Error code OVER 9000! (yes, like Vegeta) are internal errors.

Error Code Error Returned when
1234 evaluation mode the binary is evaluation mode
8000 error opening PCF trying to open the PCF
8001 error reading PCF trying to read the PCF
8002 error opening dataflow source file error opening source CSV, Ragged Right, JSON, XLSX, XML, Fixed Width file in job type dataflow
8003 error reading dataflow source file trying to read rows from CSV, XLSX file in job type dataflow
8004 error connecting to source db trying to connect to database. Job types: dataflow, query
8005 error executing query trying to execute query in source database connection. Job types: dataflow, query
8006 error getting columns of query trying to get the columns in query when source is a database in job type dataflow
8007 error getting columns type of query trying to get the columns datatypes from query when source is a database in job type dataflow
8008 error reading row trying to read a row in a source XLSX file in job type dataflow
8009 error executing process fail to execute a process in job type process
8010 timeout executing process timeout executing process in job type process
8011 error removing output file happens an error removing a file. Job types: process, httprequest, soaprequest
8012 expected exit code not returned the returned exit code is not the expected in job type process
8013 error connecting to smtp server cannot connect to smtp server in job type mail
8014 error sending mail error sending mail in job type mail
8015 error inserting row in destination trying to insert a row in destination returns an error in job type dataflow
8016 variable should be an integer a variable declare like int the value is not a int
8017 error initiating destination an error ocurred initiating destination in job type dataflow
8018 variable should be a bool a variable declare like bool the value is not a boolean
8019 error in request error in request in job type httprequest
8020 error requesting soap method error in soap request in job type soaprequest
8021 error getting wsdl error getting the wsdl file in jjob type soaprequest
8022 parameters values length is different to parameters configured parameters values in array is different to parameters configured in array in job type soaprequest
8023 error connecting to ftp server cannot connect to ftp server in job type ftpoperation
8024 error loging to ftp server cannot login to ftp server in job type ftpoperation
8025 error opening local file path cannot opening local file path of file to upload in job type ftpoperation and s3operation
8026 error uploading file to remote ftp cannot upload local file path to remote ftp server in job type ftpoperation
8027 error closing ftp connection error happens closing ftp connection after complete operation in job type ftpoperation
8028 error downloading file from remote ftp cannot download remote file from remote ftp server in job type ftpoperation
8029 error checking if file exists an error happens checking if a file exists. Job types: ftpoperation, fileoperation, s3operation
8030 error renaming remote ftp file error renaming remote file in job type ftpoperation
8031 error deleting remote ftp file error deleting remote file in job type ftpoperation
8032 error deleting remote ftp directory error deleting remote directory in job type ftpoperation
8033 error creating remote ftp directory error creating remote directory in job type ftpoperation
8034 error opening source file to copy cannot open the source file to copy in job type fileoperation
8035 error creating destination file to copy cannot create the destination file to copy in job type fileoperation
8036 error copying file error copying file in job type fileoperation
8037 error copying file error copying file when tries to commit the flush from memory to disk in job type fileoperation
8038 file exists and overwrite is disabled overwrite is disable for copy, rename or move in job type fileoperation
8039 error renaming or moving file error renaming or moving file in job type fileoperation
8040 error deleting file or directory error deleting file or directory in job type fileoperation
8041 error creating directory error creating directory in job types fileoperation and ftpoperation
8042 error copying directory error copying directory in job type fileoperation
8043 json key not exists in row a json key specified in mapping not exist in the source json file in job type dataflow
8044 invalid json in row the row displayed is not correctly formatted in json source in job type dataflow
8045 invalid xml in row the row displayed is not correctly formatted in xml source in job type dataflow
8046 xml key not exists in row a xml key specified in mapping not exist in the source xml file in job type dataflow
8047 variable should be a float a variable declare like float the value is not a float
8048 error getting value of variable key in the PCF a value is not correct for key with prefix _var
8049 error initiating request an error ocurred initiating the request in job type httprequest
8050 error inserting error inserting with batch insert enabled in job type dataflow
8051 error inserting error inserting with MSSQL Fast Load or PostgreSQL Bulk Copy Feature in job type dataflow
8052 error closing insert statement error closing insert statement with MSSQL Fast Load or PostgreSQL Bulk Copy Feature in job type dataflow
8053 error commiting insert error commiting insert statement with MSSQL Fast Load or PostgreSQL Bulk Copy Feature in job type dataflow
8054 error getting source column the source column in the mapping for XLSX source is invalid in job type dataflow
8055 error scanning rows in column error getting value in source column when source is a database in job type dataflow
8056 mapping source column doesn't exists in source data a column in the mapping not exists in the source database query in job type dataflow
8057 duration value is incorrect the custom duration value is no correct in job type delay
8058 error in destination column an error ocurred parsing source value from CSV,Fixed Width, Ragged Right, Json, Variables, XLSX, XML to destination database in job type dataflow
8059 error getting connection type for [source|destination] the connection type is not valid or not available in the edition used. Job types dataflow, query
8060 cannot use [value] in columns_source like index of column the source mapping column for CSV, Ragged Right or Fixed Width is not a number
8061 invalid package type format the format specified for PCF is not valid
8062 expression <<[expression]>> no valid in expression mapping the expression is not valid for expression mapping in job type dataflow
8063 expression <<[expression]>> no valid in skip rule the expression is not valid for skip rule in job type dataflow
8064 error calling index [index] in expression <<[expression]>> where record max index is [index] error when mapping index in expression in greater than total mapping columns in job type dataflow
8065 type not supported for expression the type of source column value is not supported for mapping in job type dataflow
8066 error compiling expression <<[expression]>> in expression mapping error compiling the expression for expression mapping in job type dataflow
8067 error compiling expression <<[expression]>> in skip rule error compiling the expression for skip rule in job type dataflow
8068 error running expression <<[expression]>> in expression mapping error running the expression for expression mapping in job type dataflow
8069 error running expression <<[expression]>> in skip rule error running the expression for skip rule in job type dataflow
8070 error creating temp bat file to execute process in windows, ocurred an error creating the temp bat file in job type process
8071 error saving output file ocurred an error saving output file in job type process
8072 invalid encoding when specified encoding is not valid for source JSON, CSV, XML, Ragged Right, Fixed Width in job type dataflow
8073 error getting index [index] for json array value with length [index] in mapping, the source_json_array_index key value is greater than length of returned json source row in job type dataflow
8074 error getting rows error ocurred getting rows from source database in job type dataflow
8075 request type not allowed the request type is not allowed in job type httprequest
8076 invalid authentication type the authentication type is invalidin job type httprequest
8077 digest authentication not supported in soaprequest digest authentication not supported for soaprequest in job type soaprequest
8078 cannot use a variable with the name [variable name] because is a default variable user declare a variable with the same name of a default variable
8079 error opening PCF in [encryption|decryption] cannot open the PCF for encryption
8080 error truncating PCF in [encryption|decryption] error truncating PCF for encryption or decryption
8081 incorrect encrypted PCF
8082 incorrect encrypted PCF
8083 incorrect encrypted PCF
8084 error decoding encrypted PCF
8085 error decrypting PCF
8086 password doesn't match password encryption doesn't match
8087 job id not exists calling a inexistent Job ID
8088 error parsing variable datetime value a variable declare like datetime the value is not a valid datetime to parse with layout in datetime_format
8089 error updating variable - doesn't exists updating an inexistent variable
8090 error updating datetime variable - value cannot be empty updating a variable with type datetime and value to update is empty
8091 error with log file error preparing the log file when log is enabled
8092 error with job ID the job id is not valid
8093 exec_workflow key not defined
8094 error downloading file from remote ftp trying to create a empty file in local file path that will be the downloaded file from ftp
8095 error updating datetime variable when parsing updating a variable with type datetime and value is not in the defined datetime format
8096 no valid permission the string to permission is not an octal number with 3 digits in job type fileoperation and operation createdir
8097 error setting permissions to directory the directory after creation fails to assign permissions
8098 variable should be declared one time a variable is declared more than one time
8099 error updating variable cannot update a expression variable trying to update a variable when its value is a expression
8100 invalid type set in variable a invalid type of variable configured
8101 error compiling expression <<[expression]>> in variable error compiling the expression declared in variable
8102 error creating destination compressed file an error occurred creating the destination compressed file in the configured path
8103 error compressing files an error occurred adding the files and directories in compressed file
8104 error creating compressed file the compress processed finished but with an error
8105 error decompressing file an error occurred decompressing the file
8106 error writing output file an error occurred writing the output file
8107 error connecting to AWS an error occurred connecting to AWS
8108 error uploading file to Amazon S3 Bucket an error occurred uploading the file in Amazon S3 Bucket
8109 error downloading file from remote S3 Bucket an error occurred downloading a file from Amazon S3 Bucket
8110 error reading directory an error occurred reading directory to upload to FTP or Amazon S3 Bucket
8111 error deleting file in Amazon S3 Bucket an error occurred deleting file in Amazon S3 Bucket
8112 error deleting file in Amazon S3 Bucket an error occurred waiting for file deletion in Amazon S3 Bucket
8113 error assigning job with ID <<[ID]>> an error occurred because the job ID is duplicated
8114 error capturing output of process isn't possible to capture output of process in job type process
8115 error reading query file not possible read the query file specified in job type query
8116 environment variable not exists a variable that should be a environment variable not exists
8117 error listing objects in directory error listing objects in AWS S3 directory
8118 error deleting objects in S3 directory error deleting objects in directory to delete in AWS S3
8119 cert file and key file are needed to connect to AWS error connecting to AWS because cert or key files are not set
8120 error opening cert file to connect to AWS error opening cert file to connect to AWS
8121 error opening key file to connect to AWS error opening key file to connect to AWS
8122 error loading env file error loading environment variables from file
8123 error opening graph file error creating or opening graph file when creating a HTML graph of PCF from command line
8124 every inline should have a CID error when sending an email with inlines that doesn't have a CID or viceversa
8125 cannot compile exec_condition or break_condition error when and error happens compiling or running expression in exec_condition of job or break_condition in bucle
8126 error listing files in remote directory error listing files in remote FTP directory when trying to download the directory
8127 not supported for source destination
8128 error creating connection to connection_id invalid input in the connection specified
8129 error opening file error trying to opening a file
8130 mapping not defined error because the dataflow mapping is not defined in job
8131 mapping should be defined inside jobs object error because mapping is called from separated file and the mapping is not inside a jobs object
8132 file not exists error because file not exists in fileexists job type
8133 error checking if file exists error returned by OS when checking if file exists in fileexists job type
8134 not valid json to set value in map variable error returned when trying to set a invalid json to a map variable
8135 http status code returned is not expected error returned when using expected_status_code in http request
9001 internal error getting destination mapping columns a internal error happens with destination mapping columns in job type dataflow
9002 internal error scanning row of query a internal error happens scanning the rows from source database in job type dataflow
9003 internal error getting password from terminal internal error getting password from terminal
9004 internal error encrypting PCF
9005 internal error encrypting PCF
9006 internal error getting getConfigFromFile type
9007 internal error reading viz lib error generating graph of PCF in HTML
9999 internal error - error code doesn't exists a developer error setting a error code not defined yet. Only should appear in some internal test before assign an error code