Hello Ramesh babu S , Goldraj Samuel Dhinakaran , Dominik Wnuk , Parmeshwar Reure , Jeeshan , Kuldeep Singh ,Abhinav Singh, Please find the attached Module 1 toolkit.This toolkit contains all of the resources you need to get started with Module 1 of the Adobe Campaign Community Mentorship Program 2...
Hello @Shruti1, The error message ODB-240000 ODBC error: [Microsoft][ODBC Driver 17 for SQL Server][SQL Server]There is insufficient system memory in resource pool 'default' to run this query. SQLState: 37000 indicates that the SQL Server server does not have enough memory to run the query that Adob...
Hello Ramesh babu S , Goldraj Samuel Dhinakaran , Dominik Wnuk , Parmeshwar Reure , Jeeshan , Kuldeep Singh ,Abhinav Singh Hope you are doing well! Welcome to the Adobe Campaign Community Mentorship Program 2023. Here are some resources that I believe will be helpful as you prepare for your Adobe...
Hello @god_prophet , It is also explained on the below documentation how index works.Data model best practices | Adobe Campaign Hope it will be useful. Kr, Parvesh
Hello @mattiaslunden ,You mentioned that you have a load balancer, which means that you must have more than one Adobe Campaign server. Let's suppose you have two app servers: appServer1 and appServer2, connected to the same database. Your load balancer is named loadBalancer.If you want to use HTTPS ...
Hello @god_prophet, You need to create a field like below to store date time. <attribute name="date" label="Subscription date" type="date"/>Value of type should be date.Then it will create a field in the backend with date time automatically.It mean you can store the date and time both the...
Hello @CampaignerForLife, Can you please check what is the pkSequence name for this schema?For e.g. In the below example auto_custest01_seq is the sequence. <element autopk="true" label="Test01" name="test01" pkSequence="auto_custest01_seq"sqltable="CusTest01"> Now you need to check if this sequenc...
Hello @CampaignerForLife, Can you please explain what is x there?is the primary key or something else?If x is not a primary key then autoincrement not going to work automatically. By default, autoincrement work only with primary key and where you define autoincrement flag true in the schema. Thanks...
Hello @CampaignerForLife, Can you please explain what the exact use case or task is for which you need to sort the data based on the description? As far as I know, Adobe Campaign sort the data alphabetically based on the SQL field column. It is fully out of box functionality and not sure if you can...
Hello @costa_n11, Thank you for sharing your experience and knowledge.I now have a better understanding of the challenges that we will likely face in this project. Thank you again for your support. Kr,Parvesh