Summary: We are trying to execute BIX command line extraction and getting “Bash! SampleExtract Event not found” error.
Please find the configuration that we did before running BIX.
BIX rule output format is CSV. Rule is in production ruleset.
Operator ID that we are passing as a parameter has access to production ruleset.
- prbootstrap.properties- Uncommented below commented lines and add below details
com.pega.pegarules.bootstrap.allclasses.dbcpsource=xxx.oracle
xxx.oracle.url=“jdbc:oracle:thin:@//xxx:1529/xxx”
xxx.oracle.username=“xxx”
xxx.oracle.password=“xxxx”
oracle.jdbc.class=oracle.jdbc.OracleDriver
com.pega.pegarules.bootstrap.allclasses.schema=“XXX_XXXRULES”
com.pega.pegarules.bootstrap.datatables.schema="XXX_XXXDATA
- prconfig.xml- uncommented and add below details
We have executed below 2 command under "apps/pega722/additional_products/bix" folder and in both the case we are getting same error:
java -Xms512m -classpath “.;lib\prbootstrap.jar;lib\prdbcp.jar;lib\jsr94-1.0.jar;$CLASSPATH$” -Dcom.pega.pegarules.bootstrap.properties.url=config\prbootstrap.properties -Dpegarules.config=config\prconfig.xml -Dpegarules.logging.configuration=config\prloggging.xml -Dcom.pega.pegarules.bootstrap.ignorejndi=true com.pega.pegarules.pub.PegaRULES com.pega.pegarules.data.internal.access.ExtractImpl -i ANTM-PS-PLM-WORK-LOB!TRANSACTIONEXTRACT
java -Xms512m -classpath “.;lib\prbootstrap.jar;lib\prdbcp.jar;lib\jsr94-1.0.jar;$CLASSPATH$” -Dcom.pega.pegarules.bootstrap.properties.url=“./config/prbootstrap.properties” -Dpegarules.config=“./config/prconfig.xml” -Dpegarules.logging.configuration=“./config/prloggging.xml” -Dcom.pega.pegarules.bootstrap.ignorejndi=true com.pega.pegarules.pub.PegaRULES com.pega.pegarules.data.internal.access.ExtractImpl -i ANTM-PS-PLM-WORK-LOB!TRANSACTIONEXTRACT
Error:“Bash! Event not found”