Hi
I have done
* XtendM3 with EXCEL -> works
* standard dB (MITMAS) with EXCEL and XML -> works (of course :-))
* XtendM3 with XML -> it crash
I have logged and it seems that he finds the dB and what he need in CSYIBC but still gets this.
Should XtendM3 + XML work in Adhoc? I have put WECXML=1 in AHS100/E and configured as the working XML for standard.
### STATUS STACK ###
->PGM:AHMNGXML RUN
PGM:SYSTEM RUN PGC AHMNGXML
PGM:SYSTEM RUN PGC AHMNGXML
### END OF STATUS STACK ###
### EXCEPTION STACKTRACE ###
java.lang.NullPointerException: Cannot invoke "mvx.db.common.GenericMDB.getTableName()" because "mainTableMdb" is null
at mvx.app.util.cCRMNGVW.initListHead(cCRMNGVW.java:16995)
at mvx.app.pgm.AHMNGXML.simulatePBINZ(AHMNGXML.java:432)
at mvx.app.pgm.AHMNGXML.movexMain(AHMNGXML.java:94)
at mvx.app.common.MvxEnv.runProgram(MvxEnv.java:318)
at mvx.os.PGC.executeJob(PGC.java:408)
at mvx.os.PGC.doRunThread(PGC.java:355)
at mvx.os.PGC.run(PGC.java:329)