searchkrnl.dll error on Enterprise Server

balo12345

Member
Hello, im getting this error on JDE Enterprise Server ( 9.0 Tools 8.98.4.0 Windows 2008 R2 + SQL Server 2008 R2)

1308/4568 MAIN_THREAD Thu Aug 21 16:03:32.897000 NETFLOW.C1121
Load library failed - 'searchkrnl.dll'


1308/4568 MAIN_THREAD Thu Aug 21 16:03:32.897001 NETFLOW.C1241
msgType 4 not processed by dispatch Function '_JDEK_DispatchTextSearchMessage@28'

does anyone know how to solve this?

Thanks
Balo
 
Check your JDE.INI files.

Windows enterprise server would be something like:
[JDENET]
...
...
maxKernelRanges=34
....
....
[JDENET_KERNEL_DEF34]
krnlName=TEXTSEARCH KERNEL
dispatchDLLName=searchkrnl.dll
dispatchDLLFunction=_JDEK_DispatchTextSearchMessage@28
maxNumberOfProcesses=1
numberOfAutoStartProcesses=1


Is the TEXTSEARCH KERNEL running?

(ref: http://docs.oracle.com/cd/E17984_01/doc.898/e14721/text_search_indexes.htm)
 
Last edited:
Back
Top