Alfresco Archive
cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

How to make ldap syn autimatically ?

I found it wokr only on first start ans loading much time …around 1000 users account ..etc ? any idea make force sn automatically? enlosed my configureldap.authentication.active=trueldap.authentication.allowGuestLogin=falseldap.authentication.userNam...

barrykfl by Champ in-the-making
  • 450 Views
  • 3 replies
  • 0 kudos

Retrieve document based on custom property

Hi,I am writing a webscript that retrieves a document based on the custom property "shortLink". I am using the code given below to retrieve the node       var searchQuery = "@vmr\\:shortLink:\"" + documentShortLink + "\"";      // perform search     ...

deepacp by Champ in-the-making
  • 329 Views
  • 3 replies
  • 0 kudos

How to find node links by luceneSearch

Hi everyone!I'm trying to find a node of type filelink by lucenSearch, I tried something like this:search.luceneSearch("(PATH:\"/app:company_home/st:sites/cm:comex-y-logistica/cm:documentLibrary//*\") AND @cm\\:link:\"NP N°1\"");‍‍‍But it didn't work...

refur by Champ in-the-making
  • 863 Views
  • 4 replies
  • 0 kudos

License Quotation needed

I have filled the form 4 times, it says sales will response to me in 24 hours, but nothing happens.We are providing a solution to our client which will use alfresco product for content management, the quotation and license options of alfresco enterpr...

silverhoof by Champ in-the-making
  • 362 Views
  • 3 replies
  • 0 kudos

Getting path to a folder through freemarker template in alfresco

Hi, would like to get the path to all the sub-folders of a parent folder, from a freemarker template.I tried the following, but it throws error not able to find the node: "${url.serviceContext}/api/node/content/workspace/SpacesStore/{child.nodeRef.id...

juilee by Champ in-the-making
  • 2172 Views
  • 7 replies
  • 0 kudos

Alfresco und WebDav

Hallo zusammen,wir haben die Alfresco Community Edition 5.0.a installiert, und eine ldap-ad Authentifizeirung eingerichtet. Soweit alles OK.Kopiert man nun ein Dokument (Office, JPEG) mittels WebDav von einem Windows 7 Rechner auf den AlfrescoServer,...

sturm by Champ in-the-making
  • 862 Views
  • 1 replies
  • 0 kudos

Is the iPad app compatible with 5.0a?

Ever since our upgrade from 4.2e to 5.0a, the iPad app has become unusable.  It does not allow anyone to login.  "An Error Ocurred" - "Check that you have access rights to do this".  Is it compatible with 5.0a?  Is there some new security mechanism I...

sscbrian by Champ on-the-rise
  • 327 Views
  • 2 replies
  • 0 kudos

I can't read into variableIntances

Hi there,context : I deploy my BPM process like this ProcessInstance processInstance = runtimeService.startProcessInstanceByKey("name_process", variableMap);problem :When the process is finished I want to get all my process variables in the easiest w...

Custom datalist button

HelloI'm trying to add a custom button into the datalists toolbar (next to the "New item" and "Selected items" buttons). This button (closeListButton) will be used to "close" a list (inactivate a data list thanks to a custom property) and create a ne...

jlocke by Champ in-the-making
  • 663 Views
  • 1 replies
  • 0 kudos

Recherche d'utilisateurs/groupes dans un workflow

Bonjour tout le monde,J'ai modifié le workflow activitiParralelReview pour répondre à mes besoins. Dans ce workflow, on sélectionne les relecteurs (utilisateurs) via un formulaire de recherche en cliquant sur relecteurs.J'aimerai que ce formulaire me...

crono40 by Champ on-the-rise
  • 1028 Views
  • 2 replies
  • 0 kudos

Create authority as admin

Hi.I need to create authority using AuthorityService. String authority = authorityService.createAuthority(AuthorityType.GROUP, siteRoleGroup)‍If I signed as admin then works fine, and if as common user with no roles then AccessDeniedException appears...

mdergalev by Champ in-the-making
  • 364 Views
  • 2 replies
  • 0 kudos

How to call a Web Service in Activiti?

Hi,I'm trying to read some data from a Sharepoint and have created a Java class that can do this outside of Activiti.I am now trying to get this to work within Activiti, but I keep getting the below error:08:42:27,658 [http-8080-4] INFO  org.activiti...

zlatan316 by Champ on-the-rise
  • 554 Views
  • 2 replies
  • 0 kudos

Performance problems after a while that is not used

Hi,I've got a strange behavior in terms of performance in a webscript that consists in a Lucene query with some condition (by path, by date, by aspect and sometimes by some imap aspect metadata).The webscript is very slow when it is called after a wh...

npasquetto by Champ in-the-making
  • 1415 Views
  • 13 replies
  • 0 kudos

öffentliche Verwaltung

Hallo liebe Alfresco-Gemeinde,ich bin neu in der Alfresco-Welt und habe mir schon einiges angesehen und getestet. Als IT-Verantwortlicher in einer Verwaltung habe ich Interesse Alfresco als DMS und vielleicht später als Kollaboration-Lösung einzuführ...

m_günther by Champ in-the-making
  • 1692 Views
  • 2 replies
  • 0 kudos

CIFS Authentication with AD login and NTLMv2

Hello,how I can configure that Alfresco should ignore this notice?"Only NTLM v1 is supported in this configuration. As NTLMv2 has been designed to avoid "man-in-the-middle" attacks, it would be impossible to use in this pass through style."<strong>So...

ldapuser by Champ in-the-making
  • 508 Views
  • 2 replies
  • 0 kudos

Configure Email

Hello!I have some questions about Email:I installed the community version on a Ubuntu Server 14.04 x64For setup email I have to configure the file:/opt/alfresco-5.0.a/tomcat/shared/classes/alfresco-global.propertiesThere is also a file called .sample...

fohnbit by Champ in-the-making
  • 224 Views
  • 1 replies
  • 0 kudos

HistoryServiceTest, 2 results instead of max 1

Hello,I'm having an issue using the HistoryServiceTest class from the book. When I run this class, I get this error of the JUnit tests:JUnit test errorrg.activiti.engine.ActivitiException: Query return 2 results instead of max 1   at org.activiti.eng...

tc1 by Champ in-the-making
  • 639 Views
  • 1 replies
  • 0 kudos

How to scale Activiti

Hi,I was exploring Activiti, and wanted to understand how will it scale if it started to get lot of requests. In my application, we will have a series of asynchronous tasks without any user task.I was reading that " The job executor is a component th...

mimani by Champ in-the-making
  • 384 Views
  • 3 replies
  • 0 kudos