I am trying to launch Mobilink Monitor using a batch file with login parameters passed through the command line. For the life of me, I can't figure out how to run MLMON and get it to accept the user and pwd parameters.
I'm referencing the following document:
http://dcx.sybase.com/1101/en/mlserver_en11/starting-ml-monitor.html
No matter what variation of input parameters I use, I either get the "Invalid user name or password" or "Got unexpected data when receiving authentication result. Check version of Mobilink server. (opcode=0) error when executing it. Can someone tell me what the correct structure is and if it is even possible to pass user parameters correctly?
I'm trying variations like:
mlmon.exe -u username -p password -x tcpip host=127.0.0.1 port=80
mlmon.exe -u username -p password -x {tcpip}(host=127.0.0.1 port=80)
Any help would be greatly appreciated
PS - If anyone knows how I can get Mobilink Monitor data from a service instead of relying on the application, that would be the much preferred solution.