Questions tagged [cmis-workbench]

CMIS Workbench is CMIS desktop client for developers.

Content Management Interoperability Services (CMIS) is an open standard that allows different content management systems to inter-operate over the Internet. Specifically, CMIS defines an abstraction layer for controlling diverse document management systems and repositories using web protocols.

CMIS defines a domain model plus web services and Restful AtomPub (RFC5023) bindings that can be used by applications. OASIS, a web standards consortium, approved CMIS as an OASIS Specification on May 1, 2010. CMIS 1.1 has been approved as an OASIS specification on December 12, 2012.

CMIS provides a common data model covering typed files and folders with generic properties that can be set or read. There is a set of services for adding and retrieving documents ('objects'). There may be an access control system, a checkout and version control facility, and the ability to define generic relations. Two protocol bindings are defined, one using WSDL and SOAP and another using Representational State Transfer (REST), using the AtomPub convention. The model is based on common architectures of document management systems.

Although initiated by AIIM, CMIS is now administered by the OASIS standards body. Participants in the process include Adobe Systems Incorporated, Alfresco, EMC, eXo, FatWire, HP, IBM, ISIS Papyrus, Liferay, Microsoft, Nuxeo, Open Text, Oracle, Newgen OmniDocs and SAP. The standard is available for public comment at OASIS.

41 questions
2
votes
1 answer

How to Update Document properties using CMIS

I have one external web application through that i connected to alfresco repository using CMIS. I am already able to upload document in to repository or able to download n view document. Now my requirement is, I have to Update Specific Documents…
2
votes
1 answer

CMIS QL get folder path using CONTAIN (ALL:)

I am having a problem retrieving the path of a folder which contains '(' and ')' when I do a query in CMIS. how can i get the below working ? SELECT cmis:path FROM cmis:folder WHERE IN_TREE('a53471aa-b447-4fdd-a451-4a2beb494226') AND…
tosi
  • 1,873
  • 2
  • 18
  • 38
2
votes
5 answers

Login error to Sharepoint 2013 repository using openCMIS Workbench

using the OpenCMIS Workbench 0.8.0, I can load the sharepoint 2013 (GA) repositories fine but get the following error when I try to login to one of the repositories such as Documents: "Invalid Argument: One or more of the input parameters to the…
Nic
  • 151
  • 1
  • 2
  • 9
1
vote
2 answers

Unable to Unlock Alfresco Document using CMIS

I'm using CMIS to make changes to alfresco document, I need to add new aspect to document, but I'm facing: org.apache.chemistry.opencmis.commons.exceptions.CmisUpdateConflictException: Update conflict: 06160811 Cannot perform operation since the…
Srikanth Josyula
  • 790
  • 7
  • 15
1
vote
0 answers

While querying for custom types file in cmis getting error

First I was trying with this code to get all properties of custom type file in my repository. Object Id is of type mcl_engineer. Unable to read custom types file and getting exception. CmisObject objectt =…
Ashish yadav
  • 97
  • 1
  • 11
1
vote
1 answer

how to upload a file using file uploader for cmis workbench using file uploader?

I am using file uploader to upload the document using cmis connection. I have created a destination in neo trial account. Also i am making an ajax call to upload the rest of data to the document as a service. view.xml FileUploader id="fileUploader"…
1
vote
0 answers

OpenCMIS 0.9 - Creating custom property

I'm trying to create a custom property for my files on my CMIS repository. I am not using Alfresco or other similar extensions (and i can't use it). I have been looking for information here but that code doesn`t work (using versions 0.9, 1.0 and…
JLumos
  • 11
  • 3
1
vote
2 answers

OpenCmis query slower than apache cmis workbench

I' dooing pretty simple query SELECT cmis:objectId, cmis:name, cmis:parentId FROM cmis:folder ORDER BY cmis:name Running this query with apache cmis workbench take ~ 15 sec Running the same query with opencmis, is pretty quick, but going throught…
benzen
  • 6,204
  • 4
  • 25
  • 37
1
vote
2 answers

Alfresco CMIS query checking for NULL/Blank

I want to check whether the Aspect property is present or not and if present it should not be blank... On some docs the aspect applied but no properties are populated. On some docs all the properties of aspect are populated but few are blank. I…
Sam
  • 2,972
  • 6
  • 34
  • 62
1
vote
0 answers

Unable to navigate or query certain sub-folders in SharePoint 2013 using DotCMIS or CMIS Workbench

CMIS Workbench / DotCMIS Problem with SharePoint 2013 Cannot GetChildren() of certain sub-folders i.e. /.../001 Cannot perform cmis:query Select * From cmis:folder 1. Cannot GetChildren() of some…
SimplyInk
  • 5,832
  • 1
  • 18
  • 27
1
vote
1 answer

Alfresco can I Change properties "cmis:creationDate and cmis:lastModificationDate" Updatablity?

Hi and thanks in advance for the help I have a problem with insertion and update documents in alfresco, So when I set a property like "cmis:creationDate or cmis:lastModificationDate", the document is created successfully but the properties that has…
Sfayn
  • 190
  • 1
  • 2
  • 13
1
vote
0 answers

Fileupload with CMIS + Apache fails due to "Proxy Error"

We developed a web application which uses opencmis and a windows client which uses dotcmis. The web application runs behind an apache httpd. We are facing the following problem: Small files can be uploaded by the client without problems (< 1,5…
Facy87
  • 145
  • 1
  • 2
  • 11
1
vote
1 answer

CMIS Workbench Error running Query - Sharepoint 2013

We are trying to run a simple query on a list (Sharepoint 2013) on Workbench but we are getting the "Connection:Redirects are not supported (HTTP status code 302):" error. What's weird is that we can run queries on other list except one named "AP…
LeneyBelle
  • 63
  • 1
  • 5
1
vote
0 answers

In the CMIS TCK unit tests, what "INFO" actually mean "passed"?

I am trying to score the results of the CMIS TCK unit tests for each ECM server. For the score, I just count the number of passed unit tests. PROBLEM: Some "INFO" sound very much like they actually mean "passed". QUESTION: Is there a way to know…
Nicolas Raoul
  • 58,567
  • 58
  • 222
  • 373
1
vote
1 answer

CmisConnectionException : Parsing exception Error

I am trying to remotely connect to Alfresco server using cmis workbench but i am getting below error. Exception: CmisConnectionException Parsing exception! Cause: WstxEOFException Unexpected EOF in prolog at [row,col {unknown-source}]: [1,0]…
Finn
  • 912
  • 1
  • 16
  • 53
1
2 3