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
1
vote
1 answer
The PDFViewer is not showing the content while downloading is possible
I am trying to use a PDFViewer in a SAPUI5 application, something like the following sample app.
When I try to use this component in Google chrome it will not load the data, however it is possible to download the PDF itself and it shows the url…

MJBZA
- 4,796
- 8
- 48
- 97
1
vote
1 answer
AWS Data Pipeline - csv(s3) to RDS Oracle
I want to load my s3 csv file data in RDS Oracle existing table. But in the console, i am not able to find any templates for it. Does it supports oracle also.
If yes, How can i achieve this.

Nimmo
- 105
- 10
1
vote
1 answer
AWS DMS "Load complete, replication ongoing" not working MongoDB to DocDB
I am trying to make a PoC for MongoDB to DocDB migration with DMS.
I've set up a MongoDB instance with some dummy data and an empty DocDB. Source and Target endpoints are also set in DMS and both of them are connecting successfully to my…

PPetkov
- 240
- 3
- 13
1
vote
1 answer
DMS replication instance connect to RDS failed but EC2 instance in same AZ could work
My topology as below
The DMS replication instance connect to the RDS instance in different VPC failed but when I troubleshoot the issue by creating an EC2 in the same subnet with the DMS replication instance I could telnet, nslookup , psql connect…

ken Hung
- 11
- 1
1
vote
0 answers
MAYAN-EDMS REST API: Documents are not getting checked in
Overview
I'm try to maintain document versioning in MAYAN EDMS using REST API. If one user open and updating document then document will be checked out and on completion of changes user will check in document with new version which will be available…

Inam Ul Haq
- 11
- 5
1
vote
0 answers
Connection testing of DMS target endpoint fails
In my case, the source is SQL Server in EC2. Target is SQL Server in RDS.
In DMS, I created the replication instance. The source endpoint test is a success. But the target endpoint test fails with this error:
Test Endpoint failed:…

srinin
- 81
- 1
- 6
1
vote
0 answers
DMS to Lat Long Conversion in PHP
This code is working for lat long conversion
/lat start/
$txt_lat = "2306.2405,S";
$latFirst = substr($txt_lat,0,2);
$getLatMinSec = substr($txt_lat,2,9).str_split(',')[0];
$getLatDirection = substr($txt_lat,10,11);
$latSecond =…

Dhaval Mojidra
- 194
- 1
- 2
- 11
1
vote
1 answer
How to correctly authenticate in Mayan EDMS
I'm using a Mayan EDMS running in a docker container to serve customer documents to my django app. Now I'm kinda stuck at downloading these documents.
I use pythons requests to access the Mayan Api. In my requests I use
auth =…

Chris
- 79
- 1
- 9
1
vote
1 answer
Deployed application URL not working after appending /cmis/json in browser
I am in process of learning how document management service (document repositories) works in sap cloud platform.
I am following blog linked https://blogs.sap.com/2019/01/17/how-to-handle-attachments-in-sap-cloud-platform-workflow/
I have completed…

MWA
- 23
- 5
1
vote
1 answer
How to check the file size on Application Server in Runtime?
Dear SAP & DMS experts,
I would like to know how to check the size of the file being uploaded on the Application Server -AL11- at runtime.
My problem ist the following:
When using the FM HTTP_GET_FILE to upload the DMS files (original draws of…

K. Elghali
- 35
- 1
- 5
1
vote
2 answers
PHP - Solution - File Password Protect
So, I have a client requesting a solution to password protect files. He wants to basically have a solution similar to OpenDocMan. However he showed me something from another client that basically just password protects the file itself no user name.…

GrafixMastaMD
- 139
- 5
- 15
1
vote
1 answer
Oracle Source endpoint test connection fails in AWS DMS
I configured source and target endpoint for DMS services, The migration I need to perform is from EC2 to Oracle RDS using AWS DMS and both are 12c.
I am testing the source end point and I am getting this error
Endpoint identifier
Replication…

Karthick
- 323
- 1
- 3
- 7
1
vote
2 answers
If I use AWS DMS to migrate data from uncompressed Oracle DB to compressed DB, will I lose the compression on target DB?
This is a data refresh activity.
My source DB is Oracle 11g. I am using AWS DMS to migrate the data from source to target DB Oracle 12c on which compression is applied. By doing so will I lost the compression on target DB? And if yes, is there any…

Bhagabat Behera
- 853
- 7
- 7
1
vote
2 answers
Node Identifier of copied node in Jackrabbit not found while deleting
I copied a node in Jackrabbit using session.getWorkspace().copy(sourceNode.getPath(), destinationNode.getPath())
This operation changes are persisted instantly as far as I know. But when I tried to get the copied node for deleting it using…

Gandhi
- 11,875
- 4
- 39
- 63
1
vote
0 answers
Making Amazon DMS continuous replication work with changing IP address
I am new to Amazon DMS, just read and watched a couple of videos on how it works.
I'm thinking of this particular setup:
On Premise Local Database -----> DMS -----> Amazon RDS
On the Amazon DMS task setup page, it asks for my on-premise IP address.…

Jack Smother
- 207
- 1
- 8
- 32