ecm

Sitecore EXM List Manager in distributed environment with Lucene Search Configuration

守給你的承諾、 提交于 2020-01-05 04:04:23
问题 We are using Lucene index instead of Solr. We are currently facing an issue with our List Manager in CD server. The below code throws an exception in CD server as it's unable to instantiate List Manger from Sitecore Configuration Factory. newsRecipientList = listRepository.GetEditableRecipientCollection("{my list guid }"); I've already gone through the Sitecore documentation for List Manager in a scaled environment, but it only talks about Solr. https://doc.sitecore.net/sitecore_experience

Which is easier to extend, Alfresco or Nuxeo? [closed]

一个人想着一个人 提交于 2019-12-20 10:44:41
问题 Closed . This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be answered with facts and citations by editing this post. Closed 4 years ago . I am considering doing a rewrite of an open source project from LAMP to J2EE and integrating it with an enterprise oriented CMS as the GUI. The two most viable OSS ECM J2EE CMS platforms that I have run across are Alfresco and Nuxeo. I need to get into some deep integration

Sitecore ECM: Can't access Email Campaign Manager

亡梦爱人 提交于 2019-12-11 11:07:29
问题 I installed Sitecore ECM by using the installation guide (https://sdn.sitecore.net/Products/ECM/ECM%202,-d-,2/Installation.aspx). This is what I did: install SPEAK1.O update ConnectionString install ECM2.2 Run Sitecore.EmailCampaing.sql against Reporting DB Published Site After completing these steps, I can see installed rendering items, templates, modules in System, and sample items in Content. However, I can't find any listed "E-mail Campaign" link for Email Campaign Manager in Sitecore

Alfresco migrating server

别来无恙 提交于 2019-12-08 07:44:45
问题 I'm migrating Alfresco Community 4.0.b from Server 1 to Server 2. Both are Ubuntu Server 10.04. I have followed the instruction from wiki, and I used binary installation file to install Alfresco on both server. Database back up and restore code: pg_dump -U postgres -h localhost -p 5432 -F c -v -f alfresco_db alfresco pg_restore -U postgres -h localhost -p 5432 -C -d postgres -v alfresco_db When starting Alfresco on Server 2, I get this following error: 2012-08-07 07:50:15,623 ERROR [web

Alfresco Share not showing subtype or custom type

痴心易碎 提交于 2019-12-08 05:35:48
问题 I have a custom model called "medicalBill" that inherits from another custom model called "clientDocument". For some reason in the share UI only the "clientDocument" is visible in the change type dialog. I have read that in the change type dialog it only shows models that are subtypes of cm:content. Does that mean ONLY direct subtypes? I have this in my share-config-custom.xml is it not possible to have a subtype of a subtype here. <types> <type name="cm:content"> <subtype name="cd

Alfresco Share not showing subtype or custom type

女生的网名这么多〃 提交于 2019-12-06 22:26:33
I have a custom model called "medicalBill" that inherits from another custom model called "clientDocument". For some reason in the share UI only the "clientDocument" is visible in the change type dialog. I have read that in the change type dialog it only shows models that are subtypes of cm:content. Does that mean ONLY direct subtypes? I have this in my share-config-custom.xml is it not possible to have a subtype of a subtype here. <types> <type name="cm:content"> <subtype name="cd:clientDocument"> <subtype name="mb:medicalBill"/> </subtype> </type> <type name="cm:folder"> </type> </types>

Alfresco migrating server

别说谁变了你拦得住时间么 提交于 2019-12-06 20:54:30
I'm migrating Alfresco Community 4.0.b from Server 1 to Server 2. Both are Ubuntu Server 10.04. I have followed the instruction from wiki , and I used binary installation file to install Alfresco on both server. Database back up and restore code: pg_dump -U postgres -h localhost -p 5432 -F c -v -f alfresco_db alfresco pg_restore -U postgres -h localhost -p 5432 -C -d postgres -v alfresco_db When starting Alfresco on Server 2, I get this following error: 2012-08-07 07:50:15,623 ERROR [web.context.ContextLoader] [main] Context initialization failed java.lang.NullPointerException at org.alfresco

Which is easier to extend, Alfresco or Nuxeo? [closed]

只愿长相守 提交于 2019-12-03 00:17:42
Closed . This question is opinion-based. It is not currently accepting answers. Learn more . Want to improve this question? Update the question so it can be answered with facts and citations by editing this post . I am considering doing a rewrite of an open source project from LAMP to J2EE and integrating it with an enterprise oriented CMS as the GUI . The two most viable OSS ECM J2EE CMS platforms that I have run across are Alfresco and Nuxeo . I need to get into some deep integration with whatever CMS I pick. Which one of these two technologies (or propose another that I don't know about)