Misconfigured Data Excludes in table [clone_data_exclude] can cause Clone failures with error "Clone Failed: ./command: line 14: syntax error near unexpected token `('"Issue Misconfigured Data Excludes in table [clone_data_exclude] can cause Clone failures with error "Clone Failed: ./command: line 14: syntax error near unexpected token `('"CauseAfter the clone has finished copying data from the backup to the target database, the clone will apply the preservers/excludes. When processing the Data eExcludes, if the [clone_data_exclude.name] field contains special characters, for example, parentheses '(', the clone will fail with the following error: Clone Failed: ./command: line 14: syntax error near unexpected token `(' clone_data_exclude.name] is a standard string (varchar) column, so errant inputs from the user creating these Sata Excludes can easily go unnoticed. This does not apply to Clone Data Preservers, because the [clone_data_preserver] table stores the underlying table in a reference field. This (in most cases) removes the possibility of invalid user input.ResolutionLocate and correct the [clone_data_exclude] record(s) containing special characters.