Text Media error when using FILE_DATASTORE [message #75996] |
Fri, 08 November 2002 01:48 |
gilles brutkiewicz
Messages: 1 Registered: November 2002
|
Junior Member |
|
|
Hello,
I installed InterMedia and managed to create and use a simple index on a text field like this :
create index idx on test(lien) indextype is ctxsys.context
But when I want to use a FILE_DATASTORE to index files on my server, an error occurs :
create index idx on test(lien) indextype is ctxsys.context parameters('datastore MY_FILTER_DATASTORE')
The error is : DRG 11207 user filter command exited with status 134.
Nevertheless, the index is created but is useless!
Does anybody has an idea?
Thank's for all.
|
|
|
|