Python CMIS not connecting through SSH Tunnel
ForumsAlfresco APII have created an SSH tunnel to an Alfresco 5.0.d server, and can connect fine via the tunnel with 1. my browser and 2. CMIS Workbench.But this Python CMIS code ..print"Connecting to...
View ArticleCMIS SCORE() function
ForumsAlfresco APIHi,I need to realize a CMIS full-text query where the results are ordered by relevance.I know that I can use The CONTAINS() + SCORE() functions... what I don't understand is: how is...
View ArticleCMIS contains for folders?
ForumsAlfresco APII can't seem to return any results with the following query (testing through Workbench) :SELECT * FROM cmis:folder where CONTAINS('Contracts') That should return at least one folder -...
View ArticleMissing .bin file after restore
ForumsAlfresco APIAfter we did Alfresco restore some random users couldn't login to Alfresco. In the logs for each login attempt there is following stacktrace:REPO_ 2015-11-1616:46:12,569 ERROR...
View ArticleAlfresco CMIS search
ForumsAlfresco APIHi,I'm using in Java the SearchService to search custom folder on the repository using the CMIS Query language and transactional metadata to Query directly on the database.To archieve...
View ArticleCMIS use cases (in general)
ForumsAlfresco APIHello,I have read a lot so far about CMIS architectural use case : R2R, A2R, FR and related business use cases. I am looking forward to CMIS case studies or concrete feedbacks with...
View ArticleChanging permissions does not update "last modified date"?
ForumsAlfresco APIHello,I am running Alfresco 5 Community Editon.When I change the permissions on a folder or document in Share, the property "last modified date" (CMIS, but also the displayed last...
View ArticleSuggestion to call webscript page Share on repository JAVA
ForumsAlfresco APIContext:I have a custom action document library button that calls a page that have an applet that makes some modifications on a file. I want to include this applet (page) in my custom...
View Articlealfresco5.0 xpath sorting problem
ForumsAlfresco APIhi there, recently i'm programming with the newest Alfresco5.0.0d community-edition. since considering of improving the performance of indexing,alfresco will index by a period of 15...
View Articleproblems using python cmislib uploading to 5.0.d
ForumsAlfresco APII've just upgraded from 4.2.f to 5.0.d and am having problems with a very simple python script used to upload a file via CMISI've tried changing the service url from...
View ArticleDocument Preview API in Dotcmis
ForumsAlfresco APIHi,There is a need in our project, to preview the documents of different mimetypes using DOTCmis dll (from MS office, pdf to audio & Video files). Is there an Alfresco API in...
View ArticleGetting large amount of users with CMIS query
ForumsAlfresco APIHi,I have to get a list of all usernames in Alfresco. It is Alfresco 5 Community Edition. There are many thousands of users. This is my code to get all usernames with a CMIS...
View ArticleGetting large amount of users with CMIS query
ForumsAlfresco APIHi,I have to get a list of all usernames in Alfresco. It is Alfresco 5 Community Edition. There are many thousands of users. This is my code to get all usernames with a CMIS...
View ArticleCMISRunTimeException Uploading 20 MB File
ForumsAlfresco APIHi All, I am using the below code to upload file to Alfresco. It runs fine for smaller sized documents but is failing for files of sizes around 20MB. public String...
View ArticleGetObject Timeout?
ForumsAlfresco APIHi, I'm building my first .NetCMIS app, and running into a weird issue. The object is to read the folder tree and retrieve specific files. However, in some cases the GetObject fails....
View ArticleAction configuration
ForumsAlfresco APII would like to configure action based on a condition. If the user has role like 'COORDINATOR', then execute action 'test1', otherwise, it will execute 'test2'. Action 'test1' might...
View ArticleHow to pass cyrillic symbols in CMIS query?
ForumsAlfresco APII'm using CMIS query language to query information from my Alfresco server. Some of content's properties have Cyrillic names (aspects names). When I try to insert this names in WHERE...
View ArticleGet all the categories using the RESTFULL API
ForumsAlfresco APIHello everybody,All my documents in alfresco are Categorizable. (Category as an Aspect)I would like to get all the catégories using the restfull API. Is that possible ?I'm able to get...
View ArticleChange type using API
ForumsAlfresco APIHi Experts, I have created a custom type as below Insurance documents cm:content d:datetime d:text d:text d:intIn file...
View ArticleHow to use RESTFULL API with Kerberos
ForumsAlfresco APIHello,I Would like to know how to use the RESTFULL API with Kerberos.Do we have to call "alfresco/service/api/login" to get the alf_ticket ?If yes, what to put in the post data if...
View Article