B
bremmeyr
Guest
What would cause setuserid to return false? How can I resolve this issue? I have deleted the use and added it back with the same results. All other users have no issues. I can run the following ABL. There is only one "Myuser" in the table. The domain name is blank. In this case the password is blank. FIND FIRST myDB._user WHERE myDB_user._userid = 'Myuser' NO-LOCK NO-ERROR. The record is available. lResult = SETUSERID ('Myuser', '', "myDB"). lResult is false. error status is false. FIND FIRST myDB._user WHERE myDB_user._userid = 'Myuser' and myDB._user._Domain-Name = '' NO-LOCK NO-ERROR. The record is available. lResult = SETUSERID ('Myuser', '', "myDB"). lResult is false. error status is false. for each myDB._user WHERE myDB_user._userid = 'Myuser' NO-LOCK returns 1 record. OE11.5.1, 64-bit, windows server
Continue reading...
Continue reading...