Hello Paul,

I have stucked with same errors and have done the following steps to solve 
this:

1) Create a debug-enhancement within modelstorage.py, so every exception 
within the validation gives me a hint, what went wrong
For example in modelstorage.py, method _validate. Before every 
cls.raise_user_error I have inserted a debug-statement like print or 
logging.

2) I also create some debug hints within the database-backend, method 
execute, so I can see, which records are read and what are the conditions
Under some circumstances, I found out, that some references are not stored 
correctly ( perhaps due to missing masterdata ) and those leads to my 
errors.

Finally, I could manage my imports by analyzing and add every needed field 
step by step. 
After I have known, what are my necessary fields, I created a pentaho 
transformation ( kettle ) and automate the creation of import data.

Kind regards,
Hendrik

Am Donnerstag, 27. März 2014 09:02:45 UTC+1 schrieb Paul Leverett:
>
>
>> Can you give us information about the error first? 
>>
>>
> Trying to import the 1-record example csv I get :
>
> Application Error! 
> <ProtocolError for localhost:8000/name: 500 Internal Server Error>
> None
>

Reply via email to