when new mikrotik release again?? version 6.4 is not stabil for API DELPHI
please give more details on what is not working for you.
if i create user from Delphi with api
with this command
tool\user-manager\user\add\username=delphi1=password=delphi1=copy_from=user1d
sometimes create user success and sometimes failed. and sometime user create without profile.
i don’t know why. so many user in my hotel all complain.
if i use version 4.17 mac (Iphone ) is not compatible but my delphi api is working nothing happend from 5 month
and then i use version 6.4 just one day many problem come, such us
- my program cannot create user
- user created but no profile
- custumer cannot login to my hotspot
please help me… i don’t know how to fixing
if you know API for delphi command please tell me..
i don’t know my program is problem or version mikrotik
with this command
tool\user-manager\user\add\username=delphi1=password=delphi1=copy_from=user1d
First stop, the syntax is
/tool/user-manager/user/add
=username=delphi1
=password=delphi1
=copy_from=user1d
Also, you MUST always specify a profile when creating a user in user-manager. In the case above, this should work if user1d exists, since it will have a profile to be used. If it doesn’t exist though, this command would fail due to the profile missing.
i already use this code
/tool/user-manager/user/add
=username=delphi1
=password=delphi1
=copy_from=user1d
case is same, sometime that code can create user, and sometime can’t.
i if use mikrotik verion 4.17 that code is succesfully to create user.
but if i use newest version 6.4 usually get some problem.
i don’t know my code is wrong or the mikrotik version is not stabil for API Delphi.
Have you tried using the other Delphi API client?
If it works sometimes, this could be a client issue (though in fairness, it could as well be a RouterOS issue…).
already,
maybe the mikrotik version 6.4 have bug, i dont know.
and every newest version come, they don’t tell me what problem they fixit.