"Unexpected end of stream while reading mappings"?
Andrea
"Unexpected end of stream while reading mappings"?
Andrea
It sounds like it could be coming from our parsing of SMS2 mappings.
Can you check for a closing curly brace between the FROM and WHERE clauses:
FROM SQL {
-- some SQL
}
WHERE {
...
Actually, I found the problem ....
I wanted a comment in the mapping and thought that a # would be ok. It wasn't. 
Andrea