DB2 Bind parameters override #594
Replies: 2 comments
-
|
A couple of pointers from a DBB perspective - we may need a hand from a UCD specialist, but it looks like it misses something on your side at the beginning in the build phase. FYI - A few month ago, we had updated the BindUtilities, that start to accept file properties to define the bind parameters. This along with the settings in defaultzAppBuildConf.properties will add the listed properties as properties in the packaging stage via a DBB properties record. However, in your package.txt attachment, I do not see any bind properties captured. In your DBB build report, your should fine the db2BindInfo as a generic DBB PROPERTIES record which "persists" the data from bind.properties / build properties: After being processed by the packaging script, the shiplist should contain like something like. See the To me your bind.properties file looks wrong. It should be clearly be a key value pair. Are So, this is how our looks like: UCD follows the same properties, like in zAppBuild, which I also see in your UCD config. So, this should be fine. Finally, the UCD component version contains the properties: |
Beta Was this translation helpful? Give feedback.
-
|
Sorry for the delayed response Dennis. Thank you so much for your inputs. I was able to resolve the issue. Appreciate your help. Best Regards, |
Beta Was this translation helpful? Give feedback.

Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello Everyone,
We are using UCD template for performing DB2 Binds. We have a scenario wherein some programs within the same application uses different DB2 BIND parameters than the parameters that were set up at UCD template level.
For overriding the default BIND parameters that were set up in the UCD template, I am using the "bind.properties" file an application level and these override parameters are getting build in the Build step.
In the deploy step, I am facing the error saying that "[Error] Found unresolved property in template:BIND PACKAGE(${bind_collectionID}) -"
Please see attached for more details.
Can you please suggest how to pass these Bind variables bind_collectionID, bind_packageOwner, bind_qualifier all the way from pipeline to UCD?
application.properties.txt
bind.properties.txt
Deploy log.txt
Package.txt
UCD setup.docx
Thank you so much for your help.
Best Regards,
Subba
Beta Was this translation helpful? Give feedback.
All reactions