Can't create an MSSQL login

Daze

Perch
I'm trying to create an MSSQL login. The login defaults to "<myUserName>_", but no matter what I type in the text box, I get the following pop-up error message:

Login: alphanumeric value, total length up to 20 chars

Am I missing something? It won't accept anything!

Thanks in advance...
 
DirtBag said:
it can only contain abcdefghijklmnopqrstuvwxyz1234567890 and a maximum of 20 characters

Even if I try just using the letter "a" in the text box, it errors. The underscore portion is prefixed and non-editable. For example, say my username was test. On the create MSSQL login form, I see "test_" (non-editable) followed by the text box.

Any ideas?
 
it has to be at least 5 characters long

but OMG, if you use your head you should find out this yourself!
 
DirtBag said:
but OMG, if you use your head you should find out this yourself!
LOL - True enough, and ordinarily I'd hope to pick up on that quickly. However, because MSSQL allows for small logins (such as "sa"), I assumed this had translated to the jodoHost implementation.

Thanks anyway...
 
Back
Top