updateAllDataLinks() using QAPI
I run Quantrix within an external context using the QAPI.external.QuantrixFactory.
Everything works as it should, but when I want to update my model calling “”updateAllDataLinks()”” I get the following Exception:
java.lang.NullPointerException
at Ow.a(Source:71)
at Ow.<init>(Source:47)
at Ow.a(Source:41)
at com.quantrix.datalink.core.source.jdbc.JDBC2DDataSource.getConnection(Source:60)
at com.quantrix.datalink.core.source.jdbc.JDBC2DDataSource.getResults(Source:115)
at com.quantrix.datalink.core.source.jdbc.JDBC2DDataSource.getData(Source:129)
at vS.a(Source:228)
at vS.a(Source:112)
at nN._updateAllDataLinks(Source:1361)
…
Thanks for any suggestions.
Wieland