Cannot install Microsoft Power Bi Postgre SQL connector(无法安装 Microsoft Power Bi Postgre SQL 连接器)
问题描述
我正在尝试使用 Microsoft Power Bi 连接到 PostgreSQL 数据库.
I am trying to use Microsoft Power Bi to connect to a PostgreSQL database.
当我转到获取数据时,它只是说连接器需要安装一个或多个附加组件才能使用
- 我已安装 Microsoft Power Bi 版本:2.47.4766.801 64 位(2017 年 6 月).
- 我已经安装了 Npgsql 3.2.3.
- 我已经安装了 VS Studio 2017 Community 并使用 VS Studio 命令提示符将 dll 文件添加到程序集中.
- 我已经编辑了我的 machine.config 文件.
下面
<system.data>
<DbProviderFactories>
<add name="Npgsql Data Provider" invariant="Npgsql" description=".Net Framework Data Provider for PostgreSQL Server" type="Npgsql.NpgsqlFactory, Npgsql, Version=3.2.3.0, Culture=neutral, PublicKeyToken=5d8b90d52f46fda7"/>
</DbProviderFactories>
</system.data>
- 我运行的是 Windows 10,所以我已经安装了 .NET Framework 4.5.6. 我重新启动我的电脑,打开 Power Bi 并尝试再次连接到 Postgre,我收到同样的消息,连接器需要安装一个或多个附加组件才能使用.
可以在此处找到我的 Power Bi 的跟踪器日志:
The tracer log from my Power Bi can be found here:
https://www.sendspace.com/file/vleze0
我怎样才能让这个东西工作?这让我疯狂!谢谢
How can I get this thing to work? It's driving me crazy! Thanks
推荐答案
Npgsql 最新版本好像有问题.
成功连接 Npgsql 3.1.8 版本.
先卸载现有版本再安装重启.
There seems to be some problem with the latest Npgsql versions.
Succeded to connect with Npgsql 3.1.8 version.
First uninstall the existing version then install and restart.
这篇关于无法安装 Microsoft Power Bi Postgre SQL 连接器的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:无法安装 Microsoft Power Bi Postgre SQL 连接器
基础教程推荐
- 如何在 IDE 中获取 Xamarin Studio C# 输出? 2022-01-01
- c# Math.Sqrt 实现 2022-01-01
- 有没有办法忽略 2GB 文件上传的 maxRequestLength 限制? 2022-01-01
- SSE 浮点算术是否可重现? 2022-01-01
- MS Visual Studio .NET 的替代品 2022-01-01
- 为什么Flurl.Http DownloadFileAsync/Http客户端GetAsync需要 2022-09-30
- 将 XML 转换为通用列表 2022-01-01
- rabbitmq 的 REST API 2022-01-01
- 将 Office 安装到 Windows 容器 (servercore:ltsc2019) 失败,错误代码为 17002 2022-01-01
- 如何激活MC67中的红灯 2022-01-01