Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

\uD83E\uDD14 Problem

In upgrade of Biovia Notebook v 21 including Biovia Direct does the search function work as expected (not at all).
No error message is given in the GUI. However the logfile list an error in the communication between application and Oracle.

\uD83C\uDF31 Solution

Requesting to check the application server's <Notebook-installation>/BIOVIA/BIOVIA Notebook Software/ElnService/web.config file

for
<add key="StoreMolecules" value="true"/>
<!--
Specify the type chemical Oracle cartridge to use

Possible values are
Accelrys = 1
Chemaxon = 2
BIOVIA Direct = 3
None = -1
-->
<add key="ChemicalCartridgeType" value="3"/>

If this config is not present in <appsettings></appsettings> tags get them to add it and remove it from RIA/web.config.

  • No labels