Hi Debabrata,The 403 error comes mainly because of two reasons.1>. Username / password is incorrect2>. IP address not authorized.To rule out issues with username /password , can you generate a session token using the logon method of xtk:session schema. If you are able to successfully generate a sess...
Hi Partha,You need to switch on SQL injection from the serverconf.xml file by making the allowSQLInjection attribute to true.There should be a section like below in the security zone where you can add the parameter in Red.<securityZone allowDebug="false" allowHTTP="false" allowSQLInjection="true" la...
Hi Partha,I think you can use SQL calculated fields here . Something like:<attribute expr="[SQLDATA[case when iRank = 0 THEN '3' when iRank is NULL THEN '3' ELSE 'Specified'END]]" label="rank" name="rank" type="long"/>Or you can delete the existing data and and reload the schema with the updated con...
Hello Gael,In that case , simply select the operation as INSERT in the Update data activity (Database /newcomers for you) .If you try to enter a email ID already present , it would throw an error .Regards,Adhiyan
Hi Gael,You can add a deduplication before you upload the data.The workflow should look like this.Inside the deduplication , you choose the columns where you want to deduplicateRegards,Adhiyan
Hi Tom,Sorry . Your message appeared in the standard forum hence forwarded you the ACS doc.Can you simply try this :<%if ( recipient.firstName == "" ) {%>You're almost there!<%}else {%> <%=recipient.firstName %>, you're almost there!<%}%>Regard,Adhiyan
Hi Tom,You can use the dynamic text option in ACS to define two different variants based on whether a condition is fulfilled.The product itself will handle the IF ELSE conditions in doing this.Please check here on how to make this work in detail : Adobe Campaign Help | Defining dynamic text Regards,...
HI Thomas,What is confusing me is that the preview of the data that you see , has the deliveries listed that has a label Buy but ideally it should return the recipients. Like this .But in your case I see the deliveries belonging to nms:delivery being returned. So I suspect a problem with the targeti...