Questions tagged [pega]

Pega or PegaRULES Process Commander (PRPC) is a BPMS developed by PegaSystems

Pega PRPC(Pega Rules Process Commander) Also known as BPM(Business Process Management) Tool is a proprietary suite, a market leader for many years, according to Gartner. Most of the users are from Finance, Insurance or Medical domains.

Its a app, which runs on any standard server (like ) and supports most of the common RDBMS. It offers visual editors for almost everything (processes, business rules, gui, users, services, connectors to various systems), instant propagation of changes, and its own versioning system.

See http://www.pega.com for more details or better community.pega.com for the Pega Developer Network.

The first level of certification in Pega is CSA - Certified System Architect. After that you can proceed with CSSA - Certified Senior System Architect.

127 questions
0
votes
1 answer

How to restore minimized custom form during debug in Pega

When I minimize a custom windows form in Pega during the debug, it sometimes gets stuck in the bottom taskbar. When this happens I have to stop the entire run. It's very cumbersome and slows down the development process immensely. Can anyone help me…
Nathan1324
  • 158
  • 1
  • 2
  • 12
0
votes
1 answer

Catching output of oraclequery

I am using the oraclequery component to run some database queries. I've successfully got the component connection to the Oracle db I want to query through the ConnectionString configuration. I have successfully tested a query that I wrote in the…
Nathan1324
  • 158
  • 1
  • 2
  • 12
0
votes
3 answers

Trying to insert data into various tables via stored procedure, what am i doing wrong?

I am trying to get a JAVA program (Pega to be exact) to call the procedure to load XML data by calling a stored procedure, but it is not working, what am i doing wrong? I know it has something to do with my variable definitions but i am not sure how…
icerabbit
  • 79
  • 3
  • 13
0
votes
1 answer

I configured the Signer and SSL Certificate in my Pega enviroment.But now, I am getting below error.while configuring a REST connector in Pega

We are getting following error while configuring a REST connector in Pega. SSL/TLS configuration issue detected. Please repair and try again. Caught unhandled exception: java.lang.RuntimeException: javax.net.ssl.SSLHandshakeException:…
avantika
  • 9
  • 4
0
votes
1 answer

could not connect to a website ? what does it mean?

Could not connect to academy.pega.com Details: Peer disconnected after first handshake message: Possibly SSL/TLS Protocol level is too low or unsupported on the server Options: Pressing the button allows you to go to the previous page. You can try…
0
votes
1 answer

PegaRULES mining and testing

new to the job and I'm sourcing for information relating to PegaRULES. Hope someone with first-hand experience using Pega can help me please. My business rules are in a COBOL-system. Is there any way Pega can facilitate the transfer of rules over to…
Derick Tan
  • 1
  • 1
  • 3
0
votes
1 answer

Access data of a frame from another frame in Selenium

I am automating a web application based on PEGA for my organization using Selenium. A PEGA application has lots of iframes. My problem is: I have a table on Page A displaying some search results. If I select any one of the rows, then click Submit…
0
votes
1 answer

What is the scope of pega tool in future is it worth learning over machine learning?

I recently joined a company there they ask me if i want i can in project where pega is used so i want to know that What is the scope of pega tool in future is it worth learning over machine learning?
Black dragon
  • 11
  • 1
  • 4
0
votes
1 answer

Attach a csv file to work object

I have a XML file which I have to convert in CSV file and then attach in Work-Object? I already tried by writing an activity and use pxConvertResultsToCSV activity and then try to attach file using Link Object method but by this all the result…
0
votes
2 answers

How to make a section show the selected row's information?

I have got an UI with two sections. The first section contains a repeat grid layout. The last one is a section with detailed information about selected grid's row. I need to provide a feature to select rows using "Up" and "Down" keys (press "Up" -…
0
votes
2 answers

How to get all rows from Page list and convert them to CSV utilizing pxConvertResultsToCSV

I have a Repeat grid layout, as a source is Report definition. The grid displays twenty row per page. So, if there are thirty-three rows, there are four pages. I have got a task to export all grid's data to CSV. I have found out the…
0
votes
2 answers

What is the alternate for List-to-List control in Pega 7.2. As it deprecated from Pega 7?

What is the alternate solution for List-to-List control in Pega 7.2. As it deprecated from Pega 7 ?
0
votes
1 answer

How to export repeat grid layout data to Excel using pzRDExportWrapper in Pega 7.1.8?

I am trying to export repeat grid data to excel. To do this, I have provided a button which runs "MyCustomActivity" activity via clicking. The button is placed above the grid in the same layout. It also worth pointing out that I am utulizing an…
0
votes
2 answers

Why does the error occurs then I try to utilize pzRDExportWrapper in Pega 7.1.8?

I have a task to export a repeat grid's content to Excel. I have read an article, but I still can't realize how to properly use it. I tried to repeat article's steps to provide pzRDExportWrapper, but after I click "Save" button I get the…
0
votes
1 answer

How to sort a text containing numbers by numbers' values?

I have got a repeat layout with the several columns. One of them prints data as "123 days", so it is Text. When I try to order rows by the column, I get something like: "121 days", "122 days", "123 days", "13 days", "124 days". A property of the…
1 2 3
8 9