Expand my Community achievements bar.

Sort
  • Most recent
  • Most views
  • Most likes
  • Most replies
  • Oldest First
Filter
  • All
  • Resolved
  • Unresolved
  • Zero replies

  • 10/26/16
    I'm trying to put together a SQL2 query to find all of the rtePlugins under a cq:dialog node within a path.Here is what I have so far:select * from [nt:unstructured] as p where isdescendantnode (p, [/apps]) AND NAME(p)="rtePlugins"But I'm missing the part where it needs to be under a cq:dialogIt sho...

    Views

    2.3K

    Likes

    0

    Replies

    8
  • 10/26/16
    I'm trying to install AEM 6.2 as a windows service following the normal procedure at https://docs.adobe.com/docs/en/aem/6-2/deploy/custom-standalone-install.html. However, when i edit instsrv.bat to set the prunsrv to prunsrv_ia64.exe and then run the batch file, it gives an error, "This app can't r...

    Views

    4.2K

    Likes

    0

    Replies

    8
  • 10/26/16
    We have som issues sorting results from querybuilder.json (AEM 6.2). We want to be able to sort data on different properties, specified by the user (i.e. path, lastModified, title++).  Ordering data by "path" and "title" works fine:querybuilder.json?path=%2Fcontent&type=cq%3APage&p.hits=selective&p....

    Views

    3.7K

    Likes

    0

    Replies

    5
  • 10/26/16
    Hi,Need one input on below article:https://helpx.adobe.com/experience-manager/using/touchui_webservices.htmlfollowed all steps and when finally hitting the page, getting error:A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not foun...

    Views

    776

    Likes

    0

    Replies

    2
  • 10/26/16
    Hi all,Any help with the following would be greatly appreciated. I have a dropdown selection box inside a dialog as shown below:When light is selected and the dialog submitted the correct value for theme is recorded in the crxde but this value isn't shown as the theme when re-opening the dialog as s...

    Views

    4.1K

    Likes

    0

    Replies

    2
  • 10/26/16
    Dear all,I've created a bundle that have some servlets, and after I deployed them to author instance, the servlets could be accessed and invoked.While after I replicated the bundle to publish instance, the invoking of servlets return 404.The server version is 6.2, and I found below message in the er...

    Views

    1.9K

    Likes

    0

    Replies

    5
  • 10/25/16
    How do I find all the assets that has been published for more than 1 year using JCR SQL2 ? Because each asset has a different cq:lastReplicated value, I believe I need to do something like SELECT parent.* FROM [cq:Page] AS parent INNER JOIN [nt:base] AS child ON ISCHILDNODE(child,parent) WHERE ISDES...

    Views

    2.1K

    Likes

    0

    Replies

    4
  • 10/25/16
    Hi, I'm trying to integrate solr 5.5 with AEM 6.2 but it does not seems to work as per the documentation given on adobe docs: https://docs.adobe.com/docs/en/aem/6-2/deploy/platform/queries-and-indexing.html. Moreover the documentation is relevant to integrate solr 4.x especially the commands to star...

    Views

    3.1K

    Likes

    0

    Replies

    7
  • 10/25/16
    I have mapped my tags to some value . Now i want to get those values with the help of listener. which listener should be used to listen xtype 'tags' ? 

    Views

    525

    Likes

    0

    Replies

    1
  • 10/25/16
    Here the trace of error i got,C:\myproject\content\src\main\content\jcr_root>vlt --credentials admin:admin co --force http://localhost:4502/crx/server/-/jcr_root /apps/myproject Java HotSpot(TM) Client VM warning: ignoring option PermSize=128m; support was r emoved in 8.0 Checkout http://localhost:4...

    Views

    2.0K

    Likes

    0

    Replies

    2