Quantcast
Channel: Adobe Community: Message List
Viewing all 140765 articles
Browse latest View live

Query of AEM Administration Certification?

$
0
0

Hi All,

 

I am working in AEM Administration for the past 2 years and below are the few list of activities i perform on regular basis....

Apart from this to get well versed in AEM Administration - is there any certification available to up skill myself? i am more not into Development rather into into Admin/Support hence please suggest me any certification that would help my carrier.

 

  • AEM Access Management - Provision/Manage/Troubleshoot access for internal/external clients.
  • Create web sites, banners, widgets, tags in AEM based on business requirement and publish them as scheduled.
  • Setting up Author/Publishers Linux servers and analysis logs for any issues reported by users.
  • Dispatcher/Replication level config changes.
  • Deployment/Patching through automation tools.

Re: How to dynamically do the data binding (two-way binding as it happens when we do data binding through binding tab) through javascript?

$
0
0

You can use the setProperty property to bind various properties of a field or subform to a dataset which can be manipulated or replaced by scripting.

 

<!-- Set the fields font size to a value stored in the node Form.Style.FontSize under the default dataset "data". --><setProperty ref="$data.Form.Style.FontSize" target="font.size"/>

How to allow access under /apps?

$
0
0

Hi everyone,

Recently I've added /filter01 { /type "allow"  /url "/apps/*" } but the browser still gives me 404 error on dispatcher.

Am I doing something wrong?

Maintain Login Information

$
0
0

Hi,

I need to build a portal in which once logged in i need to maintain the logged in user session till logout or session expiration.

 

can you please help if I can refer any where to implement the same.

 

Thanks,

Re: AEM 6.5 - Not able to start AEM after SP2 installation.

$
0
0

I am suspecting because my author was all working but stop working on publisher moment I installed this on the publisher.

Re: AEM 6.5 - Not able to start AEM after SP2 installation.

$
0
0

sunjot16

 

08.12.2019 19:35:41.213 *INFO* [FelixStartLevel] com.adobe.cq.upgrades.cleanup.impl.UpgradeContentCleanup Startup mode is RESTART, nothing to do

08.12.2019 19:35:41.215 *INFO* [FelixStartLevel] com.adobe.cq.upgrades.cleanup.impl.UpgradeContentCleanup Startup mode is RESTART, nothing to do

08.12.2019 19:35:41.215 *INFO* [FelixStartLevel] com.adobe.cq.upgrades.cleanup.impl.UpgradeContentCleanup Startup mode is RESTART, nothing to do

08.12.2019 19:35:45.931 *INFO* [Apache Sling Repository Startup Thread] com.adobe.cq.upgrades.backup.impl.UpgradeBackup property /var/upgrade/status/preUpgradeBackup.force does n

ot exist, backup will not be forced

08.12.2019 19:35:45.938 *INFO* [Apache Sling Repository Startup Thread] com.adobe.cq.upgrades.backup.impl.UpgradeBackup Startup mode is RESTART, nothing to do

08.12.2019 19:35:48.221 *INFO* [Apache Sling Repository Startup Thread] com.adobe.cq.upgrades.cleanup.impl.UpgradeInstallFolderCleanup Startup mode is RESTART, nothing to do

08.12.2019 19:35:48.223 *INFO* [Apache Sling Repository Startup Thread] com.adobe.cq.upgrades.cleanup.impl.UpgradeGroupMembershipCleanup Startup mode is RESTART, nothing to do

08.12.2019 19:36:24.004 *INFO* [FelixStartLevel] com.day.cq.compat.codeupgrade.impl.VersionRangeTaskIgnorelist Bundlelist for upgrade version comparison could not be read from /o

pt/aem/publish/crx-quickstart/conf/sourceInstanceBundles.json

08.12.2019 19:36:24.100 *INFO* [FelixStartLevel] com.day.cq.compat.codeupgrade.impl.CodeUpgradeExecutionConditionChecker Mandatory CodeUpgradeTasks & CodeUpgradeTaskFilters all p

resent - registering condition to trigger execution.

08.12.2019 19:36:24.117 *INFO* [FelixStartLevel] com.adobe.cq.upgradesexecutor.Activator UPGRADE NOT NEEDED - StartupMode is RESTART

Re: How to allow access under /apps?

$
0
0

