Questions tagged [dms]

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.

220 questions
2
votes
1 answer

How to Schedule a start of DMS task by AWS EventBridge via CloudFormation template?

I am creting a cloudformation template. it is creating Database Migration Service Task. I need to do a scheduling of this DMS taks via EventBridge. I've created following resource in CloudFormation:- DMSStartTaskScheduler: Type:…
manish soni
  • 515
  • 1
  • 7
  • 19
2
votes
1 answer

Can DMS migration use wildcard range for schema?

I am using AWS DMS to migrate data from one postgres db to another postgres db and would like to spread the migration into multiple replication tasks. Ideally I would like to do so by splitting the schema range into alphabetical chunks using…
Neal
  • 21
  • 1
2
votes
2 answers

Android Show Map location when Longitude/ Latitude values are in DMS Format

In my Android application I need to load Google map and show the location according to the Latitude and the Longitude values provided. I referred the following tutorial and its completely ok. Work fine. Link to the tutorial I followed Problem is…
JibW
  • 4,538
  • 17
  • 66
  • 101
2
votes
1 answer

Migrate data from Citus to RDS

Since Citus is not going to be available as a Managed Service in AWS, I am trying move the database to RDS (not the whole history but only the transactional portion as an OLTP). The migration from Citus is not clear because the data does not reside…
Victor Cadena
  • 191
  • 2
  • 7
2
votes
1 answer

AWS DMS validation fails

I migrated data from SQL Server database to Aurora Postgres, using AWS DMS. Everything works and data is migrated correctly, but then validation fails. There are two types of validation errors: GUIDS in the source database are all uppercase and in…
B G
  • 103
  • 1
  • 8
2
votes
1 answer

Cypress.io: Server Error | 404 - File or director not found

I'm currently trying to automate the test for a pretty big webapplication (DMS) Document Management System. To explain the system a little bit: There is a loadbalancer which connect to one of two frontends. To be sure that will be no problems in my…
WasteD
  • 758
  • 4
  • 24
2
votes
2 answers

Choosing the right regex expression for coordinates

I have coordinates in various formats and try to get a more or less universal conversion routine. For this i try to parse the individual elements of the string with a regex expression and try to get the individual information for degree, minute and…
Jan Schulz
  • 31
  • 3
2
votes
1 answer

How to get a substring in the mapped value on a DMS task

I'm trying to create an AWS DMS task to migrate from MongoDB to DynamoDB. While most of it is done, I'm unable to find any documentation or a sample to extract a partial value of a field. Setup: 1 Source Endpoint Mongo DB 1 Target Endpoint…
Prith
  • 153
  • 2
  • 7
2
votes
3 answers

Boto3 DMS 'modify_replication_task' error on replication task settings JSON

I'm using boto3 to create DMS replication tasks. I'm using the following replication_task_settings.json to create the replication tasks: { "TargetMetadata": { "TargetSchema": "", "SupportLobs": true, …
njgrisafi
  • 61
  • 7
2
votes
0 answers

AWS DMS: Mariadb 10 to Aurora MySQL 5.7 - Migrate and Replicate

Several attempts to migrate and replicate multiple mariadb databases to Aurora mysql failed with a meaningless error: Last Error Task error notification received from subtask 0, thread 0 [reptask/replicationtask.c:2673] [20014] Stop Reason…
hpaknia
  • 2,769
  • 4
  • 34
  • 63
2
votes
1 answer

How to set time_zone for Source DB in AWS DMS?

I am trying to migrate a MySQL database to Aurora, but can't get the timezone set. According to the documentation: "Valid values are the standard time zone abbreviations for the operating system hosting the source MySQL database." Executing date on…
kev
  • 8,928
  • 14
  • 61
  • 103
2
votes
1 answer

AWS DMS limitation when using SQL Server as a source - replicating rows with more than 8000 bytes of information

I am thinking of creating a read only DB in Amazon RDS, using their DMS to replicate the data from an on-site database. On the Amazon DMS list of general limitations, one of them are: Changes to rows with more than 8000 bytes of information,…
2
votes
1 answer

Need a head start in reading AFP files and extracting the content and metadata

I was assigned to work on this specific project, where we will be getting AFP(advanced function presentation) files and we need to get the documents, i.e.the content and the corresponding meta data. I have been looking into AFP(advanced function…
2
votes
0 answers

Reading post body in Nginx is downloading a DMS file

Following is my scenario: When user hits http://mypage.sso.com (my sso endpoint) it will authenticate the user and will do a POST request to my site (https://mypage.com) with the authentication token in POST body. Iam trying to read the POST body in…
Rajeswari
  • 21
  • 1
2
votes
1 answer

Alfresco Document Management supportive of all file types?

Quick question.... We're trying to make a decision on a dms here and Alfresco has been recommended to us. Is the Alfresco Document Management supportive of all file types? Thanks!
damien535
  • 627
  • 3
  • 14
  • 31
1 2
3
14 15