Hi,
I'm having trouble loading files into Information resources via .arches 
file. Loading package completes loading without issues and Information 
resource is populated with all my data except FilePath. Link to Digital 
Representation in report is empty (it links to folder ocalhost/files) and 
database with file paths (data.files) also. I tried with different file 
paths (I checked that Python's isfile(path) returned True, I even loaded my 
file to /uploadedfiles/files folder) but with no success. Loading files via 
(HIP) application works without problems.

What is correct procedure to import documents via .arches files:
- must be documents already copied in target folder (/uploadedfiles/files) 
or are they copied at loading .arches file?
- are there some other requirements for uploading documents via .arches 
files?
- what about pictures - must I provide a thumbnail also or is it created at 
load?

Here is my (a little modified) example of document.arches 
(document.relations is empty (has only header)):
RESOURCEID|RESOURCETYPE|ATTRIBUTENAME|ATTRIBUTEVALUE|GROUPID
DOC001|INFORMATION_RESOURCE.E73|TITLE.E41|TEST DOCUMENT|G1
DOC001|INFORMATION_RESOURCE.E73|TITLE_TYPE.E55|TITLE_TYPE:1|G1
DOC001|INFORMATION_RESOURCE.E73|FILE_PATH.E62|/docs/Test.pdf|G2

My loading command: python manage.py packages -o load_resources -s 
'my_hip_app/source_data/business_data/document.arches'

What am I doing wrong?

Any help would be appreciated.

Thanks,

Bojan

-- 
-- To post, send email to [email protected]. To unsubscribe, send 
email to [email protected]. For more information, 
visit https://groups.google.com/d/forum/archesproject?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Arches Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to