Chocolatey Community Coffee Break

Join the Chocolatey Team on our regular monthly stream where we discuss all things Community, what we do, how you can get involved and answer your Chocolatey questions.

Learn More

Chocolatey Product Spotlight

Join the Chocolatey Team on our regular monthly stream where we put a spotlight on the most recent Chocolatey product releases. You'll have a chance to have your questions answered in a live Ask Me Anything format.

Learn More

Announcing Chocolatey Central Management 0.10.0

Livestream from
Thursday, 06 October 2022

We recently released our largest update to Chocolatey Central Management so far. Join Gary and Steph to find out more about Chocolatey Central Management and the new features and fixes we've added to this release.

Watch On-Demand
Chocolatey and Intune Overview

Webinar Replay from
Wednesday, 30 March 2022

At Chocolatey Software we strive for simple, and teaching others. Let us teach you just how simple it could be to keep your 3rd party applications updated across your devices, all with Intune!

Watch On-Demand
Chocolatey For Business. In Azure. In One Click.

Livestream from
Thursday, 9 June 2022

Join James and Josh to show you how you can get the Chocolatey For Business recommended infrastructure and workflow, created, in Azure, in around 20 minutes.

Watch On-Demand
The Future of Chocolatey CLI

Livestream from
Thursday, 04 August 2022

Join Paul and Gary to hear more about the plans for the Chocolatey CLI in the not so distant future. We'll talk about some cool new features, long term asks from Customers and Community and how you can get involved!

Watch On-Demand
Hacktoberfest Tuesdays 2022

Livestreams from
October 2022

For Hacktoberfest, Chocolatey ran a livestream every Tuesday! Re-watch Cory, James, Gary, and Rain as they share knowledge on how to contribute to open-source projects such as Chocolatey CLI.

Watch On-Demand
Chocolatey Product Spotlight: Chocolatey 1.2.0 and Chocolatey Licensed Extension 5.0.0

Livestream from
Thursday, 03 November 2022

Join Paul and Gary for this months Chocolatey product livestream where we look at the latest release of Chocolatey 1.2.0, Chocolatey Licensed Extension 5.0.0 and shine a spotlight on the new hook scripts functionality. This opens up so many possibilities for Chocolatey CLI users!

Watch On-Demand
Chocolatey Coding Livestream

Livestream from
Tuesday, 29 November 2022

Join Josh as he adds the ability to manage Chocolatey GUI config and features with the Chocolatey Ansible Collection.

Watch On-Demand
Introduction into Chocolatey with Veeam

Webinar from
Tuesday, 13 December 2022

Join Gary, Paul, and Maurice as they introduce and demonstrate how to use Chocolatey! Questions will be answered live in an Ask Me Anything format.

Watch On-Demand

Invantive(R) Bridge Connectors for Power BI 20.2.172

  • 1
  • 2
  • 3

This Package Contains an Exempted Check

Not All Tests Have Passed


Validation Testing Passed


Verification Testing Exemption:

Reboot required due to dependencies.

Details

Scan Testing Successful:

No detections found in any package files

Details
Learn More

Deployment Method: Individual Install, Upgrade, & Uninstall

To install Invantive(R) Bridge Connectors for Power BI, run the following command from the command line or from PowerShell:

>

To upgrade Invantive(R) Bridge Connectors for Power BI, run the following command from the command line or from PowerShell:

>

To uninstall Invantive(R) Bridge Connectors for Power BI, run the following command from the command line or from PowerShell:

>

Deployment Method:

NOTE

This applies to both open source and commercial editions of Chocolatey.

1. Enter Your Internal Repository Url

(this should look similar to https://community.chocolatey.org/api/v2/)


2. Setup Your Environment

1. Ensure you are set for organizational deployment

Please see the organizational deployment guide

2. Get the package into your environment

  • Open Source or Commercial:
    • Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://community.chocolatey.org/api/v2/. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
    • You can also just download the package and push it to a repository Download

3. Copy Your Script

choco upgrade invantive-bridge-connectors-power-bi -y --source="'INTERNAL REPO URL'" [other options]

See options you can pass to upgrade.

See best practices for scripting.

Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.

If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:


choco upgrade invantive-bridge-connectors-power-bi -y --source="'INTERNAL REPO URL'" 
$exitCode = $LASTEXITCODE

Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
  Exit 0
}

