I assume you are talking about SCD? I know of multiple customers that have this working. Working with support is the best way to get this working. Out of interest what issues are you having?Regards,Opkar
Hi Phalgun,Archiving the log files would lie outside AEM. You could setup logs to rotate on a daily basis in AEM, then write a shell script to zip and FTP your log files to another location/server. Regards,Opkar
Hi Ratna,is the page being restricted in AEM using a CUG to force login or is all the login functionality implemented front end only? (If front end, what happens if the user disabled JS, do they still see the page?)You could write a custom authentication handler to creation of the user with the resp...
Hi,first, reverse replication is not recommended for UGC, you didn't say what steps you were following to configure reverse replication, the latest are here:https://docs.adobe.com/docs/en/aem/6-3/deploy/configuring/replication.html#Configuring Reverse ReplicationYou would need to configure the rever...
Hi There,Unfortunately, although Communities uses MongoDB, it is a different implementation when used with UGC. You would not use MongoDB for the publish tier (Not recommended). The default installation is to use TarMK with MSRP for only the common, 'UGC', content. What is your use case and why do y...
Hi,the way upgrade process is tested internally at Adobe is by doing in-place upgrades. In this way you ensure the software and content is upgraded and it is the recommended approachIf you decide to use content packages (advised by daycare because of particular issues), then the migration of content...
> 1.Are there any possibilities of using of having TARMK and multiple Author instances just like MongoBO having Multiple author instances.TarMK is single instances only(you can have cold standby, and offloading) but true clustering is only with MondoDB> 2.What is the maximum repository size in GB th...