Using Win32 12.0.1.3298, I'm trying to start a database server with a configuration file that contains tool-specific commands, something like
Unfortunately, that does not work. Obviously the tool names used for the server - namely "dsbsrvX" and "dbengX" - are not recognized as documented. If I add an #else part, then that part is used. However, it seems that the executable's name without the version-specific suffix does work, i.e.
Question: Is the documentation or the implementation wrong in that respect - or am I doing something wrong? |
The tool names for the servers do not include the version numbers, so:
I have made a comment on the 12.0.1 DCX documentation page stating the correct tool name (aka utility-name) for these servers Thanks for the quick information - that will immediately go into production:)
(15 Apr '11, 09:22)
Volker Barth
|