This is really quite a long winded way of doing things.

I just dumped my entire database, removed any record of virus_family in 
anything, dropped and recreated the database and imported everything into a 
clean DB.

And then base goes and inserts virus_family into "Contexts" table and I have 
the same problem.

This is really ridiculous.

Can no-one tell me the constraint (if there is one) that I have to remove to 
stop this from happening?!

I'm beginning to think a complete re-installation would be less work!

-----Original Message-----
From: Olivier Lefevre [mailto:lefev...@yahoo.com] 
Sent: 10 December 2009 15:28
To: BASE ML; michael watson (IAH-C)
Subject: RE: [base] Property '' has one or more invalid characters. Only a-z, 
A-Z, 0-9 and . is allowed.

> Ah ok, so BASE has built a constraint involving my new column name?

I would think so, although it's been 6 months since I had wade
into that. Suggestion: turn on full query tracing in the log by 
putting all this into your log4j.properties:

# logging queries in BASE
log4j.logger.net.sf.basedb.core=warn
log4j.logger.net.sf.basedb.core.query.ql=debug
log4j.logger.net.sf.basedb.core.query.bind=debug
log4j.logger.org.hibernate.SQL=debug

and then grep the log for "virus_name". Sorry I don't remember
where the log4j.properties file should go.

-- O.L.


------------------------------------------------------------------------------
Return on Information:
Google Enterprise Search pays you back
Get the facts.
http://p.sf.net/sfu/google-dev2dev
_______________________________________________
The BASE general discussion mailing list
basedb-users@lists.sourceforge.net
unsubscribe: send a mail with subject "unsubscribe" to
basedb-users-requ...@lists.sourceforge.net

Reply via email to