Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

IBM DB2 - PackageCollection bug in Fabric Pipeline

To connect to our IBM DB2 database, we need to set a custom "packageCollection" value as an additional connection property in a copy activity.

TimoW_1-1758695904876.png

 

However, when inspecting the pipeline's JSON, we noticed that "packageCollection" is added with a trailing space ("packageCollection "). This causes issues, as the DB2 database doesn’t recognize the property correctly.

TimoW_0-1758696177482.png

 

Manually removing the space in the JSON makes the pipeline work again, so for anyone facing the same issue, that’s a temporary fix. But ideally, this bug should be resolved at the source.

 

As it stands, fixing it manually means the property can’t be configured through the UI anymore.

TimoW_3-1758695904879.png

 

Status: New