Attempting to add a user in a db created with gw. No users have ever been added.
/tsql "select * from SYSUSERS";
Texis Version 03.01.962147411(20000627) Copyright (c) 1988-2000 Thunderstone EPI
U_NAME U_UID U_GID U_PASSWD
------------+------------+------------+------------+
_SYSTEM 0 0
PUBLIC 9999 9999
Texis manual on tsql says
the _SYSTEM password (empty string by default).
Entering an empty string for password produced the following error:
/tsql -a A nuts
Texis Version 03.01.962147411(20000627) Copyright (c) 1988-2000 Thunderstone EPI
_SYSTEM Password:
000 Could not open SYSTABLES in the function ddopen
002 Could not open database . in the function administer
nuts:/export/usr/rr>/tsql "select * from SYSUSERS";
Texis Version 03.01.962147411(20000627) Copyright (c) 1988-2000 Thunderstone EPI
000 Could not open SYSTABLES in the function ddopen
000 Couldn't connect to . in the function SQLConnect
Is this a bad password or a bad statement?
/tsql "select * from SYSUSERS";
Texis Version 03.01.962147411(20000627) Copyright (c) 1988-2000 Thunderstone EPI
U_NAME U_UID U_GID U_PASSWD
------------+------------+------------+------------+
_SYSTEM 0 0
PUBLIC 9999 9999
Texis manual on tsql says
the _SYSTEM password (empty string by default).
Entering an empty string for password produced the following error:
/tsql -a A nuts
Texis Version 03.01.962147411(20000627) Copyright (c) 1988-2000 Thunderstone EPI
_SYSTEM Password:
000 Could not open SYSTABLES in the function ddopen
002 Could not open database . in the function administer
nuts:/export/usr/rr>/tsql "select * from SYSUSERS";
Texis Version 03.01.962147411(20000627) Copyright (c) 1988-2000 Thunderstone EPI
000 Could not open SYSTABLES in the function ddopen
000 Couldn't connect to . in the function SQLConnect
Is this a bad password or a bad statement?