@SDelazz it looks like ca_user_location cookie is a custom cookie set by either in AEM or in a rule of Adobe launch. Please debug your code.In case of any help specific to Adobe analytics, you can raise query in Adobe Analytics Community : https://experienceleaguecommunities.adobe.com/t5/adobe-analy...
@SamehezzatPlease confirm which tool you are using. If its for Adobe Acrobat Pro then please raise your query here : https://community.adobe.com/t5/acrobat/ct-p/ct-acrobat
@brwayneI have not faced this issue but please confirm which environment you are facing this, dev/stage/prod? Also what level of access do you have on the same environment?
@krist_wang Please check permission of folder /Users/wangshuqiu/Downloads/aem-sdk/author/crx-quickstart/cloud-migration try creating any file inside this folder with same user from which AEM is running to check whether that user has correct permissions.If it happened only for one blob and worked for...
As per documentation, you should use 10.x.x, 9.x.x for AEM 6.2 version. Please install compatible version of aem-groovy-console.https://github.com/icfnext/aem-groovy-console
@vkarthick there are few folders that you can not see in CRXDE but they do exist in AEMaaCS. For example you also wont be able to see config folders, if I am recalling correctly, but functionality wise things work.
@Prince_Shivhare I got compilation error and after changing below code it fixed the issue and build failure also did not come. RuntimeWiring runtimeWiring = RuntimeWiring.newRuntimeWiring()
.type("Query", builder -> builder.dataFetcher("hello", new StaticDataFetcher("world")))
...
@P_V_Nair Please confirm By oak sync you meant crx2oak sync?I have done similar task for around 2 lakh assets which is way to less compared to 7 million in your case. As requirement is to sync Assets to DM and publish,I dont think you need to run DAM Update workflow as it do lot of other checks whic...
@Prince_Shivhare Can you please share build error and list of packages not getting resolved in bundle. Please confirm you are trying to add below dependency in code.<dependency>
<groupId>com.graphql-java</groupId>
<artifactId>graphql-java</artifactId>
<version>20.2</version>
</dependency...