Re: [Continumm 1.0.3] Alot of errors in the continumm log file..

2006-07-27 Thread Mattias Andersson
ok, I'll try changing that when I find some spare time. And the create table stmt should look like this and nothing else. CREATE TABLE SCMRESULT2 ( SCMRESULT_ID BIGINT PRIMARY KEY not null, COMMAND_LINE VARCHAR(255), COMMAND_OUTPUT CLOB(16M), "EXCEPTION" VARCHAR(8192), PROVIDER

Re: [Continumm 1.0.3] Alot of errors in the continumm log file..

2006-07-27 Thread Emmanuel Venisse
oh yes, you need to change package.jdo in continuum-model.jar I don't think you need to change something else. Emmanuel Mattias Andersson a écrit : Hi Emmanuel, Is blob really appropriate for varchar type of information? You can't copy varchar into a blob! Shouldn't it be a clob? Below are t

Re: [Continumm 1.0.3] Alot of errors in the continumm log file..

2006-07-27 Thread Mattias Andersson
Hi Emmanuel, Is blob really appropriate for varchar type of information? You can't copy varchar into a blob! Shouldn't it be a clob? Below are the SQL statments that I executed. (unfortunatly you can't alter the data type of the column directly). But when I started continumm it complained that th