File management software - ??

Jeeebus

Diamond Member
Aug 29, 2006
9,181
901
126
Looking for ideas on file management software for a small business. Lot of word/excel/pdf type documents that would be saved by client/transaction with subfolders/categories as to type of document.

Basically something that could be easily searched by title, keyword, etc.

Any recommended options?
 
Last edited by a moderator:

Kaido

Elite Member & Kitchen Overlord
Feb 14, 2004
50,358
6,540
136
I'd just do UltraSearch on the client computers with folders on a Windows server and do access restriction using group policy. That way everyone can save any type of document to a mapped drive using the normal "Save As" function and then search for it:

http://www.jam-software.com/ultrasearch/

You can get into document management systems, but they get expensive and complex pretty quickly, both of which are challenges for a lot of small businesses (not having the funds to acquire & support a DMS or the on-site technical know-how to keep it running).
 

KB

Diamond Member
Nov 8, 1999
5,406
389
126
A lot of CMS products do this, including the ability to checkin/checkout documents, version histories etc. Some cost money like Sharepoint, others are open source like DotNetNuke and joomla, however the document management features may be commercial.
We use sharepoint at my work and its works very well for this.
 

Broheim

Diamond Member
Feb 17, 2011
4,587
3
81
A lot of CMS products do this, including the ability to checkin/checkout documents, version histories etc. Some cost money like Sharepoint, others are open source like DotNetNuke and joomla, however the document management features may be commercial.
We use sharepoint at my work and its works very well for this.

I'm considering becoming a sharepoint developer, they get paid an obscene amount of money and I love working in .NET. Sharepoint is incredibly popular and powerful but equally expensive so it's way outside the price range for a small business.
 

pcslookout

Lifer
Mar 18, 2007
11,959
156
106
I'm considering becoming a sharepoint developer, they get paid an obscene amount of money and I love working in .NET. Sharepoint is incredibly popular and powerful but equally expensive so it's way outside the price range for a small business.

Really? How old are you?
 

fjmeat

Diamond Member
Jan 13, 2010
4,874
0
76
What are you using now? Just a shared folder sitting on a file server?
 

Broheim

Diamond Member
Feb 17, 2011
4,587
3
81
Isn't being a sharepoint developer boring though ?

I wouldn't really know since I've never tried it, most software development is "boring" but supposedly sharepoint developers are in high demand because it requires a lot of knowledge and know-how.

OP, sharepoint does come in a basic free edition if you feel up for the task, but it might be a bit much for you and kind of shooting sparrows with a cannon for a small business.
 

pcslookout

Lifer
Mar 18, 2007
11,959
156
106
I wouldn't really know since I've never tried it, most software development is "boring" but supposedly sharepoint developers are in high demand because it requires a lot of knowledge and know-how.

OP, sharepoint does come in a basic free edition if you feel up for the task, but it might be a bit much for you and kind of shooting sparrows with a cannon for a small business.

Ok thanks!
 

Jeff7

Lifer
Jan 4, 2001
41,596
19
81
I'd just do UltraSearch on the client computers with folders on a Windows server and do access restriction using group policy. That way everyone can save any type of document to a mapped drive using the normal "Save As" function and then search for it:

http://www.jam-software.com/ultrasearch/

You can get into document management systems, but they get expensive and complex pretty quickly, both of which are challenges for a lot of small businesses (not having the funds to acquire & support a DMS or the on-site technical know-how to keep it running).
ooOOOOooooh, support for regular expressions. This may well replace Voidtools' Everything.
I can see one terribly handy feature in Everything though: Ctrl+F or F3 immediately bring the cursor to the proper text box. Neither key/combo does anything in UltraSearch. :\


Looks like I'll still need Agent Ransack though, for searching of network drives.

Ever since Microsoft decided that Windows Search didn't need to properly deal with things like wildcards, or things that aren't words by themselves (example: searching for thing may not yield a result if the filename is thing_name.txt or thingname.txt).....between the bouts of suppressed thoughts of excessive violence, I've been on the lookout for the perfect search tool.
A combination of Agent Ransack and Everything did the job reasonably well. Everything indexes any local drive and finds things immediately.
Agent Ransack searches a file at a time, but it still manages to find things faster than Windows' search tool: Searching for *thing* in Agent Ransack will turn up results faster than searching name:thing in the Explorer Search bar, even though I'd expect them to be doing the same thing.
 
Last edited:

LeoW

Junior Member
Aug 21, 2013
7
0
0
Simply using an organized folder structure and file naming convention and buying ABBYY Fine Reader to convert your PDF's into readable (searchable) text is the easiest way. Both Mac and Windows have great instant search functions that you can use with a shared drive, server or even Dropbox.

If you want to file checkout system for collaboration (like Sharepoint) that's a different story.
 

Vdubchaos

Lifer
Nov 11, 2009
10,408
10
0
Windows Explorer hehe

Seriously, it's just a matter of organizing the files within the folder structure. Keep it as simple as possible and figure out the category you want to separate the documents by.

Remember, less is more.

PS, assuming you are in Win7 you will be able to search for docs easily as well
 

kt

Diamond Member
Apr 1, 2000
6,031
1,346
136
I wouldn't really know since I've never tried it, most software development is "boring" but supposedly sharepoint developers are in high demand because it requires a lot of knowledge and know-how.

