M
mitchkill
Guest
Perhaps some of you folks can help me with this. I am adding a client via the command line. The line is as follows:
client.exe -c vibm -company \"VIBM\" -name \"Earl Barnett - vibm\" -passwd \"vibm777\" -phone \"956-464-4846\" -email \"sales@christianwebservice.net\" -addr \"P.O. Box 1420\" -city "Donna\" -state \"TX\" -pcode \"78537\" -country \"US\"
For some reason it will not work. It returns the message: "An error occured during client creation: Unable to set "login" argument's value ("vibm"): You can use lowercase alphanumeric, dash and underscore symbols in the login name. The login name should begin with an alphabetic symbol." Now the weird part is that I can change one letter in the login name so it is something like "cibm" and it works.
Now before you think I already have a user named "vibm" let me tell you that I do not. I have searched the PSA database in MySQL for any instance of vibm anywhere. The only place it can be found is in the logs (where it is used as a part of the company name) and never as a user name. I've also looked in the list of users for my server. No vibm anywhere.
The only thing I can figure is that there is a bug in the client.exe utility. Anybody else have any input/assistance to provide? Thanks!
client.exe -c vibm -company \"VIBM\" -name \"Earl Barnett - vibm\" -passwd \"vibm777\" -phone \"956-464-4846\" -email \"sales@christianwebservice.net\" -addr \"P.O. Box 1420\" -city "Donna\" -state \"TX\" -pcode \"78537\" -country \"US\"
For some reason it will not work. It returns the message: "An error occured during client creation: Unable to set "login" argument's value ("vibm"): You can use lowercase alphanumeric, dash and underscore symbols in the login name. The login name should begin with an alphabetic symbol." Now the weird part is that I can change one letter in the login name so it is something like "cibm" and it works.
Now before you think I already have a user named "vibm" let me tell you that I do not. I have searched the PSA database in MySQL for any instance of vibm anywhere. The only place it can be found is in the logs (where it is used as a part of the company name) and never as a user name. I've also looked in the list of users for my server. No vibm anywhere.
The only thing I can figure is that there is a bug in the client.exe utility. Anybody else have any input/assistance to provide? Thanks!