Could not find or load the physical store DLL

From SybaseWiki
Revision as of 20:31, 2 October 2013 by Psap (Talk | contribs) (Created page with 'When you get this error Unable to start specified database: Could not find or load the physical store DLL. You might want to investigate 2 things ==Do not use shared memory==…')

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

When you get this error

Unable to start specified database: Could not find or load the physical store DLL.

You might want to investigate 2 things

Do not use shared memory

Remove the iqwmem switch from the params.cfg file for the IQ server when you are *not* on Solaris or HP-UX. Example:

-iqwmem 500

See http://infocenter.sybase.com/help/index.jsp?topic=/com.sybase.infocenter.dc00169.1600/doc/html/san1281545678021.html for more information.

Make sure that asynchronous I/O is enabled

Asynchronous I/O must be enabled on the server where the IQ instance is running.

On Ubuntu:

apt-get install libaio1

Before you try again

In both cases you need to reboot the IQ instance to activate the changed configuration