share-import-export icon indicating copy to clipboard operation
share-import-export copied to clipboard

A collection of Python scripts which can be used to import and export sites and users from Alfresco Share.

Results 10 share-import-export issues
Sort by recently updated
recently updated
newest added

When I try to export site with content included I get the following error Log in (admin) Get site information Export all site content Log out (admin) Traceback (most recent...

When group names or username contains special characters export will fail with python 2.7 One solution would be to use urllib.quote(p['userName'].encode('utf-8'))) instead of urllib.quote(unicode(p['userName']))) in alfresco.py

Hi, when I try to export site TAGS from alfresco 3.4, i got this error : Export site tag information /usr/lib/python2.6/urllib.py:1234: UnicodeWarning: Unicode equal comparison failed to convert both arguments...

I exported a demo site from a 5.0.2.1 environment, and imported it into another 5.0.2.1 environment on a different machine. When I browse the new environment using Alfresco Mobile on...

Hi @wabson, I have been trying to get export-site.py working to export a site. ``` ➜ tmp python -V Python 2.7.10 ``` environment details ``` Alfresco Edition: Enterprise Alfresco Version:...

I'm receiving an error when running import-site.py. I've used "-d" option and looks as though problem is with the: POST http://localhost:8080/share/service/modules/create-site ...call, which is returning: reply: 'HTTP/1.1 400 Bad Request\r\n'...

Hi, when i try to import a site the tags associated doesn't import, and I got the error bellow : Traceback (most recent call last): File "import-site.py", line 264, in...

Exporting a site (Alfresco 4.0) python export-site.py http://127.0.0.1:8080/share/page/site/unternehmenshandbuch/dashboard bla.json --username=x--password=x --export-content Log in (admin) Get site information Export all site content Export documentLibrary Log out (admin) Traceback (most recent call...

just minor fixed i found, an exmaple of categories import via javascript cheers Rasmus Melgaard [email protected]

Try only once if we had to call 'remotestore' or 'remoteadm'. Because we can have error 500, when querying page components, that break all export. Test on Alfresco 4.1.4 best...