Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount.
Register nowGet certified as a Fabric Data Engineer: Check your eligibility for a 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700. Get started
Issue:
Unable to connect to IBM DB2 from PBI Desktop
Error:
**Please note, the resolution for this issue should be carried out by DBA who would have full understanding of the action items.
Resolution: -
3. Execute this step if step 2 fails: -
1.Grant authority to bind a new package to user:
a.GRANT BINDADD ON SYSTEM TO <authorization_name>
Or
b.GRANT PACKADM ON <collection_name> TO <authorization_name>
2. Using consumer (e.g. Power BI Desktop), connect to DB2 and retrieve a list of schemas, tables, and views:
The Microsoft Connector for DB2 will auto-create the package NULLID.MSCS001, and then grant execute on package to public.
3. Revoke authority to bind a new package to user.
a.REVOKE BINDADD FROM <authorization_name>
Or
b.REVOKE PACKADM ON <collection_name> FROM <authorization_name>
Author: Srishti Sharma
Reviewer: Mounika Narayana Reddy
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.