Re: [base] Migrate script fails, no error messages

2006-08-25 Thread Nicklas Nordborg
Chris Wiita wrote: Alright, that makes sense. The first time I ran the script the error was different, and in repeating the script, I never noticed it was way off in the first place! I turned logging, dropped both BASE2 DBs and recreated them, and ran initdb.sh. It was successful.

[base] GenePix Raw Importer config

2006-08-25 Thread Keith Ching
These are the values that seem to work for the gpr files that we have. Data Header = "Block"\t"Column".* strip quotes = True mysql select p.name, s.value from PluginConfigurationValues as p, StringValues as s where s.id=p.value_id and p.pluginconfiguration_id=2;