Thanks to @nmearl for noticing that we were using the wrong username when creating a student - we're using the global database username rather than the username that's passed in. Since username is defined when logging the server into the actual DB instance, this didn't show up as an error.
Thanks to @nmearl for noticing that we were using the wrong username when creating a student - we're using the global database username rather than the username that's passed in. Since
username
is defined when logging the server into the actual DB instance, this didn't show up as an error.