Hi,
I tried creating 2 of CDH blue prints for which I am trying to import to see how my application looks. But unable to load both the blue prints which results in error. Any help with root cause. what could have gone wrong
@RAJAG653 There are two different types of blueprints:
Platform Blueprint – used to create a new Pega application through the New Application Wizard.
Customer Engagement (CDH) Blueprint – used to generate CDH-specific artifacts and configurations.
In this case, you are trying to import a CDH Blueprint using the New Application Wizard, which is intended only for Platform Blueprints. Because of this mismatch, the blueprint import is failing.
To import a CDH Blueprint, you should use the 1:1 Operations Manager application and create a case using the “Create from Blueprint” case type. This process is designed to consume CE/CDH Blueprint files and generate the required CDH artifacts.
What went wrong:
The CE/CDH Blueprint file was uploaded through the New Application Wizard instead of through 1:1 Operations Manager.
The New Application Wizard expects a Platform Blueprint structure, so it is unable to process the CDH Blueprint correctly, resulting in the import error.
Got you. Thanks