Hi, I am new to AEM. I am looking for a sample code or tutorial demonstrating the implementation of custom authentication handler. Please note that the user credentials (i.e. user id and password) are stored in MySQL database. I will appreciate a help in this regard.
Hi, I am new to AEM. I am looking for a sample custom login component implementation for a web application wherein user information is present in MySQL database. Please help me in this regard.
Please provide me some reference regarding the approach, tools, etc. for migration of assets, contents, links, metadata, data, etc. from another CMS to AEM.
Can you please suggest a strategy and steps to migrate from another CMS to AEM? the link which you provided in your post above does not point to any particular article.
Please guide me to some resources/documentation regarding the best approach for migrating AEM application from on-prem to Azure cloud. Apart from packaging and and installing applications on cloud what all should be considered?
Hi,I want to a SQL query for altering a table and want to saved it as a sqlscript in Campaign. Is it possible to do so? If yes, Is there a way to execute that query without using a workflow, for example, when importing a table creation package in an Adobe Campaign environment? Please reply soon.
Solved it. What one has to do is to make changes in schema. Then, go to Tools --> Update Database Structure --> go to next until you find the generated SQL command. Over there the field id (which one wants to set as default to non-zero value) in the SQL query is set as zero. Change the value to your...
Hi Daniel, this is not working because as soon as I use an external join the resulting SQL is setting the default value of the folderID in the source table is set as 0. If there was a way to use the 'default' (attribute of <element> element) properly, then, it would have been solved.