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
2
votes
2 answers
Help to choose Alfresco or Nuxeo for DMS
I have requirement to develop DMS(Document Managemen System) with some initial requirements:
If possible DMS should be open source
Initially DMS should support up to 500 users
System should be scalable in sence od users or…

gandra404
- 5,727
- 10
- 52
- 76
2
votes
3 answers
Java CMS project
I need to design a CMS system for an university project for a team with inexperienced java developers. I looked into the different options(especially Apache Jackrabbit and JCR) but I am not sure what to use. We have to develop web interface for the…

Ivo
- 1,228
- 1
- 15
- 33
2
votes
2 answers
Fragmenting documents
We are writing documentation for several of our software applications. Those documentation documents share some common content fragments (eg corporate profile, etc.).
I need to find some decent DMS that would allow us to manage the fragments of the…

Ondrej
- 1,610
- 3
- 19
- 34
2
votes
2 answers
retrieve txt content of as many file types as possible
I maintain a client server DMS written in Delphi/Sql Server.
I would like to allow the users to search a string inside all the documents stored in the db. (files are stored as blob, they are stored as zipped files to save space).
My idea is to index…

UnDiUdin
- 14,924
- 39
- 151
- 249
2
votes
2 answers
Is there any Document Management Component (Commercial or Open Source) for .NET?
We are building a .NET web application (case management) and one of the requirement it needs to have a Document Management System to store and manage the document and at the same time it can be used out side this application such as intranet. Rather…

dcpartners
- 5,176
- 13
- 50
- 73
1
vote
2 answers
What mean "Check out" and "Check in"
What is checkout and checkin in document systems?

WelcomeTo
- 19,843
- 53
- 170
- 286
1
vote
1 answer
Syntax for DMS Transformation Rule For Arithmetic Expression
I needed some help with my DMS migration. Basically, I have a source and target database with a condition to add a new column to the target table where we do some arithmetic computation on the source column. But on AWS, I can only find examples of…

Sam
- 57
- 7
1
vote
0 answers
AWS DMS doesn't migrate the some special characters in data properly
I'm trying to perform a homogenous migration (both source and target DB is AWS Aurora MySQL) using AWS DMS. After running the task, it executes properly and migrates whole data. Since, I've turned validations on, I can see some validation failures.…

Ayush Jain
- 316
- 4
- 11
1
vote
1 answer
AWS DMS Removing LOB Columns
I'm trying to set up a Postgresql migration using the DMS to s3 as target. But after running I noticided that some tables were missing some columns.
After checking the logs I noticed this message:
Column 'column_name' was removed from table…

Renan Nogueira
- 101
- 12
1
vote
2 answers
What is the differences between version control system (say : Subversion) and document management system?
DMS : Centralized Document Storage, management access, keep track document, security, authentification, etc.
Version control, example like Subversion : instead of DMS featur above, Subversion : merge, create graph, etc.
but I really confusing the…

Verly
- 11
- 2
1
vote
1 answer
Getting "Failed to upload file" error in DMS task
I see below error in cloudwatch logs while running the DMS task. MYSQL RDS is the source endpoint and Redshift is the target endpoint:
Error - "Failed to upload file…

Sumant Kumar
- 17
- 4
1
vote
0 answers
Standard SAP S/4HANA API to query ArchiveLink tables and get metadata
The setup is:
on-prem S/4HANA
third-party document management system (DMS) using ArchiveLink to store all types of documents
By design, ArchiveLink is used only to store the files in the external DMS and store links between files and business…

Goulutor
- 378
- 3
- 13
1
vote
1 answer
Convert DMS to Decimal with PIEXIF on Python?
Here is the script I am Using Python 3:
from print import print
from PIL import Image
import piexif
codec = 'ISO-8859-1' # or latin-1
def exif_to_tag(exif_dict):
exif_tag_dict = {}
thumbnail = exif_dict.pop('thumbnail')
…

Subu tex
- 11
- 1
1
vote
1 answer
can an s3 endpoint pickup a CDC file with sequence number > 999999?
There seems to be a cap on CDC files while using a s3 source endpoint for ongoing replication.
Is there a hard cap of 999999 possible CDC files?
I am able to load files that are increasing in sequence number…

ejj
- 172
- 2
- 3
- 18
1
vote
1 answer
Why doesn't AWS DMS successfully migrate GMT/BST timestamps from and to RDS PostgreSQL databases?
I'm using AWS DMS 3.4.6 to migrate a PostgreSQL 13.6 database to another PostgreSQL 13.6 database, both in AWS RDS.
One particular column in my database is a timestamp with time zone.
The 'timezone' property in the parameter groups for each database…

maxedout
- 21
- 3