Please be aware that the content in SAP SQL Anywhere Forum will be migrated to the SAP Community in June and this forum will be retired.

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)

asked 04 May '11, 10:40

Breck%20Carter's gravatar image

Breck Carter
32.5k5417261050
accept rate: 20%

edited 04 May '11, 10:41


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?

permanent link

answered 04 May '11, 18:22

Graham%20Hurst's gravatar image

Graham Hurst
2.7k11843
accept rate: 29%

edited 05 May '11, 06:07

Breck%20Carter's gravatar image

Breck Carter
32.5k5417261050

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 :)

(05 May '11, 06:04) Breck Carter
Replies hidden

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

(05 May '11, 06:06) Breck Carter
1

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

(06 May '11, 17:32) Graham Hurst
Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Question tags:

×371
×106

question asked: 04 May '11, 10:40

question was seen: 3,112 times

last updated: 06 May '11, 17:32