User 7b6e83a531
22-12-2009 16:01:02
hi,
how can i use exist schema when install cartridge5.2?
thanks.
User 7b6e83a531
22-12-2009 16:01:02
hi,
how can i use exist schema when install cartridge5.2?
thanks.
ChemAxon aa7c50abf8
22-12-2009 16:52:01
Hi
You cannot. You have to install JChem Cartridge in an empty schema. You can then configure your existing users (schemata) to use the JChem Cartridge installation following this description: http://www.chemaxon.com/jchem/doc/admin/cartridge.html#users .
User 7b6e83a531
22-12-2009 17:47:06
pkovacs wrote: |
Hi You cannot. You have to install JChem Cartridge in an empty schema. You can then configure your existing users (schemata) to use the JChem Cartridge installation following this description: http://www.chemaxon.com/jchem/doc/admin/cartridge.html#users . |
when i install cartridge, i set the cartrigde owner is "jchem", but i want to use "acd3d20083" to access cartridge, when i run my application, it ask me to create domain index, how can i create domain index for acd3d20083?
create index acd3d20083.acd1_structure_smiles on acd3d20083.acd1_structure(cd_smiles) indextype is acd3d20083.jc_idxtype;
this is wrong, it return jc_idxtype is not exist.
thanks
ChemAxon aa7c50abf8
22-12-2009 17:54:25
If you installed JChem Cartridge in the JCHEM schema, the jc_idxtype can be found there. The statement to create the index is therefore:
create index acd3d20083.acd1_structure_smiles on acd3d20083.acd1_structure(cd_smiles) indextype is jchem.jc_idxtype;
User 7b6e83a531
22-12-2009 18:00:15
pkovacs wrote: |
If you installed JChem Cartridge in the JCHEM schema, the jc_idxtype can be found there. The statement to create the index is therefore: create index acd3d20083.acd1_structure_smiles on acd3d20083.acd1_structure(cd_smiles) indextype is jchem.jc_idxtype; |
i try it, but fail, the attachment is screenshot.
User 7b6e83a531
22-12-2009 18:31:02
founder1 wrote: | ||
|
i use jchemmanager to update structure tables, and then i run above code,it return error again.
User 7b6e83a531
23-12-2009 06:11:50
I have solved this problem, thanks!