Don't miss your chance to take the Fabric Data Engineer (DP-700) exam on us!
Learn moreNext up in the FabCon + SQLCon recap series: The roadmap for Microsoft SQL and Maximizing Developer experiences in Fabric. All sessions are available on-demand after the live show. Register now
To connect to our IBM DB2 database, we need to set a custom "packageCollection" value as an additional connection property in a copy activity.
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.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.