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

preethamk581070
preethamk581070
Offline

Badges

Badges
6

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
3

Posts & Comments

Posts & Comments
5

Discussions

Discussions
0

Questions

Questions
0

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by preethamk581070
Customize the badges you want to showcase on your profile
Re: Login Issue in Adobe Campaign - Adobe Campaign 25-09-2018
Hi rajathmc2708​,Close the Adobe Campaign console >> Navigate to - C:\Users\\AppData\Roaming\Neolane\NL_5 >> clear all the files and directory except "nlclient_cnx.xml" >> Open AC console now and try loginRegards,Preetham

Views

1.4K

Like

1

Replies

2
Re: Error in Data loading activity - Adobe Campaign 24-09-2018
This is something to do with file encoding config. Could you please ensure, file encoding is same as the one you have configured in file format option of data upload activity. if not open the file in notepad, click save as >> you can find encoding setting at the bottom of the window dialogue.BAS-010014​

Views

5.2K

Like

1

Replies

2
Re: Changing incoming data in Data Loading/Update Data Function? - Adobe Campaign 24-09-2018
Hi alb52547777​,Alternatively, you can modify the data in transition using SQL activity like this,UPDATE <%= vars.tableName %> SET semail = RIGHT(semail, '10');UPDATE <%= vars.tableName %> SET semail = concat('61', semail) where length(semail) < 11 ;Where in the first line->semail is the column name I want to modify the data10 - I'm keeping last 10 digits in the column, removing anything beyond 10Second line ->I'm adding 61 at the beginning of the each record where the record length is less than...

Views

1.0K

Likes

0

Replies

0
Re: Error in Data loading activity - Adobe Campaign 24-09-2018
Hi varunb19240133​,varunb19240133Can you update file permission to have read|execute and then try to upload it to the server.Regards,Preetham

Views

5.2K

Like

1

Replies

4
Re: How to use querydef inside delivery activity - Adobe Campaign Standard 24-09-2018
Hi Naveen,You can create a variable from delivery Properties >> Variable tab >> Add a variable , select the data type and choose if its a static or Expression. If its dynamic, you have to fetch the value via script and pass to the variable you have defined.Regards,Preetham

Views

1.4K

Likes

0

Replies

0
Likes from