cancel
Showing results for 
Search instead for 
Did you mean: 

Whereis repositoryID in Alfresco 5.0

sarge
Champ in-the-making
Champ in-the-making
Hello,
I'm trying to install and integrate Alfresco and Redmine, using CMIS plugin http://blog.clinkerhq.com/redmine-and-alfresco-integration/
And now, I can not find in Alfresco 5.0.c repositoriD
In Alfresco 4.2 is done by executing:
curl -uadminSmiley Tongueassword "http://your.alfresco.host/alfresco/s/cmis" | grep repositoryId

Which command Get the Alfresco 5.0 CMIS repository ID ?
Or where I can find it ?
8 REPLIES 8

rachana
Champ in-the-making
Champ in-the-making
Hi Sarge,

You can find the alfresco repository id by this link
http://your.alfresco.host/alfresco/s/enterprise/admin/admin-repositoryinfo.

Give your credentials and get id.

sarge
Champ in-the-making
Champ in-the-making
Hi Rachana,
I get this:
The Web Script /alfresco/s/enterprise/admin/admin-repositoryinfo has responded with a status of 404 - Not Found.

404 Description:   Requested resource is not available.

Message:   03220293 Script url /enterprise/admin/admin-repositoryinfo does not map to a Web Script.

Exception:   org.springframework.extensions.webscripts.WebScriptException - 03220293 Script url /enterprise/admin/admin-repositoryinfo does not map to a Web Script.

Our Alfresco is community edition.

vineesh123
Champ in-the-making
Champ in-the-making
Hi Rachana,

we are also facing same issue mentioned by sarge. We are using 5.0.d community edition and don't see any way to find the repository id. Please share your findings on this.

Thanks,
Vineesh

mrogers
Star Contributor
Star Contributor
The enterprise scripts are not available on community so it is not expected to work.

The repository Id is on the admin console of Community 5.0 d

And also available via CMIS.   Just use one of the correct CMIS endpoints.
e.g.
http://localhost:8080/alfresco/api/-default-/public/cmis/versions/1.0/atom
http://localhost:8080/alfresco/api/-default-/public/cmis/versions/1.1/atom

fritz
Champ in-the-making
Champ in-the-making
Greetings…

Hi, Im Fritz from Indonesia..

I Use Alfresco 5.0d Community..That's a great application…

But I Have a problem..

My Server have a limited capacity..

How can I move Repository to a NAS (Network Drive)..I Use WD My Cloud As a Network Drive..

Thank you Very Much..

jpotts
World-Class Innovator
World-Class Innovator
In 5.0.d CMIS returns "-default-" for the repository ID, unfortunately.

Jeff

ajolly
Champ in-the-making
Champ in-the-making
Hello,

Just to complete mrogers answer, in Community Edition 5.0.d, to get to the admin console:

<ol>
<li>http://your_hostSmiley Tongueort/alfresco</li>
<li>then click on the link "Alfresco Administration Console (admin only)"</li>
<li>enter admin credentials</li>
<li>enjoy</li>
</ol>

Arnaud

paiyyavj13
Star Contributor
Star Contributor
In community can be found at : http://localhost:8080/alfresco/service/admin/admin-communitysummary

P.S.: replace relevant hostname… Cheers!