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

Andrew_Khoury
Andrew_Khoury
Offline

Badges

Badges
23

Accepted Solutions

Accepted Solutions
33

Likes Received

Likes Received
78

Posts

Posts
93

Discussions

Discussions
23

Questions

Questions
70

Ideas

Ideas
0

Blog Posts

Blog Posts
1
Top badges earned by Andrew_Khoury
Customize the badges you want to showcase on your profile
Re: Images are  broken when assets are moved from one instance to another instance using cURL command - Adobe Experience Manager 21-05-2018
Try installing a newer version of the vlt rcp bundle to the source and destination instance and try again. See here for the newest bunde:Central Repository: org/apache/jackrabbit/vault/org.apache.jackrabbit.vault.rcp

Views

3.2K

Like

1

Replies

0
Re: Redirect map manager flow - Adobe Experience Manager 17-05-2018
Are you referring to this? Redirect Map Manager If so then that is part of the ACS Commons open source project and you would need to download and install ACS Commons to your AEM instances before you could use it. See here Adobe AEM Commons.Here are some instructions that might help you in setting it up:1. Install ACS Commons on both AEM Author and Publish instances.2. Follow the steps in this documentation​ on the Author instance​​ to create the configuration page. After creating the configurati...

Views

1.1K

Like

1

Replies

0
Re: AEM 6.4 unable to access content path via resourceresolver/session - Adobe Experience Manager 17-05-2018
Since you found that a system user permission was missing you might want to repair all the system user permissions. Somebody most likely installed a package containing ACLs which overwrote the out-of-the-box ones. There are probably other users that might be missing their permissions. See this article for a guide on how to repair system user ACLs: Fix missing system user ACLs

Views

2.6K

Likes

3

Replies

0
Re: Timefield in touch ui - Adobe Experience Manager 17-05-2018
Additional note, some discussion around use of the Touch UI date/time picker can be found here: AEM 6.1 Touch UI: Datepicker Field not prepopulated with stored value

Views

8.5K

Like

1

Replies

0
Re: When user trying to login getting 403 forbidden error. - Adobe Experience Manager 17-05-2018
Hi Narayana, the tokens node should get created automatically by the internal Oak system when the user logs in. Do you see any errors in the error.log when those users try to log in?

Views

864

Likes

0

Replies

0
Re: System/console/bundles Our project core bundle location is not changing - Adobe Experience Manager 17-05-2018
Hi @chirran414 this is by design, please see this past forum discussion on the same topic: ISSUE : Wrong Bundle Location in Felix Console after Deployment

Views

656

Likes

0

Replies

0
Re: Dispatcher Configuration to Cache Servlet Requests - Adobe Experience Manager 15-05-2018
Note: The request received by Apache here is the /bin/servletpathaname/apiurl/a.html one, but the request being received and sent by the dispatcher module within apache has the querystring: /bin/servletpathname?queryParam=apiurl

Views

3.4K

Likes

0

Replies

0
Re: Dispatcher Configuration to Cache Servlet Requests - Adobe Experience Manager 15-05-2018
> At Dispatcher We are using internal redirect to redirect /bin/servletpathaname/apiurl/a.html to /bin/servletpathname?queryParam=apiurl.That will not make the request cacheable unfortunately, dispatcher will not cache 301 or 302 redirects or requests that it must send with a querystring. Even though you are rewriting this or redirecting this at the Apache level you cannot cache it in dispatcher unless you create a mapping in AEM that maps from /bin/servletpathaname/apiurl/a.html to /bin/servlet...

Views

3.4K

Likes

0

Replies

6
Re: Create Version with Custom Label and Description via Workflow Activate? - Adobe Experience Manager 15-05-2018
As smacdonald2008​ had mentioned you can create a custom workflow step instead of using the ActivatePageProcess:1. Create the custom workflow step as documented here.2. Call the Replicator service's method Replicator.replicate​ and set ReplicationOptions.setSuppressVersions(true)3. Now the activation itself won't create the version, in your custom code before calling Replicator.replicate you can call PageManager.createRevision to instead create a version of the page with your custom label.

Views

424

Likes

0

Replies

0
Re: How to make SAML Authentication Handler handle logout? - Adobe Experience Manager 14-05-2018
Hi Jan,If the "authentication-service" user doesn't have a keystore defined on it (even if you are not using encryption) then the SAML handler will skip logout. To check if this is the case, do the following:Go to http://aem-host:port/libs/granite/security/content/useradmin.html.Click on the authentication-service user.Under Account Settings click Create KeyStore and create an empty keystore (otherwise if it says Manage KeyStore) then this isn't the cause of the issue.If that doesn't fix the iss...

Views

2.4K

Likes

2

Replies

0