What does this error mean in VG mapping processing?

"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. :slight_smile:

Andrea

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.