Threshold time setting in inserting record to JchemBase

User 22c88daf92

05-02-2013 03:08:13

hello!


When we import a great deal of structure to JchemBase table, we use the API to produce some structure property first, such as IUPAC name, InChi, logP, and so on.


But for some complicated structure, the overtime often happend and thus our import process will break off.


We want to know how to setting the threshold time when inserting record to JchemBase? Is there any Java examples?


thanks!

ChemAxon abe887c64e

05-02-2013 10:11:59

Hello Yang,


Structures can't be filtered out during the import on the basis of their need of time to be imported. You can apply setHaltOnError(true) which sets if import should stop when an error occures.


Krisztina