I have a strange promblem with DataServices when executing specific query:
http://localhost:58362/DataService.svc/A?$expand=B/C works as expected
http://localhost:58362/DataService.svc/C?$expand=D works as expected
On Query:
http://localhost:58362/DataService.svc/A?$expand=B/C/D
I get 
{
    odata.error: {
        code: ""
        message: {
            lang: "en-EN"
            value: "An error occurred while processing this request."
        }
    }
}
No exceptions in visual. Just this result without more messages.
Can it be connected with amount of data?
