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

Forum Posts

Hi, Thanks for letting me know,i had created users ans some process in activiti-explorer community version yesterday,but today it was not availalble,Why this things happening,Could you please let me knowNo data available after restart

Hi, I had created users and some process  inactiviti-explorer community version yesterday,but today it was notavailalble,Why this things happening,Could you please let me know

linshad_k by Champ in-the-making
  • 3007 Views
  • 1 replies
  • 0 kudos

JNDI Datasource / JDBC in OSGI Karaf

Hello Everybody! I try to change my code to use a nother database instead of h2, but i run in errors. I try to set my  datasource in the blueprint to:<bean id="dataSource" class="org.mariadb.jdbc.Driver">    <property name="url" value="jdbc:mariadb:/...

mwolf by Champ on-the-rise
  • 3715 Views
  • 1 replies
  • 0 kudos

How can I use camel in the online trial ?

I have signed up for the free online trial of activiti and would like to know how I can upload my camel integrations or custom java components, or if this is even possible in the free trial.

smoolji by Champ in-the-making
  • 2790 Views
  • 1 replies
  • 0 kudos

Properties alfresco.host for cluster

Hello All,I want use this scheme Scenario: Clustering for high throughput | Alfresco Documentation , but don't understand, what value to use for alfresco.host and share.host.In documentation:alfresco.host Specifies the externally resolvable host name...

Resolved! Remove people finder from live search in alfresco community

I am using Alfresco Community 5.0.d and have been trying to find a way to remove the people finder from live search as shown in below screenshot. Please let me know in which file can I find this live search so I could modify the people finder or remo...

nwali by Star Contributor
  • 7038 Views
  • 2 replies
  • 0 kudos

Error - GetModelsDiff return status is 302

On startup alfresco I am getting below error.  Alfresco is running fine but I am not able to search anything new.Does anyone have any idea about this ?I am using alfresco 4.1.4 version.2017-01-26 13:25:52,959  WARN  [repo.usage.RepoUsageMonitor] [Def...

yogeshpj by Star Contributor
  • 4932 Views
  • 2 replies
  • 0 kudos

LDAP-AD Not Working

I am trying to configure LDAP-AD for Alfresco. I added the authenticator "example.com" with the following values:Format: DefaultLDAP server URL: ldap://server.example.com:389Security: simpleSecurity Principal Name: svc_alf@example.comSecurity: simple...

joe_rella1 by Champ in-the-making
  • 7783 Views
  • 6 replies
  • 0 kudos

UnsupportedTranformationException

Hi,I have an issue with the transformation from PDF to HTML.Here is the Rule:https://i.imgur.com/4uFsKZr.png"Caused by: org.alfresco.repo.content.transform.UnsupportedTransformationException: 00270053 Transformation of (pdfdocname.html) has not taken...

ksh by Champ in-the-making
  • 11114 Views
  • 8 replies
  • 1 kudos

Uploading image to Alfresco issue

I am trying to upload an excel document or image to Alfresco community from Java using a Base64 encoded string. While I can upload the document, Alfresco is not able to preview it and when I download the content and attempt to view it. I get a respon...

How to configure PDF Toolkit

Hi Folks, without any problems installing PDF Toolkit I wonder where / how to configure this addon. For example I would like to fix the naming of splitted files as the result is pgs1-1pgs2-2pgs3-3what should begs1-3pgs2-3pgs3-3Thankx for your help......

bdk by Champ in-the-making
  • 4366 Views
  • 1 replies
  • 1 kudos

Resolved! Visibility based on variable in activiti

Hello,I want to make sure that a textfield is visibile only for certain assignee,I am actually using a script that store the id of users and doing a multi instance task assigned to each one of the list, How can I make a textfield visible for one user...

bhchemss by Star Contributor
  • 5140 Views
  • 2 replies
  • 1 kudos

Error editing doc with space in filename. Excel works

Hello everybody,I think I've read every possible post and haven't found anything similar to my weird situation:I've just set up Alfresco Community 5.1 on my Ubuntu 16.04 box. I've used this awesome script and now my share is available from the intern...

moro by Champ in-the-making
  • 5828 Views
  • 3 replies
  • 0 kudos

On permission of files

Let's take the following use case:An user A wants to share a file inside a folder from its private files (my files) to some other user. The user A have to add the user B to his personal folder with some role. Doing so, the user B can access the folde...

iwkse by Star Contributor
  • 4453 Views
  • 2 replies
  • 1 kudos

Wrong dates. Activiti deployment date.

Hello Fellows!I experience this strange product behavior, quite critical thing i must admit. The processes i am deploying via activiti explorer are getting wrong deployment date. And what is more crucial - instance actions also randomly gets wrong st...

vipi_voxa by Champ in-the-making
  • 11746 Views
  • 11 replies
  • 2 kudos

How multiple requests handled by Activiti

Hi AllLets say, If I go with activiti to build the workflow and deploy the web service in multiple servers.IF there are large number of users using the system at the same time, How processEngine works ?ProcessEngine processEngine = ProcessEngines.get...