4 Dec
2007
4 Dec
'07
2:45 p.m.
Venks wrote:
I started mserver5 by just executing ./mserver5. I am getting the following error when I execute changePassword.
!TypeException:user.main[1]:'user.changePassword' undefined in: _1:any := user.changePassword(_2:str, _3:str)
Please let me know if I am missing something. Update your sources and then the command (to run in the mserver5) should be: clients.changePassword(
, );
restart mserver and then start your SQL adventure... I forgot to tell you that you need also to use the module name (in this case clients) to call the function ;) I just tested it in the current and stable and it works. Regards, Romulo