Skip to content

mattmoodle/RebuildPRPCStatements

 
 

Repository files navigation

RebuildPRPCStatements

image

Use this program to rebuild PRPC statements into SQL queries using the output from the PEGA Tracer.

Install

Simply download the jar file and run it! There is also a zip file that includes a .bat script. You can run it to invoke the jar file. However, on Windows this will open the Command Line Interface (see Known Issues)

Run

You can run the rebuilder in several ways:

  • Copying - pasting the PEGA Tracer output into your command line, invoking the jar file without params:

    java -jar RebuildPRPCStatements.jar

    on MacOS / Unix:

    java -jar ./RebuildPRPCStatements.jar

  • Using a text file with your PEGA Tracer output by invoking the jar file providing the file name, like:

    java -jar RebuildPRPCStatements.jar query.txt

    Use our query.txt file as an example.

  • More to come!

Known Issues

  • Only when using the Windows Command Line Interface, limit for each input string is 8192 characters. On this OS, we recommend to use Git Bash.
  • When providing a file, avoid multiple returns. Copy-pasting directly using command line requires multiple returns.

(c) matteo-lombardi (now mattmoodle), meryan83

About

Rebuild the PRPC Statements using the PEGA Tracer output

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 99.1%
  • Batchfile 0.9%