How to trigger a UCD process from RTC after an enterprise (z/OS) package is created?
![]() I'm using RTC EE packaging to create a UCD component version in UCD for an z/OS application. Can I trigger a UCD process as a post package event for z/OS application deployment? I know that we can do that for non enterprise deployment but not sure if we can do the same for z/OS deployment. Thanks.
|
2 answers
![]() Thanks to Leon Clark (Software Services team) for providing his response separately on this. One option is to customize the zospackage.xml to include an additional target for launching a ucd process by calling the UCD client (udclient.jar) with the 'requestApplicationProcess' command. This option works for me but it would be good if there is a feature in the Eclipse client UI which can handle this without additional scripting. Hope that would be available in the future release. Thanks.
|