Forum Discussion
igordossantos
Helper I
9 years agoMicrosoft.Mashup.Evaluator.Interface.ErrorException: Attempted to read or write protected memory.
Team, Having an issue while connecting to the data source (Oracle) using Get Data (Power Query). I have been able to connect to the same datasource and have built a data model with a decent ...
- 9 years ago
Thank you for the reply.
It turns out that the issue was the code. The code I was passing through DirectQuery to the Oracle backend was in ANSI-89 format, similar to the below:
select a.id, b.id, b.address_1
from person a, address b
where a.id = b.idOnce the code was converted to ANSI-92 format, the error message went away.
select a.id, b.id, b.address_1
from person a
inner join address b
on a.id = b.idIs this documented somewhere? If not, this should be.
-Igor
Anonymous
4 years agoNot applicable
Hi,
I have an user having this issue in Power BI, may I know what is the issue of this? and any solution?
Anonymous
4 years agoNot applicable
I've tried to reinstall the software and checked that the version has been upgraded to latest version, which is version 2.108.825.0