SERVER-X-918: LOADER cannot find public symbol: API_name for module name.
Source: SERVER.EXE
Explanation: The loader could not find the module's public symbol name in the Public Symbol table.
Action: Complete one of the following:
- If you are a user, see the documentation for the NLM. Another module must be loaded before this module.
- If you are a developer, verify the spelling of the symbol. Make sure the module that defined this symbol made it public. Implement auto-loading so that the module that defines the public symbol is automatically loaded before other modules that need access to this symbol.