Question
Victaulic
US
Last activity: 14 May 2019 11:05 EDT
Running multiple extracts using BIX command line
Am trying to run BIX extraction standalone..
Below command worked perfectly fine by supplying InsName of the extract rule.
java -XX:+HeapDumpOnOutOfMemoryError -Xms768m -Xmx2048m -Dcom.pega.pegarules.bootstrap.properties.url=config\prbootstrap.properties -Dpegarules.config=config\prconfig.xml -Dpegarules.logging.configuration=config\prlog4j2.xml -Dpega.logdir=D:\MyOrgBIX\logs -Dcom.pega.pegarules.bootstrap.ignorejndi=true com.pega.pegarules.pub.PegaRULES com.pega.pegarules.data.internal.access.ExtractImpl -a balajisri -p mypassword -g "20190507T040000.000 GMT" -G "20190514T040000.000 GMT" -P %tempfldr%\ -i DATA-WORKATTACH-NOTE!CMD_EXTRACT_NOTES
However I need to run multiple extracts using the same JVM. Is there a way to supply multiple extracts to above command? Any suggestions?
I tried below options a & b, but it does NOT accept.
Option a:
Am trying to run BIX extraction standalone..
Below command worked perfectly fine by supplying InsName of the extract rule.
java -XX:+HeapDumpOnOutOfMemoryError -Xms768m -Xmx2048m -Dcom.pega.pegarules.bootstrap.properties.url=config\prbootstrap.properties -Dpegarules.config=config\prconfig.xml -Dpegarules.logging.configuration=config\prlog4j2.xml -Dpega.logdir=D:\MyOrgBIX\logs -Dcom.pega.pegarules.bootstrap.ignorejndi=true com.pega.pegarules.pub.PegaRULES com.pega.pegarules.data.internal.access.ExtractImpl -a balajisri -p mypassword -g "20190507T040000.000 GMT" -G "20190514T040000.000 GMT" -P %tempfldr%\ -i DATA-WORKATTACH-NOTE!CMD_EXTRACT_NOTES
However I need to run multiple extracts using the same JVM. Is there a way to supply multiple extracts to above command? Any suggestions?
I tried below options a & b, but it does NOT accept.
Option a:
java -XX:+HeapDumpOnOutOfMemoryError -Xms768m -Xmx2048m -Dcom.pega.pegarules.bootstrap.properties.url=config\prbootstrap.properties -Dpegarules.config=config\prconfig.xml -Dpegarules.logging.configuration=config\prlog4j2.xml -Dpega.logdir=D:\MyOrgBIX\logs -Dcom.pega.pegarules.bootstrap.ignorejndi=true com.pega.pegarules.pub.PegaRULES com.pega.pegarules.data.internal.access.ExtractImpl -a balajisri -p mypassword -g "20190507T040000.000 GMT" -G "20190514T040000.000 GMT" -P %tempfldr%\ -i PEGASOCIAL-MESSAGE!CMD_EXTRACT_INTERACTION_NOTES, com.pega.pegarules.data.internal.access.ExtractImpl -a balajisri -p Pega0818@Aug -g "20190507T040000.000 GMT" -G "20190514T040000.000 GMT" -P %tempfldr%\ -i DATA-WORKATTACH-NOTE!CMD_EXTRACT_NOTES
nor below
Option b:
java -XX:+HeapDumpOnOutOfMemoryError -Xms768m -Xmx2048m -Dcom.pega.pegarules.bootstrap.properties.url=config\prbootstrap.properties -Dpegarules.config=config\prconfig.xml -Dpegarules.logging.configuration=config\prlog4j2.xml -Dpega.logdir=D:\MyOrgBIX\logs -Dcom.pega.pegarules.bootstrap.ignorejndi=true com.pega.pegarules.pub.PegaRULES com.pega.pegarules.data.internal.access.ExtractImpl -a balajisri -p mypassword -g "20190507T040000.000 GMT" -G "20190514T040000.000 GMT" -P %tempfldr%\ -i PEGASOCIAL-MESSAGE!CMD_EXTRACT_INTERACTION_NOTES, DATA-WORKATTACH-NOTE!CMD_EXTRACT_NOTES
In BIX log, I see below :