The License Manager has detected that you are trying to run more profiles
than the number allowed under your license.
Your existing license
is for $param1 profile(s) and you are trying to use $param2 profile(s)
If you need to run more profiles than your licensed number you should purchase additional
profiles, which you may do by contacting the sales center below for your region:
Email: support@sawmill.net
Web: http://www.sawmill.net/
Phone: +1 831 425 1758
Email: support@sawmill.co.uk
Web: http://www.sawmill.co.uk/
Phone: +44 (0) 845 250 4470
In the meantime you should delete the extra profiles to allow $PRODUCT_NAME to continue operating until you receive a new key following your purchase of the additional profiles.
' ERROR_UNRECOGNIZED_FORMAT_CODE = "Unrecognized code %$param1 in log format string" ERROR_OPENING_MAPPED_FILE = "Unable to open mapped file '$param1' ($param2)" ERROR_READING_MAPPED_FILE = "Error reading $param1 units ($param2) from $param3; $param4 units read ($param5)" ERROR_WRITING_MAPPED_FILE = "Error writing $param1 bytes to $param2 ($param3)" ERROR_CLOSING_MAPPED_FILE = "Error closing mapped file '$param1' ($param2)" ERROR_UNKNOWN_VERBOSE_OPTION = "Unknown verbose option: '$param1'; valid options are 0egbwfpidDslamnNto" ERROR_AUTHENTICATION_FORK = "Can't fork to call authentication process" ERROR_CANT_ACCESS_DATABASE_WRITING = "Cannot access database for $param1--another process ($param2) is writing to it" ERROR_CANT_BUILD_DATABASE_WRITING = "Cannot build database for $param1-- someone is already writing to it" ERROR_CANT_BUILD_DATABASE_INDICES_WRITING = "Cannot build database indices for $param1-- someone is already writing to it" ERROR_CANT_BUILD_DATABASE_HIERARCHIES_WRITING = "Cannot build database hierarchies for $param1-- someone is already writing to it" ERROR_CANT_BUILD_DATABASE_XREFS_WRITING = "Cannot build database cross-reference tables $param1-- someone is already writing to it" ERROR_CANT_UPDATE_DATABASE_WRITING = "Cannot update database for $param1-- someone is already writing to it" ERROR_CANT_REMOVE_DATABASE_DATA_WRITING = "Cannot remove data from database for $param1-- someone is already writing to it" ERROR_CANT_GENERATE_REPORT_WRITING = "Cannot generate report from database for $param1--someone is writing to it" ERROR_CREATING_SCHEDULED_TASK_PROCESS = "Can't create scheduled task process ($param1)" ERROR_CREATING_SERVER_PROCESS = "Can't create server process ($param1)" ERROR_CREATING_PROCESS = "Can't create process ($param1)" ERROR_CANT_CREATE_SOCKET = "Unable to create socket on port $param1 of hostname $param2 ($param3)" ERROR_CSV_EXPORTING_MULTIPLE_REPORT_ELEMENTS = "Unable to export the $param1 report because it contains multiple report elements." ERROR_CSV_EXPORTING_NONE_TABLE_TYPE = "Unable to export the $param1 report because it is not of type table" ERROR_NO_WTI_AFTER_BUILD = "No writing_task_id after build_database execution" ERROR_PROFILE_CACHE = "Tried to get a row_visibility_cutoff_filter_expression from ProfileCache but it doesn't exist anymore. The most likely reason is that the ProfileCache and ssql tables are out of sync. Has LogAnalysisInfo/ProfileCache been deleted without deleting ssql report tables in LogAnalysisInfo/Tables?" ERROR_MULTI_ELEMENT_EXPORT_OF = "Exporting a report with multiple report elements with -of (output_file) is prohibited, use -od (output_directory) for a report with multiple report elements" ERROR_DATABASE_NOT_UPDATED = "Database has not been updated. Error occurred in templates.update_database.execute_update_database.cfv." ERROR_TAGGING_SERVER_NOT_SUPPORTED = "LICENSING: Tagging server access detected, but the licensing does not support a tagging server" # Messages MSG_LOOKING_UP_LOCAL_HOSTNAME = "Looking up local hostname..." MSG_STARTING_SERVER = "Starting web server on $(SERVER_HOSTNAME...)." MSG_ADDED_SUPERITEM = "Added $param1 as subitem of $param2 (level=$param3)" MSG_SUPERITEM = " Level $param1 superitem of $param2 field: $param3 ($param4)" MSG_ADDING_HIT = "Adding hit on $param1: " WRITE_BUFFER = "write buffer for segment $param2" DB_SEGMENT = "database segment $param2" MSG_WRITING_DATABASE = "Writing database segment to $param1" MSG_WRITING_DATABASE_HEADER = "Writing database header to $param1" MSG_READING_DATABASE = "Reading database segment from $param1" MSG_READING_DATABASE_HEADER = "Reading database header from $param1" MSG_PURGING_DATABASE_SEGMENT = "Purging database segment $param1" MSG_CONNECTING_TO_DATABASE = "Connecting to database: $param1" MSG_REJECT_CORRUPT_DATETIME = "Rejected entry because the date/time field is corrupt." MSG_REJECT_REGEXP_NOMATCH = "Rejected entry because entire entry (log line) does not match log format regular expression." MSG_ACCEPTING_FILTER_DEFAULT = "Accepting entry because no filter matched." MSG_GENERATING_PAGE = "Generating HTML page: $param1" MSG_GENERATING_HTML_TO_FILE = " - generating to file: $param1" MSG_MARKING_HITS = "Marking hits on: " MSG_TALLYING_HITS_ON = "Tallying hits on: " MSG_FOUND_FIELD = "Found $param1 field: $param2" MSG_GOT_TOKEN = "Got token: $param1 at index $param2, subindex $param3" MSG_SERVER_KILLED = "Server killed at administrator's request." # MSG_READING_LOG_FILE = "Reading log data from file $(param1)." MSG_READING_LOG_FILE = "Reading log data from file {=convert_local_code_page_to_utf8(param1)=}." MSG_READING_LOG_REGEXP = "Reading log data from all files in {=convert_local_code_page_to_utf8(param1)=} matching regular expression $(param2)." MSG_READING_LOG_STDIN = "Reading log data from standard input stream." MSG_STDIN_SCAN_FORM_MATCHES = "(data comes from standard input stream)" MSG_READING_LOG_COMMAND = "Reading log data from output of command $(param1)." MSG_READING_LOG_ODBC = "Reading log data from ODBC database query." MSG_SKIPPING_WEBSTAR_HEADER_LINE = "Skipping WebSTAR header line: " MSG_SKIPPING_PREVIOUSLY_SEEN_DATA = "Skipping previously seen data" MSG_SKIPPING_COMMENT_LINE = "Skipping comment line: " MSG_PROCESSING_LINE = "Processing line: " MSG_UNMARKED_WARNING = "Warning: (line $param1) no entry accepted since previous line: $param2" MSG_PARSING_LOG_FORMAT_LINE = "Parsing !!LOG_FORMAT line: " MSG_PARSING_FORMAT_LINE = "Parsing format= line: " MSG_PARSING_FIELDS_LINE = "Parsing \#Fields: line: " MSG_PARSING_FW1_FORMAT_LINE = "Parsing FW1 format line: " MSG_PARSING_CSV_FORMAT_LINE = "Parsing CSV format line: " MSG_SET_FIELD = "Set $param1 field to index $param2, subindex $(param3)." MSG_REGEX_LOG_FORMAT_FIELD = "Log format regular expression found $param1 field: \"$param2\"" MSG_DETECTED_COMMON_LOG_FORMAT = "Detected Common Log Format." MSG_WAITING_FOR_CONNECTION = "Waiting for HTTP connection." MSG_GOT_CONNECTION = "Got HTTP connection" MSG_DONE_HANDLING_CONNECTION = "Done handling HTTP connection" MSG_SHUTTING_DOWN_SERVER = "Shutting down web server" MSG_CAUGHT_USER_BREAK = "Caught user break signal" MSG_CAUGHT_SEGFAULT = "Caught segmentation fault signal" MSG_CAUGHT_SIGNAL = "Caught signal $param1" MSG_FILTER_REGEXP_DID_NOT_MATCH = "Regular expression did not match; going to next filter" MSG_FILTER_REGEXP_MATCHED = "Regular expression matched; getting values" MSG_LOG_REGEXP_DID_NOT_MATCH = "Log regular expression did not match; going to next filter" MSG_LOG_REGEXP_MATCHED = "Log regular expression matched; getting values" MSG_NO_COLLECTED_ENTRY = "Not accepting collected entry because there is no collected entry" MSG_SETTING_COLLECTED_LOG_FIELD = "Setting collected (key=$param1) log field $param2 to '$param3'" MSG_GETTING_COLLECTED_LOG_FIELD = "Got log field $param1 of collected entry ($param2): $param3" MSG_GLOBAL_DATE_FOUND = "Got global date: '$param1'" MSG_COMPUTING_SEARCH_TERMS = "Computing search terms" MSG_ERASING_DATABASE = "Erasing database" MSG_CLOSING_WINDOW = "Closing this window will quit $PRODUCT_NAME; you won't be able to use $PRODUCT_NAME until you start it again. Are you sure you want to quit?" MSG_CLOSING_WINDOW_TITLE = "Are you sure you want to quit?" MSG_SERVER_TERMINATED_RESTARTING = "Server terminated; restarting" MSG_TERMINATING_SERVER = "File \"Terminate\" exists in IPC; terminating server" MSG_TERMINATING_MASTER_GONE = "Master process no longer exists; terminating server" MSG_SET_LOG_FIELD = "Set log field $param1 to '$param2'" MSG_GOT_LOG_FIELD_VALUE = "Got value of log field $param1: '$param2'" MSG_VALUE1_STARTS_WITH_VALUE2 = "'$param1' starts with '$param2': $param3" MSG_VALUE1_ENDS_WITH_VALUE2 = "'$param1' ends with '$param2': $param3" MSG_VALUE1_CONTAINS_VALUE2 = "'$param1' contains '$param2': $param3" MSG_REPLACE_ALL = "Value after replace_all(): '$param1'" MSG_REPLACE_FIRST = "Value after replace_first(): '$value'" MSG_REPLACE_LAST = "Value after replace_last(): '$value'" MSG_MATCHING_REGEXP = "Matching '$param1' with regular expression '$param2'" MSG_MATCHING_WILDCARD_EXPRESSION = "Matching '$param1' with wildcard expression '$param2'" MSG_REGULAR_EXPRESSION_MATCHED = "Regular expression matched: $param1" MSG_WILDCARD_EXPRESSION_MATCHED = "Wildcard expression matched: $param1" MSG_SET_DOLLAR_VAR = "Set $param1=$param2" MSG_MATCHES_REGEXP = "$param1 matches regular expression '$param2': $param3" MSG_MATCHES_WILDCARD_EXPRESSION = "$param1 matches wildcard expression '$param2': $param3" MSG_STRING_EQUAL = "$param1 eq $param2: $param3" MSG_STRING_NOT_EQUAL = "$param1 ne $param2: $param3" MSG_STRING_LESS_THAN = "$param1 lt $param2: $param3" MSG_STRING_GREATER_THAN = "$param1 gt $param2: $param3" MSG_STRING_LESS_THAN_OR_EQUAL = "$param1 le $param2: $param3" MSG_STRING_GREATER_THAN_OR_EQUAL = "$param1 ge $param2: $param3" MSG_MATCHING_LINE_WITH_REGEXP = "Matching line with regexp '$param1'" MSG_GOT_KEY = "Got key: '$param1'" MSG_NO_LOG_FIELD_EXISTS = "No log field '$param1' exists; doing nothing" MSG_REKEYING_LOG_ENTRY = "Rekeying log entry from '$param1' to '$param2'" MSG_SKIPPING_MOST_RECENT_FILE = "Skipping most recent file: '$param1'" MSG_OPENING_GZIP_FILE = "Reading from gzipped file '$param1'" MSG_OPENING_BZIP_FILE = "Reading from bzip2 file '$param1'" MSG_GOT_LOG_TOKEN = "Got log token" MSG_SKIPPING_DISABLED_FILTER = "Skipping disabled filter ($param1)" MSG_LOG_FILTER_REJECTED = "Log filter $param1 rejected this entry" MSG_REWRITING = "Rewriting '$param1'" MSG_REWRITE_RULE_MATCHED = "Rewrite rule matched" MSG_REWRITTEN_VALUE = "Rewritten value '$param1'" MSG_BUILDING_ALL_XREFS_SIMULTANEOUSLY = "Building all xref tables simultaneously" MSG_BUILDING_XREF_TABLES = "Building xref tables" MSG_GETTING_DATA_BY_FTP = "Getting data by ftp" MSG_PROCESSING_FILE = "Processing file '$param1'"} # lang_messages