OP, sharepoint does come in a basic free edition if you feel up for the task, but it might be a bit much for you and kind of shooting sparrows with a cannon for a small business.

If it's a small business use, I would opt for the Search Server Express. It basically includes the Sharepoint Foundation (the basic free version) and a few features that are in the paid version but bundled for free with Search Server Express. Limitation on the Search Server Express is that it has to be a standalone server install and can't scale out to cluster of servers like the paid version of Sharepoint.

Basically, it's like SQL Server vs SQL Express Server.
 

Broheim

Diamond Member
Feb 17, 2011
4,587
3
81
If it's a small business use, I would opt for the Search Server Express. It basically includes the Sharepoint Foundation (the basic free version) and a few features that are in the paid version but bundled for free with Search Server Express. Limitation on the Search Server Express is that it has to be a standalone server install and can't scale out to cluster of servers like the paid version of Sharepoint.

Basically, it's like SQL Server vs SQL Express Server.

is the 2013 version available yet? I only noticed foundation alongside the commercial version.
 

BurnItDwn

Lifer
Oct 10, 1999
26,295
1,804
126
sharepoint is the best example of the worst execution of good ideas ruined by incompetence.

The best is just keep the files on a unix filesystem and use find or grep -r.

Don't hire anybody too stupid to know how to use grep or find. Problem solved.
 

tfinch2

Lifer
Feb 3, 2004
22,114
1
0
sharepoint is the best example of the worst execution of good ideas ruined by incompetence.

The best is just keep the files on a unix filesystem and use find or grep -r.

Don't hire anybody too stupid to know how to use grep or find. Problem solved.

LOL. Yeah, let's search binary file formats with a tool meant for plain text that does not use any indexing.
 

kt

Diamond Member
Apr 1, 2000
6,031
1,346
136
sharepoint is the best example of the worst execution of good ideas ruined by incompetence.

The best is just keep the files on a unix filesystem and use find or grep -r.

Don't hire anybody too stupid to know how to use grep or find. Problem solved.

Sharepoint is a tool, not the solution. Like any other tool, its efficiency lies with the person using the tool.
 

BurnItDwn

Lifer
Oct 10, 1999
26,295
1,804
126
Sharepoint is a tool, not the solution. Like any other tool, its efficiency lies with the person using the tool.

We had many lotus notes applications that were coded by a friend of mine. They got rid of them, and took on sharepoint and have tried using it for EVERYTHING under the sun.

Also, I believe they are hosting it on the slowest and oldest computer known to man, and there are well over 1000 users across many different IT departments using it.

I don't like sharepoint because it's main feature is the hourglass.
 

Kaido

Elite Member & Kitchen Overlord
Feb 14, 2004
50,358
6,540
136
Looks like I'll still need Agent Ransack though, for searching of network drives.

I use UltraSearch on all my Windows 7 machines at work specifically for searching network drivets. For whatever reason, Microsoft decided to remove network search functionality in 7. That was my biggest headache migrating from XP to 7.
 
sale-70-410-exam    | Exam-200-125-pdf    | we-sale-70-410-exam    | hot-sale-70-410-exam    | Latest-exam-700-603-Dumps    | Dumps-98-363-exams-date    | Certs-200-125-date    | Dumps-300-075-exams-date    | hot-sale-book-C8010-726-book    | Hot-Sale-200-310-Exam    | Exam-Description-200-310-dumps?    | hot-sale-book-200-125-book    | Latest-Updated-300-209-Exam    | Dumps-210-260-exams-date    | Download-200-125-Exam-PDF    | Exam-Description-300-101-dumps    | Certs-300-101-date    | Hot-Sale-300-075-Exam    | Latest-exam-200-125-Dumps    | Exam-Description-200-125-dumps    | Latest-Updated-300-075-Exam    | hot-sale-book-210-260-book    | Dumps-200-901-exams-date    | Certs-200-901-date    | Latest-exam-1Z0-062-Dumps    | Hot-Sale-1Z0-062-Exam    | Certs-CSSLP-date    | 100%-Pass-70-383-Exams    | Latest-JN0-360-real-exam-questions    | 100%-Pass-4A0-100-Real-Exam-Questions    | Dumps-300-135-exams-date    | Passed-200-105-Tech-Exams    | Latest-Updated-200-310-Exam    | Download-300-070-Exam-PDF    | Hot-Sale-JN0-360-Exam    | 100%-Pass-JN0-360-Exams    | 100%-Pass-JN0-360-Real-Exam-Questions    | Dumps-JN0-360-exams-date    | Exam-Description-1Z0-876-dumps    | Latest-exam-1Z0-876-Dumps    | Dumps-HPE0-Y53-exams-date    | 2017-Latest-HPE0-Y53-Exam    | 100%-Pass-HPE0-Y53-Real-Exam-Questions    | Pass-4A0-100-Exam    | Latest-4A0-100-Questions    | Dumps-98-365-exams-date    | 2017-Latest-98-365-Exam    | 100%-Pass-VCS-254-Exams    | 2017-Latest-VCS-273-Exam    | Dumps-200-355-exams-date    | 2017-Latest-300-320-Exam    | Pass-300-101-Exam    | 100%-Pass-300-115-Exams    |
http://www.portvapes.co.uk/    | http://www.portvapes.co.uk/    |