cancel
Showing results for 
Search instead for 
Did you mean: 

How to query objects using CMIS in Alfresco?

kottsg
Champ in-the-making
Champ in-the-making
Hi,

I am new to Alfresco and i am using Alfresco 4.0 community edition,

Can someone let me know where can i use the query in alfresco to fetch objects,say for example in Documentum we have DQL in DA->tools where we can execute our query and fetch results.
Is there any kind of approach visible in alfresco? or is there any other configuration needs to be done to execute CMIS query?

select * from cm:content,

Where can i run this query and fetch results for the objects present in repository?


Thanks,
Kotte
5 REPLIES 5

mitpatoliya
Star Collaborator
Star Collaborator
you can check the queries in the nodebrowser.
alfresco/faces/jsp/admin/node-browser.jsp

kottsg
Champ in-the-making
Champ in-the-making
Hi Mitpatoliya,

Thanks for your reply…

After giving the URL,I got into a page where i have selected cmis-alfresco and given a query select * from cm:folder or cmis:folder whatever it is,I got error

"Search failed due to: org.alfresco.error.AlfrescoRuntimeException: 03031046 No solr query support for store system://system"

Please let me know how to proceed with this..

Thanks..

mitpatoliya
Star Collaborator
Star Collaborator
This is because you have selected wrong store.
in the stores list you have to select the workspace:spacestore as your store.

kottsg
Champ in-the-making
Champ in-the-making
Hello!!!

Smiley Very Happy

Thanks for the response,Nice to see the result after doing changes as prescribed..Thanks Again for being helpfull and Good to see the difference betwen Alfresco Forums and other forums.. which Alfresco is Great!!!! Smiley Happy

hartjed
Champ in-the-making
Champ in-the-making
Hi,

I am getting the same error from Drupal:

Alfresco repository   SOAP request failed (RepositoryFault)
org.alfresco.error.AlfrescoRuntimeException: 10081219 No solr query support for store system://system

I see you mentioned the need to use the workspace, any idea how I might correct this?

Thanks…