Hello,

 

The paramater to allow access seems correct. But you need to check what other filters you have above of this filter. The basic rule is to deny access to everything, then allow access to specific requests.

 

/0001 { /type "allow" /url "/apps/*" }

 

Check the dispacther debug logs. Can you access it directly on author/publish instance?

 

Regards,

Vishu

Fit layer to screen size off?

$
0
0

How do I turn off the Fit Layer to Automatic Screen Size When Clicked feature?

 

클릭했을때 자동 화면 크기에 레이어 맞추기 기능 끄기 어떻게 하나요


Re: While upgrade from AEM 6.3-6.5, If I move my tags form old location to new location, authored pages are loosing their references

$
0
0

Hi Team,

 

I am also facing the same issue where moving all the tags from /etc/tags to /content/cq:tags are not working even after restarting the tagging bundle still it is trying to pick the previous or old location i.e. /etc/tags.

 

I followed the steps given by Adobe ,not sure if anything else needs to be done.

 

Can anyone share their thoughts to get this fixed in AEM6.5 ?

 

Thanks

Re: How to allow access under /apps?

$
0
0

Hi Pankaj

 

In addition to above, Can you make sure whether the appropriate user (anonymous or logged In user) has sufficient(read) access to /apps directory through /useradmin console?

 

Regards,

Arpit Varshney

Re: Copy Alert, then edit copy causes original to be edited too

$
0
0

Hi Karandeep,

 

I think I've figured out that it's a problem with how the browser cache (or local storage?) is being set.

 

Any time I make a copy of an alert, I believe the browser caches the copied alert's conditions.

 

Subsequently, when I open the original alert – or even any other alert, the browser loads its cached version, which is the copied alert. As a result, this gives the impression that what I am seeing is the copied alert.

 

If I reload my browser (i.e. using Ctrl-R), the alert that I intend to open shows up with its correct conditions.

Re: Exporting SF users to AEM

Re: cqblueprints.com Temporarily Unavailable

$
0
0

Looks like its still down. Do you manage to resolve this in any other way?

Driving conditional content in the absence of a field

$
0
0

Hi everyone,

 

I'm currently working with a transactional eDM using SOAP UI for testing. This particular eDM has three pieces of content which are supposed to render under certain circumstances.

 

The fields which are driving this, however, only have one value and if this value is not passed via the API, then the fields aren't passed at all.

 

What I've been attempting to do is write conditional statements to drive the content of the email by checking if the field is present. eg.

 

<% if (rtEvent.ctx.FIELDNAME1 == undefined || rtEvent.ctx.FIELDNAME2 == undefined || rtEvent.ctx.FIELDNAME3 == undefined) { %>

 

CONTENT 

 

I was testing this by removing the particular fields from the SOAP event to see if this simulated the field not being passed, however I'm unsure if this is the correct thing to do or not.

 

Using 'undefined' doesn't appear to work. I have tried 'null' as well.

 

Does anyone know whether what I'm attempting is possible? Is this the correct way / syntax to check for the absence of a field?

 

Thanks!

Re: Unable to move experience fragments from one folder to other in AEM author

$
0
0

Hi sd55,

 

Did you resolve the issue? I met with the exactly same issue with you.  And I didn't have "allowedTemplate" and "allowedPaths"


Re: Is there any Limit to Number of Work Space in Adobe Analytics

$
0
0

Thanks (Sorry dont see your name )

 

But i dont want to delete the old projects just in case we may need to do a comparison in future and we will not have anything son was concerned if there is any limit or cost associated to the number of WSs.l

Re: Adobe VID and MID

$
0
0

Hi Julien,

If MID is same and user came back in less than 30 min, it will be consider as one visit. However, if the user came back after 30 min or not meeting any of the visits conditions then it will be consider as different visit.

Whereas Unique visitor for that period would be 1 only, hope this helps.

 

Regards

karandeep Singh

Re: How to allow access under /apps?

$
0
0

Is your request coming to cq instance if yes could you please check the cq logs ..

Re: Maintain Login Information

$
0
0

You can easily access the logged in user details

Re: Static Template on the ADOBE AEM 6.4

$
0
0

Nothing to do with editable/static templates its issue with the allowedtemplate property on your content node likebelow-

You need add your apps folder path like below-

Viewing all 140765 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>