Exit $exitCode

- name: Install invantive-bridge-connectors-power-bi
  win_chocolatey:
    name: invantive-bridge-connectors-power-bi
    version: '20.2.172'
    source: INTERNAL REPO URL
    state: present

See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.


chocolatey_package 'invantive-bridge-connectors-power-bi' do
  action    :install
  source   'INTERNAL REPO URL'
  version  '20.2.172'
end

See docs at https://docs.chef.io/resource_chocolatey_package.html.


cChocoPackageInstaller invantive-bridge-connectors-power-bi
{
    Name     = "invantive-bridge-connectors-power-bi"
    Version  = "20.2.172"
    Source   = "INTERNAL REPO URL"
}

Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.


package { 'invantive-bridge-connectors-power-bi':
  ensure   => '20.2.172',
  provider => 'chocolatey',
  source   => 'INTERNAL REPO URL',
}

Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.


4. If applicable - Chocolatey configuration/installation

See infrastructure management matrix for Chocolatey configuration elements and examples.

Package Approved

This package was approved as a trusted package on 24 Dec 2021.

Description

Invantive Bridge Connectors for Power BI


tools\chocolateyinstall.ps1
$ErrorActionPreference = 'Stop';

$packageName= 'invantive-bridge-connectors-power-bi'

$packageArgs = @{
  packageName = $packageName
  fileType = 'MSI'
  url = 'https://download.invantive.com/release/msi/Invantive%20Bridge%20Connectors%20for%20Power%20BI-20.2.172.msi'
  url64bit = 'https://download.invantive.com/release/msi/Invantive%20Bridge%20Connectors%20for%20Power%20BI-20.2.172.msi'
  softwareName = 'Invantive Bridge Connectors for Power BI'
  checksum = 'DDC7DC502B9442EE03A27EE0F785FEA36B621EDCA4BD7285136D52BF6690622B'
  checksumType = 'sha256'
  checksum64 = 'DDC7DC502B9442EE03A27EE0F785FEA36B621EDCA4BD7285136D52BF6690622B'
  checksumType64 = 'sha256'
  silentArgs = "/qn /norestart /l*v `"$env:Temp\invantive-bridge-connectors-power-bi-20.2.172-msi-install.log`""
  validExitCodes = @(0, 3010, 1641)
}

Install-ChocolateyPackage @packageArgs

Log in or click on link to see number of positives.

In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).

Chocolatey Pro provides runtime protection from possible malware.

Add to Builder Version Downloads Last Updated Status
Invantive(R) Bridge Connectors for Power BI 20.2.86 58 Wednesday, November 3, 2021 Approved
Invantive(R) Bridge Connectors for Power BI 20.2.3 58 Friday, September 3, 2021 Approved
Invantive(R) Bridge Connectors for Power BI 20.2.0-RC 43 Wednesday, September 1, 2021 Approved
Invantive(R) Bridge Connectors for Power BI 20.1.530-BETA 62 Wednesday, August 4, 2021 Approved
Invantive(R) Bridge Connectors for Power BI 20.1.467-BETA 44 Thursday, July 1, 2021 Approved
Invantive(R) Bridge Connectors for Power BI 20.1.288-BETA 97 Friday, November 27, 2020 Exempted
Invantive(R) Bridge Connectors for Power BI 20.1.20-BETA 140 Saturday, May 2, 2020 Approved
Invantive(R) Bridge Connectors for Power BI 20.0.154 67 Thursday, June 10, 2021 Approved
Invantive(R) Bridge Connectors for Power BI 20.0.148 63 Friday, April 9, 2021 Approved
Invantive(R) Bridge Connectors for Power BI 20.0.145 75 Wednesday, March 3, 2021 Approved
Invantive(R) Bridge Connectors for Power BI 20.0.131 104 Tuesday, December 15, 2020 Approved
Invantive(R) Bridge Connectors for Power BI 20.0.128 68 Friday, December 4, 2020 Approved
Invantive(R) Bridge Connectors for Power BI 20.0.123 94 Wednesday, November 25, 2020 Approved
Invantive(R) Bridge Connectors for Power BI 20.0.116 83 Thursday, November 12, 2020 Approved
Invantive(R) Bridge Connectors for Power BI 20.0.107 95 Tuesday, October 27, 2020 Approved
Invantive(R) Bridge Connectors for Power BI 20.0.106 95 Friday, October 23, 2020 Approved
Invantive(R) Bridge Connectors for Power BI 20.0.93 91 Saturday, September 19, 2020 Approved
Invantive(R) Bridge Connectors for Power BI 20.0.84 99 Tuesday, September 1, 2020 Approved
Invantive(R) Bridge Connectors for Power BI 20.0.82 77 Monday, August 31, 2020 Approved
Invantive(R) Bridge Connectors for Power BI 20.0.79 120 Thursday, August 27, 2020 Approved
Invantive(R) Bridge Connectors for Power BI 20.0.64 97 Thursday, August 6, 2020 Approved
Invantive(R) Bridge Connectors for Power BI 20.0.51 103 Wednesday, August 5, 2020 Approved
Invantive(R) Bridge Connectors for Power BI 20.0.48 94 Wednesday, July 8, 2020 Approved
Invantive(R) Bridge Connectors for Power BI 20.0.40 97 Wednesday, June 17, 2020 Approved
Invantive(R) Bridge Connectors for Power BI 20.0.37 80 Tuesday, June 16, 2020 Approved
Invantive(R) Bridge Connectors for Power BI 20.0.33 115 Tuesday, May 26, 2020 Approved
Invantive(R) Bridge Connectors for Power BI 20.0.23 105 Thursday, May 7, 2020 Approved
Invantive(R) Bridge Connectors for Power BI 20.0.0 144 Saturday, March 28, 2020 Approved
Invantive(R) Bridge Connectors for Power BI 17.33.108-BETA 136 Friday, September 20, 2019 Approved
Invantive(R) Bridge Connectors for Power BI 17.32.258 65 Monday, August 31, 2020 Approved
Invantive(R) Bridge Connectors for Power BI 17.32.256 81 Thursday, August 27, 2020 Approved
Invantive(R) Bridge Connectors for Power BI 17.32.249 92 Thursday, August 6, 2020 Approved
Invantive(R) Bridge Connectors for Power BI 17.32.228 106 Wednesday, July 8, 2020 Approved
Invantive(R) Bridge Connectors for Power BI 17.32.223 87 Wednesday, June 17, 2020 Approved
Invantive(R) Bridge Connectors for Power BI 17.32.220 87 Tuesday, June 16, 2020 Approved
Invantive(R) Bridge Connectors for Power BI 17.32.217 87 Tuesday, May 26, 2020 Approved
Invantive(R) Bridge Connectors for Power BI 17.32.213 113 Friday, May 8, 2020 Approved
Invantive(R) Bridge Connectors for Power BI 17.32.211 112 Thursday, May 7, 2020 Approved
Invantive(R) Bridge Connectors for Power BI 17.32.205 117 Saturday, April 4, 2020 Approved
Invantive(R) Bridge Connectors for Power BI 17.32.188 124 Tuesday, March 17, 2020 Approved
Invantive(R) Bridge Connectors for Power BI 17.32.171 177 Monday, February 10, 2020 Approved
Invantive(R) Bridge Connectors for Power BI 17.32.170 100 Saturday, February 8, 2020 Approved
Invantive(R) Bridge Connectors for Power BI 17.32.160 117 Tuesday, January 21, 2020 Approved
Invantive(R) Bridge Connectors for Power BI 17.32.153 112 Thursday, January 9, 2020 Approved
Invantive(R) Bridge Connectors for Power BI 17.32.139 108 Wednesday, December 18, 2019 Approved
Invantive(R) Bridge Connectors for Power BI 17.32.123 123 Wednesday, November 20, 2019 Approved
Invantive(R) Bridge Connectors for Power BI 17.32.76 122 Friday, October 4, 2019 Approved
Invantive(R) Bridge Connectors for Power BI 17.32.68 141 Wednesday, September 11, 2019 Approved
Invantive(R) Bridge Connectors for Power BI 17.32.33 163 Saturday, June 22, 2019 Approved
Invantive(R) Bridge Connectors for Power BI 17.31.3-BETA 138 Sunday, February 17, 2019 Approved
Invantive(R) Bridge Connectors for Power BI 17.31.2-BETA 157 Tuesday, February 12, 2019 Approved
Invantive(R) Bridge Connectors for Power BI 17.31.1-BETA 191 Monday, January 28, 2019 Approved
Invantive(R) Bridge Connectors for Power BI 17.31.0-BETA 158 Monday, January 21, 2019 Approved
Invantive(R) Bridge Connectors for Power BI 17.30.0 183 Thursday, January 10, 2019 Approved
Invantive(R) Bridge Connectors for Power BI 17.29.9-BETA 144 Monday, January 7, 2019 Approved
Invantive(R) Bridge Connectors for Power BI 17.29.6-BETA 152 Friday, December 28, 2018 Approved
Invantive(R) Bridge Connectors for Power BI 17.29.5-BETA 165 Friday, December 28, 2018 Approved
Invantive Bridge Connectors for Power BI 17.29.3-BETA 185 Friday, December 21, 2018 Approved
Invantive Bridge Connectors for Power BI 17.29.2-BETA 148 Tuesday, December 18, 2018 Approved
Invantive Bridge Connectors for Power BI 17.29.0-BETA 178 Wednesday, October 31, 2018 Approved
Invantive Bridge Connectors for Power BI 17.28.0 163 Thursday, October 25, 2018 Approved
Invantive Bridge Connectors for Power BI 17.27.2-BETA 198 Monday, October 22, 2018 Approved
Invantive Bridge Connectors for Power BI 17.27.1-BETA 188 Tuesday, October 16, 2018 Approved
Invantive Bridge Connectors for Power BI 17.27.0-BETA 173 Friday, September 14, 2018 Approved
Invantive Bridge Connectors for Power BI 17.25.0-BETA 190 Wednesday, August 15, 2018 Approved
Invantive Bridge Connectors for Power BI 17.24.8 219 Tuesday, June 26, 2018 Approved
Invantive Bridge Connectors for Power BI 17.24.4 194 Tuesday, June 26, 2018 Approved
Invantive Bridge Connectors for Power BI 17.24.3 180 Tuesday, June 26, 2018 Approved
Invantive Bridge Connectors for Power BI 17.24.2 203 Friday, June 15, 2018 Approved
Invantive Bridge Connectors for Power BI 17.24.1 206 Thursday, June 14, 2018 Approved
Invantive Bridge Connectors for Power BI 17.24.0 196 Thursday, June 14, 2018 Approved
Invantive Bridge Connectors for Power BI 17.23.3-BETA 205 Friday, June 1, 2018 Approved
Invantive Bridge Connectors for Power BI 17.23.2-BETA 220 Friday, June 1, 2018 Approved
Invantive Bridge Connectors for Power BI 17.23.1-BETA 217 Friday, June 1, 2018 Approved
Invantive Bridge Connectors for Power BI 17.15.7-BETA 276 Friday, April 6, 2018 Approved
Invantive Bridge Connectors for Power BI 17.15.5-BETA 231 Thursday, April 5, 2018 Approved
Invantive Bridge Connectors for Power BI 17.15.2 287 Wednesday, March 7, 2018 Approved
Invantive Bridge Connectors for PowerBI 17.15.0 268 Tuesday, March 6, 2018 Approved
Invantive Bridge Connectors for PowerBI 17.14.22-BETA 271 Tuesday, March 6, 2018 Exempted
Invantive Bridge Connectors for PowerBI 17.14.18-BETA 249 Tuesday, March 6, 2018 Exempted
Invantive Bridge Connectors for PowerBI 17.14.17-BETA 260 Monday, March 5, 2018 Exempted
Invantive Bridge Connectors for PowerBI 17.14.15-RC 271 Sunday, March 4, 2018 Exempted
Invantive Bridge Connectors for PowerBI 17.14.6-BETA 285 Thursday, December 28, 2017 Exempted
Invantive Bridge Connectors for PowerBI 17.14.5-BETA 289 Friday, December 22, 2017 Exempted
Invantive Bridge Connectors for PowerBI 17.13.4-RC 263 Friday, December 22, 2017 Exempted
Invantive Bridge Connectors for PowerBI 17.12.0-RC 286 Friday, December 8, 2017 Exempted
Invantive Bridge Connectors for PowerBI 17.11.9-BETA 295 Saturday, November 25, 2017 Exempted
Invantive Bridge Connectors for PowerBI 17.11.6-BETA 289 Saturday, November 25, 2017 Exempted

Enhancements:

  • Switch to IPv6.

Version 20.2.151, released 2021-11-18.

Enhancements:

  • Reduce GC.
  • Add new OG images.
  • Make locker readonly.
  • Switch object size resolution from KB to bytes.
  • Split system and SQL errors.
  • Auto-discovery for multi-platform products.
  • Upgrade to Microsoft.net 4.7.2.
  • Increase maximum size of result set to above 4 billion rows.
  • Add compatibility checks on startup.

Bug fixes:

  • Include release number even when itgenlic489 occurs.
  • Fix discovery showing username and password login for OAuth client credentials providers when it shouldn't.
  • Error handling.
  • Renaming provider attribute.

Version 17.24.7, released 2018-06-26.

Enhancements:

  • New logon dialog. Updated credentials storage.
  • Delay returning data in ADO.NET provider for faster performance retrieving the first few rows.
  • Moved all Exact Online Power BI connectors to one. Allow setting connection string settings (like api-client-id) and on connect SQL (like 'use all' or '@@run_this_file.sql').
  • Updated partitioning in Control and Composition to allow selection of the partition when having multiple data containers opened, like two Exact Online accounts.
  • Write user messages to trace.
  • Enable configuration of license through environment variable or fixed location.
  • Add environment variable INVANTIVE_ADONET_LOG_FILE to control name of log file for Invantive Bridge.
  • Adapt ADO.NET provider default language to Windows user interface language.
  • No longer actively create an IIID.
  • DDEX: Added provider information.

Bug fixes:

  • Fix endless recursion on initialization.
  • Fix state helper not available during trace utility reinitialization on first use.
  • Fix log on to Exact Online using Bridge with credentials.
  • Do not throw any excemption by Invantive Bridge.
  • Support 201805 release of Power BI Desktop.
  • Enable Power BI connector on April 2018 release of Power BI.
  • Auto-create invantive folder for license file on first use.
  • Correct prefix on Exact Online provider.
  • Fix unimplemented get_Version of DataContext in Bridge [ITGEN-2236].
  • Allow using the license placed in the Invantive folder.
  • Avoid NullReferenceException from preview in Power BI.
  • Switch to new metadata structure of Invantive ADO.NET driver for translated table names.
  • Fix async method hanging on opening connection.
  • Circumvent bug in exception handling by Power BI releases up to at least 2017 Nov.
  • Determine data type for Invantive SQL based upon DbType provided for a DbParameter.
  • Correct label of XML audit files to be match contents instead of always XML Auditfile Salaris 7.0.
  • Avoid error on Shared State not registered.

Discussion for the Invantive(R) Bridge Connectors for Power BI Package

Ground Rules:

  • This discussion is only about Invantive(R) Bridge Connectors for Power BI and the Invantive(R) Bridge Connectors for Power BI package. If you have feedback for Chocolatey, please contact the Google Group.
  • This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
  • The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
  • Tell us what you love about the package or Invantive(R) Bridge Connectors for Power BI, or tell us what needs improvement.
  • Share your experiences with the package, or extra configuration or gotchas that you've found.
  • If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.
comments powered by Disqus