Hi
On upgrading the following error was returned
" perl /opt/sark/scripts/srkinsertdbdata.pl
DBD::SQLite::db do failed: near ",": syntax error(1) at dbdimp.c line 271 at /opt/sark/perl/modules/sark/SarkSubs.pm line 1185.
DBD::SQLite::db do failed: near ",": syntax error(1) at dbdimp.c line 271 at /opt/sark/perl/modules/sark/SarkSubs.pm line 1185.
Issuing rollback() for database handle being DESTROY'd without explicit disconnect()."
The COS was deleted from the old version. But just a note about the wiki, it says to remove sail post-upgrade, reboot and then as a post script after installing 3.1 that COS should be removed. Maybe the removal instruction should be before removing old version of sail?
A manual search of the selintra-work file does not turn up any references to "COS".
I guess the error is about the format of the current selintra-work, just not sure which "," is causing the issue.
The ref appears to be this routine.
sub SQLiteDo($$) {
#
# do the SQL and return nothing
#
my ($dbh, $sqlcmd) = @_;
# print STDERR "SQLDO - $sqlcmd\n";
$dbh->do($sqlcmd);
}
Thanks.