KB Article #180333
ADVANCED ROUTING: Status Codes
Advanced Routing introduced a new logging convention in order to improve messaging. It utilizes the usage of status codes.
The format is: [status code][route name][account name]
.
The AR status codes are internal for SecureTransport and are:
ARXXXX, ARRCXXXX
: General, core messages about advanced routing, sandbox, route initialization, etc.ARPAXXXX
: Publish To Account Step messagesARSPXXXX
: Send To Partner Site Step messagesARPEXXXX
: PGPEncryption Step messagesARPDXXXX
: PGP Decryption Step messagesARDEXXXX
: Decompress Step messagesARCOXXXX
: Compress Step messagesARESXXXX
: External Script Step messagesARCCXXXX
: Charset Conversion Step messagesARRPXXXX
: Replace Step messages startARRExxxx
: Rename step messagesARLEXXXX
: Line Ending Step messagesARLPXXXX
: Line Padding Step messagesARLTXXXX
: Line Truncating Step messagesARFFXXXX
: File Folding step messages
The available status codes and their description are as follows:
CODE | MESSAGE TEMPLATE | NOTES/RENDERED MESSAGE |
AR0001 | New route created. | New route is created. |
AR0002 | New route step with type {%s} created. | New route step was created. |
AR0003 | No Camel route configured for URI: {%s} | Error indicating that no Camel route is configured for this URI. |
AR0004 | Error executing route package: {%s} | Error while executing route package. |
AR0005 | Initializing route: {%s} | Initializing route. |
AR0006 | Error initializing route storage for route: {%s} | Error while initializing route storage for route. |
AR0007 | Error initializing route: {%s}. Reason: {%s} | Error while initializing route. |
AR0008 | Cannot build route for step {%s}. Reason: %s | Cannot build route for step. |
AR0009 | Could not purge sandbox environment because it is not set. | Could not delete working directory because it is not set. |
AR0010 | Could not purge advanced routing sandbox environment. The folder {%s} could not be deleted. Reason {%s}. | The Advanced Routing execution has finished and the sandbox environment could not be purged from the filesystem. The first parameter represents the actual folder that failed to be deleted and the second parameter represents the potential reason. |
AR0011 | Sandbox environment {%s} used for route execution has been purged. | The Advanced Routing execution has finished and the sandbox environment has been purged from the filesystem. The paramter represents the actual sandbox folder. |
AR0012 | Could not parse: {%s} as a boolean. | Could not parse property as a boolean. |
AR0013 | Could not parse: {%s} as a integer. | Could not parse property as a integer. |
AR0015 | Could not parse FileCollision resolution enum with value : {%s}. | Could not parse FileCollision resolution enum. |
AR0016 | Cannot provision routes. Reason : {%s}. | Cannot provision routes. |
AR0017 | No consumers available on endpoint: {%s} to process: {%s}. | No consumers available on the endpoint to process exchange. |
AR0018 | Invalid value for transferred bytes: {%s}. | Invalid value for transferred bytes. |
AR0019 | Invalid value for start time: {%s}. | Invalid value for start time. |
AR0020 | Invalid value for end time: {%s}. | Invalid value for end time. |
AR0021 | Could not connect to TM. | Could not connect to TM. |
AR0022 | Error changing route on TM. | Error occurred while changing route on TM. |
AR0023 | Route: {%s} deleted. | Route was deleted. |
AR0024 | RouteStep: {%s} deleted. | RouteStep was deleted. |
AR0025 | Route: {%s} was updated. | Route was updated. |
AR0026 | RouteStep: {%s} was updated. | RouteStep was updated. |
AR0027 | Loaded route step metadata descriptor {%s} = {%s}. | Loaded route step metadata descriptor. |
AR0028 | Cannot resolve route step metadata for type: {%s}. | Cannot resolve route step metadata for this type. |
AR0029 | Route step metadata for type: {%s} is not valid: {%s}. | Route step metadata for this type is not valid. |
AR0030 | Binding class {%s} | Binding classes in Camel module. |
AR0031 | Error occurred while generating Advanced Routing Messages help file: {%s}. | Error occurred while generating Improved Routing Messages help file. |
AR0032 | Sandbox environment used for route execution {%s} has been created. | Sandbox environment used for route execution has been created and processing is about to start. The parameter represents the actual location of the sandbox environment on the filesystem. |
AR0033 | Skipping processing of file: {%s} , because it is not a text file. | Skipping processing of the file, because it is not a text file. |
AR0035 | Invalid format for step property: {%s} with value: {%s} | Invalid format for step property. |
AR0036 | Error while validating if file: {%s} is a text file. | Error while validating if file is a text file. |
AR0038 | Account name {%s} doesn't belong to any internal account. Trying to resolve it as an external one... | Account doesn't belong to any internal account. Trying to resolve it as an external one.. |
AR0039 | Cannot resolve user name {%s} neither as an internal account nor as an external one. | Cannot resolve user neither as an internal account nor as an external one. |
AR0040 | Error occurred while trying to resolve user name {%s} as an external account. | Error occurred while trying to resolve user as an external account. |
AR0041 | Error occurred while executing agent. | Error occurred while executing agent. |
AR0042 | File {%s} copied to {%s} for route execution. | File copied. |
AR0043 | Error registering function {%s}. | Error while registering function. |
AR0044 | Evaluating boolean expression: {%s}. | Evaluating boolean expression. |
AR0045 | Error evaluating boolean expression: {%s}. | Error evaluating boolean expression. |
AR0046 | Boolean expression evaluated to: {%s}. | Boolean expression evaluated. |
AR0047 | Evaluating expression: {%s}. | Evaluating expression. |
AR0048 | Error evaluating expression: {%s}. | Error evaluating expression. |
AR0049 | Expression evaluated to: {%s}. | Expression evaluated. |
AR0050 | Evaluating path expression: {%s}. | Evaluating path expression. |
AR0051 | Error evaluating path expression: {%s}. | Error evaluating path expression. |
AR0052 | Path expression evaluated to: {%s}. | Path expression evaluated. |
AR0053 | Setting input file metadata: {%s}. | Setting input file metadata. |
AR0054 | Incorrect target account type of user: {%s}. Only Virtual, Template and Service accounts are allowed as target accounts. Step configuration suggests to stop further route execution. | Incorrect target account type of user. Stop route execution. |
AR0055 | User: {%s} is unlicensed. Can not send files to unlicensed users. | User is unlicensed. Can not send files to unlicensed users. |
AR0056 | User: {%s} is disabled. Can not send files to disabled users. | User is disabled. Can not send files to disabled users. |
AR0057 | User: {%s} is with Private Home Folder Access Level. It can only receive files from itself. Not from: {%s}. | User is with Private Home Folder Access Level. It can only send files to itself. |
AR0058 | The user is not associated with any Business Unit. User: {%s} is considered with Private Home Folder Access Level. It can only receive files from itself. Not from: {%s} | The user is not associated with any Business Unit. The user is considered with Private Home Folder Access Level. It can only receive files from itself. |
AR0059 | User: {%s} is with Business Unit Home Folder Access Level. It can only receive files from users with the same Business Unit assigned. Not from: {%s}. | User is with Business Unit Home Folder Access Level. It can only receive files from users with the same Business Unit assigned. |
AR0060 | User with name: {%s} is in the denied users list. It can not receive files. | User is in the denied users list. It can not receive files. Denied users are specified
in configuration option: Users.DeniedUsers |
AR0062 | User with name: {%s} is with group id: {%d} which is in the denied groups list. It can not receive files. | User is with group which is in the denied groups list. It can not receive files. Denied
groups are specified in configuration option: Users.DeniedGroups |
AR0063 | RouteStepStatus: {%s} was updated. | RouteStepStatus was updated. |
AR0064 | Error occurred while getting transfer sites of user: {%s}. | Error occurred while getting transfer sites of user. |
AR0065 | Error occurred while getting transfer site with name: {%s} of user: {%s}. | Error occurred while getting transfer sites of user. |
AR0066 | No transfer site matched expression: {%s} for target account: {%s}. | No transfer site matched expression. |
AR0067 | Sending file: {%s} using transfer site: {%s}. | Sending file using a transfer site. |
AR0068 | Error occurred while sending file: {%s} using transfer site: {%s}. | Error occurred while sending file using transfer site. |
AR0069 | Transfer Profile expression is invalid. | Transfer Profile expression is invalid. |
AR0070 | Cannot read stfs attributes of the file {%s}. | Cannot read stfs attributes of the file. |
AR0071 | Could not parse: {%s} as a long. | Could not parse property as a long. |
AR0072 | Error occurred while sending file: {%s} using transfer site: {%s}. Number of retries left {%s}. | Error occurred while sending file using transfer site. Number of retries left. |
AR0073 | The specified encoding: {$s} is invalid or not supported. | Error occurred while sending file using transfer site. Number of retries left. |
AR0074 | Could not send file: {%s} using transfer site: {%s} after attempting {%s} times. | Could not send file using transfer site after attempting several retries. |
AR0075 | File: {%s} was sent successfully using transfer site: {%s}. | Sending file using a transfer site. |
AR0076 | Starting execution {%s} of route: {%s}. | Starting execution of route. |
AR0077 | Finished execution {%s} of route: {%s} for {%d} seconds. | Finished execution of a route for N seconds. |
AR0078 | Finished execution {%s} of route: {%s}. | Finished execution of a route. |
AR0079 | Unable to delete in-process mark file for {%s}. | Unable to delete in-process mark file for file. |
AR0080 | Cannot stop and remove Camel route with execution id {%s}. | Cannot stop and remove Camel route with execution id. |
AR0081 | Cannot delete the directory {%s}. | Cannot delete the directory. |
AR0082 | Cannot delete the file {%s}. | Cannot delete the file. |
AR0083 | Transfer status id is not available. | Transfer status id is not available. |
AR0084 | Error while reading session variable. | Error while reading session variable. |
AR0085 | Error retrieving assigned post actions. | Error retrieving assigned post actions. |
AR0086 | Starting {%s} (transferStatusId={%s}). | Starting post-processing action. |
AR0087 | Application context not created. ({%s}={%s}, {%s}={%s}). | Application context not created. |
AR0088 | Operation performed by Post-Processing Agent. | Operation performed by Post-Processing Agent. |
AR0089 | Deleting local file: {%s}. | Deleting local file. |
AR0090 | Adding SubtransmissionStatus entry to Database (success={%b}, message={%s}). | Adding SubtransmissionStatus entry to Database. |
AR0091 | Post-processing agent encountered an error: {%s}. Agent exit code is: {%d}. | Post processing agent encountered an error. |
AR0092 | Moving local file {%s} to {%s}. | Moving local file. |
AR0093 | Source and destination files are the same. Rename action skipped. | Source and destination files are the same. Rename action skipped. |
AR0094 | Unable to delete in-process mark file of {%s}. | Unable to delete in-process mark file. |
AR0095 | No transfer sites are accessible from target account: {%s}. | No accessible transfer site. |
AR0096 | The transfer site : {%s} has Private access level. It is accessible only if source: {%s} and target account: {%s} are the same. | Transfer site is private and can not be used. |
AR0097 | Business unit: {%s} of target user does not exist and thus the access level of transfer site: {%s} is considered Private. The site can be used only if source account {%s} and target account {%s} are same. | Business unit of the user does not exist. Transfer site access level is considered private. It can be used only if source and target account are the same. |
AR0098 | Transfer site: {%s} has Business Unit access level. Source account: {%s} and target account: {%s} do not belong to same Business Unit: {%s}. Transfer site cannot be used. | Transfer site has Business Unit Access Level. It can not be used because source and target account are not within the same business unit. |
AR0099 | Expression function {%s} successfully returned {%d} {%s} of file {%s}. | Expression function successful extract of number of symbols. |
AR0108 | Step {%s} with id {%s} is starting. | Step with id is starting. |
AR0109 | Step {%s} with id {%s} finished with success. Step exit status is {%s}. Duration - {%d} seconds. | Step with id finished with success. Duration - N seconds. |
AR0110 | Step {%s} with id {%s} finished with success. Step exit status is {%s}. | Step {%s} with id {%s} finished with success. |
AR0111 | Step {%s} with id {%s} finished with error. Step exit status is {%s}. Duration - {%d} seconds. | Step with id finished with error. Duration - N seconds. |
AR0112 | Step {%s} with id {%s} finished with error. Step exit status is {%s}. | Step with id finished with error. |
AR0113 | Unable to add lock to in-process mark file {%s}. | Unable to add lock to in-process mark file. |
AR0118 | Rename file {%s} as {%s}. | Post transformation action : 'Rename as' |
AR0119 | File {%s} already exist. | File already exist. |
AR0120 | Post routing action type must be one of {DELETE|RENAME}. | Invalid Post routing action type. |
AR0121 | Post routing rename expression is required when post routing action type is 'RENAME'. | Rename expression is required for action type 'rename'. |
AR0122 | Cannot create or update trigger output file with name {%s} for the send to partner step. | There are limitations on creating or updating trigger file output. |
AR0123 | Cannot resolve account name {%s} as an internal account. | Cannot resolve account as an internal account. |
AR0124 | Account with name {%s} resolves to a template. | Account resolves to a template and will not be used. |
AR0125 | Error occurred while trying to access Flow attributes for file {%s}. | Error occurred while trying to access Flow attributes for specific file. |
AR0126 | Error occurred while trying to access file {%s} outside the sandbox folder. | Error occurred while trying to access specific file outside the sandbox folder. |
AR0127 | Error occured while resolving the file {%s}. | Error occured while resolving the specific file. |
ARRC0000 | Error while copying input file(s) to sandbox environment. Route execution might fail. | Error occurred while copying file(s) to sandbox folder. |
ARRC0001 | Error while executing post processing action Delete. Reason: {%s} | Error occurred while executing post processing action Delete. |
ARRC0002 | Error while executing post processing action Rename/Move. Reason: {%s} | Error occurred while executing post processing action Rename/Move. |
ARRC0003 | Fail to obtain Subscription. | Fail to obtain Subscription. |
ARRC0004 | Fail to obtain ApplicationRuntime. ({%s}). | Fail to obtain ApplicationRuntime. |
ARRC0005 | Subscription option Delete on successful client download is set to: {%s} for subscription: {%s}. | Subscription option Delete on successful client download. |
ARRC0006 | Attempting to read the Agent Session. | Attempting to read the Agent Session. |
ARRC0007 | Unable to delete file: {%s}. (permission denied). | Unable to delete file, (permission denied). |
ARRC0008 | File {%s} cannot be deleted. Tried to delete the file since the Subscription option Delete on successful client download is set to delete. | A file cannot be deleted. Tried to delete the file since the Subscription option Delete on successful client download is set to delete. |
ARRC0009 | Error deleting the file after a post client action. | Error deleting the file after a post client action. |
ARRC0010 | Transfer-status id is not available. | Transfer-status id is not available. |
ARRC0011 | Error while reading session variable. | Error while reading session variable. |
ARRC0012 | Trigger file: {%s} received for subscription with folder: {%s} | Trigger file received. |
ARRC0013 | {%d} files specified in trigger file {%s} were successfully selected for processing from subscription folder {%s}. | Files specified in trigger file were successfully selected for processing from subscription folder. |
ARRC0014 | {%d} files matching pattern {%s} were successfully selected for processing from subscription folder {%s}. Trigger file is {%s}. | Files matching a pattern were successfully selected for processing from subscription folder. |
ARRC0015 | File: {%s} submitted to subscription folder: {%s} won't be processed until its trigger file is submitted. | The file won't be processed until its trigger file is submitted. |
ARRC0016 | Trigger file: {%s} didn't select any files for processing. | Trigger file: {%s} didn't select any files for processing. |
ARRC0017 | Attempt is made to rename file {%s} to empty string. | Target file name for rename operation is empty. |
ARRC0018 | Attempt is made to rename file {%s} to the same name. This suggests a wrong step configuration. | Attempt is made to rename a file to the same name. This suggests a wrong step configuration. |
ARRC0019 | Rename pattern "%s" is evaluated to "%s" | Rename pattern is evaluated. |
ARRC0020 | File {%s} is in process and cannot be deleted. Tried to delete the file since the Subscription option Delete on successful client download is set to delete. | A file is in process and cannot be deleted. Tried to delete the file since the Subscription option Delete on successful client download is set to delete. |
ARRC0021 | No files matching pattern {%s} were selected for processing from subscription folder {%s}. Trigger file is {%s}. | No files matching a pattern were selected for processing from subscription folder. |
ARRC0022 | A general error occurred while executing Advanced Routing application agent. Reason: {%s}. | A general error occurred while executing Advanced Routing application agent. |
ARRC0023 | The file {%s} will be submitted for processing because of the trigger file {%s} is received. | The file will be submitted for processing because of a trigger file is received. |
ARRC0024 | The file {%s} will be submitted for processing. | The file will be submitted for processing. |
ARRC0025 | The content of the file {%s} is recognized to contain text based on the recognized content type {%s}. | The content of a file is recognized to contain text based on its recognized content type. The first parameter is the file. The second parameter is the recognized content type of the file. |
ARRC0026 | The content of the file {%s} is recognized not to contain text based on the recognized content type {%s}. | The content of a file is recognized not to contain text based on its recognized content type. The first parameter is the file. The second parameter is the recognized content type of the file. |
ARRC0027 | Cannot close agent session. | Cannot close agent session. |
ARRC0028 | Checking if the Advanced Routing configured to be run on {%s} for subscription folder: {%s} | Describes that the Advanced routing is being checked against the subscription conditions. |
ARPA0001 | An error occurred while publishing the file {%s} to an account. Step configuration suggests to stop further route execution. | An error occurred while publishing a file to an account. Step configuration suggests to stop further route execution. |
ARPA0002 | An error occurred while publishing the file {%s} to an account. Step configuration suggests to continue route execution. | An error occurred while publishing a file to an account. Step configuration suggests to continue route execution. |
ARPA0003 | An error occurred while executing Publish To Account step: {%s}. Step configuration suggests to stop further route execution. | An error occurred while executing Publish To Account step. Step configuration suggests to stop further route execution. |
ARPA0004 | An error occurred while executing Publish To Account step: {%s}. Step configuration suggests to continue route execution. | An error occurred while executing Publish To Account step. Step configuration suggests to continue route execution. |
ARPA0005 | Unable to create target folder {%s} for the account {%s}. | An error occurred while executing Publish To Account step. Unable to create the target folder. |
ARPA0006 | Unable to evaluate the publish file name. The target filename cannot be empty value. | An error occurred while executing Publish To Account step. Unable to evaluate the publish file name. |
ARPA0007 | Unable to create target folder {%s} for the account {%s}. It is not a directory. | An error occurred while executing Publish To Account step. Unable to create the target folder. |
ARPA0008 | Unable to evaluate the target folder. The target folder cannot be null or empty value. | An error occurred while executing Publish To Account step. Unable to evaluate the target folder. |
ARPA0009 | Unable to publish file. The target account {%s} is disabled. | An error occurred while executing Publish To Account step. The target account {%s} is disabled. |
ARLE0001 | An error occurred while transforming line ending of the file {%s}. Step configuration suggests to stop further route execution. | An error occurred while transforming line ending of a file. Step configuration suggests to stop further route execution. |
ARLE0002 | An error occurred while transforming line ending of the file {%s}. Step configuration suggests to continue route execution. | An error occurred while transforming line ending of a file. Step configuration suggests to continue route execution. |
ARLE0003 | File {%s} already exist. | File already exist. |
ARLE0004 | An error while executing Line Ending step: {%s}. Step configuration suggests to stop further route execution. | An error while executing LineEnding step. Step configuration suggests to stop further route execution. |
ARLE0005 | An error while executing Line Ending step: {%s}. Step configuration suggests to continue route execution. | An error while executing Line Ending step. Step configuration suggests to continue route execution. |
ARLE0006 | Transform line ending of file {%s} into temporary file {%s}. | Transform line ending of a file into temporary file. |
ARSP0001 | An error occurred while sending the file {%s} to a partner site. Step configuration suggests to stop further route execution. | An error occurred while sending a file to a partner site. Step configuration suggests to stop further route execution. |
ARSP0002 | An error occurred while sending the file {%s} to a partner site. Step configuration suggests to continue route execution. | An error occurred while sending a file to a partner site. Step configuration suggests to continue route execution. |
ARSP0003 | An error occurred while executing Send To Partner Site step: {%s}. Step configuration suggests to stop further route execution. | An error occurred while executing Send To Partner Site step. Step configuration suggests to stop further route execution. |
ARSP0004 | An error occurred while executing Send To Partner Site step: {%s}. Step configuration suggests to continue route execution. | An error occurred while executing Send To Partner Site step. Step configuration suggests to continue route execution. |
ARSP0005 | Transfer is canceled for file {%s} and site {%s}. | Transfer is canceled for file and site. |
ARPE0001 | An error occurred while executing PGP Encryption step for file {%s}. Step configuration suggests to stop further route execution. | An error occurred while PGP encrypting a file. Step configuration suggests to stop further route execution. |
ARPE0002 | An error occurred while executing PGP Encryption step for file {%s}. Step configuration suggests to continue route execution. | An error occurred while PGP encrypting a file. Step configuration suggests to continue route execution. |
ARPE0003 | An error occurred while executing PGP Encryption step: {%s}. Step configuration suggests to stop further route execution. | An error occurred while executing PGP Encryption step. Step configuration suggests to stop further route execution. |
ARPE0004 | An error occurred while executing PGP Encryption step: {%s}. Step configuration suggests to continue route execution. | An error occurred while executing PGP Encryption step. Step configuration suggests to continue route execution. |
ARPE0005 | An error occurred while initializing the PGP provider. | An error occurred while initializing the PGP provider. |
ARPE0006 | PGP encryption requested. | PGP encryption requested. |
ARPE0007 | PGP encryption not requested. | PGP encryption not requested. |
ARPE0008 | Missing or improperly defined encryption PGP key. | Missing encryption PGP key. |
ARPE0009 | Missing or improperly defined PGP key owner. | Missing PGP key owner. |
ARPE0010 | PGP signature requested. | PGP signature requested. |
ARPE0011 | PGP signature not requested. | PGP signature not requested. |
ARPE0012 | Missing or improperly defined signing PGP key. | Missing signing PGP key. |
ARPE0013 | PGP encryption/signature disabled for outgoing data. | PGP encryption/signature disabled for outgoing data. |
ARPE0014 | PGP encryption/signing output: {%s}. | PGP encryption/signature completed successfully. |
ARPE0016 | The PGP key : {%s} has Private access level. It is accessible only if source: {%s} and key owner account: {%s} are the same. | PGP key is private and can not be used. |
ARPE0017 | The PGP key owner is not defined in any business unit and thus the access level of the PGP key: {%s} is considered Private. The PGP key is accessible only if source account {%s} and key owner account {%s} are same. | The PGP key owner is not defined in any business unit. The PGP key access level is considered private. It is accessible only if source and target account are the same. |
ARPE0018 | PGP key {%s} has Business Unit access level. Source account: {%s} and key owner account: {%s} do not belong to the same Business Unit: {%s}. PGP key cannot be used. | PGP key has Business Unit Access Level. It can not be used because source and key owner account are not within the same business unit. |
ARPE0019 | Invalid encrypt PGP key expression: {%s}. | Invalid encrypt PGP key expression. |
ARPE0020 | No PGP key found with alias {%s}. | No PGP key found. |
ARPE0021 | There are several PGP keys, matching the expression: {%s}. The first one from {%s} will be used in PGP encryption step. | PGP key expression matched several PGP keys. |
ARDE0000 | General error while executing Decompress step. | General error while executing Decompress step. |
ARDE0001 | Archive detected as type {%s}. | Archive detected. |
ARDE0002 | Decompressing file {%s}. | Decompressing file from archive. |
ARDE0003 | File {%s} already exist. | File already exist. |
ARDE0004 | Password protection is not supported for archive type {%s}. | Password protection is not supported for this archive type. |
ARDE0005 | An error occurred while decompressing the file {%s} from archive {%s}. Step configuration suggests to stop further route execution. | An error occurred while decompressing a file. Step configuration suggests to stop further route execution. |
ARDE0006 | An error occurred while decompressing the file {%s} from archive {%s}. Step configuration suggests to continue route execution. | An error occurred decompressing a file. Step configuration suggests to continue route execution. |
ARDE0007 | An error occurred while processing archive {%s}. Step configuration suggests to stop further route execution. | An error occurred while processing archive. Step configuration suggests to stop further route execution. |
ARDE0008 | An error occurred while processing archive {%s}. Step configuration suggests to continue route execution. | An error occurred while processing archive. Step configuration suggests to continue route execution. |
ARDE0009 | File {%s} does not match any supported archive type. | Archive type cannot be detected. |
ARCO0000 | General error while executing Compress step. | General error while executing Compress step. |
ARCO0001 | Creating archive {%s} of type {%s}. | Creating archive. |
ARCO0002 | Compression level {%s} not supported by archive type {%s} - using default. | Compression level not supported by archive type - using default. |
ARCO0003 | Given compression level {%s} is illegal for given archive type {%s}. | Given compression level is illegal for given compression algorithm. |
ARCO0004 | Password protection is not supported for compression type {%s} | Password protection is not supported for given compression type. |
ARCO0006 | When multiple files in single archive setting is enabled, archive name must be provided. | When multiple files in single archive setting is enabled, archive name must be provided. |
ARCO0007 | GZIP archive does not support multiple files in single archive. | GZIP archive does not support multiple files in single archive. |
ARCO0008 | An error occurred while compressing the file {%s}. Step configuration suggests to stop further route execution. | An error occurred while compressing a file. Step configuration suggests to stop further route execution. |
ARCO0009 | An error occurred while compressing the file {%s}. Step configuration suggests to continue route execution. | An error occurred while compressing a file. Step configuration suggests to continue route execution. |
ARCO0010 | Post transformation action 'Rename As' cannot be used with 'Multiple files in single archive' enabled. | Post transformation action 'Rename As' cannot be used with 'Multiple files in single archive' enabled. |
ARCO0011 | An error occurred while compressing files in single archive. Step configuration suggests to continue route execution. | An error occurred while compressing files in single archive. Step configuration suggests to continue route execution. |
ARCO0012 | An error occurred while compressing files in single archive. Step configuration suggests to stop further route execution. | An error occurred while compressing files in single archive. Step configuration suggests to stop further route execution. |
ARES0002 | Cannot get the program to be executed. | Cannot get the program to be executed. |
ARES0003 | Error during symbiont communication, destroying the symbiont. | Error during symbiont communication, destroying the symbiont. |
ARES0004 | Received data breaking the protocol, destroying the symbiont. | Received data breaking the protocol, destroying the symbiont. |
ARES0005 | Error on executing external script. | Error on executing external script.. |
ARES0007 | Processing external script via symbiont. | Processing external script via symbiont. |
ARES0008 | Getting reply from the execution script by symbiont. | Getting reply from the execution script by symbiont. |
ARES0009 | Incorrect symbiont tag: %s. | Incorrect symbiont tag. |
ARES0010 | Incorrect symbiont version: %s. | Incorrect symbiont version. |
ARES0011 | External script output: %s | External script output. |
ARES0012 | Expected 4 bytes for return value. | Expected 4 bytes for return value. |
ARES0014 | Execute cmdline script by symbiont: %s | Executing cmdline script by symbiont. |
ARES0015 | Adding session variables: %s | Adding session variables. |
ARES0016 | Failed to build the environment for the external script. | Failed to build the environment for the external script. |
ARES0017 | External script has completed with error code %s. | External script has failed its completion with given error code. |
ARES0018 | An error occurred while executing external script step. Step configuration suggests to stop further route execution. | An error occurred while executing external script step. Step configuration suggests to stop further route execution. |
ARES0019 | An error occurred while executing external script step. Step configuration suggests to continue route execution. | An error occurred while executing external script step. Step configuration suggests to continue route execution. |
ARES0020 | Error executing external script - No command line string. | Error executing external script - No command line string. |
ARES0021 | Failed to execute external script | Failed to execute external script. |
ARPD0001 | An error occurred while initializing the PGP provider. | An error occurred while initializing the PGP provider. |
ARPD0002 | PGP signature required: {%s} PGP encryption required: {%s} | Whether PGP signature and PGP encryption are required. |
ARPD0003 | Performing PGP decryption step for file: {%s} | PGP decryption step performed for file. |
ARPD0004 | File: {%s} is not PGP encrypted and won't be transformed. | The file is not PGP encrypted and won't be transformed. |
ARPD0005 | PGP decryption/verification output: {%s} | PGP decryption/verification output file. |
ARPD0007 | PGP decryption step failed for file: {%s} | PGP decryption step failed for file. |
ARPD0008 | No suitable certificate found to decrypt file: {%s} | No suitable certificate found to decrypt the file. |
ARPD0009 | Certificate used for the decryption of file: {%s} is not yet valid. | Certificate used for the decryption of the file is not yet valid. |
ARPD0010 | An error occurred while executing PGP decryption step for file: {%s}. Step configuration suggests to stop further route execution. | An error occurred while executing PGP decryption step for file. Step configuration suggests to stop further route execution. |
ARPD0011 | An error occurred while executing PGP decryption step for file: {%s}. Step configuration suggests to continue route execution. | An error occurred while PGP decrypting the file. Step configuration suggests to continue route execution. |
ARPD0012 | An error occurred while executing PGP decryption step. Step configuration suggests to stop further route execution. | An error occurred while executing PGP decryption step. Step configuration suggests to stop further route execution. |
ARPD0013 | An error occurred while executing PGP decryption step. Step configuration suggests to continue route execution. | An error occurred while executing PGP decryption step. Step configuration suggests to continue route execution. |
ARPD0014 | Certificate used for the decryption of file: {%s} is expired. | Certificate used for the decryption of the file is expired. |
ARCC0001 | Transform charset conversion of file {%s} with encoding {%s} into temporary file {%s} with encoding {%s}. | Transform char set conversion of file into temporary file. |
ARCC0002 | An error occurred while transforming char set conversion of file {%s}. Step configuration suggests to stop further route execution. | An error occurred while transforming char set conversion of file. Step configuration suggests to stop further route execution. |
ARCC0003 | An error occurred while transforming char set conversion of file {%s}. Step configuration suggests to continue route execution. | An error occurred while transforming char set conversion of file. Step configuration suggests to continue route execution. |
ARRP0001 | Transform replace of file {%s} into temporary file {%s}. | Transform replace of a file into temporary file. |
ARLP0002 | An error occurred while transforming replace of file {%s}. Step configuration suggests to stop further route execution. | An error occurred while transforming replace of file. Step configuration suggests to stop further route execution. |
ARLP0003 | An error occurred while transforming replace of file {%s}. Step configuration suggests to continue route execution. | An error occurred while transforming replace of file. Step configuration suggests to continue route execution. |
ARLP0004 | An error occurred while reading file. | An error during file read/write action when doing replace. |
ARLP0005 | An error occurred while doing file operations when performing line strip. | An error during file open/read/write action when doing line strip. |
ARLP0001 | Transform line padding of file {%s} into temporary file {%s}. | Transform line padding of a file into temporary file. |
ARLP0002 | Line padding length [ {%s} ] should be a positive integer number smaller or equal to [ {%s} ]. | Parse input line padding length. |
ARLP0003 | Invalid line padding character [ {%s} ]. Line padding character must be in Unicode format (\\\\uXXXX). | Parse line padding character code. |
ARLP0004 | An error occurred while transforming line padding of file {%s}. Step configuration suggests to stop further route execution. | An error occurred while transforming line padding of file. Step configuration suggests to stop further route execution. |
ARLP0005 | An error occurred while transforming line padding of file {%s}. Step configuration suggests to continue route execution. | An error occurred while transforming line padding of file. Step configuration suggests to continue route execution. |
ARLT0001 | An error occurred while performing line truncation of the file {%s}. Step configuration suggests to stop further route execution. | An error occurred while performing line truncation of a file. Step configuration suggests to stop further route execution. |
ARLT0002 | An error occurred while performing line truncation of the file {%s}. Step configuration suggests to continue route execution. | An error occurred while performing line truncation of a file. Step configuration suggests to continue route execution. |
ARLT0003 | An error while executing Line Truncating step: {%s}. Step configuration suggests to stop further route execution. | An error while executing LineTruncating step. Step configuration suggests to stop further route execution. |
ARLT0004 | An error while executing Line Truncating step: {%s}. Step configuration suggests to continue route execution. | An error while executing Line Truncating step. Step configuration suggests to continue route execution. |
ARLT0005 | Line Truncating: {%s} | Truncate step debug log message. |
ARLT0006 | Specified line truncate length [ {%s} ] is not valid integer number. | Parsing line truncate length.. |
ARFF0001 | Transform file folding of file {%s} into temporary file {%s}. | Transform file folding of a file into temporary file. |
ARFF0002 | Specified file fold width [ {%s} ] is not valid integer number. | Parse input file fold width. |
ARFF0003 | An error occurred while transforming file folding of file {%s}. Step configuration suggests to stop further route execution. | An error occurred while transforming file folding of file. Step configuration suggests to stop further route execution. |
ARFF0004 | An error occurred while transforming file folding of file {%s}. Step configuration suggests to continue route execution. | An error occurred while transforming file folding of file. Step configuration suggests to continue route execution. |
ARRE0001 | Performing rename operation on file {%s}. | Performing rename operation on file. |
ARRE0002 | Rename pattern {%s} is evaluated to {%s}. | Rename pattern is evaluated. |
ARRE0003 | An error occurred while renaming file {%s}. Step configuration suggests to stop further route execution. | An error occurred while renaming file. Step configuration suggests to stop further route execution. |
ARRE0004 | An error occurred while renaming file {%s}. Step configuration suggests to continue route execution. | An error occurred while renaming file. Step configuration suggests to continue route execution. |
ARRE0005 | Cannot rename file with empty string. | Cannot rename file with empty string. |
ARCS0001 | An error occurred while executing custom advanced routing step. The following error has occured: {%s}. Step configuration suggests to stop further route execution. | An error occurred while executing custom advanced routing step. Step configuration suggests to stop further route execution. |
ARCS0002 | An error occurred while executing custom advanced routing step. The following error has occured: {%s}. Step configuration suggests to continue route execution. | An error occurred while executing custom advanced routing step. Step configuration suggests to continue route execution. |