Enterprise Content Management (ECM) is the processes, methods and tools used to capture, manage, store, preserve, and deliver content and documents related to organizational processes. ECM tools and processes allow the management of an organization's unstructured information, wherever that information exists.
Questions tagged [ecm]
100 questions
0
votes
2 answers
How to get CURRENT version label number through DFC code?
public static IDfCollection getVersions() {
IDfQuery query = clientX.getQuery();// obtain an idfObject
query.setDQL(
"select r_object_id,object_name,r_version_label,owner_name from dm_document(all) where…

paramesh
- 45
- 9
0
votes
1 answer
Document not archiving in Opentext Archive Server 10.5
Documents are not getting archived from external directory to pipeline.
After putting the document in external directory, the LOG file is gone but leaving behind the remaining 3 files.
While looking the tomcat AS logs following is the error and…

Rishabh Piplani
- 1
- 3
0
votes
1 answer
Role does not work with (LDAP) Active directory
I have successfully installed openkmcommunity edition (Version 6.3.6, Tomcat-8.5.24, PostgeSQL 9.4.15 and Debian 8.2.0) with MS AD (windows 2012 R2) using advanced configuration and best practices in docs :…

user392811
- 1
- 1
0
votes
2 answers
Specify target folder when using batch loader in Oracle Webcenter Content
I'm using Batch Loader to migrate a large number of files. I'm generating my hda file using a script on the source system. How can I specify the target folder? Everything I've migrated so far has no entry for Folder when I view it's info, and I…

user3130010
- 93
- 10
0
votes
2 answers
Alfresco - Storing every single form labels as custom content
Our team is building a rather large enterprise application. Alfresco is the ECM that will be storing all the content.
However, we're being told that they literally mean ALL static content, including small things like form labels, such as "Gender",…

Jung Lee
- 105
- 1
- 5
0
votes
1 answer
CMIS: How to look for all properties of a document type?
I'm trying to find out how to create a cmis query that returns the properties of a specific document. Not the values, just the property name and its type. For example: property "dateCreated" type "String".

federico.luppi
- 21
- 1
- 6
0
votes
1 answer
Edit Document Stored in ECM from remote application
We are planning to allow the users to attach documents from our HTML app. The Documents are stored in Enterprise Content Management system (ECM). The ECM system could be different for each client. The Question i have is, how do i edit the documents…

javauser123
- 13
- 4
0
votes
1 answer
Alfresco ADF login issue
I'm currently trying to get along with the Alfresco development environment but after installing properly Alfresco ECM, I'm stuck after having generated the demo app with yeoman.
I can't find the password despite that I've always put admin/admin in…

Jack
- 695
- 10
- 29
0
votes
2 answers
Alfresco ECM mandatory access control?
Does Alfresco ECM has component, that allows to work not through role-based access control, but using mandatory access control (MAC)?

nemelianov
- 911
- 1
- 7
- 15
0
votes
0 answers
CMIS file size download limits?
I have a CMIS implementation with Java pointing to a variety of ECMs. I'm using an InputStream object to get my documents via CMIS. However, I have noticed that I am getting errors whenever my file size is greater than 50KB. The type of file does…

Unknown Coder
- 6,625
- 20
- 79
- 129
0
votes
1 answer
Compression while uploading scanned documents in Alfresco. Managing bulk of data
Considering Alfresco as an ECM, how one can manage bulk amount of data in it?Usually scanned(black and white) image with 150 dpi is of 274K, thousands of such scanned images would be uploaded each day. Reducing the size of file using compression…

Bilal Saeed
- 116
- 10
0
votes
1 answer
ECM Sitecore Upload Receipts From .CSV Error
Has anyone received the following error when trying to upload receipts in Sitecore Email Campaign Manager? It looks like the file is not being saved in the temp folder. The error is not consistent. It happens sporadically.

mloomis
- 199
- 1
- 2
- 11
0
votes
1 answer
How to embed only Alfresco Repository in individual project
Already have implemented Alfresco CMIS to create, delete and modify files connecting to the Alfresco Community (server), but we need to include/embed the Alfresco Repository to our project, we DON'T need the share interface or REST API, only the…

Maicon Carraro
- 499
- 4
- 12
0
votes
5 answers
network drive file sharing
For the better part of 10 years + we have relied on various network mapped drives to allow file sharing. One drive letter for sharing files between teams, a seperate file share for the entire organization, a third for personal use etc. I would…
Linc
0
votes
1 answer
Does Xerox DocuShare support the CMIS protocol?
Can I access the content of a DocuShare repository using the CMIS protocol?
CMIS is a recently-released standard to access ECM repositories. It is already usable with Alfresco and Nuxeo, and many other ECM vendors are implementing it, but I can't…

Nicolas Raoul
- 58,567
- 58
- 222
- 373