Questions tagged [alfresco-enterprise]

110 questions
0
votes
1 answer

How to design process with view and edit mode?

I have process as shown below. Simple Process Here I have two task i.e., Draft and Review.(fig1) In draft i have outcomes as "save & submit". When i click on save the draft task should display in read only mode so for this i have created the new…
0
votes
1 answer

Alfresco 5.2.4 in weblogic server

I am getting the following error when trying to install Alfresco 5.2.4 in weblogic 12. I am using all the supported technology stack as per the alfresco documentation. Any help would be greatly appreciated.
bfab
  • 77
  • 1
  • 6
0
votes
1 answer

Alfresco export file by ftp

Good day. I use the standard alfresco job and i need to save the line in a csv file and then transfer this file via FTP to a remote server. How can this be done?
0
votes
1 answer

How to create custom tooltip for mandatory fields in Alfresco share property page?

I have to create some custom tooltip on Alfresco property page. I tried following code with "Description" attribute, but its not working for mandatory fields because for mandatory fields, default tooltip is "The value can not be empty"
0
votes
1 answer

Configure authentication and synchronization with two LDAP in Alfresco 5.1

We perform migration from enterprise version Alfresco 4.2 to the 5.1. There are two Active Directory domains (primary and child) in company, for this reason we configure two LDAP(AD) subsystems in Alfresco 5.1. Structure of…
ERemarque
  • 497
  • 3
  • 16
0
votes
1 answer

Alfresco accepting only .txt files while uploading and giving 500 internal server error for other files

Today I found very wearied behavior of alfresco, When I upload any .txt file via share UI, its getting uploaded successfully, but if I upload any other type of file then it's giving 500 internal server error as shown in attached screen shot, also…
0
votes
0 answers

After accidentally deleting Data Dictionary (app:dictionary) Alfresco doesn't start

One operator deleted Data Dictionary and restarted Alfresco 3.4.12 Enterprise Edition. The context /alfresco doesn't start with the following exception: 17:43:11,100 INFO [STDOUT] 17:43:11,097 ERROR [web.context.ContextLoader] Context…
Luis Sánchez
  • 121
  • 1
  • 6
0
votes
1 answer

How to customize the history display for the requester

I need to configure the display history for the requester, in particular, the date of the last change should be displayed not in the form of how many days have passed since the last change, but simply the date of the last change. How can I settle…
0
votes
0 answers

Is this possible to pass multiple values at once for fetching process instances by passing variables?

I am fetching process instances by passing the variables. I am using historic process instance query api. Reference link is as…
user8030367
  • 81
  • 4
  • 18
0
votes
2 answers

Alfresco : How to search a mimeType of file using 'lucensearch'

I have written the following javascirpt code snipped in Alfresco CMS to find and print names of files whose mimetype is "image/png" into a book.txt file. This code creates the book.txt file successfully, but it is blank; it does not write any name…
Ramesh
  • 131
  • 1
  • 1
  • 10
0
votes
1 answer

Force HTTPS on alfresco

I have been trying to enable HTTPS login on alfresco but it seems to be a challenge to get it working. I can access my website via HTTPS and get the login page, but when I login with the correct credentials I get the following error : Something's…
Marc
  • 49
  • 10
0
votes
0 answers

fts-alfresco search giving wrong results on s*

I am searching in Alfresco node browser with @xyz:attribute:*pks*(no node is present with value pks) and in the result am getting nodes containing "pkk". Below is few test cases and results. search keyword results *pks* ----------node…
0
votes
1 answer

cmyk to rgb conversion in alfresco plugin code and ImageMagick trying various way, unable to get it done. Kindly check my findings, please advice me

I am doing cmyk to rgb conversion but trying various way, unable to get it done. Kindly check my findings and please advice me, 1. i am getting the err and warning message when running through alfresco and conversion is incorrect os: Linux …
0
votes
1 answer

Cmis connectivity to Documentum

Is there any guidelines to connect to Documentum via Java code. My whole scenario is to copy files from Documentum to Alfresco 5.2 using Java code (need to copy all metadata too)
0
votes
2 answers

Override Alfresco Login

I'm trying to Override Alfresco 5.0d Login using java class I tried a lot of things and I understand how does it work but I'm stuck. my work is to add a policy that if a user tries to log in 3 times and fail I will disable the user account and send…