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
0
votes
0 answers

AWS DMS MySQL Migration is Stuck, "Full load rows" Keeps increasing

I have a fairly small database (2.5 MB dump) to migrate from AWS EC2 instance to Aurora (mariadb 10 to Aurora 5.7) Migration sticks on one of the tables. Even though the table has only ~1300 rows, total number of rows in the tables statistics keeps…
hpaknia
  • 2,769
  • 4
  • 34
  • 63
0
votes
0 answers

Terminal can't see or find dms file

I am trying to install MuJoCo Garage on my Mac. Following instructions to obtain a computer id for a license, I downloaded getid_osx.dms. However, when I ls downloads it doesn't show up. When I try and chmod it, it can't find the file. Thanks for…
Lew Leibowitz
  • 55
  • 1
  • 8
0
votes
1 answer

Invalid processed submission: expecting value for field 'field_name' to be of type string, null given

I have a ObjectValue type class as Test const FIELD_NAME = 'fieldName'; /** * @var string */ public $fieldName; public function __construct($fieldName) { $this->fieldName = $fieldName; parent::__construct(); } protected function…
Teletubbies
  • 43
  • 10
0
votes
1 answer

Postgres to Postgres replication error in AWS DMS

I am getting below error while using AWS data migration service. Source - One single postgres rds instance having multiple databases in it (80 GB) Target - One single postgres rds instance where each src database will be a schema in same…
conetfun
  • 1,605
  • 4
  • 17
  • 38
0
votes
1 answer

AWS DMS CDC SQL Server Source fails to start when calling sys.fn_dump_dblog

AWS DMS ongoing replication from SQL Server 2014 Standard edition. Reduced the task down to just one simple table. All tables have primary keys and replication is enabled on the server. The task is starting not resuming, it fails when trying to…
Andrew Melvin
  • 11
  • 1
  • 4
0
votes
2 answers

open source DMS Jackrabbit/modeshape/nuxeo

I'm looking for open source DMS/EDM solution. So i'm seeing : Jackrabbit project seems dead Modeshape: The documentation seems quite good But the project is dead ? I haven't seen push in master since 9 month ago :…
0
votes
1 answer

Redux async API calls - most up to date state

I am currently working for an Austrian company, we are developing a document management system for Windows. In early 2017 we started creating a web application using Angular. However we started to get some problems with the state of the app. We are…
Maxlisui
  • 69
  • 1
  • 9
0
votes
2 answers

Anyone replicated a sql server db into AWS using NATIVE replication NOT AWS DMS

Just a yes / no hopefully. Can you replicate into a sql server rds multi az aws instance from an on premise sql server (standard edition 2008r2) I know there is aws dms and im not asking about that. There is aws directory services which i believe…
AdiFatLady
  • 368
  • 1
  • 6
  • 18
0
votes
1 answer

How to export a 2TB table from a RDS instance to S3 or Hive?

I am trying to migrate an entire table from my RDS instance (MySQL 5.7) to either S3 (csv file) or Hive. The table has a total of 2TB of data. And it has a BLOB column which stores a zip file (usually 100KB, but it can reach 5MB). I made some tests…
0
votes
1 answer

Alfresco switch repository with other CMIS compliant repository

Alfresco offers a CMIS compliant repository. But is the other way around possible to connect Alfresco to another CMIS compliant repository for asset storage? So Alfresco being a CMIS client? Are there any other CMS / DMS out there, which can exactly…
Christian
  • 3,503
  • 1
  • 26
  • 47
0
votes
1 answer

function for converting DMS format to Decimal in Microsoft Excel Visual Basic

I have problems using Visual Basic in Ms. Excel. I have a sort of coordinates data in DMS format (longitude and latitude) but it's not in a usual format. The data seems like this: E 103 29 12.4562 W 3 9 1.4562 N 16 5 32.4333 S 16 5 2.4333 I…
0
votes
1 answer

Unique identifier for documents stored in Jackrabbit

I m fairly new to Apache Jackrabbit and I could not get a concrete answer to this question as far as I checked. Hence I m posting the following question: I need a unique identifier for the documents stored in Jackrabbit (irrespective of whether the…
Gandhi
  • 11,875
  • 4
  • 39
  • 63
0
votes
1 answer

Single sessions in LogicalDOC BE

For a project that I am recently assigned to, we used to work with the free LogicalDOC Community Edition. We are considering buying the business edition, however, in this edition you only get a limited number of consecutive sessions. The project…
0
votes
0 answers

SharePoint 2013: Saving attachments to DMS

We intend to store attachments for a list item on an external Document Management System (DMS). A SOAP web service exists for interacting with the DMS and we've received a WSDL for it. How can I achieve the scenario where SharePoint is able to talk…
Syed
  • 340
  • 1
  • 3
  • 13
0
votes
0 answers

TYPO3 7.6.x DMS integration

How can I manage Documents, file and folders in TYPO3 7.6.x or can I integrate any DMS in my backend module? I need to manage users, permissions and even create groups of users. I know this is a little too much from TYPO3, but how can I integrate…
Donald M
  • 59
  • 5