25-08-20 02:58 PM
exportpackage
function in this version's Help doc.C:\Workspace\BluePrism\BluePrism>AutomateC.exe /user JHu Password /exportpackage DevOps /release DevOpsRelease2
Error processing action: exportpackage.
BluePrism.AutomateAppCore.NameAlreadyExistsException: A release with the name 'DevOpsRelease2' already exists for this package
at BluePrism.AutomateAppCore.clsPackage.CreateRelease(String name, Boolean autoAddToPackage)
at AutomateC.AutomateC.j(String[] s)
25-08-20 04:21 PM
25-08-20 04:37 PM
Hi Patrick
Thanks for your reply.
-Export the package with a new release name such as "DevOpsRelease3", will create a new release. This is NOT what I want. My job is to automate the release to QA when somebody created in DEV.
-Export the package with the same release name, but try using the /overwrite switch to handle the conflict.
The /overwrite doesn't work as shown below.
C:\RBC2019\Workspace\BluePrism\BluePrism\Release>AutomateC.exe /user JHu Password#2 /exportpackage DevOps /release DevOpsRelease2 /overwrite
Error processing action: exportpackage.
BluePrism.AutomateAppCore.NameAlreadyExistsException: A release with the name 'DevOpsRelease2' already exists for this package
at BluePrism.AutomateAppCore.clsPackage.CreateRelease(String name, Boolean autoAddToPackage)
at AutomateC.AutomateC.j(String[] s)
My understanding is:
1. There is no way to export an existing release (created in the past) as an XML file.
2. The only time a release can be saved as an XML file is at the time when release is created.
_______________________________________________________________________
If you received this email in error, please advise the sender (by return email or otherwise) immediately. You have consented to receive the attached electronically at the above-noted email address; please retain a copy of this confirmation for future reference.
Si vous recevez ce courriel par erreur, veuillez en aviser l'expéditeur immédiatement, par retour de courriel ou par un autre moyen. Vous avez accepté de recevoir le(s) document(s) ci-joint(s) par voie électronique à l'adresse courriel indiquée ci-dessus; veuillez conserver une copie de cette confirmation pour les fins de reference future.
25-08-20 05:02 PM
25-08-20 05:05 PM