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

aneeta45259594
aneeta45259594
Offline

Badges

Badges
17

Accepted Solutions

Accepted Solutions
27

Likes Received

Likes Received
48

Posts

Posts
67

Discussions

Discussions
24

Questions

Questions
43

Ideas

Ideas
1

Blog Posts

Blog Posts
0
Top badges earned by aneeta45259594
Customize the badges you want to showcase on your profile
Re: Triggering a workflow on change in the metadata property of an asset - Adobe Experience Manager Assets 10-04-2019
Hello manpreetk​You can refer to Out of the box DAM Metadata Writeback workflow for example which implements your use-case. The launcher for this workflow listens to a Node Modification event and runs the workflow as soon a node of type nt:unstructured is modified.Best Regards,Aneet Arora

Views

2.2K

Likes

0

Replies

0
Re: Campaign from list not linked to Recipient table - Adobe Campaign 09-04-2019
Hi Maurizio Coro,Try steps below1) Go to the Delivery, Select the Email tab and go to "To" Email parameter2) In the "Main Target" tab, select External File in the "Target Mapping".Now it shouldn't throw that error while executing this delivery. Thank you,Aneet Arora

Views

8.6K

Like

1

Replies

0
Re: Issue in configuring external account- Share KPI with Adobe Analytics - Adobe Campaign Standard 09-04-2019
anjalis9208738​The first thing to check is if the Analytics connection details are accurate. The common mistake is while entering the Web Service User Name. It's typically in the form :, Can you confirm this?Moreover, when you click the button for "Refresh Report Suites", it's supposed to fire a REST call. Can you see what the response to the request is ? It should contain query parameters such as username=&sharedSecret=.Thank you,Aneet Arora

Views

1.5K

Likes

2

Replies

0
Re: What are the requirements for Configuring Analytics within Campaign Classic? - Adobe Campaign 03-04-2019
SriBhargav94​The bid and cid fields essentially contain the Primary keys and the Delivery ID, respectively. bid stands for BroadLogID which contains the Primary key of the BroadLogRcp table, it helps link the Recipient with the delivery. cid contains the DeliveryID, similar to DM1234 or equivalent. When a user clicks a link in the email, it'd open the website with a few Parameters such as https://adobe.com/ca/en?bid=1234334&cid=DM1234, and this in turn would send a call to Adobe Analytics Report...

Views

1.8K

Likes

2

Replies

0
Re: What are the requirements for Configuring Analytics within Campaign Classic? - Adobe Campaign 19-03-2019
Hello SriBhargav94​The data from Campaign to Analytics is sent through a Technical workflow which runs at 4 AM by default every day. This Technical workflow basically looks at all the delivery metrics in the last 24 hours and sends those to Analytics via Data Connector.In order to see these metrics1) Ensure that the "Sending Campaign indicators and attributes" Technical workflow is running. See document [1] 2) If the workflow is running, but throwing an error, please check the workflow Audit log...

Views

1.8K

Like

1

Replies

0
Re: Managing Traffic between 2 AEM Instances - Adobe Experience Manager 02-01-2019
Hello Maddy737​The distribution of traffic would be regulated by the Load Balancer sitting infront of these AEM instances. Once the request comes through to an AEM instance, it would respond back (granted the resource has anonymous access). The only restriction from a Product perspective can be at the dispatcher level, but I am assuming that when you mention traffic to AEM instances, you're including dispatcher to be a part of it.Best Regards,Aneet Arora

Views

1.4K

Like

1

Replies

0
Re: How can I reduce datastore and segmentstore in repository? - Adobe Experience Manager 12-11-2018
Hello Chung,Firstly, please confirm that you're on AEM 6.3.Your best bet would be to perform Offline Revision cleanup and then run Datastore Garbage Collection. Perform offline compaction using steps below- Go to /system/console/bundles and note down the version of org.apache.jackrabbit.oak-core bundle- Download the oak-run version matching the version of oak core collected in step above. You can download the oak-run tool from [1]- Run this command to collect checkpoints and remove unreferences ...

Views

4.7K

Likes

0

Replies

0
Re: javax.security.auth.login.LoginException: unable to find LoginModule class in AEM 6.3 - Adobe Experience Manager 12-11-2018
Hello swapnilg77317184​Does this upgrade involve an Application server for your setup such as JBOSS, weblogic,etc? If yes, you may need to recreate your /etc/key. 1) Log into crx/explorer as admin2) Click on Content Explorer3) Go to the node /etc/key and delete it. Click Save All.4) Stop AEM5) Go to crx-quickstart directoryI don't believe this to be an issue with JAAS but with the Crypto Support. Can you check if you see any CryptoSupport errors in the logs as well?Best Regards,Aneet

Views

4.2K

Likes

0

Replies

1
Re: Not able to delete Asset in 6.3 AEM - Adobe Experience Manager 25-10-2018
Hello sreeni​The delete operation in AEM invokes a query in the background and considering the error you're facing, it appears that this query is running slow and/or running into query limits failing the delete operation.The query that gets fired for this operation on an OOTB instance is something likeSELECT * FROM [nt:base] WHERE (ISSAMENODE(‘/content/dam/adobe-test/jpg3186.jpg’) OR ISDESCENDANTNODE(‘/content/dam/adobe-test/jpg3186.jpg’)) AND [cq:lastReplicationAction] = ‘Activate’This query is...

Views

1.7K

Like

1

Replies

0
Re: in page properties dialog to enable cancelling of individual properties inheritance in 6.3 - Adobe Experience Manager 19-10-2018
sanjayk49156198​The behavior is expected an intended. The Live Copy creation process involves a configuration which doesn't "sync" the title, description, and a few other jcr properties. This is the default configuration and a fairly standard configuration.Can you ensure that it is a valid use-case on your end to have the title sync'd?You can configure the jcr:title to be sync'd by changing the property "Excluded Page Properties" in "CQ MSM Content Update Action". A value of jcr:(?!(jcr:title)$)...

Views

1.1K

Likes

0

Replies

0