Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

Jyoti_Yadav
Jyoti_Yadav
Online

Badges

Badges
25

Accepted Solutions

Accepted Solutions
89

Likes Received

Likes Received
181

Posts

Posts
235

Discussions

Discussions
23

Questions

Questions
212

Ideas

Ideas
3

Blog Posts

Blog Posts
0
Top badges earned by Jyoti_Yadav
Customize the badges you want to showcase on your profile
Re: Survey (Web Applications) - Unable to read responses through Survey response activity - Adobe Campaign 14-10-2019
Hi,When you are creating survey form and mapping it to custom table, you need to save same in your 'Webform Properties'.Have you changed Storage library to one where you are storing your response.You also need to configure Advanced Parameter and select 'Log Response'.Also, you need to define link to custom schema in 'nms:webApp' form. As in that Responses tab is linked to 'webAppLogRcp' and that might be the reason why you are not able to view in survey responses tab.Thanks,Jyoti

Views

1.8K

Like

1

Replies

0
Re: How to bring responses in 'Responses' tab of a survey - Adobe Campaign 14-10-2019
Hi,When you are creating survey form and mapping it to custom table, you need to save same in your 'Webform Properties'.Have you changed Storage library to one where you are storing your response.You also need to configure Advanced Parameter and select 'Log Response'.Also, you need to define link to custom schema in 'nms:webApp' form. As in that Responses tab is linked to 'webAppLogRcp' and that might be the reason why you are not able to view in survey responses tab.Thanks,Jyoti

Views

6.4K

Like

1

Replies

0
Re: Rights needed to export and import packages - Adobe Campaign 11-10-2019
Hi,It is possible to export package only if you have 'Package Definition' folder visible.Without Admin rights, import of package is not possible.Thanks.

Views

1.7K

Likes

2

Replies

0
Re: CRL-290002 Download error in cURL - Timeout was reached - Adobe Campaign 11-10-2019
Hi Stefan,1) For on premise configuration, you can access serverConf.xml from your server location. Go to path: /usr/local/neolane/nl6/var/conf/serverConf.xmlTry to increase by 50% whatever is defined.2) I am asking you to design your workflow something like this:This will process one file at a time and will keep on processing until there's no file found.3) Also, are you trying to transfer file to external SFTP or Adobe SFTP.If Adobe SFTP, then use File collector activity something like this:In ...

Views

4.1K

Likes

2

Replies

0
Re: CRL-290002 Download error in cURL - Timeout was reached - Adobe Campaign 10-10-2019
Hi Stefan,timeout time can be increased in serverConf.xml.Alternatively, you can configure your workflow to pickup 100 files at a time and once that is complete, loop back to pick more files if present. Or to be more simple, pick one file at a time and design loop back, so that it keeps picking files till the time it is present.Thanks.

Views

4.1K

Like

1

Replies

0
Re: Remove some recipient from Prepared delivery status - Adobe Campaign 10-10-2019
HI Kaushal,Here's the step you should follow:1) Create one Control type Typology Rule. Define your conditions within the rule, i.e exclude recipients based on certain conditions.2) Select Phase as ' At the end of Analysis' . This makes sure that your typology is executed at 'postMessage' phase, which is just before delivery is sent out.Thanks,Jyoti

Views

11.8K

Likes

2

Replies

0
Re: Schedule Aborted in an Automated Campaign. Need to view detailed log - Adobe Campaign 10-10-2019
Hi,Along with xtk:workflowTask table, also chcek in xtk:workflow --> workflow/Activities/Scheduler for more details regarding your scheduler.Thanks,Jyoti

Views

8.1K

Likes

2

Replies

0
Re: Deduplication on multiple variables - Adobe Campaign 09-10-2019
Hi Ken,You can achieve this via two ways:1) Dedup: You can also define these list of parameters for dedup and then select option for dedup method: 'using a list of values'.2) Query Activity: Use Group by in Advanced parameters. Define aggregate condition for fields on which you want to find latest records.Thanks,Jyoti

Views

1.7K

Like

1

Replies

0
Re: Remove some recipient from Prepared delivery status - Adobe Campaign 09-10-2019
Hi Kaushal,You can remove recipients during delivery analysis using typology rules.If you know fixed conditions then use filtering typology type and exclude then from your target population.If you have dynamic data condition, then store them in delivery variables and then exclude them using typology rule.Thanks,Jyoti

Views

11.8K

Like

1

Replies

3
Re: Processing missing files - Adobe Campaign 09-10-2019
Hi Partha,Answer to your two questions are:1) Yes, vars.recCount works if there's any fie, it will give you value greater than zero.2) You can set option value using:var myOption=GetOption("myOption");setOption("myOption",myOption+1);Thanks,Jyoti

Views

1.9K

Like

1

Replies

0