You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello Team,
We have found that LEFT_CleanUp_execute.sql is being generate with special character in the following line
-- To be run AFTER final RIGHT SQL statements.;
Which is causing the clean post script to fail with following message
2023-04-17 15:15:08,191 [pool-1-thread-3] INFO Cluster.runTableSql(484):LEFT:SQL:Post Migration Cleanup:-- To be run AFTER final RIGHT SQL statements.
2023-04-17 15:15:08,201 [pool-1-thread-3] ERROR Cluster.runTableSql(491):java.sql.SQLException: Error while compiling statement: FAILED: ParseException line 1:46 cannot recognize input near '' '' ''
Can you please check the code and fix the left sql script.
Hemanth
The text was updated successfully, but these errors were encountered:
dstreev
added a commit
to dstreev/hms-mirror
that referenced
this issue
Apr 17, 2023
Hi @dstreev we did managed to test this fix, looks like the issues still persist.
2023-04-24 11:11:08,440 [pool-1-thread-1] INFO Cluster.runTableSql(484):LEFT:SQL:Post Migration Cleanup:-- To be run AFTER final RIGHT SQL statements.
2023-04-24 11:11:08,452 [pool-1-thread-1] ERROR Cluster.runTableSql(491):java.sql.SQLException: Error while compiling statement: FAILED: ParseException line 1:46 cannot recognize input near '<EOF>' '<EOF>' '<EOF>'
Hello Team,
We have found that LEFT_CleanUp_execute.sql is being generate with special character in the following line
-- To be run AFTER final RIGHT SQL statements.;
Which is causing the clean post script to fail with following message
2023-04-17 15:15:08,191 [pool-1-thread-3] INFO Cluster.runTableSql(484):LEFT:SQL:Post Migration Cleanup:-- To be run AFTER final RIGHT SQL statements.
2023-04-17 15:15:08,201 [pool-1-thread-3] ERROR Cluster.runTableSql(491):java.sql.SQLException: Error while compiling statement: FAILED: ParseException line 1:46 cannot recognize input near '' '' ''
Can you please check the code and fix the left sql script.
Hemanth
The text was updated successfully, but these errors were encountered: