Question
HCL
IN
Last activity: 5 Jul 2023 0:34 EDT
how to integrate Teamcity to pega application
Hi Team,
We need to integrate Teamcity to pega applicaton. As we aware there is a package "prpcServiceUtils_8.8" by using this we can integrate.
As we seen the package, we need to pass input value to pull the var/jar files from the Pega Server.
But we are not sure what are the values need to pass in jenkins-build.xml file.
Can you please help us share sample values to pass in xml file.
These are parameter need the sample values.
${env.SourceUser} ${env.SourcePassword} ${productName} ${productVersion} ${applicationName} ${applicationVersion} ${env.SystemName}
${env.ARTIFACTS_DIR}
${env.TargetHost}
${env.TargetUser}
${env.TargetPassword}
Regards,
Senthil kumar R.
-
Like (0)
-
Share this page Facebook Twitter LinkedIn Email Copying... Copied!
Accepted Solution
Updated: 21 Jun 2023 7:02 EDT
Pegasystems Inc.
IN
@senthilkumarR16796740 Here is the documentation on configuring the connection properties file: https://docs.pega.com/bundle/platform-88/page/platform/system-administration/export-rules-data-request-instance.html
As you mentioned the rest url format is incorrect.
NCS Pte. Ltd
SG
Hi @senthilkumarR16796740: Please look into this for info on details requested.
Thanks.
HCL
IN
Thank you @ArulDevan for your Post. But i unable to see anything related for integrations from Teamcity to Pega and Values which is passing in Jenkins-build.xml. Can you please help us to get detailed document for teamcity to Pega integration. your help very much appreciated
NCS Pte. Ltd
SG
HI @senthilkumarR16796740: I don't see any specific documentation related to Teamcity(specific tool based on organisation need). But when you are using prpcserviceutils for deployments from any orchestrator (whether it is Jenkins or Teamcity), the parameters it accepts would be same. You need to have similar parameter setup in your build which can be used by prpcserviceutils.
Thanks.
HCL
IN
@ArulDevan , As we were configured this package prpcServiceUtils_8.8 in Teamcity and tried build. But we are getting issue that "Connection properties file is not valid".
This is Sample connection properties file. Also, i suspect there is issue API URL format and other inputs.
So, Kindly let me what i need to correct.
================
OurProducts_Pega_Build.pega.rest.server.url=https://latest-pegamgmt-aa-a5.abc.dna.aaa/prweb/PRRestService/XYZapi/Remote/Export/ OurProducts_Pega_Build.pega.rest.username=aaa_xyz_cas_DEV OurProducts_Pega_Build.pega.rest.password=abc@123xyz@123 OurProducts_Pega_Build.export.archiveName=PegaCICD01.01.01 OurProducts_Pega_Build.export.productName=PegaCICD OurProducts_Pega_Build.export.productVersion=01.01.01 OurProducts_Pega_Build.export.applicationName=abcd OurProducts_Pega_Build.export.applicationVersion=0101 OurProducts_Pega_Build.export.async=false
====================
HCL
IN
Hi All,
Is anyone has idea on above post. I'm blocking because of this issue. Kindly help me on this. thank you.
Regards,
Senthil kumar R.
Updated: 25 May 2023 8:16 EDT
Pegasystems Inc.
GB
@senthilkumarR16796740 is your question similar to Can I replace Deployment Manager by Jenkins to build orchestration server?
Deployment Manager allows for coordination of many OOTB features needed for orchestrating a Pega CI/CD pipeline. However, if additional CI software integration is needed other than Jenkins, there are currently no options.
Instead of trying to implement all possible third party tools (Bamboo, TeamCity, etc. ), there is currently a need for a type of Custom Task signature which could be extended for these purposes. This would be much like the Repository feature can be extended for custom Repository types.
There is an open enhancement request: Custom / Extensible Task Types in Deployment Manager (FDBK-61695)
I will try to find an SME to respond to your query.
@konda are you able to provide some insight into this question?
Accepted Solution
Updated: 21 Jun 2023 7:02 EDT
Pegasystems Inc.
IN
@senthilkumarR16796740 Here is the documentation on configuring the connection properties file: https://docs.pega.com/bundle/platform-88/page/platform/system-administration/export-rules-data-request-instance.html
As you mentioned the rest url format is incorrect.
-
Marije Schillern
HCL
IN
@konda , Thanks for your response. I am getting issue while accessing API.
_callService:
[17:07:38][Step 4/6] [java] 17:07:38.122 [main] INFO [a.pegarules.serviceclient.ClientSettings] - -action export -propFileDir /mnt/data/work/700724404c18a326/prpcServiceUtils_8.8/scripts/utils/generated -poolSize ${prpcserviceutils.pool.size} -requestTimeOut ${prpcserviceutils.request.timeout} -tempDir /tmp/PegaInstallTemp-04-July-2023-17.07.37 -artifactsDir /mnt/data/work/700724404c18a326 -processFailStrategy FAIL_PROCESS_ON_SINGLE_SYSTEM_FAILURE
[17:07:38][Step 4/6] [java] 17:07:38.129 [main] INFO [a.pegarules.serviceclient.ClientSettings] - Setting Thread Pool Size to default 5
[17:07:38][Step 4/6] [java] 17:07:38.129 [main] INFO [a.pegarules.serviceclient.ClientSettings] - Setting Request TimeOut to default 300
[17:07:38][Step 4/6] [java] 17:07:38.129 [main] DEBUG [a.pegarules.serviceclient.ClientSettings] - Temporary directory set to /tmp/PegaInstallTemp-04-July-2023-17.07.37
[17:07:38][Step 4/6] [java] 17:07:38.129 [main] DEBUG [a.pegarules.serviceclient.ClientSettings] - looking for prpcServiceUtils property files in folder /mnt/data/work/700724404c18a326/prpcServiceUtils_8.8/scripts/utils/generated
@konda , Thanks for your response. I am getting issue while accessing API.
_callService:
[17:07:38][Step 4/6] [java] 17:07:38.122 [main] INFO [a.pegarules.serviceclient.ClientSettings] - -action export -propFileDir /mnt/data/work/700724404c18a326/prpcServiceUtils_8.8/scripts/utils/generated -poolSize ${prpcserviceutils.pool.size} -requestTimeOut ${prpcserviceutils.request.timeout} -tempDir /tmp/PegaInstallTemp-04-July-2023-17.07.37 -artifactsDir /mnt/data/work/700724404c18a326 -processFailStrategy FAIL_PROCESS_ON_SINGLE_SYSTEM_FAILURE
[17:07:38][Step 4/6] [java] 17:07:38.129 [main] INFO [a.pegarules.serviceclient.ClientSettings] - Setting Thread Pool Size to default 5
[17:07:38][Step 4/6] [java] 17:07:38.129 [main] INFO [a.pegarules.serviceclient.ClientSettings] - Setting Request TimeOut to default 300
[17:07:38][Step 4/6] [java] 17:07:38.129 [main] DEBUG [a.pegarules.serviceclient.ClientSettings] - Temporary directory set to /tmp/PegaInstallTemp-04-July-2023-17.07.37
[17:07:38][Step 4/6] [java] 17:07:38.129 [main] DEBUG [a.pegarules.serviceclient.ClientSettings] - looking for prpcServiceUtils property files in folder /mnt/data/work/700724404c18a326/prpcServiceUtils_8.8/scripts/utils/generated
[17:07:38][Step 4/6] [java] 17:07:38.130 [main] DEBUG [a.pegarules.serviceclient.ClientSettings] - Property File found /mnt/data/work/700724404c18a326/prpcServiceUtils_8.8/scripts/utils/generated/RetailProductsPegaPOC.prpcServiceUtils.properties
[17:07:38][Step 4/6] [java] 17:07:38.140 [main] DEBUG [egarules.serviceclient.RequestParameters] - Initializing Request Parameters for RetailProductsPegaPOC
[17:07:38][Step 4/6] [java] 17:07:38.142 [main] DEBUG [egarules.serviceclient.RequestParameters] - Properties {export.async=false, rollback.applicationVersion=, manageRestorePoints.restorePointLabel=, user.temp.dir=, import.commitRate=100, hotfix.bypassSchema=false, pega.rest.password=*******, import.allowInheritedConnections=false, pega.rest.response.type=json, import.mode=import, import.nofailonerror=false, export.branchAppContext=, import.nonpegarulesOnly=false, hotfix.force=false, import.importFromRepository=false, export.applicationVersion="0101", pega.rest.username=ACOE_SVCCASS_CID_DEV, expose.reindexType=nonpega, export.exportToRepository=false, pega.rest.proxy.port=, hotfix.async=true, import.archive.path=, import.compileLibraries=true, import.insecureOperators=, rollback.downloadLogToFile=true, export.productName="PL_PIF", expose.async=true, updateAccessGroup.applicationVersion=, import.preserveOrder=false, getstatus.operationName=, export.branchName=, expose.startDate=, export.productVersion="Ver1", import.bypassInstanceMigration=false, import.allowImportWithMissingDependencies=false, rollback.async=true, expose.reindex=true, updateAccessGroup.applicationName=, expose.includedClasses=, updateAccessGroup.groupList=, expose.endKey=, expose.excludeDescendents=true, expose.numOfThreads=1, export.archiveName="PL_PIF""Ver1", getstatus.jobID=, expose.excludedClasses=, import.preferencespath=, import.artifactType=, expose.includeDescendents=true, rollback.applicationName=, custom.jvm.args=, pega.rest.server.url=https://latest-pegamgmt-br-dev-01.cass.dev.dna.cba/prweb/PRRestService/, import.existingInstances=skip, manageRestorePoints.restorePointName=, import.async=true, expose.endDate=, rollback.restorePointName=, hotfix.dlFilePath=, updateDASS.filePath=, import.skipBackup=false, pega.rest.proxy.workstation=, pega.rest.proxy.password=, import.archivePath=, import.bypassColumnPopulation=false, hotfix.catalogPath=, import.codesetName=Customer, hotfix.operation=, pega.rest.proxy.domain=, expose.commitRate=100, pega.rest.proxy.host=, import.repositoryName=, import.bypassSchemaChangesToDescendantTables=false, rollback.action=SystemRollback, export.applicationName="CaSSLDP", expose.startKey=, manageRestorePoints.action=, rollback.userName=, pega.rest.proxy.username=, export.repositoryName=, export.repositoryFolder=, import.codesetVersion=06-01-01, import.bypassSchema=}
[17:07:38][Step 4/6] [java] 17:07:38.144 [main] INFO [.pega.pegarules.serviceclient.ClientMain] - Initializing client Current Operation = EXPORT; Thread Pool Size = 5; RequestTimeOut = 300; TemporaryDirectory = /tmp/PegaInstallTemp-04-July-2023-17.07.37; ProcessFailStrategy = FAIL_PROCESS_ON_SINGLE_SYSTEM_FAILURE
[17:07:38][Step 4/6] [java] 17:07:38.144 [main] INFO [viceclient.requestmanager.RequestManager] - Initializing Request Manager
[17:07:38][Step 4/6] [java] 17:07:38.145 [main] INFO [viceclient.requestmanager.RequestManager] - Initializing ExecutorService with pool size 5
[17:07:38][Step 4/6] [java] 17:07:38.149 [main] DEBUG [.pega.pegarules.serviceclient.ClientMain] - Start requests execution
[17:07:38][Step 4/6] [java] 17:07:38.150 [main] INFO [viceclient.requestmanager.RequestManager] - Performing EXPORT with params [System Name = RetailProductsPegaPOC Parameters = {export.async=false, rollback.applicationVersion=, manageRestorePoints.restorePointLabel=, user.temp.dir=, import.commitRate=100, hotfix.bypassSchema=false, pega.rest.password=*****, import.allowInheritedConnections=false, pega.rest.response.type=json, import.mode=import, import.nofailonerror=false, export.branchAppContext=, import.nonpegarulesOnly=false, hotfix.force=false, import.importFromRepository=false, export.applicationVersion="0101", pega.rest.username=ACOE_SVCCASS_CID_DEV, expose.reindexType=nonpega, export.exportToRepository=false, pega.rest.proxy.port=, hotfix.async=true, import.archive.path=, import.compileLibraries=true, import.insecureOperators=, rollback.downloadLogToFile=true, export.productName="PL_PIF", expose.async=true, updateAccessGroup.applicationVersion=, import.preserveOrder=false, getstatus.operationName=, export.branchName=, expose.startDate=, export.productVersion="Ver1", import.bypassInstanceMigration=false, import.allowImportWithMissingDependencies=false, rollback.async=true, expose.reindex=true, updateAccessGroup.applicationName=, expose.includedClasses=, updateAccessGroup.groupList=, expose.endKey=, expose.excludeDescendents=true, expose.numOfThreads=1, export.archiveName="PL_PIF""Ver1", getstatus.jobID=, expose.excludedClasses=, import.preferencespath=, import.artifactType=, expose.includeDescendents=true, rollback.applicationName=, custom.jvm.args=, pega.rest.server.url=https://latest-pegamgmt-br-dev-01.cass.dev.dna.cba/prweb/PRRestService/, import.existingInstances=skip, manageRestorePoints.restorePointName=, import.async=true, expose.endDate=, rollback.restorePointName=, hotfix.dlFilePath=, updateDASS.filePath=, import.skipBackup=false, pega.rest.proxy.workstation=, pega.rest.proxy.password=*****, import.archivePath=, import.bypassColumnPopulation=false, hotfix.catalogPath=, import.codesetName=Customer, hotfix.operation=, pega.rest.proxy.domain=, expose.commitRate=100, pega.rest.proxy.host=, import.repositoryName=, import.bypassSchemaChangesToDescendantTables=false, rollback.action=SystemRollback, export.applicationName="CaSSLDP", expose.startKey=, manageRestorePoints.action=, rollback.userName=, pega.rest.proxy.username=, export.repositoryName=, export.repositoryFolder=, import.codesetVersion=06-01-01, import.bypassSchema=}]
[17:07:38][Step 4/6] [java] 17:07:38.151 [main] DEBUG [es.serviceclient.rest.RestServiceFactory] - Request to perform EXPORT using parameters System Name = RetailProductsPegaPOC Parameters = {export.async=false, rollback.applicationVersion=, manageRestorePoints.restorePointLabel=, user.temp.dir=, import.commitRate=100, hotfix.bypassSchema=false, pega.rest.password=*****, import.allowInheritedConnections=false, pega.rest.response.type=json, import.mode=import, import.nofailonerror=false, export.branchAppContext=, import.nonpegarulesOnly=false, hotfix.force=false, import.importFromRepository=false, export.applicationVersion="0101", pega.rest.username=ACOE_SVCCASS_CID_DEV, expose.reindexType=nonpega, export.exportToRepository=false, pega.rest.proxy.port=, hotfix.async=true, import.archive.path=, import.compileLibraries=true, import.insecureOperators=, rollback.downloadLogToFile=true, export.productName="PL_PIF", expose.async=true, updateAccessGroup.applicationVersion=, import.preserveOrder=false, getstatus.operationName=, export.branchName=, expose.startDate=, export.productVersion="Ver1", import.bypassInstanceMigration=false, import.allowImportWithMissingDependencies=false, rollback.async=true, expose.reindex=true, updateAccessGroup.applicationName=, expose.includedClasses=, updateAccessGroup.groupList=, expose.endKey=, expose.excludeDescendents=true, expose.numOfThreads=1, export.archiveName="PL_PIF""Ver1", getstatus.jobID=, expose.excludedClasses=, import.preferencespath=, import.artifactType=, expose.includeDescendents=true, rollback.applicationName=, custom.jvm.args=, pega.rest.server.url=https://latest-pegamgmt-br-dev-01.cass.dev.dna.cba/prweb/PRRestService/, import.existingInstances=skip, manageRestorePoints.restorePointName=, import.async=true, expose.endDate=, rollback.restorePointName=, hotfix.dlFilePath=, updateDASS.filePath=, import.skipBackup=false, pega.rest.proxy.workstation=, pega.rest.proxy.password=*****, import.archivePath=, import.bypassColumnPopulation=false, hotfix.catalogPath=, import.codesetName=Customer, hotfix.operation=, pega.rest.proxy.domain=, expose.commitRate=100, pega.rest.proxy.host=, import.repositoryName=, import.bypassSchemaChangesToDescendantTables=false, rollback.action=SystemRollback, export.applicationName="CaSSLDP", expose.startKey=, manageRestorePoints.action=, rollback.userName=, pega.rest.proxy.username=, export.repositoryName=, export.repositoryFolder=, import.codesetVersion=06-01-01, import.bypassSchema=}
[17:07:38][Step 4/6] [java] 17:07:38.152 [main] DEBUG [pegarules.serviceclient.OperationFactory] - Operation object for EXPORT
[17:07:38][Step 4/6] [java] 17:07:38.155 [main] DEBUG [es.serviceclient.request.AbstractRequest] - 1: RequestID
[17:07:38][Step 4/6] [java] 17:07:38.160 [pool-2-thread-1] DEBUG [es.serviceclient.request.AbstractRequest] - RetailProductsPegaPOC: Call
[17:07:38][Step 4/6] [java] 17:07:38.161 [pool-2-thread-1] DEBUG [erviceclient.operation.AbstractOperation] - RetailProductsPegaPOC: Parsing url for hostname and port https://latest-pegamgmt-br-dev-01.cass.dev.dna.cba/prweb/PRRestService/
[17:07:38][Step 4/6] [java] 17:07:38.162 [pool-2-thread-1] DEBUG [.pegarules.serviceclient.rest.RestClient] - RetailProductsPegaPOC: Start execution of request
[17:07:38][Step 4/6] [java] 17:07:38.162 [pool-2-thread-1] DEBUG [les.serviceclient.rest.HttpClientFactory] - Creating client for system RetailProductsPegaPOC
[17:07:38][Step 4/6] [java] 17:07:38.167 [pool-2-thread-1] DEBUG [les.serviceclient.rest.HttpClientFactory] - Using credentials ABCD_SDCAPEGA_CID_DEV
[17:07:38][Step 4/6] [java] 17:07:38.598 [pool-2-thread-1] DEBUG [.pegarules.serviceclient.rest.RestClient] - RetailProductsPegaPOC: Calling GET
[17:07:38][Step 4/6] [java] 17:07:38.598 [pool-2-thread-1] DEBUG [egarules.serviceclient.RequestParameters] - getPropertiesWithIndex export
[17:07:38][Step 4/6] [java] 17:07:38.599 [pool-2-thread-1] DEBUG [egarules.serviceclient.RequestParameters] - MATCH FOUND export.async
[17:07:38][Step 4/6] [java] 17:07:38.599 [pool-2-thread-1] DEBUG [egarules.serviceclient.RequestParameters] - MATCH FOUND export.branchAppContext
[17:07:38][Step 4/6] [java] 17:07:38.599 [pool-2-thread-1] DEBUG [egarules.serviceclient.RequestParameters] - MATCH FOUND export.applicationVersion
[17:07:38][Step 4/6] [java] 17:07:38.599 [pool-2-thread-1] DEBUG [egarules.serviceclient.RequestParameters] - MATCH FOUND export.exportToRepository
[17:07:38][Step 4/6] [java] 17:07:38.599 [pool-2-thread-1] DEBUG [egarules.serviceclient.RequestParameters] - MATCH FOUND export.productName
[17:07:38][Step 4/6] [java] 17:07:38.599 [pool-2-thread-1] DEBUG [egarules.serviceclient.RequestParameters] - MATCH FOUND export.branchName
[17:07:38][Step 4/6] [java] 17:07:38.599 [pool-2-thread-1] DEBUG [egarules.serviceclient.RequestParameters] - MATCH FOUND export.productVersion
[17:07:38][Step 4/6] [java] 17:07:38.599 [pool-2-thread-1] DEBUG [egarules.serviceclient.RequestParameters] - MATCH FOUND export.archiveName
[17:07:38][Step 4/6] [java] 17:07:38.599 [pool-2-thread-1] DEBUG [egarules.serviceclient.RequestParameters] - MATCH FOUND export.applicationName
[17:07:38][Step 4/6] [java] 17:07:38.599 [pool-2-thread-1] DEBUG [egarules.serviceclient.RequestParameters] - MATCH FOUND export.repositoryName
[17:07:38][Step 4/6] [java] 17:07:38.599 [pool-2-thread-1] DEBUG [egarules.serviceclient.RequestParameters] - MATCH FOUND export.repositoryFolder
[17:07:38][Step 4/6] [java] 17:07:38.600 [pool-2-thread-1] DEBUG [.pegarules.serviceclient.rest.RestClient] - RetailProductsPegaPOC: Appending request parameters to URL
HCL
IN
@konda ,
Error continuity :: Please help me on this.
[java] 17:07:38.605 [pool-2-thread-1] DEBUG [.pegarules.serviceclient.rest.RestClient] - RetailProductsPegaPOC: Encoded URL [17:07:39][Step 4/6] [java] 17:07:39.282 [pool-2-thread-1] INFO [egarules.serviceclient.rest.RestResponse] - RetailProductsPegaPOC: Parsing response [17:07:39][Step 4/6] [java] 17:07:39.282 [pool-2-thread-1] DEBUG [egarules.serviceclient.rest.RestResponse] - RetailProductsPegaPOC: Response Status [17:07:39][Step 4/6] [java] 17:07:39.282 [pool-2-thread-1] DEBUG [egarules.serviceclient.rest.RestResponse] - RetailProductsPegaPOC: Http header Key|Value Server|nginx/1.22.0 [17:07:39][Step 4/6] [java] 17:07:39.282 [pool-2-thread-1] DEBUG [egarules.serviceclient.rest.RestResponse] - RetailProductsPegaPOC: Http header Key|Value Date|Tue, 04 Jul 2023 07:07:39 GMT [17:07:39][Step 4/6] [java] 17:07:39.282 [pool-2-thread-1] DEBUG [egarules.serviceclient.rest.RestResponse] - RetailProductsPegaPOC: Http header Key|Value Content-Type|application/json;charset=UTF-8 [17:07:39][Step 4/6] [java] 17:07:39.283 [pool-2-thread-1] DEBUG [egarules.serviceclient.rest.RestResponse] - RetailProductsPegaPOC: Http header Key|Value Content-Length|252 [17:07:39][Step 4/6] [java] 17:07:39.283 [pool-2-thread-1] DEBUG [egarules.serviceclient.rest.RestResponse] - RetailProductsPegaPOC: Http header Key|Value Connection|keep-alive [17:07:39][Step 4/6] [java] 17:07:39.283 [pool-2-thread-1] DEBUG [egarules.serviceclient.rest.RestResponse] - RetailProductsPegaPOC: Http header Key|Value Cache-Control|private [17:07:39][Step 4/6] [java] 17:07:39.283 [pool-2-thread-1] DEBUG [egarules.serviceclient.rest.RestResponse] - RetailProductsPegaPOC: Http header Key|Value Set-Cookie|JSESSIONID=E92ADDAAE5590095E17F9052BEACD2E6; Path=/prweb; HttpOnly [17:07:39][Step 4/6] [java] 17:07:39.283 [pool-2-thread-1] DEBUG [egarules.serviceclient.rest.RestResponse] - RetailProductsPegaPOC: Http header Key|Value X-WebProxy-Id|s03hlpal2067 [17:07:39][Step 4/6] [java] 17:07:39.283 [pool-2-thread-1] INFO [egarules.serviceclient.rest.RestResponse] - RetailProductsPegaPOC: Parsing response of length 252 [17:07:39][Step 4/6] [java] 17:07:39.284 [pool-2-thread-1] DEBUG [egarules.serviceclient.rest.RestResponse] - RetailProductsPegaPOC: MimeType application/json CharSet UTF-8 [17:07:39][Step 4/6] [java] 17:07:39.285 [pool-2-thread-1] INFO [egarules.serviceclient.rest.RestResponse] - RetailProductsPegaPOC: Parsing content of type application/json; charset=UTF-8 [17:07:39][Step 4/6] [java] 17:07:39.285 [pool-2-thread-1] DEBUG [.rest.contenthandlers.ContentTypeHandler] - isText:Mime Type application/json [17:07:39][Step 4/6] [java] 17:07:39.293 [pool-2-thread-1] DEBUG [egarules.serviceclient.rest.RestResponse] - RetailProductsPegaPOC: response MimeType=application/json;Data={ [17:07:39][Step 4/6] [java] "pxObjClass":"Log-PegaRemoteManagement-Export" [17:07:39][Step 4/6] [java] ,"pyErrorMsg":"No matching Product or Application found with inputs Product Name:\"PP_ABC\" Product Version:\"Ver1\" Application Name:\"PEGALDP\" Application Version:\"0101\"" [17:07:39][Step 4/6] [java] ,"pyStatusCode":"FAILED" [17:07:39][Step 4/6] [java] } [17:07:39][Step 4/6] [java] [17:07:39][Step 4/6] [java] 17:07:39.294 [pool-2-thread-1] DEBUG [.pegarules.serviceclient.rest.RestClient] - End execution of request on system RetailProductsPegaPOC. Status: Success [17:07:39][Step 4/6] [java] 17:07:39.295 [main] INFO [viceclient.requestmanager.RequestManager] - Request on system RetailProductsPegaPOC Successful [17:07:39][Step 4/6] [java] 17:07:39.298 [main] DEBUG [pegarules.serviceclient.OperationFactory] - Handler for operation EXPORT [17:07:39][Step 4/6] [java] 17:07:39.307 [main] DEBUG [.pega.pegarules.serviceclient.ClientMain] - Processing successful jobs [17:07:39][Step 4/6] [java] [17:07:39][Step 4/6] [java] [17:07:39][Step 4/6] [java] 17:07:39.308 [main] DEBUG [.pega.pegarules.serviceclient.ClientMain] - Processing Failed jobs [17:07:39][Step 4/6] [java] [17:07:39][Step 4/6] [java] [17:07:39][Step 4/6] [java] FAILED JOBS [17:07:39][Step 4/6] [java] System Name : RetailProductsPegaPOC [17:07:39][Step 4/6] [java] Status Message : HTTP/1.1 200 [17:07:39][Step 4/6] [java] Response : { [17:07:39][Step 4/6] [java] "pxObjClass":"Log-PegaRemoteManagement-Export" [17:07:39][Step 4/6] [java] ,"pyErrorMsg":"No matching Product or Application found with inputs Product
HCL
IN
Error Continuity2 ::
Name:\"PP_ABC\" Product Version:\"Ver1\" Application Name:\"PEGALDP\" Application Version:\"0101\"" [17:07:39][Step 4/6] [java] ,"pyStatusCode":"FAILED" [17:07:39][Step 4/6] [java] } [17:07:39][Step 4/6] [java] [17:07:39][Step 4/6] [java] Response MimeType: application/json [17:07:39][Step 4/6] [java] [17:07:39][Step 4/6] [java] [17:07:39][Step 4/6] [java] [17:07:39][Step 4/6] [java] FAILED JOBS [17:07:39][Step 4/6] [java] 17:07:39.310 [main] DEBUG [dler.custom.AbstractPRPCOperationHandler] - JobID for system RetailProductsPegaPOC is null [17:07:39][Step 4/6] [java] -------------------------------------------------------------------------------------------- [17:07:39][Step 4/6] [java] [17:07:39][Step 4/6] [java] System Name : RetailProductsPegaPOC [17:07:39][Step 4/6] [java] Job ID : [17:07:39][Step 4/6] [java] Status : FAILED [17:07:39][Step 4/6] [java] Error Messages : No matching Product or Application found with inputs Product Name:"PP_ABC" Product Version:"Ver1" Application Name:"PEGALDP" Application Version:"0101" [17:07:39][Step 4/6] [java] -------------------------------------------------------------------------------------------- [17:07:39][Step 4/6] [java] 17:07:39.321 [main] INFO [viceclient.requestmanager.RequestManager] - Shutting down executor service [17:07:39][Step 4/6] [java] 17:07:39.321 [main] INFO [viceclient.requestmanager.RequestManager] - Executor Service shutdown completed [17:07:39][Step 4/6] [java] Exception in thread "main" Operation EXPORT failed on RetailProductsPegaPOC, [17:07:39][Step 4/6] [java] at com.pega.pegarules.serviceclient.FailProcessOnSingleSystemFailure.reportStatus(FailProcessOnSingleSystemFailure.java:42) [17:07:39][Step 4/6] [java] at com.pega.pegarules.serviceclient.ClientMain.executeAndHandleResponse(ClientMain.java:96) [17:07:39][Step 4/6] [java] at com.pega.pegarules.serviceclient.ClientMain.main(ClientMain.java:57) [17:07:39][Step 4/6] [17:07:39][Step 4/6] BUILD FAILED [17:07:39][Step 4/6]
HCL
IN
Hi All,
Can someone please help me. Due to above issue, I am blocking my deliveries. thanks.
Regards,
Senthil kumar R.