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

David__Garcia
David__Garcia
Online

Badges

Badges
53

Accepted Solutions

Accepted Solutions
96

Likes Received

Likes Received
224

Posts & Comments

Posts & Comments
375

Discussions

Discussions
0

Questions

Questions
0

Ideas

Ideas
12

Blog Posts

Blog Posts
1
Top badges earned by David__Garcia
Customize the badges you want to showcase on your profile
[TIPS&TRICKS] ACC: Postupgrade Warnings - resolve sequences using a loop + GenCreateOrUpdateSchemaSequenceDDL - Adobe Campaign 30-07-2022
When upgrading from previous versions of Adobe Campaign Classic where the XtkNewId sequence is still used by custom schemas (prior to ACC 18.10), a warning is displayed in the summary log to create/update custom sequences to prevent exhaustion of the OOTB XtkNewId sequence. Example of postupgrade sequence warning 022-07-19 12:14:38.695Z 00000F28 1 info log Successful completion of document update job 2022-07-19 12:14:38.805Z 00000F28 1 info log =========Summary of the update========== 2022-07-19...

Views

134

Like

1

Replies

0
ACC code markup language formatter, tidy - Adobe Campaign 01-03-2022
Description - Code markup language formatter (tidy)Why is this feature important to you - development enhancementHow would you like the feature to work - adobe campaign to recognise code language and offer tools to clean code or format it, or AT LEAST NOT MESS IT UP.Current Behaviour - Currently, you paste your tidy and beautiful code into webapps or templates and the code structure is reformatted, ugly. untidy, desorganized.

Views

174

Likes

0

Replies

0
Re: enable tracking server instance communication error - Adobe Campaign 01-03-2022
Can you provide an architecture diagram, it seems its the mid source needing to connect to tracking, also is this full-on prem deployment? hybrid? [MKT] --- [MID]--- [FRONTALS] Check services are running on frontal servers and also runnlserver monitor -missingas well as /r/test you need to test connectivity between mid and frontals, revalidate tracking through deployment wizard. useful commandshttps://experienceleague.adobe.com/docs/campaign-classic/using/monitoring-campaign-classic/production-p...

Views

514

Likes

0

Replies

1
Re: enable tracking server instance communication error - Adobe Campaign 28-02-2022
open up port 80, on your internal tracking configuration also see if you can set https rathern than http then, but you should enable 443 and 80 ideally between mkt and frontal servers.

Views

521

Likes

0

Replies

3
Re: enable tracking server instance communication error - Adobe Campaign 28-02-2022
The screenshot is not availble, please upload, also can you login into the mkt host and telnet to your tracking server on ports 8080 and 80, please see the architecture diagram below to see which ports need to be open, also check the network configuration guide https://experienceleague.adobe.com/docs/campaign-classic/using/installing-campaign-classic/install-campaign-on-prem/deployment-guidelines/network-configuration.html?lang=en

Views

575

Likes

0

Replies

5
Re: Drop Down for data from schema in WebApp in Adobe campaign classic - Adobe Campaign 28-02-2022
If by dropdown you mean, an actual dropdownlist like the example below, for performance reasons, i dont recommend this, nor will it be possible to scroll down 5000 items.Depending on your webapp activity version, if you are developing it using v5 activity, there is an object that allows you to generate a table of rows containing records from the output of a query, and the table data xpath allows you to configure this. In the new version is all done through code here is an example.

Views

200

Likes

0

Replies

1
Re: User History - Adobe Campaign 28-02-2022
To expand on craig's answer, it's also not recommended to delete an operator, and even disabling it can cause a lot of errors on the workflows created by it and they may need to be restarted (perhaps by an ootb operator such as the admin) to prevent future errors. Start by changing the password and disable access to rich client, then run a workflow to query your campaign/workflow schemas to find objects created by the disabled operator and proceed to restart them with a permanent admin account.

Views

164

Like

1

Replies

0
Re: Error SCM-120011 on Delivery Preview - Adobe Campaign 28-02-2022
In the failing deliveryMapping, you may have the value of 'none' in the additional fields tab, this should actually be mapped correctly. if you are not sure, go through each custom mapping and check which one has the 'none' value and remove that. and test again, perhaps it was left by mistake.

Views

314

Likes

0

Replies

0
Re: duplicated lines in certain log files - Adobe Campaign 28-02-2022
I'd recommend raising a ticket to TechOps as they can check whether is a glitch/bug with your current version and/or check if there is a temp workaround and feedback also whether this impacts any other processes.

Views

141

Like

1

Replies

0
Re: Adobe Campaign integration with Screen Capture - Adobe Campaign 28-02-2022
You could perhaps try this approach for screen captures. Given that all your deliveries have mirror link enabled, develop workflow which extracts the mirror link for your campaigns, perhaps grouped by date/time campaign and extract these links in csv/text to your local server.Your server will then make a curl/wget request to the mirror link and you will need to integrate it with a script that takes screen captures.of the curled url.The end to end process will need to work in the following way;AC...

Views

276

Like

1

Replies

0