cancel
Showing results for 
Search instead for 
Did you mean: 

dbmlmon "I/O error when receiving authentication result."

Breck_Carter
Participant
0 Kudos
3,394

How do I get 12.0.1.3298 dbmlmon to stop failing with "I/O error when receiving authentication result"?

"%SQLANY12%\\bin64\\mlsrv12.exe"^
  -c "DSN=cons;UID=dba;PWD=sql"^
  -o mlsrv12_log_cons.txt^
  -os 10M^
  -ppv 60^
  -vcefhkmnopstuU^
  -zu+

"%SQLANY11%\\bin32\\mlmon.exe" -u mlmon -x tcpip(host=localhost)

Accepted Solutions (1)

Accepted Solutions (1)

Former Member

The ML Monitor version has to match the ML Server version. It looks like you are trying to use a version 11 ML Monitor with a version 12 ML server:

> "%SQLANY12%\\bin64\\mlsrv12.exe"
...
> "%SQLANY11%\\bin32\\mlmon.exe"

What happens when you use "%SQLANY12%\\bin64\\mlmon.exe" instead?

Breck_Carter
Participant
0 Kudos

doh! ... bin32 and bin64\\mlmon both work with the bin64\\mlsrv12... as long as it is SQLANY12 rather than 11. Well, at least that error message is documented now ( here 🙂

Breck_Carter
Participant
0 Kudos

oh, and if you want a \\ to appear, you have to code two \\\\

Former Member

FYI, in my answer I switched to bin64 for version 12 to highlight the availability of 64-bit admin tools in version 12.

Answers (0)