Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - stevelon

Pages: [1]
1
Hi I have a massive SQL Server thumbnail database I'm trying to convert to v8 (for use in thumbs 9): some 26 million rows.

The upgrade has been running for about 5 hours and is probably only 5% of the way through.

I've checked the script (upgradeserver.py) and it is very close to the end. The "Populating new Thumbnail columns" step finished relatively quickly, but the slowness is on the "- iso times" step, which appears to be updating the new file_time_iso field to the file's time/date stamp.

After this all that is left to do (I think) is drop some obsolete columns.

However, at this rate the "update_times" step is going to take DAYS.

So my question is: Do I need to let this "update_times" step complete? What's the file_time_iso and thumbnail_time_iso fields used for (beyond being information properties)? What functionality in ThumbsPlus do I lose if kill the upgrade process as is leaving the vast majority of rows with these fields unset?(and probably manually drop the obsolete fields and tables using the script .py script as a guide)?

Many thanks

2
Hi, I'm sure this must have been covered but I have not seen anything about re Thumbs 9.

I have a thumbs7 database which I'm trying to convert to work with thumbs9.

I'm quite sure the ODBC connection is correct. I've tried it with the plain SQL Server ODBC driver, and the various SQL Native clients and all attempts fail instantly with:

Opening database for conversion.
Identifying database...
Database server type is Microsoft SQL Server.
Mappings: {u'TEXT': u'ntext', u'COUNTER': u'int identity primary key clustered', u'FLAG': u'bit', u'INT64': u'bigint', u'DATE': u'varchar(32)', u'ID': u'int', u'INT32': u'int', u'INT16': u'smallint', u'BIN64': u'binary(64)', u'BLOB': u'image', u'WCHAR': u'nvarchar'}
Removing pre-v7 cruft.

Conversion failed!

Anyone know where I'm going wrong?

Many thanks.

Pages: [1]