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

divyatiwari104
divyatiwari104
Offline

Badges

Badges
1

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts

Posts
3

Discussions

Discussions
1

Questions

Questions
2

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by divyatiwari104
Customize the badges you want to showcase on your profile
Re: Java script in adobe campaign workflow - Adobe Campaign Standard 10-07-2018
Hi mate,Just by comparing the SQL statements, i can see that the following string isn't correctly formatted:"SELECT count(*) from pl_aud_interaction where business_unit_cd in ('BTXU','BTXN') and file_id in (select file_id from pl_aud_file_detail where batch_id in (+ batch_id_btxu +, + batch_id_btxn +))");Instead try:"SELECT count(*) from pl_aud_interaction where business_unit_cd in ('BTXU','BTXN') and file_id in (select file_id from pl_aud_file_detail where batch_id in ("+ batch_id_btxu + ", " +...

Views

2.6K

Likes

0

Replies

0
Re: Error: empty return for method 'ExecuteQuery' xtk:queryDef - Adobe Campaign Standard 06-11-2018
Thank you for your response,The issue got resolved by clearing hard cache.Regards,Divya

Views

1.8K

Likes

0

Replies

0