A Document Management System (DMS) is an application or collection of applications designed to store and organize electronic content. This content may consist of scanned images of paper documents or documents with a digital origin. A typical DMS today includes classification, search, and retrieval functions. It may include records management functions as well.
Questions tagged [dms]
220 questions
12
votes
1 answer
Issue with AWS DMS continuous replication
I am trying to create a DMS task to migrate data from RDS Postgres instance to S3 bucket. The full load works all fine, but the continuous replication is failing. Its giving this error:
"logical decoding requires wal_level >= logical"
When I checked…

Zinx
- 2,291
- 3
- 28
- 37
9
votes
6 answers
Building a download area with users and groups taken from an external database
I'm searching for a free and open source document/content management system (web-based) to implement a download area, where some people can upload files, someother can download them, depending on permissions. It must be possible to create folders…

bluish
- 26,356
- 27
- 122
- 180
8
votes
5 answers
AWS DMS Error - Unable to use plugins to establish logical replication on source PostgreSQL instance
I'm getting this error trying to replicate a postgre database (not RDS) to another postgre database (also not RDS). I get this connection error but the endpoints (source and target) are tested successfully. Any ideas?
Error: Last Error Unable to use…

Gabriel Luz
- 91
- 1
- 2
8
votes
2 answers
Checking for document duplicates and similar documents in a document management application
Update: I have now written a PHP extension called php_ssdeep for the ssdeep C API to facilitate fuzzy hashing and hash comparisons in PHP natively. More information can be found over at my blog. I hope this is helpful to people.
I am involved in…

Treffynnon
- 21,365
- 6
- 65
- 98
8
votes
1 answer
Open source document management system
I have evaluated couple of Open source document management system and it seems that these are in old days e.g.opendocman,quotero
I am looking for a open source document management system which provides me below features.
Should keep data on the…

Amit Deshpande
- 19,001
- 4
- 46
- 72
7
votes
2 answers
Recommending a DMS for a Large-Scale Enterprise
It's been two days I'm searching to select an appropriate open-source DMS for a large-scale enterprise. Among all of the open-source document management systems written in Java, Nuexo, LogicalDoc and Alfresco seem to have a good reputation. However,…

Majid Abarghooei
- 663
- 7
- 21
5
votes
5 answers
implementing simple Document management
My qustion is: How would you go on implementing simple DMS(document management) based on following requirements?
DMS shouls be distributed web application.
Support for document versioning.
Support for document locking.
Document search.
Im already…

Eduard
- 3,176
- 3
- 21
- 31
5
votes
1 answer
aws DMS replicate-changes-only error
I have prod aws Aurora DB and I want
to replicate changes to test mysql DB (schema is same - Aurora is based on mysql)
I am using aws DMS for this.
When performing full replication for certain tables the replication works fine,
When I want to…

Amits
- 181
- 2
- 8
5
votes
3 answers
Document management system: what to use as storage backend (docs content repository)?
I want to make a document management system (interface in Ruby).
What do profesional sollutions (Alfresco, Liferay social office, others) use for storing and versioning documents?
What else can I use?
Key points:
storage space optimization (deltas,…

clyfe
- 23,695
- 8
- 85
- 109
5
votes
2 answers
DMS (Document Management System) / File Repository / File Manager under Java EE
I need to create a very simple DMS (Document Management System) / File Repository / file manager or whatever we might call it under Java EE.
It should permit the user to create folders and upload files into it and the folder/files information should…

dendini
- 3,842
- 9
- 37
- 74
5
votes
1 answer
Document management for private usage
For private usage I am looking for a simple document management system (NOT a Web CMS). The requirements are relatively simple :
Web based
Free, prefer open-source
Able to store electronic documents (Word, PDF, ...) and scanned paper documents (in…

hypery2k
- 1,681
- 15
- 20
4
votes
2 answers
How to handle special mime types and document formats in Liferay DMS
Liferay 6.1 DMS ( Documents & Media Portlet ) has been super so far - recognizing metadata and previewing popular documents formats like doc, xls, pdf, txt etc.
However my corporation has special needs. Some of our clients want us to provide special…

Olaseni
- 7,698
- 16
- 44
- 68
4
votes
5 answers
Document Management System in .NET
does anyone know about a document management system (or modules) that can be integrated with .NET?
Thanks.

lmsasu
- 7,459
- 18
- 79
- 113
4
votes
3 answers
Converting Latitude/Longitude values(DMS+Compass Direction format) to corresponding Decimal Point values in Android
I am working on an Java android project and have the following issue. I Searched so much but still I have the problem of converting the Latitude/Longitude values that are in DMS format (Eg: 38°2'56''N, 122°9'28''W) for their corresponding Decimal…

JibW
- 4,538
- 17
- 66
- 101
4
votes
1 answer
Database Migration Task fails to load the data into the source database
I have created PostgreSQL (target) RDS on AWS , did schema conversion using SCT and now I am trying to move data using Data Migration task from database (DB2) placed at EC2 instance (source) to target DB. The data is not loading and task is giving…

Divisha Sharma
- 41
- 1
- 2