Forum Discussion
Gateway Mashup Data Access Error
here is the complete error, seems NOT to be this specific table as i saw the same error in other tables always from my oracle databases.
Complete error:
{"error":{"code":"DM_GWPipeline_Gateway_MashupDataAccessError","pbi.error":{"code":"DM_GWPipeline_Gateway_MashupDataAccessError","parameters":{},"details":[{"code":"DM_ErrorDetailNameCode_UnderlyingErrorCode","detail":{"type":1,"value":"-2147467259"}},{"code":"DM_ErrorDetailNameCode_UnderlyingErrorMessage","detail":{"type":1,"value":"The key didn't match any rows in the table."}},{"code":"DM_ErrorDetailNameCode_UnderlyingHResult","detail":{"type":1,"value":"-2147467259"}},{"code":"Microsoft.Data.Mashup.ValueError.Key","detail":{"type":1,"value":"[Name = \"F_PEDIDOS_PENDIENTES\"]"}},{"code":"Microsoft.Data.Mashup.ValueError.Reason","detail":{"type":1,"value":"Expression.Error"}},{"code":"Microsoft.Data.Mashup.ValueError.Table","detail":{"type":1,"value":"#table({\"Name\", \"Data\", \"Kind\"}, {})"}}],"exceptionCulprit":1}}} Table: F_PEDIDOS_PENDIENTES.
Hello,
Try to check your network connexions, make sure your gateway has access to your data and the oracle port is open to it.
hope it helps
3 Replies
- GilbertQSuper UserHi there
The error is indicating no Key in the table F_PEDIDOS_PENDIENTES
If you can have a look and confirm that it has data? - v-lionel-msftCommunity Support
Hi tomasgarcia13 ,
Try to check the F_PEDIDOS_PENDIENTES table in 'Edit Query'.
It may be a problem with the table reference.
Or refer to the links.
Expression Error.: The key didn't match any rows in the table
Best regards,
Lionel ChenIf this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
- HKINANIFrequent Visitor
Hello,
Try to check your network connexions, make sure your gateway has access to your data and the oracle port is open to it.
hope it helps