Forum Posts
I need to completely export/ all Alfresco sites and content maintaining UUID's for everything. Is there a way to do this?
I need to export everything to some sort of archive file (ACP, ZIP) so I can burn it to a DVD for off-site, long-term storage/archival.Does Alfresco offer anything that can fully export sites and files (including their UID's) and then import them to ...
I am currently trying to integrate processmaker with alfresco 5.2
I have created a trigger in processmaker 3.2 with all the parameters $data = array( "filedata" => "C:/Users/EXample/Desktop/ALFRESCO/test.doc" ); $data_string = json_encode($data);$ch = curl_init('http://localhost/alfresco/api/-default-/public/alf...
Couldn't login after LDAP Integration.
Hi,I'm not able to login after LDAP configuration is done. Please see the log report of alfresco.Kindly tell me where i made wrong and what i should to do to make it right.2018-04-24 09:28:33,659 INFO [org.alfresco.repo.admin] [localhost-startStop-1...
atom url for document
Currently We are trying to get Atom URL of the document but we are getting Object not found error. Below is the URL format.Can you please let me know what is correct URL.URL: http://132.145.2.130:8080/alfresco/api/-default-/public/cmis/versions/1.0/a...
Resolved! It's possible to create a separate schema/database for each tenant?
I want to create a separate db/schema using the TenantAdminService. In the Alfresco SDK I've created a tenant using a four argument method createMethod executed as a init method:this.tenantAdminService.createTenant( "aaa.com", // username ...
Disabling Group and Pooled Review option in workFlow
Hi,Can anyone tell how to disable(or remove) the Group review, one or more reviewer and Pooled review from the Workflow menu. I need only Single Review workflow.Thanks in advance,Raghu
folder share URL is asking for authentication
Hi all,I have made a project for sharing the contents of file and folder in alfrecso.The github link for my project isGitHub - ayushiagrahari95/share-link-expiry-file-and-folder and it is working fine on local but when I have deployed the amps on pro...
Resolved! get nodeRefs from tag name
Hi,Greetings of the day!currently, I am using alfresco 5.0d.I want a list of noderef from tag name within a particular folder.So for that, I am using tagging service.TaggingService().findTaggedNodes(node.getStoreRef(), ISO9075.encode(tag), node);its ...
MS SQL Integration
I'm trying to integrate Alfresco Community Edition with MS SQL server 2014 but without hope.I configured it correctly with Other Databases Like MYSQL.I knew that Integration with MS SQL server is supported only with The Enterprise edition and i succe...