Dear Support,
I'm running into a weird error when I try to load customer data from the customer table of Navision.
The error is: The numerical value is too large to fit into a 96 bit decimal.
I use a query table to only get the columns I need. In this query table I use a where clause in which I exclude some customernumbers. But now I found out that I also need these numbers in my customer dimension. But when I clear the WHERE clause, the error comes up again.
If I execute the same query in SQL Management studio it runs good and I don't see some strange values in one of the columns.
Do you have any idea?