Slashdot Mirror


ISO 9001-Compliant Document Control?

SmoothBreaker writes "Coming into a new company, I have been tasked with sourcing Document Control software to meet ISO 9001 standards. From everything I can find, ISO places no requirements on the software itself, aside from maintaining control of documentation and process. This was discussed eleven years ago. I'd like software that allows intuitive use for our less savvy users, and in a perfect world, graphical access to previous revisions of a document. I've used Microsoft's SharePoint, which the higher-ups like simply because it's Microsoft, but thankfully they trust their Tech Department to find the cream of the crop. What experience do you have with this kind of software, what would you recommend using, and what should I avoid?"

152 comments

  1. You just started here by Anonymous Coward · · Score: 2, Funny

    Did I meet you yesterday? When you transferred to this company from India? If you need help, just walk over and ask.

    1. Re:You just started here by CarpetShark · · Score: 3, Funny

      Why can't YOU walk over here, you prick? I knew this job wouldn't go well. Fucking asshats. ;)

  2. KT by GigsVT · · Score: 4, Interesting

    You might look into KnowledgeTree. It's open source.

    --
    I've had enough abrasive sigs. Kittens are cute and fuzzy.
    1. Re:KT by solevita · · Score: 4, Informative

      I clicked reply to say that very thing. We use KT here at work, is very nice, and we're not the only ones. We'd also looked at Alfresco in the past, but KT won on a number of factors, including ease of use and installation.

    2. Re:KT by theaveng · · Score: 1

      What he said but would add this:

      If you're already using MS SharePoint, then I'd stick with it. No point making people relearn a whole new program. However if you're not currently using anything, then yes go with the free (as in beer) option.

      --
      FOX NEWS.com should be BANNED from television and internet. Have the Congress take it over and give us Truespeak.
    3. Re:KT by poetmatt · · Score: 1

      I've heard good word about KT from other folks too, although I've never used it myself. Sharepoint is not bad, but it locks things into it, too. It's a major pain to get things out of sharepoint once it's in, and why many companies still use sharepoint - even ones that don't want to use MS products.

    4. Re:KT by NuclearRampage · · Score: 2, Interesting

      We're using KT and with the ease of setup and simple to use API's that allow us to automate some tasks I'd highly recommend it. We tried Alfresco and after a couple of days of setup became fed up with it.

    5. Re:KT by solevita · · Score: 2, Interesting

      However if you're not currently using anything, then yes go with the free (as in beer) option.

      We pay for KT, but the free (as in Open Source) nature allows for some nice things, like integration with Zimbra.

    6. Re:KT by Anonymous Coward · · Score: 1, Interesting

      I like Agile. It's expensive, but I've used it as document control for military contracts, NASA contracts, measurement instrumentation, and small scale s.

      Whatever system you chose, make your change control easy to change. It's change control, not change prevention. If you can't check in a document and get it approved in an afternoon, your implementation is wrong.

  3. Compressed files with timestamps by BadAnalogyGuy · · Score: 1

    You really don't need anything more than compressed files with timestamps.

    Anything more than that is overkill, especially if you're trying to get ISO9001.

    1. Re:Compressed files with timestamps by Anonymous Coward · · Score: 1, Funny

      You really don't need anything more than compressed files with timestamps.

      Anything more than that is overkill, especially if you're trying to get ISO9001.

      It's rather zen how shortsighted your advice often is.

    2. Re:Compressed files with timestamps by Anonymous Coward · · Score: 0

      No, I think that BadAnalogyGuy has a point. You might want a piece of software to manage your data, but you don't want anything that is absolutely necessary to navigate it. If all your files are can be accessed through said program that's great, but having the system collapse gracefully into archived files with easy to understand file names is even better.

      Both my current and previous jobs keep all our documents organized using nothing more than windows and a good naming structure. If you need to find a document, just use search-- and we have at my current job, without overestimating, probably a few million documents that I could search from since we need to keep all our reports for XX number of years plus all of our technical documentation, methods, etc.

      Good organization will beat a program any day.

      Of course, in your defense, having all these documents linked would be very handy. I've been pushing for a simple relational database to make it easier to connect documents for a while now.

    3. Re:Compressed files with timestamps by eln · · Score: 2, Insightful

      Good organization is hard to put in place and even harder to keep in place over the long term unless you exclusively employ anal-retentive OCD types. Luckily, lots of companies make programs whose purpose is to help you with organizing things and keeping them organized, which is basically what's being asked for here. For the type of people who love organizing stuff all day, this software is not needed. For the rest of us, any kind of document organization simply wouldn't get done without them.

    4. Re:Compressed files with timestamps by theaveng · · Score: 2, Funny

      (shoves paper off keyboard)

      I dun need no stinkin' organizin!

      --
      FOX NEWS.com should be BANNED from television and internet. Have the Congress take it over and give us Truespeak.
    5. Re:Compressed files with timestamps by elfprince13 · · Score: 2, Funny

      I personally have found the practice of heap sorting my belongings to be very effective.

    6. Re:Compressed files with timestamps by RAMMS+EIN · · Score: 1

      ``Good organization is hard to put in place and even harder to keep in place over the long term unless you exclusively employ anal-retentive OCD types.''

      I don't know about that. To me, good organization is just common sense. It's all fun and games, until you need that one document from long ago and have to navigate the twisting maze of documents, all alike, to find it. At that point, you realize the value of the document organization procedures that your company has been telling you about.

      At least, that's how it works where I work. But perhaps you're right and we're all anal-retentive OCD types. If so, that's apparently a requirement for working there. A requirement I would like to keep. Because if you can't or won't follow the procedures that are in place so that you and your present and future colleagues can find the documents that you make, you may as well not make the documents and we might as well not pay you for it.

      --
      Please correct me if I got my facts wrong.
  4. Alfresco by Anonymous Coward · · Score: 3, Informative

    You might try checking out Alfresco which is an open-source Java based content management system with an excellent document module. In addition to ISO, it also meets many of the FDA requirements for medical product documentation. The link is http://www.alfresco.com

    1. Re:Alfresco by Gr8Apes · · Score: 2, Informative

      Alfresco as far as I know still uses Acegi for security - just be aware that only one call per authorized user can be handled at a time.

      --
      The cesspool just got a check and balance.
  5. simple by grub · · Score: 1

    sudo touch important.document
    sudo chmod 700 important.document
    sudo vi important.document

    and control access with your sudo acl.

    I'm joking, put down all those heavy ISO tomes.

    --
    Trolling is a art,
    1. Re:simple by Anonymous Coward · · Score: 1, Funny

      The irony of the mere existence of physical tomes containing a standard for electronic document management should be enough to strike you down ;)

  6. I'm going to get flamed all to hell for this... by jockeys · · Score: 4, Informative

    but I'm actually a fan of Sharepoint. Have used it for years and never found it lacking for documentation management in my line of work (engineering software development field). The price is an issue for some, but it requires very little maintenance and is fairly intuitive in it's workings, even to a newer user. Most of our co-ops figure out how to use it with little or no instruction, and our senior developers (myself included) haven't complained about lack of features or expressed frustration with not being able to get something done.

    just my 2 cents.

    --

    In Soviet Russia jokes are formulaic and decidedly non-humorous.
    1. Re:I'm going to get flamed all to hell for this... by uberjack · · Score: 4, Informative

      My problem with Sharepoint is that doesn't work equally well on non-IE browsers. For example, text formatting is completely unavailable unless you're running IE.

    2. Re:I'm going to get flamed all to hell for this... by jockeys · · Score: 4, Insightful

      that's a valid concern, and a good reason to consider another product.

      ten minutes in, and I'm already modded down for saying I've been satisfied with a MS product... typical /.

      --

      In Soviet Russia jokes are formulaic and decidedly non-humorous.
    3. Re:I'm going to get flamed all to hell for this... by characterZer0 · · Score: 1

      modded down for saying I've been satisfied with a MS product

      No, you're getting modded down for recommending a product that has an IE-only web interface.

      --
      Go green: turn off your refrigerator.
    4. Re:I'm going to get flamed all to hell for this... by b4dc0d3r · · Score: 3, Interesting

      I had XP corporate image, and Sharepoint would crash if I tried any of the AJAX style operations. I could right-click and save, or click directly, but using the arrows and checking out crashed every time.

      IE developer toolbar and Fiddler installed, I uninstalled both and it kept crashing, then the lease came up on my box and I got a shiny new Vista. Installed both and some other stuff and never had a problem. But it keeps worrying me that IE with Microsoft-only additions had problems with Microsoft's website, manipulating Microsoft's document types.

      The problem I believe is the WEBDAV type interaction. When you authenticate, IE lets you do stuff. Then you open the file, and normal browsers would download the file and ShellExecute() to open it (or maintain their own list, but whatever). IE sends the URL to the application (if it's Office type), which has to re-authenticate since it doesn't share IE's session. That way the Office app can check in/out instead of just opening a local copy.

      To tell the difference, you can obviously see the normal IE download dialog if it's downloading and opening, otherwise you get the Office dialog that has "Opening [filename..." and only has a cancel button.

      I just used FireFox, and tried to avoid checking things in/out. It's all intertwined - impossible to fix. Probably lots of code duplication as well.

    5. Re:I'm going to get flamed all to hell for this... by HarrySquatter · · Score: 1

      But most corporations mandate the use of IE anyway, so what's the problem? Corporations don't care about whether or not some interface supports web standards and all the various alternative browsers. They care that it works with the corporate standard which is IE.

    6. Re:I'm going to get flamed all to hell for this... by Anonymous Coward · · Score: 0

      Don't know the version of SharePoint but we were using at work. Many organizations including outside vendors were inputing documents in a folder structure we created. On one such folder the name of the person and date when they uploaded it became important . A person in the group was given some admin rights to help manage SharePoint. The name of this folder was bad and confusing to the vendors. So this guy either renamed the folder or created a new folder name and copied the contents over and deleted the old.

      Surprise! All the documents now had his name and date. Yeah, we were all SharePoint nOObs and proud of it! But wtf you'd expect the damn thing to not blow away file attributes like that.

    7. Re:I'm going to get flamed all to hell for this... by Anonymous Coward · · Score: 0

      I disagree, or at least I don't think it's a reason to rule out SharePoint. First, text editing is not normally a primary requirement for a document repository. Second, Telerik makes a rich text editor plugin that solves the browser problem. I would also add that the text-editing limitation is more the exception than the rule when it comes to SharePoint and browser compatibility.

      But there's no doubt that SharePoint is designed for an M$-centric environment. But if your users are already using Office 2007 and Active Directory, and you have Windows Server, SharePoint can offer much better functionality than anything else out there. Add to that the ability to hook into the document repository via web services and the WSS API, and you get an awful lot of functionality for no additional cost (again, *if* you are already operating in an M$ environment).

    8. Re:I'm going to get flamed all to hell for this... by camperdave · · Score: 3, Insightful

      They care that it works with the corporate standard which is IE.

      They care that it works with the corporate standard which is IE6.

      Fixed that for you. Sigh! What a sad world we live in.

      --
      When our name is on the back of your car, we're behind you all the way!
    9. Re:I'm going to get flamed all to hell for this... by YrWrstNtmr · · Score: 1

      He created a new folder and copied the files over. All of the docs had his name and a new date, because suprise...he 'created' them.
      If he had just renamed the folder or library, they would have retained the original metadata.

    10. Re:I'm going to get flamed all to hell for this... by moosesocks · · Score: 3, Informative

      1) Sharepoint works in FireFox. Quite well in fact.

      2) If you want to use some of the IE-only features, just install this extension, and add Sharepoint to your IE-only whitelist, and you can use the "IE-only" features from within Firefox.

      3) Microsoft's official recommendation for Web UIs is now to use JQuery (and they're also contributing code to the project!). Assuming they eat their own dog food, Microsoft webapps should start being a lot more friendly toward non-IE browsers.

      --
      -- If you try to fail and succeed, which have you done? - Uli's moose
    11. Re:I'm going to get flamed all to hell for this... by ArhcAngel · · Score: 1

      +5 insightful

      We have been "planning" to move to IE7 for 2 years. A few lucky souls have actually received it but it is still not compatible with some of our SAP modules so until they update the modules on IE6 we will stay.

      --
      "A person is smart. People are dumb, panicky dangerous animals and you know it." - K
    12. Re:I'm going to get flamed all to hell for this... by Anonymous Coward · · Score: 0

      Cross browser compat is actually an advertised feature in SP2010. I'm conflicted on how to feel
        about this...

    13. Re:I'm going to get flamed all to hell for this... by Anpheus · · Score: 1

      SharePoint 2010 will support Safari (Webkit) and Firefox (Gecko) browsers explicitly, and by extension work on derivatives using those engines.

    14. Re:I'm going to get flamed all to hell for this... by Anonymous Coward · · Score: 0

      When dealing with CAD and 3d parent child references I have used ADEPT. I have always worked for ISO:9000 compliant companies and this package does a great job.
      It is by Synergis a company in PA. http://www.synergissoftware.com/
      I have found sharepoint to work well enough for MS Office and other "light" use document tracking.

      Company Document control which includes CAD no longer ends up being light use.

      Synergis has excellent training, and tech support. I worked with them when I was a CAD instructor when the company I was with helped support the program and later as the CAD manager of a company. They had the program in house prior to my starting with them.

    15. Re:I'm going to get flamed all to hell for this... by owlstead · · Score: 1

      You're back on 5, but note that I got modded down in a previous for dissing the (IMHO) horrible Sharepoint. And I actually even supported it with evidence. It's not that black and white. Sometimes I have the idea that people invite friends to mod things up or down, skewing the scores.

    16. Re:I'm going to get flamed all to hell for this... by jockeys · · Score: 1

      I suspect you are right

      --

      In Soviet Russia jokes are formulaic and decidedly non-humorous.
    17. Re:I'm going to get flamed all to hell for this... by VTBlue · · Score: 1

      SharePoint 2010 which will launch this year fully supports Firefox and Safari. If you use Sharepoint 2007, there are cross-browser controls from vendors you can use for development i.e. Telerik

    18. Re:I'm going to get flamed all to hell for this... by MobyDisk · · Score: 1

      Sharepoint is garbage. Document management over AJAX is just a terrible idea. It isn't just that it only works on IE. It's that it only works if your workstation is exactly perfectly right. That means:

      - Make sure everyone has the same exact version of office. Service pack and all.
      - Don't have 2 versions of office installed.
      - That includes any 3rd-party software that installs office components
      - Don't upgrade from an old version of office -- just reformat.
      - Don't even have another browser installed.
      - Don't have developer tools installed unless you want the user to get popups about debugging.

      Sharepoint uses AJAX + ActiveX to try and hand files off from a server to Microsoft Office. It's a bad mish-mash of technologies and it just doesn't work. Microsoft Office was not meant to operate in this way. Neither was IE.

      Some other observations about it:
      - Don't publish forms to Sharepoint. Word is a terrible form-filler anyway. But it won't work if someone else is filling out the same form as you are.
      - Half the time when someone saves a document, it goes to their local machine and they don't know it. Maybe their sharepoint session timed out while Word was open. Or maybe some permissions problem happened on the server. Who knows. Word does what it does best - saves local documents.

    19. Re:I'm going to get flamed all to hell for this... by smooth123 · · Score: 1

      You are aware that Sharepoint only works with Windows and SQL Server. That in itself should disqualify it from being called enterprise. Not to get into performance, security and archiving in large scale implementations.

    20. Re:I'm going to get flamed all to hell for this... by Necron69 · · Score: 1

      I've used SharePoint at several jobs now. While it does its basic function ok, I have yet to see where SharePoint is any improvement whatsoever over a shared directory and RCS/CVS/Subversion, with a web front end.

      Seriously, why do people like this thing? It is yet another MS redo of technology from 20 years ago.

      My personal favorite for group documentation is Mediawiki, but it may not be suitable for something as formal as ISO9001.

      As for ISO9001 itself, I've survived one job with an 18 month nightmare ISO implementation. When I hear that term now, I start looking for a new job.

      Necron69

    21. Re:I'm going to get flamed all to hell for this... by Anonymous Coward · · Score: 0

      I wouldn't flame over someone's preference, but in my experience, I've found sharepoint difficult to use. That may be due to the particular sites that I've used. I was asked to take over a sharepoint site, and it seemed far from intuitive. of course, YMMV

    22. Re:I'm going to get flamed all to hell for this... by Bearhouse · · Score: 1

      Mod up. OP sounds like a reasonable guy, but I've used Sharepoint and it's nothing like as good as the alternatives, (many of which are free).

    23. Re:I'm going to get flamed all to hell for this... by ciphan · · Score: 1

      2) If you want to use some of the IE-only features, just install this extension, and add Sharepoint to your IE-only whitelist, and you can use the "IE-only" features from within Firefox.

      The problem with IE Tab (and it's variants) is that it just embeds the IE rendering engine inside a Firefox tab. You might as well just launch IE, since, indirectly, that's what you are doing anyway. This extension really just saves you from copying and pasting the URL.

      Most importantly, this doesn't actually help anybody that's not using Windows.

    24. Re:I'm going to get flamed all to hell for this... by Anonymous Coward · · Score: 0

      My employer mandates IE too... Whole company is very very strict about it... To the point that several web apps company sells and which officially are "IE only" were totally broken and dysfunctional in IE for at least *two* years (no, I'm not kidding). And nobody's noticed - until a newhire got an urgent work, just received a fresh new laptop from IT and had no time to install FireFox on it. Background: whole team responsible for the web apps went for FireFox few years ago due to some bug in IE6 and likewise recommended customers to use Fx too. Then the customers shared that advise with other customers and pretty much everybody switched to FireFox. Upon finding, huge scandal followed, though it calmed down pretty quickly: the web apps as it turned out are even more broken under the Windows 7' IE8 and require partial rewrite. The apps are still labeled "IE only" and all customers still unofficially advised to use FireFox.

      P.S. We also officially do Sharepoint. Management likes it, but nobody use it because it is dog slow. (That might be a problem of how our IT had installed it. Or probably our CFO as usually saved some money on the new servers.) I see people doing more work on our internal Wiki than on Sharepoint.

    25. Re:I'm going to get flamed all to hell for this... by Anonymous Coward · · Score: 0

      In Soviet Russia, YOU suspect I am right.

    26. Re:I'm going to get flamed all to hell for this... by moosesocks · · Score: 1

      The problem with IE Tab (and it's variants) is that it just embeds the IE rendering engine inside a Firefox tab. You might as well just launch IE, since, indirectly, that's what you are doing anyway.

      Right. It allows you to use legacy IE-only applications without interrupting your workflow. I use it for a few sites on my intranet, and it's a genuine time-saver.

      Most importantly, this doesn't actually help anybody that's not using Windows.

      Right. But if you're an organization looking to achieve ISO-9001 compliance, odds are you're in an all-windows environment anyway. Like I mentioned, non-IE browsers still do work, and support should get better in the next version or two.

      --
      -- If you try to fail and succeed, which have you done? - Uli's moose
    27. Re:I'm going to get flamed all to hell for this... by kylegordon · · Score: 1

      "Coral IE Tab is not available for Linux."

      Yes, handy that...

  7. Alfresco is great by Anonymous Coward · · Score: 2, Informative

    We use alfresco it runs like a champ....setup can be a bit tough but its worth it.

  8. Re:Liability? by gzipped_tar · · Score: 1

    Don't pretty all software vendors, open-source or not, include those scary ALL CAP DISCLAIMERs that basically tell you to go fuck yourself if something goes wrong? So how can you sue? Have those DISCLAIMERs been tested in court?

    --
    Colorless green Cthulhu waits dreaming furiously.
  9. Easy by ilikejam · · Score: 3, Funny

    # chattr -R +a /home

    --
    C-x C-s C-x k
  10. Design Data Manager by maillemaker · · Score: 2, Informative

    I have had good success with Design Data Manager.

    This tools is primarily for managing CAD documents, but can also deal with other kinds of data.

    http://www.designdatamanager.com/

    --
    A work that expires before its copyright never enters the public domain and thus enjoys eternal copyright protection.
  11. SharePoint by 1000101 · · Score: 2, Interesting

    "I've used Microsoft's SharePoint, which the higher-ups like simply because it's Microsoft, but thankfully they trust their Tech Department to find the cream of the crop.

    It sounds like you don't like SharePoint "simply because it's Microsoft". I've seen SharePoint used for this exact business requirement many times and it is actually quite simple to implement. Some 3rd party tools might be needed for more advanced functionality (i.e. storing content external from the SharePoint database), but even then, the solutions are relatively simple.

    1. Re:SharePoint by RTFA · · Score: 3, Interesting

      That’s exactly my thoughts. And TFA didn’t specify which types of documents? If it’s mainly MS Office documents, SharePoint is probably one of the best solutions. Especially if you are considering upgrading to Office 2010.

      Also what’s the size of your needs? SharePoint is free (WSS, aside of a Windows server 2003 licence) if your needs are small enough (Less than 2gb of data for MSSQL Express (free)).

      I wonder how much time the submitter actually invested in throwing away SharePoint?

      --
      This comment was written using 100% reused electrons.
    2. Re:SharePoint by Anonymous Coward · · Score: 0

      "It sounds like you don't like SharePoint "simply because it's Microsoft""

      It's fine, mostly. But it's terrible in a mixed environment. And you don't get to control the system requirements of outside vendors logging in and inputing to documents to SharePoint.

    3. Re:SharePoint by Anonymous Coward · · Score: 0

      WSS can use the Windows Internal Database, which is basically SQL Express without the size limitation or the ability to host custom databsae solutions. It has no size limitation.

      http://en.wikipedia.org/wiki/Windows_Internal_Database

    4. Re:SharePoint by TemporalBeing · · Score: 1

      "I've used Microsoft's SharePoint, which the higher-ups like simply because it's Microsoft, but thankfully they trust their Tech Department to find the cream of the crop. It sounds like you don't like SharePoint "simply because it's Microsoft". I've seen SharePoint used for this exact business requirement many times and it is actually quite simple to implement. Some 3rd party tools might be needed for more advanced functionality (i.e. storing content external from the SharePoint database), but even then, the solutions are relatively simple.

      I've used SharePoint, as well as LiveLink. They're both utter pieces of crap; especially when compared to real version control systems like Subversion, CVS, Perforce, etc; some of which you can even use native Windows interfaces for via tools like TortoiseCVS, TortoiseSVN, TortoiseHg, etc; or even WebDAV (at least Subversion).

      Even my grandma could use Subversion - especially through TSVN or WebDAV. But SharePoint? LiveLink? Not likely.

      --
      Truth is like the sun. You can shut it out for a time, but it ain't goin' away. - Elvis Presley (source: imdb.com)
    5. Re:SharePoint by barzok · · Score: 1

      No, it sounds like management likes the idea of SharePoint only because of who sells it, not based on any technical merits (remember "nobody every got fired for buying IBM"?), but they have entrusted the tech guys to do the due diligence and investigate what options exist because management doesn't understand the technology. Maybe SharePoint will be the recommendation, maybe it won't.

      Which is a hell of a lot better than management coming down from on high and saying "IT, implement SharePoint. You have one month. Go."

  12. MediaWiki by nairb774 · · Score: 2, Interesting

    Or basically any other wiki product could be used to fill this need. We use MediaWiki among a lot of other products in document control and it works fairly well.

    1. Re:MediaWiki by Anonymous Coward · · Score: 0

      I'd do the same. For new ISO certification would be great to have all the procedures and instructions in one, easy to show and cite, platform-independent and pro-spective format and place. Must it be printer-friendly format? No. Must it be convenient, to really increase productivity and keep order? Yes.

      I'd vote for solution which integrate with ticket system, where you can easily make links between wiki documentation, external files, tickets and user's discussion. Try redmine. (redmine.org)

    2. Re:MediaWiki by Smallpond · · Score: 1

      MediaWiki meets the requirements because it has login, tracks changes, keeps history, and supports auxiliary notes. It also has the advantage over Word docs that all documents can be cross-linked, categorized and instantly available to anyone with a browser. We've been moving our process documents onto a wiki but I'm not sure how that will fly with the new PM. We'll see.

    3. Re:MediaWiki by tthomas48 · · Score: 1

      I recommend this also. The learning curve seems high until the third time the graphical editor to your fancy content management system completely garbles someone's document. Then Mediawiki seems like a blessing.

      We have Jive at work that I use as little as possible after losing several documents. It has discouraged me from writing documentation completely, and I know there are many other people at my company who feel the same.

      On the other hand I've gotten 5 playwright's writing plays in Mediawiki with a few extra domain specific tags, and they love it now that they're over the learning curve.

  13. Document Management Systems by kdekorte · · Score: 1

    For commercial offerings you might look into Documentum or FileNet. Both are quite good with maintaining document revision history and I believe both integrate with Explorer.

    1. Re:Document Management Systems by medcalf · · Score: 1

      We use Documentum. It's excellent but expensive. And no matter what tool you use, proper organization and process are key, to ensure that things do get added, and in a findable place. (Search is useful, but not good enough for all needs.)

      --
      -- Two men say they're Jesus. One of them must be wrong. - Dire Straits
    2. Re:Document Management Systems by Ohio+Calvinist · · Score: 1

      If you do choose FileNet, opt for the Unix/Oracle implementation. They offer the environment on Windows/MS-SQL but in the implementation I supported (inherited), it was very (I mean very) unstable and tended to crash at the slightest hiccup, and left a very poor impression. There was always a fear that a particular MS patch would kill it which was a security and stability issue that would (likely) be avoided on a mature UNIX platform running only the necessary services. (Disclaimer: Most of my work is in the Windows world). They have a decent API, but it is slow (very slow) for mass imports. There are tools that access the undocumented (unsupported) libraries that are very fast, but run the issue of support. At the time I worked with it, the viewers were unsupported on Vista. FileNet also has the issue of lack of community. If anything goes wrong, you're on the phone with IBM, which is not the style I like when it comes to managing a system. On the other systems I've supported, (LAMP servers, IIS, MSSQL, etc.) there is a lot of online vendor support, community and vibrant forums as a first step. With FN, I was able to come across one forum that was "OK" (filesite.org), and other than that it was a call to IBM or pouring though a stack of dead-tree training manuals. Definitely consider the cost of on site-support and consulting from the vendor as a necessity.

      --
      Forgive my spelling from time to time. I'm often posting during short breaks.
    3. Re:Document Management Systems by jd2112 · · Score: 1

      Filenet is just plain Evil. It will make you wake up in the middle of the night screaming and begging for it to be replaced by a Microsoft product.

      Please don't mod this post 'Funny', It's based on my own personal experience with this abomination.

      --
      Any insufficiently advanced magic is indistinguishable from technology.
    4. Re:Document Management Systems by zero_out · · Score: 2, Interesting

      In our 8-man Document Management department, we use Documentum. Yes, that's 8 people just to support Documentum, and our users. It's been very effective for years, but there are a number of problems with it.

      First, it is expensive. In fact, it is so expensive that we are seriously looking at Alfresco as an alternative due to how much ECM wants to charge us for extra seats.

      Second, the official ECM support techs and consultants don't know the product very well. We have paid ECM twice to have them send a tech to look at our system and help us troubleshoot it. After we sent the second one back because we knew more than both of them about Documentum and how it runs, we haven't thought about calling them for any support since then. This is a common theme among Documentum shops.

      Third, unofficial (community) support is scarce. Finding good information is very difficult, and when you do, it disappears quickly. Nobody wants to host the stuff for some reason.

      If you do decide to use Documentum, check out dm_cram for training info, and this excellent book for understanding Documentum.

    5. Re:Document Management Systems by Torgo's+Pizza · · Score: 1

      Highly recommend Documentum. I just finished writing a white paper on the ROI for our company's implementation between SharePoint and Documentum. Documentum comes out so far ahead in three and five year ROI figures it's not funny.

      I always hear that Documentum is expensive, and at first glance it appears to be. However, considering that you get a true *and* complete enterprise content managment platform, you end up paying up front for what you need. SharePoint is a full-featured collaboration platform and a *basic* content managment system. Cheap at first, but you end up paying extra for third-party content and support for what you need later. SP is fine for some small companies, but it simply does not scale.

      SharePoint is fine for departments to use for project management or collaboration. Anything else, including business process management, and you're going to pay for it later. If your IT wants to use it, that's okay as long as you have something else like Documentum, FileNet, or Alfresco to fill in the gaps.

  14. CogniDox by Anonymous Coward · · Score: 0

    You may want to look into CogniDox (www.cognidox.com).

    We used it at my previous company as central document repository. Has various levels of security, allows sharing some documents with customers. Has document review signoff support etc.

    I liked it a lot.

  15. Retention Policy by joebok · · Score: 1

    You may want to check with your legal folks before going too far - my experience is that these days it is more important to destroy drafts (so they are not discoverable in court) than to protect against users having to redo something they screwed up.

    1. Re:Retention Policy by mjwalshe · · Score: 2, Informative

      just make sure your QMS says this other wise you will fail your Audit

    2. Re:Retention Policy by Anonymous Coward · · Score: 0

      Then again, if you're not able enforce a legal hold on the documents so that they remain discoverable when needed.. Avoiding closed "solutions" would probably be a good idea.

    3. Re:Retention Policy by amplt1337 · · Score: 1

      Yeah, somebody ought to do something about that. Discovery exists for a reason, and establishing a policy of "we destroy drafts" is fundamentally equivalent to a policy of "we do not comply with legitimate discovery requests," which is obviously a non-starter...

      --
      Freedom isn't free; its price is the well-being of others.
    4. Re:Retention Policy by joebok · · Score: 1

      That is absurd - there is a perfectly valid range of options between keeping every incremental change, whether released to a client or not, and obstruction of justice.

  16. What ISO 9001 is by autophile · · Score: 3, Informative

    Say what you do, and do what you say. I don't think you need software for that. What my company did was have a central document repository and a documentation standard, and everything boiled down to saying what we did, and doing what we said.

    --
    Towards the Singularity.
    1. Re:What ISO 9001 is by mjwalshe · · Score: 1

      yes do you realy need to use software to do this? - in BT we used pysical hardcopy or word documents with a specalised macros. I even got a special stamp made to stamp the Obselete versions and team members took it turns to look after the QMS docs.

    2. Re:What ISO 9001 is by Bryan3000000 · · Score: 3, Insightful

      He was specifically tasked with "sourcing Document Control software to meet ISO 9001 standards". The only reasonable way that this task can be interpreted is as an assignment to actually source software which will ENFORCE ISO 9001 standards.

    3. Re:What ISO 9001 is by dubbreak · · Score: 2, Interesting

      Exactly. ISO 9001 is about having a documented procedure and following it. Software itself won't be compliant, it's how you use the software and how you've documented how to control documents using the software that matters. You can be iso 9001 compliant with physical copies, you can use visual source safe to manage documents (please don't).. what really matters is that you have a procedure for managing documents and that you follow it.

      --
      "If you are going through hell, keep going." - Winston Churchill
    4. Re:What ISO 9001 is by wrook · · Score: 4, Insightful

      But the ISO 9001 standards aren't fixed. Basically you document what you are going to do, show that you've trained your staff to follow the process and show that the staff are following that process. You can easily do 9001 document control standards with a pen and a filing cabinet. Yes, there are some specific requirements: you must define a way to show that the currently accessible document is the most current one, etc. But 9001 doesn't require you do it any specific way.

      In fact, if you simply buy a piece of software and say, "The software enforces the process" a good auditor (hah!) will fail you. The whole point of 9001 is to document a process, train your staff to follow it, and show that you are following it. You can buy a canned process, train your staff in that process, have tools to help you, show that your are following that process. You will pass 9001. But you will have a fucked up process because it almost certainly won't follow your company's natural workflow.

      I suspect this is why the parent suggests that maybe looking for a tool rather than working on the process is a bad idea.

      * About the "hah!" comment: I don't believe there exist good 9001 auditors. Or rather, if they exist, they don't work much. It is in a company's best interest to hire incompetent auditors. That way they pass the audit. I say that having done the job myself once a long time ago :-P

    5. Re:What ISO 9001 is by Bryan3000000 · · Score: 1

      Well, see, that's why we need further development of AI - so we can have software to enforce human behavior perfectly.

      Seriously though, to pass whatever poor process they develop, they really do need software that will force people to input SOMETHING into some text field. Even if it's just a smiley face.

      It will nominally enforce an audit trail that any auditor or investigator could theoretically use to make some type of determination. But in reality it provides a mechanism for reminders to people to follow existing process and policy, and that's something.

    6. Re:What ISO 9001 is by mrsmiggs · · Score: 1

      Absolutely you need to define the policy before you go out and purchase a product. The majority of the policy iso9001 policy doucments for my company were held on a plain old file server until someone thought sharepoint was a good idea. In both Sharepoint and file server the permissions are restricted to editing by 'gatekeepers' only, the advantage of Sharepoint is simply that it fronts out onto the web and therefore much more convenient to access externally.

    7. Re:What ISO 9001 is by JBMcB · · Score: 1

      > Software itself won't be compliant, it's how you use the software and how you've documented how to control documents using the software that matters.

      Passing ISO on paper and passing an ISO inspection audit are two different things. Just because you have a process and everyone follows it doesn't necessarily mean the auditor will pass you. Your process has to be clear, make sense, and have controls and methods to handle failures in the process, and achieve some goal as far as improving or maintaining quality.

      --
      My Other Computer Is A Data General Nova III.
  17. owl intranet engine by Anonymous Coward · · Score: 0

    is also foss and has worked very well for me in production settings with up to 300 users. http://owl.anytimecomm.com/

  18. Thing Long Term, Beware of Legacy Costs by Cassini2 · · Score: 3, Informative

    Some of the ISO-9001 knowledge becomes very long-lived. Stick to things that will work for a very long time. It is not uncommon to see ISO, software, CAD, and project documentation files from 25 years ago. Having to support DOS PCs for legacy projects sucks.

    Think about whatever software you use, and make sure it is formed around standards that will persist. For instance, does SharePoint depend on Microsoft Internet Explorer? Is Microsoft Internet Explorer V9 compatible with Internet Explorer V6? Take a look at all the other legacy software inside your organization dependent on Microsoft IE V6. Don't do it again.

    In the end, there is a strong argument for keeping PDF, DOC, and XLS files around, and placing a version control system on them. Some systems, try to integrate the entire quality control system into a document management system, and the results cannot be maintained long-term. One expensive system that I deployed, didn't survive the 24-month rollout process. You need to stick to standards, and keep your options open, both short and long term.

    1. Re:Thing Long Term, Beware of Legacy Costs by dr2chase · · Score: 1

      Are you sure that DOC and XLS files are a good format? I've certainly run into compatibility problems over the years. Compare that to (say) HTML written in 1995 -- it still renders fine (except for the BLINK tag, bummer), or documents written in LaTeX back in the mid-80s -- they still render fine, too.

      If you're concerned about data longevity, there's an awful lot to be said for 80% solutions that will still be 80% solutions 20 years from now.

    2. Re:Thing Long Term, Beware of Legacy Costs by 99BottlesOfBeerInMyF · · Score: 1

      Are you sure that DOC and XLS files are a good format? I've certainly run into compatibility problems over the years.

      Anyone who has run document management for a significant time has probably run into this. "Sure sure, we have all those files archived and backed up, legal can have them to prove our ownership." This is then followed by the sickening discovery that half the archived .doc files won't open in any halfway recent version of Word. If you find yourself here, try OpenOffice, it works for another chunk of them. Then comes the fun of going on Ebay to buy an old copy of Windows 3.1 and an old copy of Word and and a floppy drive and getting the bloody thing to run in a VM.

      The experience hammered into my head the importance of actual published standards for archive file types and preferably for all the file types we use.

    3. Re:Thing Long Term, Beware of Legacy Costs by Cassini2 · · Score: 1

      My personal preference would be to use both PDF (or HTML) and an editable the DOC, XLS, or DWG format. I can read some really old file formats with current software, and DOC and XLS formats are so popular this will likely continue. However, something like PDF will always render exactly the same, and I think the PDF file format will be with us for a long time. For instance, the postscript PS and EPS formats can still be processed, decades after they were originally invented.

      My primary hesitation with HTML is that Microsoft tends to encourage the use of a Microsoft Internet Explorer Version specific version of HTML, like IE V6. Microsoft should never have created browser version specific code, and I think they are currently paying the price. Additionally, HTML suffers from the difficulty it does not print well. Often, when an old file is being called up, what is required is a simple print out. Thus a long term printable copy is what is really desired, and PDF does this very well.

    4. Re:Thing Long Term, Beware of Legacy Costs by Anonymous Coward · · Score: 0

      Oracle UCM is good also (formerly Stellent). Theirs is rock solid but costs a pretty penny now.

    5. Re:Thing Long Term, Beware of Legacy Costs by dr2chase · · Score: 1

      Careful -- PDF does lock you into the paper size on which it was originally printed :-) (though it does scale).
      PDF is also crap for diffs.

    6. Re:Thing Long Term, Beware of Legacy Costs by jonbryce · · Score: 1

      There is an option in the print dialogue to shrink Letter to fit on A4, and shrink A4 to fit on Letter. Legal types seem to like pdf files because they think they can't be altered.

    7. Re:Thing Long Term, Beware of Legacy Costs by petermgreen · · Score: 1

      PDF does lock you into the paper size on which it was originally printed :-)
      The size of standard office is unlikely to change hugely any time soon and slight changes like A4 vs letter vs legal can be handled acceptably by the scaling functionality built into acrobat reader.

      More generally though pdf locks the document into a particular presentation form (page layout, page size, font choices and so on) and makes it difficult to edit. Sometimes this is exactly what you want (e.g. when you need to look up exactly what was on a particular page number) other times it isn't.

      I believe the only responsible way to archive important documents is to archive in multiple formats e.g.

      * The original format. This will preserve all the information but that information may be difficult to retrieve.
      * A pdf (or another similar format but frankly pdf is the best supported format of it's type). This is important if you need to see the document exactly as it would have been original printed with the same page numbers etc. Make sure fonts (especially any unusual ones) are embedded.
      * If practical an open format that will preserve most of the content while still being editable. For a word document appropriate choices might be rtf, html or odt. For an excel file csv or ods may be appropriate choices (csv is more widely supported and easier for an excel user to convert to but ods will likely preserve more information)
      * If it's some sort of CAD design the output files that actually need to be sent off to get the design made (e.g. gerber and nc drill for a PCB)
      * If the text is meaningful without any of the other content then a plain text copy as an ultimate fallback.

      --
      note: i'm known as plugwash most places but i screwd up registering that here somehow in the past and now can't register
  19. KISS by Anonymous Coward · · Score: 0

    I use a system whereby revisions simply consist of a copy of the file, with an incrementing digit at the end of the file name indicating the revision level. Works for me!

    1. Re:KISS by Skuto · · Score: 1

      While I've seen that system successfully used in organizations held to much stricter standards than ISO 9001, I'll be the last one to say it's the best way of doing it.

      Some Wiki with proper access controls?
      Any version control system with proper access control?

  20. Re:Liability? by Cassini2 · · Score: 3, Informative

    Why did they go for this expensive solution? so that they could should at someone, demand support and sue someone if the shit hits the fan. With OpenSource the only one liable for fuckups

    The problem with that logic is that expensive solutions can be abandoned on a whim. The supplier can make a simple business decision, they can go out of business, or taken over by a competitor. Depending on the contract, is it a term license or a perpetual license? Is the software dependent on other peoples code? With proprietary software, you can be locked out at any moment.

    Additionally, have you ever actually tried to get a software company to pay out on a law suit for defective code? It is almost impossible. Check the disclaimers in the contracts.

  21. Doxis? by Anonymous Coward · · Score: 0

    My current organization is using Doxis, which has an interface very much like Office 2007. It took me all of 12 minutes to learn the basics.

    Alternatively, you can use software source control applications, but for the non-techies, that will be a pain.

  22. Avoid tainted assignments. by dbc · · Score: 4, Insightful

    "what should I avoid?" You should avoid taking on politically dangerous and thankless tasks that make no contribution to the bottom line as your first assignment at a new company. Seriously, the tech issues here are secondary. First, figure out the politics. Next, make sure your second assignment contributes to the company's bottom line. Sorry to sound like a grumpy old fart here, but hey, I'm a grumpy gray-beard that has seen this movie before and I don't like the ending.

    1. Re:Avoid tainted assignments. by Anonymous Coward · · Score: 2, Insightful

      "what should I avoid?" You should avoid taking on politically dangerous and thankless tasks that make no contribution to the bottom line as your first assignment at a new company. Seriously, the tech issues here are secondary. First, figure out the politics. Next, make sure your second assignment contributes to the company's bottom line. Sorry to sound like a grumpy old fart here, but hey, I'm a grumpy gray-beard that has seen this movie before and I don't like the ending.

      +1 on this.

      My wife started in a new job a year ago and was handed the responsibility for a project that was to build a QA system and was named after the database software that had been randomly purchased by the previous project manager (now fired). Not surprisingly, a year later the politics are now apparent, and my wife hates her job. I can only say: Take dbc's advice.

    2. Re:Avoid tainted assignments. by Dystopian+Rebel · · Score: 1

      Dear Grumpy Graybeard,

      Of all the lessons I have learned the hard or the easy way, I wish I had had someone like you to tell me this when I first started working in the software industry.

      Signed,

      A Little Grey With Many Welts

      --
      Rich And Stupid is not so bad as Working For Rich And Stupid.
    3. Re:Avoid tainted assignments. by Anonymous Coward · · Score: 0

      Wise Internet guy is wise.

      Seriously though being idealistic is only great on paper and presentations. After months and months of rolling the whole thing out all of that will die off pretty quick. When the guys at the bottom complain the high ups will just blame it on ignorance but when you get just one ignorant VP with a one off problem the whole thing starts to fall apart at the seams. Haven't been around long enough to get a gray beard but have seen hard work go up in smoke in situations like this.

  23. Related Tip by Anonymous Coward · · Score: 0

    Use "chattr +a .bash_history" to guarantee that your bash history never gets truncated, overwritten, or otherwise mangled (which somehow always happens, even if you try to control it with the various bash environment variables).

  24. SSH + DEATH = GROWTH + PROFIT!! by Anonymous Coward · · Score: 0

    I would scrap all that share point cruft, and go with the packet flow of ssh and a password + logs.

    I have no idea what the fuck iso 9001 compliant is, nor do I care.

    I'd buy a crap load of USB keys with a WRITE protect lock switch (like those old 64M keys.) Kiosk the shit up with passwords. Fines or prosecution for screwing up.

    1. Re:SSH + DEATH = GROWTH + PROFIT!! by Anonymous Coward · · Score: 0

      No fucking shit it sounds like a packet dump cross ip shit plan pileup!
      LOL retarded government at it's best! SLOW SHIT no wonder they are so slow!
      I'd vouch for non ISO 9001 Defiance!

      sftp + static documents for mEeeeee pleeze
      no thank you to path exposures, system version targeting, and database breech, er, byurp os corruption/ exposures. Fucking idiots

  25. Use a Wiki by Anonymous Coward · · Score: 0

    We are using a home brewed modification of Moin moin - http://moinmo.in/ with this patches: http://moinmo.in/ActionMarket/ApprovePageAction

    It's been 2 years online, and we are very happy with the implementation (done by myself ;)

  26. We use SharePoint and we like it. by mellestad · · Score: 1

    Pretty cheap too. Easy to administrate and the users like it.

    1. Re:We use SharePoint and we like it. by Anonymous Coward · · Score: 0

      Cheap is a relative term. Considering that Sharepoint is often given away with enterprise licenses for other MS tools, I suppose that could be true, but for most non-trivial deployments, it runs $25K without CAL licenses. Add test, dev, prod systems with all the CALs, SQL-Server licensing, and AD and you're into a lot more. This is still much cheaper than Documentum or FileNet or all the legacy DMS systems, but not nearly as cost effective as Alfresco out of the box deployments. Most companies will want to replace the Alfresco front end with some other interface - Drupal or Joomla for example. These customization can turn into $200K easy.

      I understand that Adobe sells Alfresco services online. They don't call it that and have re-branded it, but it is definitely Alfresco.

    2. Re:We use SharePoint and we like it. by Shados · · Score: 1

      Don't forget that SharePoint comes in 2 flavors. If the company already has CALs for Windows Server and SQL Server, then you only need a Windows Server box at 1000$ for the licenses and you're good to go company wise.

      Its only expensive for companies without WinServer/SQLServer already in place or for Microsoft Office SharePoint services, and as you mentionned, even there, no one ever pays full price for MOSS, since even the most trivial setup will qualify you for crazy volume license discount, often bringing down the price to 10-15$ per user. And remember that for test/dev, you can get development licenses for pennies, so that barely counts. The hardware will be more expensive in many cases :)

      I do agree Alfresco is pretty damn nice though, especially if you need to scale horizontally, and I'd definately suggest any company interested in SharePoint look at it first, just in case.

  27. tamale software by Anonymous Coward · · Score: 0

    My company makes a research management product, called Tamale (http://www.advent.com/solutions/by-product/tamale-rms), which is a very easy to use content management system for financial investment professionals. There is a server with a RESTful API, a c# rich desktop client, web client, blackberry client, and msft SQLServer stored proc api. Not sure what industry you are in, but it may fit.
    good luck.

  28. Define your requirements by dekemoose · · Score: 2, Insightful

    Since 9001 doesn't really define anything in terms of requirements you'll probably want to spend some time putting together what it is your organization wants to do with this content. Does your organization need/want a content management system? You're referencing revisioning on documents, so I'm guessing yes. Is this going to be a one off for the engineering/manufacturing folks? You could so something like this in subversion and have reasonably simple versioning of your documents. A wiki model works if you're just trying to do knowledge capture but I'm guessing you've got structured documents you need to manage. If you've got people who are fairly technical and can handle the caveats that come with something like that it's cheap and easy. However, these types of implementations frequently turn into folks in marketing or somewhere else saying "well we have FOO over in engineering we can probably use it too", next thing you know you've got the whole company using something that was kind of cobbled together for one group. Sounds like you've already got SharePoint, it's usable but I'm not a big fan of it as a content management system. Works decently as a collaboration platform. I haven't seen their latest stuff and I know they're trying to make moves in that direction so it might be better, but at last view I was underwhelmed. It's very platform specific, the search functionality was poor, it was difficult or impossible to get a good metadata model together and security was goofy.

    Try and look towards the future and see if your organization is going to need to take it up a notch in their content management needs. How complex is your security model going to be? How much content are you expecting to manage? Are you going to want a full text search capable system or would a metadata search be good enough? Think about a metadata model for your organization, then research the topic and rethink it. A good or bad metadata model can completely change the fate of a content management system implementation.

    What I've seen of Alfresco I like, it's free software so if you're budget constrained or just value that type of thing you've got that going for you. Someone else mentioned Knowledge Tree for a FOSS product, I haven't touched that so I can't comment. If you're going to go commercial I really think Oracle has a great product with their UCM platform (used to work there), but it's gotten god awful expensive and they suck as a company to deal with. Documentum seems like a massive resource hog and maintenance intensive from what I've discussed with people who've done work with it. I had an install of TRIM under my care at a previous gig, HP owns them now, and that had some quirks but was generally good. If you're focusing on records management capabilities this probably deserves a closer look as that's what they kinda specialize in. OpenText is pretty highly regarded, but I haven't touched it or known anyone directly who has.

    1. Re:Define your requirements by Anonymous Coward · · Score: 0

      > Since 9001 doesn't really define anything in terms of requirements

      Incorrect. Find (high level) requirements in section 4.2.3, and 4.2.4 for records. In 2007, I've built the QMS of a small PMO to these requirements (and the rest of ISO 9001:2000) using Alfresco. My name rings up when you do some researching on that. I could not really say it would meet OP's expectation for a user friendly (I paraphrase here) system, but it did meet the requirements of the Standard. It just wasn't very elegant, since separate trees had to be maintained for DRAFT and approved documents. Pushing documents around directory trees using a web app just isn't very intuitive. Any more sophistication, and it becomes really elaborate in terms of setting up workflows and the like. There just doesn't seem to be anything out there that meets the requirements *and* OP's expectations.

  29. Source Code == Drawings by arthurpaliden · · Score: 1

    In a company I worked with we considered all source code files to be engineering drawings and they were treated accordingly. This way they fit into any QA tracking system.

  30. Start with Documentum for comparison by garyisabusyguy · · Score: 1

    Documentum has been the leader in document management systems for years, the down side is that it can be expensive, difficult to program (docbasic???) and only runs (really) well on Oracle database (do NOT run it on SQLServer).

    Filenet is not a bad system, but it has gotten hella expensive since IBM started calling it Enterprise Content Manager.

    Sharepoint is a Documentum killer, in about two more releases. My team makes pretty good use of it, but I honestly am not impressed by the overall performance, configurability (expect to code webapps to meet difficult requirements) and the data model behind 'lists'

    If you really do not want your management to consider Sharepoint, then arrange a performance benchmark between Sharepoint and Documentum involving several hundred simultaneous users and scale it up to a few thousand. Documentum will chug through it like a trooper and Sharepoint will be dead in the water

    --
    Wherever You Go, There You Are
    1. Re:Start with Documentum for comparison by rainmayun · · Score: 1

      I run a 50 TB (and growing) pair of Documentum repositories on a SQL Server cluster. The only performance issues we've had can be traced to the storage system, not to the database.

  31. internal auditor by Anonymous Coward · · Score: 0

    I was an ISO 9001 internal auditor at my last job. There are no ISO 9001 rules regarding software that manages the system, and all the stuff I read above about "do what you say, say what you do" is correct. That being the case, I would have a few recommendations about any software package you pick. 1) If the software is going to be able to directly edit documents, there will be a system that needs to be in place to record all changes to documents made as a function of time, with the appropriate signatures garnered. 2) It should be at least partially user friendly, not only easy for you to use, because you never know when the company will want to shift directions and teach a secretary to use it, using your skills for something else. 3) Obviously, security, I'm sure I don't need to tell you that but its worth a mention. And lastly, 4) control. Who can add/edit/delete/modify documents and when? I don't know about your company but mine often cut ISO corners temporarily so that they could get a product shipped immediately, and the paperwork would catch up later (or perhaps the next day). Maybe an optional lag/override function built into the document system? Hope that helps.

  32. Sharepoint not approved by stewbacca · · Score: 1

    Sharepoint is not an approved document repository at my company (granted we are CMMI Level 5, not ISO9001). We use ClearCase because it is a certifiable repository. We'd LIKE to use Sharepoint, since it is easier to use for the non-developers and would cut down on mistakes and time lost in managing documents, but we are slaves to the process.

    1. Re:Sharepoint not approved by droopycom · · Score: 1

      Thats the whole point of ISO isnt it ? Having a process and be slave to it.

  33. Simple but dangerous by Anonymous Coward · · Score: 0

    Recently, we successfully completed our registration audit where I work. As an above poster said, do what you says and say what you do is the key. Depending on the size of your organization document control software may not be the best approach. What we did was define our formats and then used a centralized file share to display the documents. Any document that was printed out is considered to be uncontrolled. The only person with read/write access to the share is the document control clerk, and all document change requests are filtered through them.

    This system proved to be simple and effective. We only have about 5 people that actively change documentation so spending the time and resources to source a software solution just did not seem effective. If you have more people that actively change documents, then I can see where having an automated system for tracking those changes and ensuring the proper authorities approve them would be more efficient.

    The biggest challenge to ISO 9001 compliance is NOT the documentation, but having the participation of all the management and the employees. Otherwise, you will end up scrabbling to ensure you have everything all by your lonesome, and when you fail you will be blamed for it. Make sure that whatever you choose to do, that everyone involved will use it.

  34. Mediawiki? by imrec · · Score: 1

    As you noted, ISO 9001 document management requirements are quite loose. I had been cheer leading the concept of using a wiki as a DMS in my workplace for the past few years. It never gained much traction, I expect due to a significant lack of understanding of those included in the package selection process. The limit of our corporate IT department's skills is upgrading Lotus Notes every possible time it can in the hopes that SOMEDAY the whale (dead) will actually start to swim... No, seriously, the folks that chose our new DMS wouldn't know the difference between a SQL server and a toaster.

    Anyway, the bullet-proof audit trail created by Mediawiki (and any wiki, really) makes satisfying internal and external audits very straightforward. Proper ISO required access restrictions can be delegated using some of the very useful security extensions.

    What is a DMS for anyway? Do we really want to be managing documents? or content and information? The "here comes everybody" philosophy has significant implications for traditional document management in the manufacturing world. The typical response of a manufacturing plant to these requirements is to assign all DM duties to too small a group and wonder why the damn thing never gets done. Documents are chronically out of date, nobody even has the soft copies anymore...

    But what if the documents/articles could be updated by those who use them? What if everybody was part of the DMS? Page staging with the flagged-revs extension, watchlist email notification to keep maintainers in the loop. A DMS that spreads the load to all it's users instead of monopolizing a few? That's where classical DMS needs to go. Badly.

    Yah, Mediawiki sucks for input. But for output? Can't beat it.

    Oh, our company chose Intelex over ETQ for our system. I try not to take it personally.

    --
    Note: This sig contains nine S's, nine I's and five O's which... means absolutely nothing.
  35. Good Old Fashioned by Anonymous Coward · · Score: 0

    I worked Document Control for 2 years for a general contractor. The project was 3 years and $280M, and I managed everything, from submittals, to blueprints, to physical samples (ever try to file a chunk of concrete?).

    I couldn't have done it had I used my computer for anything other than printing labels and maintaining an index in Excel. The more physical paper you have, the easier things are. Sure, you need the physical space, but I never had a software issue or idiot corporate IT destroy years of work with a keystroke, either. It's even more critical in a lawsuit-heavy industry like mine, where a single list file could be the linchpin to a million-dollar claim.

    And, even though construction engineers are generally disorganized fools, they can always come up with that missing (paper) file in a crunch (Oh, it fell behind my bookshelf, here you go!"). I don't know how many times I had to answer the question "Hey, I deleted a file on the server a week ago, now I need it again, can you get it back?" with "No, man, it's gone forever.".

  36. Re:Nuxeo by batje14 · · Score: 3, Informative

    I looked at the 3 big ones, alfresco, KM and Nuxeo, and like the latter best. For one, their full version == their GPL version. So if you want to do it all yourself, you will get all the features.

    Secondly, I found the interface nice and simple.

    Thirdly, they have this option where you can open a document from your browser, edit it and save it back into the DM system directly. (That requires a plugin for your browser & office). They used to have an openoffice version of that plugin too. Very sweet.

  37. Subversion by JSG · · Score: 1

    I set up Subversion. My design goals were: Keep it available from nearly anywhere (http/s), usable on nearly any OS and nearly transparent to most end users.

    I then checked in our main documentation data area (held on a NetWare file server shared out via NCP and CIFS). Tortoise SVN is the client of choice on Windows and I use KDE integrations on Linux desktops. Finally, Trac gives access if needed from locked down systems. Non SVN aware users just have to be told to be careful with files in the shared checked out area (like don't put ISO images in it! or delete things without telling the repo about it because they'll just re-appear again on an update).

    We have Quality Doc admins who are responsible for checking things into the repo.

    We have been happily ISO 9001:200[08] registered for three years now.

    I may look into something more sophisticated eg for indexing etc but to be honest this is a simple set up which does what the standard needs and does not get in the way of the end users (including me)

  38. try it by Anonymous Coward · · Score: 0

    we are certified and use fengoffice.

  39. Liferay Portal or Liferay Social Office by Tepar · · Score: 1

    http://www.liferay.com/products Open source, Java-based, commercial support if you need it.

  40. ISO Document Management by Anonymous Coward · · Score: 0

    Check out Qumas DocComplaince which designed for ISO and other FDA regulated environments (electronic signatures, document revision control and approvals, workflows etc.. )

    it's $$$$ but it's accepted in the industry.

  41. Built or own by JumpDrive · · Score: 1

    Using Apache, PHP, Postgres, Maintains revisions and signoff lists. document owners, authors. It ain't pretty but it has gotten us through 2 audits with high marks. Still needs some security brush ups.
    And there are some aspects that are still not user friendly.
    But we have had some other companies ask for copies. Never have given it out though.
    If you want a version and can wait a few weeks I can send it to you. Along with notes on what needs to be fixed.

  42. Doesn't need to be mandated to be required by sjbe · · Score: 1

    Say what you do, and do what you say. I don't think you need software for that.

    That depends entirely on what you are doing. I've done IS09000 audits and for pretty much any businesses of any sophistication or size, some sort of software document management is more or less "required". Not in the sense that it is mandated but in the sense that you'll find your life impossibly hard without it. Too much paperwork to shuffle and too many parties needing it to make it reasonable to not computerize. Strictly speaking it isn't required, but you can do drafting with a pencil too and there are good reasons no one does that anymore.

  43. Check out Windward Arrow by teleriddler · · Score: 1

    You might want to check out Windward Reports Windward Arrow product http://www.windwardreports.com/arrow.htm It drops into SharePoint and adds the missing doc gen piece. Their engine is run on both .NET and Java if you ever need to make a switch in the future. --TR

  44. Alfresco by Anonymous Coward · · Score: 0

    So far I have used pc-DOCs (now owned by Hummingbird and I was DOCs certified), KnowledgeTree, SharePoint and Alfresco. My recommendation would be Alfresco just for the fact that different browsers could be used, SQL server may not be available (cost, standards, whatever), document routing and approval is required as well as Alfresco could run on Linux, Windows and Mac on top of a real application server (i.e. JBoss, Tomcat, BEA Weblogic, etc.). It can integrate with AD/LDAP for logins. Don't forget that Alfresco also has add-ins for OpenOffice and MS-Office 2003. Another benefit is that Alfresco also comes in a community edition for free.

  45. Better use structured Wikis like Drupal Wiki by Heinzelmann · · Score: 1

    We internally used TWiki for a long time, as it gives us more structure within documents. Now we switched to the new Drupal Wiki http://www.drupal-wiki.com/ which allows us to build up more complex workflows and a nice access scheme. I also comes with a much better user experience than other Wikis out there.

  46. There's not an app for that... by ArundelCastle · · Score: 2, Informative

    The best software will be useless without QA and/or RM/DC personnel that can enforce its use. This is because 9001 is a matter of quality processes, and the software can only implement those processes and policies that are already in place. An auditor wants to see that you can do what you say you'll do, whether that's one person with a key to a filing cabinet of contracts, or electronic file access tracking (knowing who has even looked at a document). There are businesses that can do that without software at all, I've worked with several. It really depends on the size of the employee base and their acceptance of a new tool. I don't believe it's possible for software to be certified for something that it can't accomplish, and it can't without complete buy-in from all employees. Good luck with that.

    And just so you know, don't let your boss think you can get this done in six months, even if you pour your entire work week into it. The average mid-large corporation spends tens of thousands in hard and soft costs testing and implementing a new Content Management System in phases over years, which doesn't even include the vendor costs of licensing and supporting the thing. Unless you have categorical authority to pick a program and implement it, you will run in to a LOT of roadblocks, and even picking what to buy may not be something that you can put on your "completed tasks" list a year from now.

    Lastly, if you are in fact part of your IT department, do check with your organization's org chart to find out if there are Quality/Document/Records people your choice will be impacting. The fact that you are asking Slashdot for software help instead of ARMA or a Quality organization for records procedure help, belies the possibility that your company is not mature enough to separate Information Science from Information Technology.

  47. Why not just regular version control? by MobyDisk · · Score: 1

    I think subversion works great for this. If they are Windows users, give them TortoiseSVN. They just edit files that look like they are on a network share. The only extra work is that they must check-in documents when they are done with them. And click an option to get the latest before they start working.

  48. Shameless plug but.... by ganjadude · · Score: 1

    I do tech support and bug troubleshooting for a company docuware (www.docuware.com) which does all you want it to do. We integrate with sharepoint, all the major MFPs, have version control and a simple interface. We have customers with 2 users all the way up to a few hundred users

    --
    have you seen my sig? there are many others like it but none that are the same
  49. Watching with Interest by RAMMS+EIN · · Score: 1

    I'm watching this discussion with interest, because it's about something I have been wondering about, myself.

    The two questions I've come up against are, broadly:

    1. Are there tools that make Microsoft Office files play nice with standard version control systems? I like to use Git or Subversion, and have all their standard features available. Particularly diff. Can I put MS Office files in a Git repository and get version control and human-readable diffs?

    2. If I were setting things up for a new organization where we weren't bound to Microsoft Office yet, what should we use? I like to use Latex, myself: it's powerful, can produce professional quality output, plays well with version control, and has various front-ends available from text editor to point-and-click. What are other people's experiences and recommendations?

    As for ISO 9001 compliance, I have been to a few organizations that are certified, and none of them actually had any software in place for document control. They did have procedures that people were expected to follow, including requirements such as putting documents on a network share, putting version numbers on documents, and leaving old versions of documents around.

    --
    Please correct me if I got my facts wrong.
    1. Re:Watching with Interest by ZFox · · Score: 1
      Here are the names of the diff scripts that are included in TortoiseSVN, for non-plaintext files. I had actually never tried it until just now and it works rather nicely, at least with Word docs. It doesn't look like you can merge Excel files, which might be a requirement.
      • diff-doc.js
      • diff-docx.js
      • diff-nb.vbs
      • diff-ods.vbs
      • diff-odt.vbs
      • diff-ppt.js
      • diff-pptx.js
      • diff-sxw.vbs
      • diff-xls.vbs
      • diff-xlsx.vbs
      • merge-doc.js
      • merge-docx.js
      • merge-ods.vbs
      • merge-odt.vbs
      • merge-sxw.vbs
  50. Just wait some 6 months. by Anonymous Coward · · Score: 0

    By then, M$ ISO will just make Sharepoint the sole standard.

  51. Re:Nuxeo by aarongadberry · · Score: 2, Insightful

    Mod parent up.

  52. Anonymous Coward by Anonymous Coward · · Score: 0

    Check out Using a Wiki to Implement a QMS at the Elsmar Cove: http://elsmar.com/Forums/showthread.php?t=32513

  53. WRONG. It's not the tail wagging the dog. by WebCowboy · · Score: 2, Interesting

    They care that it works with the corporate standard which is IE.

    You got it backwards. IE is the corporate browser because they've heavily invested financially and politically in crappy, brittle enterprise systems that break when you move away from IE6. Nobody picked enterprise software because of the browser it ran on.

    I deal a lot with corporate IT management types. Seriously IE--in particular IE6 which is the standard that is the issue--has NO redeeming qualities WHATSOEVER. IE6 does not conform to standards. IE6 is insecure. IE6 is slow. IE6 is obsolete. In places where IE is mandated it has NOTHING to do with it being superior. Hell, it doesn't even have anything to do with it being welded to the MSFT OS--when you already have to create a corporate image with things like Citrix, 3270 emulation, notes client, VPN, in-house apps, etc etc. what is the big deal adding Firefox? You have to slipstream in service packs and countless security updates to make IE even marginally acceptable anyways.

    Corporate types make IE the standard because some pointy-haired boss 10+ years ago made the decision to invest millions into SAP or similar big gigantic ERP mess that included web portal functionality that was built against IE6. Some of these ERP abominations even involved the deployment of ActriveX controls and other toxic, proprietary IE only garbage. Back then they didn't care--Netscape was dying, Firefox didn't exist and the new Gecko engine was not even halfway finished baking. IE was indeed the "best" (and being built in rather convenient) option and arguments from IT people were considered academic to PHBs and thus fell on deaf ears. If the business software was really kick-ass and it required Netscape they sure as heck would've went to the effort to deploy netscape, but there was no such software out there for the enterprise.

    Now IE6 is widely recognised as being the garbage it is, there are real, honestly superior alternatives out there and even MSFT has moved on with IE7 and IE8 barely supporting IE6 style behaviour because it is saddled with the IE6 legacy it shot itself in the foot with in its other products..

    IT managers who are not idiots realise what IE is, and know IE is not a standard. XHTML 1.x and HTML5 ad CSS2.x and so on are standards. If they pick Sharepoint it has nothing to do with it working with IE--it is becasue they are a MSFT house and they just cannot bother to fight lock-in (or they are contend being locked into their guilded cages). Of you use MS Windows for your client AND server OSes, MS Exchange for communication, MS Office for document creation, MS SQL for your database, IIS for your intranet, MS Forefront for security/antivirus......why stop there? Certainly Sharepoint would be easiest to integrate, easiest to use, etc. At least from an end-user perspective.

    The thing is Sharepoint works GOOD ENOUGH with non-IE/standards-based browsers, but the coolest stuff about it isn't the web portal anyways it is how it integrates with Office and Visual Studio/Team Foundation Server and so on. If it had seious standards-compliant issues that made it rely heavily on IE, I seiously doubt ANY competent IT manager would go near it--they'd remember the hell they've had to go through because of th IE6 lock-in the've had to deal with the last couple of years.

  54. Source Control by nurb432 · · Score: 1

    Why not just go basic with some sort of source control like VSS or CVS?

    Cheap and easy.

    --
    ---- Booth was a patriot ----
  55. Agorum, anyone? by hubertf · · Score: 1

    I've wondered about what document management system to use in an ISO context the other day, and was recommended Agorum (www.agorum.com).
    Does anyone have experiences with that? Good / no good?

      - Hubert

  56. What ISO-9001 is and is not by kenh · · Score: 1

    ISO-9001 is not about specific steps, methods, techniques or policies, it is about that you have a plan/procedure, that you follow the plan, and that the following of that plan is documented (and includes a feedback loop for process improvement?).

    I remember when I worked at a large telco equipment supplier that was going for ISO-9001 certification, we were told about a restaurant that was ISO-9001 certified - the owners did it as a lark, and it was quite simple. Your plans procedures can be quite thin, you just need to follow them and have documentation that shows you follow the procedures...

    --
    Ken
  57. MQ1 by JBMcB · · Score: 1

    A self serving recommendation, to be sure, but a company called CEBOS makes an ISO 9000 compliance suite called MQ1 that has a fully compliant documents module. Windows-only, fat .NET client, SQL server based. It supports controlled/uncontrolled documents, electronic signatures based approval process, conversion to PDF, embedding control/version info in Word and Excel docs, and a ton more. The professional services guys know ISO inside and out and will really help you get compliant.

    You don't have to buy the whole suite if you just want docs, you can just buy the docs module (the whole suite includes APQP, training/HR, supplier management, project management, maintenance, gauge calibration, regular and L.P. auditing, basic customer management, purchasing/receiving, metrics, corrective actions, tooling, data collection (SPC/SQC) synchronization with ERP/CRM systems, etc... all pretty well integrated.)

    Tell them Jason sent you so I get a cut of the commission :)

    http://www.cebos.com/

    (Full disclosure, yeah I work there :)

    --
    My Other Computer Is A Data General Nova III.
  58. Data, Content, Document... is solution-centric! by OldHawk777 · · Score: 1

    The USA .Com/.Gov/.Mil dominions are solution-centric from top down... the solution is the answer.

    For me Data has Implicit value to the scientist, engineer, mathematician... for almost one-of-a-kind specific purposes.
    For me Content has an Explicit value to the public (citizens, managers, politicians...) for general entertaining, history, leaning... application.
    For me Documents have a duplicit value to groups (Law, Medicine, Accounting...) for common purposes of tracking, transactions, commerce.

    For the .Com/.Gov/.Mil dominions data, content, documents are all information, and fit the cookie-cutter solution.

    The frycking BDSOB C*Os should be asking the simple question.

    Will I (even with PKI and encryption) be able to find, use, share, modify... my original information in five...ten years?

    For all Information Management (IM) solutions, I have read about, the answer is PayUs-ABunch for another proprietary solution/upgrade.

    The answer is "Open" IM standards, but that would reduce the US/EU/RU corporate-welfare payments over time; So, FyckUS.

    --
    Unaccountable leaders are masters, and unrepresented people are slaves. How do US and EU fare?
  59. Well, I'm impressed by garyisabusyguy · · Score: 1

    And apparently dated in my views, thanks for the info

    --
    Wherever You Go, There You Are
  60. More to know = ISO9001:2000 and document control by ramriot · · Score: 1

    There is much missing from the above, the current ISO9001 certification ISO9001:2000 has other requirements for a 'Quality Management System' above what was stated already. Much of it boils down to something similar to above:-

    'Say what you do', 'Do what you say', 'Measure them both', and 'Offer proof of ongoing improvement in the customers perception of quality'.

    Anyway, so the question as asked. There are many products out there that state ISO9000 document control conformity, my company used several including Sharepoint and a very restrictive system called Quality Workbench.

    My opinion is that if you want an easy life, go for something very restrictive and conforming. Your Quality Assessor will love you (I was one) and its an easy tick in the box. BUT, your colleagues will soon hate you and loath the very ground on which you walk for making their life harder. That will in the end result in them bypassing the standards to get the job done. So make their life easier and yours a little harder and use something more human, my current favourite is a good Wiki, and before you go moaning that a wiki cannot for the core of an assessable document control system just think. Its all in the definition!

    If you define the document control system as a fluid, managed system where each interest party is kept informed of managed changes then that can be a wiki. Every change is tracked, notified and can be discussed, inline at any time then it seems to me that it is the system of choice. You will though spend much time with the assessor explaining al your control methods.

  61. Really the best - BoltWire and Thingamy by Anonymous Coward · · Score: 0

    If your company needs document system, consider www.boltwire.com It's a flat file wiki, but it has all database-like functions and some really good features for ISO900X docs handling: most important here, simple authorisation tool (page variables) and hierarchy of pages. It allows access level control for different subtrees, tree or subtree operations (move, rename, copy, delete)...and tons of other things. Really easy to use and maintain, powerful scripting - and free.

    www.thingamy.com is totally different stuff. It's.. well, you have to see it to believe. It is fully capable of running the entire QS of your choice, not just docs and it's just a small part of it's functionality. It is not free, but it's affordable even to smallest company. In a word - worth of your time.

    BoltWire is php and ThingAmy is java made. Both runs nice on toasters too.

    I simply love it both :) but for the moment use just BoltWire.

    Hope this helps,

    Lino

  62. Working on a Sharepoint solution as we speak by Anonymous Coward · · Score: 0

    The co. I work for is TL9000 certified and had been using a home grown site to maintain document versioning, which has long out lived it's time. Like you, sharepoint is the future here. I'm currently bulding a document library on sharepoint using Sharepoint Designer to serve as the new repository. This is my first project on Sharepoint, and so far it has been able to accomodate my requirements:
    - Provide document versioning (I'm not using Sharepoint versioning.... Instead, the author uploads a document to the library once it had gone through the required aprovals),
    - easy user interface (used SP Designer), auto document number assignment, etc).
    The library also keeps the document source files and a copy of the review approval sheet.
    In my customization, I added jQuery to the mix along with a great SP jquery library called SPServices (over at codeplex)... This library allows u, through jQuery, to call webservices from sharepoint thus further enabling u to create usable and user friendly sites.

  63. KnowledgeTree by Anonymous Coward · · Score: 0

    I have also used KnowlegeTree; it's very good.

  64. DocBase Direct by Anonymous Coward · · Score: 0

    Try DocBase Direct, from Core Business Solutions. www.thecoresolution.com.

  65. Alfressco/SharePoint by mccarthymp · · Score: 1

    Full disclosure: I am an Alfresco SI partner. Alfresco is actually a SharePoint server and it has an open source version and a fully supported version. If you like what SharePoint does but don't like MS, give Alfresco a try. In addition Alfresco supports the draft CMIS which should allow it to interoperate with other DMS should you choose to swap out the back end.

    Others have talked about Documentum and other open source systems, I spent 6 months looking at systems like Nuxio, Hippo, basically all the big open source players. Alfresco is by far the best supported and easiest to customize. Out of the box, the interface isn't pretty, but it is usable. They have a collaboration tool and a traditional ECM interface (both browser based). If you are looking at closed source systems, Alfresco beats them all on price hands down. Documentum can cost 7 figures with customization and it is very difficult to use. There is a whitepaper here on total cost of ownership: http://www.alfresco.com/products/whitepapers/.

    Oh and Alfresco is extremley scalable. SharePoint does not do delta's with versioning, so you change some metadata on an 80 MB PDF file and you now are using 160 MB. SharePoint becomes pretty unusable before you hit 100K docs in the repository. Alfresco can handle 100 million docs and still be very usable.

  66. Shameless plug - Quality Systems Toolbox by d4rcyc · · Score: 1

    We've been developing a web-based ISO 9001 system for a few years. One of the first modules we developed was for Document Control. We have all of the features that you'd expect to address the requirements of ISO 9001 and a good track record of customers who have had their system (and by association, our software) audited and ISO 9001 certified. I won't bore you with too much marketing guff - check it out at http://www.qualitysystems.com/ if you would like more info or a free demo.

  67. shameless self promotion by Anonymous Coward · · Score: 0

    http://dynaorg.com

    I have set-up ISO-9000/SOX compliant process at 4 companies.

    As others have said, software is only part of the solution, but this product is design for ISO-9001 from the ground up. In-use before Sharepoint existed, and updated and in-use ever since.

    Please fill out the contact form if you would like a demo.