Forum Replies Created
- AuthorPosts
- in reply to: SQL server and startup #10791
Hi Peter, we solved this issue via email. (You were typing slash instead of backslash.)
in reply to: Disk Info issue #10790Sorry for the delay.
When the partition size changes, you need to run the following script.
Suppose partition with volume serial number 0CED08AF has changed size from 451577638912 to 278768590848. Then, the script to run in Sql Management Studio is:
use tabbles; update [file] set diskId = '§0CED08AF§278768590848' where diskId = '§0CED08AF§451577638912';
Of course you need to find the three values (volume serial number, old size , and new size). You can discover volume serial number and new size by right clicking the disk in tabbles, then
folder menu > advanced > “see which disk contains this file”
you can discover the old size by right clicking a file with the “unplugged” icon, and then
advanced > “see which disk contains this file”
Important: Backup your tabbles.mdf file first!
Sorry, the manual is outdated in that part. (I just updated it).
Those sorting modes you ask for (Recently tagged, Files with more tabbles, Files with fewer tabbles, Recently the opened with Tabbles ) have been removed in Tabbles 3 due to technical difficulties, and have not been reimplemented yet, because we felt they were not really necessary. If you feel differently, please explain in what situation they would be useful. Thanks
in reply to: Disk Info issue #10772why is add the extra restriction of the partition size?
Because during initial tests we found some disks do not specify a serial number correctly, so we had to do that.
I would appreciate a way to manually change it as a temporary fix.
unfortunately this is not a small change, though it may look so; it is a lot of work, as it requires to update all the stored procedures and will require a database upgrade. So we won’t be able to do this soon. We have more urgent updates to make first. I will try to stick in the next bugfix release, but I can’t guarantee.
Hi, please see my responses inline:
Explorer no overlays + file sorting only three options
My computer configuration: WIN8.1 + SQL Server Express 2014, bought Tabbles Home Edition.
My question:
1, the Explorer context appeared Tabbles options, but the files are not overlays.Probably there are other applications installed on your machine which install an overlay handler and are taking precedence on Tabbles. (This is a windows limitation, not a Tabbles limitation). To know if this is true, please do this:
Open registry editor, and go to the location:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\ShellIconOverlayIdentifiers
now:
1)
Tell me whether you see a key named000TabblesOverlayHandler
or something like that. There should be one.
2) tell me the names of all the other keys that appear BEFORE 000TabblesOverlayHandler (maybe SkyDrivePro1, SkyDrivePro2, SkyDrivePro3).
2. Sort files can be selected only three items: name, date modified, size.
Interest in the second case a serious impact on the efficiency of my work,this extra time is needed to get the modification date of all the files from the file system, in order to sort the files by modification date.
Please tell me:
1) when the slowdown occurs, how many files are being sorted in the list? (look at the file count in the top right corner).
2) do some of those files lie on external disks, which go to sleep and take time to wake up?
Maurizio
in reply to: Disk Info issue #10696So your disk size changes often. I’m sorry, but there is no way to have Tabbles work in this unusual setup. We have to offer an option to only use the disk serial number, but it will take time for this to be available. I’m afraid you can’t change the size of your partitions. When the size changes, you must intervene manually on the database (howtos will follow). In your case, I’m afraid you’ll have to use disks with a steady size.
in reply to: Can tabbles stop working in the future? #10695Hello, of course we are going to maintain it for new windows versions in the years to come, as we did with Windows 8. We have a user base and a steady flow of new users, so we do not envision to get out of business in the next few years. And even if it happens, all your tagging data can be exported to XML, and then imported in some other application. You might even hire us to import that data into your favorite application and integrate Tabbles with anything.
in reply to: SQL server and startup #10675Hi, unfortunately what you want is not possible.
in reply to: no explorer integration #10655Thanks for letting us know.
I did not know you could complete the setup without admin rights.
in reply to: Disconnected files on internal SSD #10652Tabbles does not only use the file path to identify files, but also the volume serial number of the partition, and the partition size.
This is needed because 1) there must not be confusion if a drive changes letter, and 2) on the Cloud many users could have the same path for different files, so the file path is not enough.
For this reason, in order to move files across disks, you need to move them with either Explorer or Tabbles. Then, Tabbles will update its internal database with the new disk informations. If instead you copy the files, as you have done, nothing happens in Tabbles’ database, and afterwards there is no easy way to tell Tabbles that the file path is the same but the disk has changed.
Here’s what you can do:
1) redo the file move operation properly: if you still have the old disk, and the content of the files has not changed, connect the disk and move the files to the new disk (with explorer, or better with Tabbles).
2) otherwise you need to manually update the database, with the new disk id. You need to use Sql Management Studio and run a query I will give you. You also need to tell me the partition size of both the old disk and of the new disk, and the volume serial number of both the old disk and of the new disk. You can discover them as follows:
a) in Tabbles, locate a file with the “unplugged” icon, right-click the file, advanced > “see which disk contains this file”. tell me the data of the disk.
b) in Tabbles, right click on the new disk, in the side panel, folder-menu > advanced > see which disk contains this file, and tell me the info.
in reply to: Tagging of external hard disk for use on two PCs #10649- install sql server on only one pc.
- install tabbles client on both pcs.
- configure sql server to accept connections from both pcs.
- make sure you can login to tabbles from both pcs with the same tabbles user.
- attach the external hard disk to pc #1 (with drive letter, say, G:\).
- from pc #1, tag a file in the external hard disk with tabble “test”. Suppose its path is G:\foo.pdf.
- detach the external hard disk from pc #1 and attach it to pc#2, with letter, say, H:\
- log in to tabbles from pc2, open tabble “test”.
- you will see the file from the external hard disk. its path will be H:\foo.pdf.
- if you double click the file, it opens normally.
in reply to: Tabbles and Windows file versioning #10647If the problem is only in office files, try unchecking
options > write tags in metadata
in reply to: Tabbles and Windows file versioning #10645If auto-tagging rules are tagging files that should not be tagged, you could try excluding the location C:\FileHistory\
options > auto-tagging rules > locations excluded by auto-tagging rules.
But I am not sure this will be enough in your case.
in reply to: Multilanguage – Translation: what and howto #10597Sorry, Tabbles lacks support for right-to-left.
We need to postpone this translation until we have time to add the support.
- AuthorPosts