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

CedricRey
CedricRey
Offline

Badges

Badges
27

Accepted Solutions

Accepted Solutions
38

Likes Received

Likes Received
76

Posts

Posts
118

Discussions

Discussions
10

Questions

Questions
108

Ideas

Ideas
7

Blog Posts

Blog Posts
0
Top badges earned by CedricRey
Customize the badges you want to showcase on your profile
Re: Lookup on an different table to fetch data - Adobe Campaign 08-07-2022
Hi Cedric, I got it now. Thanks a lot to help me and show me the screenshot.Really appreciate Regards,DG

Views

137

Like

1

Replies

0
Re: up_UpdateTableStats called multiple times during an insert activity - Adobe Campaign 29-06-2022
Hi @CedricRey , We have a solution. We did two things, so I'm not sure which (or both) was the actual fix. 1. Set the Batch Size to some value greater than the number of records to-be inserted.2. Modify the up_UpdateTableStats procedure to ignore the pain-point table: CREATE OR REPLACE PROCEDURE DADOBESYS.up_UpdateTableStats(sSchema varchar2, sTable varchar2, iPercent INTEGER) ISBEGIN IF UPPER(sTable) IN ('TMPBROADCAST', 'TMPBROADCASTPAPER') THEN DBMS_STATS.SET_TABLE_STATS(USER, 'TMPBROADCAST', ...

Views

37

Like

1

Replies

0
Re: Is AMP for Email supported for Message Center? - Adobe Campaign 27-06-2022
Hi, As per the following documentation, Define interactive content in Adobe Campaign Classic | Adobe Campaign, AMP package should be deployed on both Control and Execution Instance of Message Center, for it to work. I would recommend logging a ticket, if you face errors when using AMP. Thanks,Deepika

Views

82

Like

1

Replies

0
Re: Update GenCreateOrUpdateSchemaSequenceDDL function to manage negative Ids - Adobe Campaign 24-06-2022
Hello @Parvesh_Parmar ,Thank you for your help. I'll watch next upgrade, thant for the informations. Today I realised that I was totally incomplete with the description : the problem seems to be specific in Oracle Database. So this must be very particular as I know few company use Oracle for Adobe Campaign. I tested with a SQL Server, the sequences are not managed the same way and there is no impact for negative value. Don't know how others engines deal with it. I also realise that I didn't ment...

Views

60

Likes

0

Replies

0
Re: Update contents of field of type Cdata with JavaScript Activity - Adobe Campaign 15-06-2022
@CedricRey Thanks very much for this. Good pointer 

Views

54

Likes

0

Replies

0
Re: Import data that allows numeric negative values - Adobe Campaign 09-06-2022
Hi @cwhite3, Was the given solution helpful to resolve your query or do you still need more help here? Do let us know. Thanks!

Views

60

Likes

0

Replies

0
Re: How to create a reject file in Data Loading activity of a workflow and where it gets stored, and from where i can access it in adobe campaign? - Adobe Campaign 09-06-2022
Hello @ashish_gra, We are using the following steps to store the rejected files. 1. First we created a folder on server for rejected files. For e.g E:/data/AdobeCampaign/Import/rejects You can create this other location as per your server access. 2. When importing file, then we pre calculating the full file path and name for rejected file. Like vars.rejectFile = "E:/data/AdobeCampaign/Import/rejects/"+vars.fileName+".reject" For e.g my file name is recipinentData20200601.csv Then reject file ful...

Views

131

Likes

3

Replies

0
Re: Union All - Adobe Campaign 08-06-2022
Hi @Klaster I just tested with the SQL Logs activated, the query is a union between 2 SELECT, and not a "JOIN" (it's not an intersection, wich will search the same key into the 2 tables, but a real union, wich will get ALL the lines from all the input tables). INSERT INTO wkfXXXXX_W (iId) SELECT iId FROM wkfXXXXX_Y_Z union SELECT iId FROM wkfXXXXX_X_UYou should test with samples if you're not sure about performance (use the extract activity to get samples of your populations). This is usually a ...

Views

97

Like

1

Replies

0
Re: Remove a recipient from a list from a list from workflow - Adobe Campaign 06-06-2022
Incredibly useful post! I can't believe this isn't outlined in official documentation anywhere.I just used this as the basis of a script to iterate rows and remove from a given list, which has massively streamlined a business process.

Views

97

Like

1

Replies

0
Re: Problem with emoji in mData (XML memo) of delivery (DB : Oracle, instance on Linux / CentOS) - Adobe Campaign 01-06-2022
Hi @Deb_Tripathy , I attempted your solution, the emoji tool button appears in the newest build (9349) that we have in one stage environment. We don't have this tool in 9032 build (last GM release).Sadly, this tool insert the raw emoji, like if I paste it directly (or use the Windows Emoji keyboard) and the problem is exactly the same I described. As it is a native functionnality since 9349, we gonna open a support ticket.Thank you for your help Cédric

Views

96

Like

1

Replies

0