Bix not extracting data when we tried from command prompt
we are using stand-alone command-line to execute the BIX process, and we are using xml file of the extract rule as the input parameter of command-line, please try to do the same thing from your end, otherwise you won’t be able to reproduce our issue.
The major issue we are facing right now is: when we set the code-set to 06-02-20, plus using the pega 6 lib jars, the bix is working fine, but when we set the code-set to 07-10-17, plus using pega 7 lib jars, we face below exception in log files, please find the full log with below error in attachment:
2015-11-16 16:39:29,866 [londhsou4e.uk.db.com] [ STANDARD] [ ] [ ] ( internal.access.ExtractImpl) ERROR - Unable to process DB-FW-CAR-ONB-Work: null
2015-11-16 16:39:29,873 [londhsou4e.uk.db.com] [ STANDARD] [ ] [ ] ( internal.access.ExtractImpl) DEBUG - java.lang.NullPointerException
java.lang.NullPointerException
at com.pega.pegarules.data.internal.access.ExtractImpl.getQueryForDataOverride(ExtractImpl.java:7161)
at com.pega.pegarules.data.internal.access.ExtractImpl.createSelectStatement(ExtractImpl.java:2051)
at com.pega.pegarules.data.internal.access.ExtractImpl.doExtract(ExtractImpl.java:2816)
at com.pega.pegarules.data.internal.access.ExtractImpl.runExtract(ExtractImpl.java:1730)
at com.pega.pegarules.data.internal.access.ExtractImpl.init(ExtractImpl.java:1383)
at com.pega.pegarules.data.internal.access.ExtractImpl.parseAndRunExtractCommand(ExtractImpl.java:1328)
at com.pega.pegarules.data.internal.access.ExtractImpl.main(ExtractImpl.java:1029)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at com.pega.pegarules.internal.bootstrap.PRBootstrap.invokeMethod(PRBootstrap.java:367)
at com.pega.pegarules.internal.bootstrap.PRBootstrap.invokeMethodPropagatingThrowable(PRBootstrap.java:408)
at com.pega.pegarules.boot.internal.extbridge.AppServerBridgeToPega.invokeMethodPropagatingThrowable(AppServerBridgeToPega.java:223)
at com.pega.pegarules.boot.internal.extbridge.AppServerBridgeToPega.invokeMethod(AppServerBridgeToPega.java:272)
at com.pega.pegarules.pub.PegaRULES.main(PegaRULES.java:85)
Can you please let us know what is this error (“Unable to process DB-FW-CAR-ONB-Work: null”) means, so that we can try to change some configurations in extract rule or BIX config files.
**Moderation Team has archived post**
This post has been archived for educational purposes. Contents and links will no longer be updated. If you have the same/similar question, please write a new post.