无法安装 Microsoft Power Bi Postgre SQL 连接器

Cannot install Microsoft Power Bi Postgre SQL connector(无法安装 Microsoft Power Bi Postgre SQL 连接器)
本文介绍了无法安装 Microsoft Power Bi Postgre SQL 连接器的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

问题描述

我正在尝试使用 Microsoft Power Bi 连接到 PostgreSQL 数据库.

I am trying to use Microsoft Power Bi to connect to a PostgreSQL database.

当我转到获取数据时,它只是说连接器需要安装一个或多个附加组件才能使用

  1. 我已安装 Microsoft Power Bi 版本:2.47.4766.801 64 位(2017 年 6 月).
  2. 我已经安装了 Npgsql 3.2.3.
  3. 我已经安装了 VS Studio 2017 Community 并使用 VS Studio 命令提示符将 dll 文件添加到程序集中.
  4. 我已经编辑了我的 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>

  1. 我运行的是 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 连接器的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

本站部分内容来源互联网,如果有图片或者内容侵犯了您的权益,请联系我们,我们会在确认后第一时间进行删除!

相关文档推荐

Custom Error Queue Name when using EasyNetQ for RabbitMQ?(使用 EasyNetQ for RabbitMQ 时自定义错误队列名称?)
How to generate password_hash for RabbitMQ Management HTTP API(如何为 RabbitMQ 管理 HTTP API 生成密码哈希)
Rabbitmq Ack or Nack, leaving messages on the queue(Rabbitmq Ack 或 Nack,将消息留在队列中)
Wait for a single RabbitMQ message with a timeout(等待一条带有超时的 RabbitMQ 消息)
Setup RabbitMQ consumer in ASP.NET Core application(在 ASP.NET Core 应用程序中设置 RabbitMQ 消费者)
Specify Publish timeouts in mass transit(指定公共交通中的发布超时)