ADHEAVEN - Natali Ardianto Official

COO tiket.com. Advisor bouncity.com. Advisor golfnesia.com. Co-founded urbanesia.com. Initiator #StartupLokal

August 23, 2011 11:30 am

WARNING: could not open pipe (GetLastError()=5)

If you found this error while running Sphinx Search indexer in Windows, then all you have to do is this:

C:\sphinx\bin>searchd --delete --servicename SphinxSearch

C:\sphinx\bin>searchd --install --config "C:/sphinx/config/sphinx.conf" --servicename SphinxSearch

Notice the quotation mark when declaring the config. Yes! The bug is caused by the lack of quotation mark! Go figure.

Note: Found another reason for this message. It seems that you have to be administrator. So when you access cmd, you should open this as administrator.