on 2011 Apr 15 9:56 AM
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
# start engines with given database key
#if tool=dbsrv12,dbeng12
-ek "mysecret"
#endif
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.
#if tool=dbsrv,dbeng
-ek "mysecret"
#endif
Question:
Is the documentation or the implementation wrong in that respect - or am I doing something wrong?
Request clarification before answering.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
87 | |
10 | |
9 | |
8 | |
6 | |
6 | |
6 | |
5 | |
5 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.