Exit and come back in is always a good idea when testing anything new. It makes sure that no variables or environment settings are left over to trip you up this way.
Dennis McGrath Software Developer QMI Security Solutions 1661 Glenlake Ave Itasca IL 60143 630-980-8461 [email protected] From: [email protected] [mailto:[email protected]] On Behalf Of Karen Tellef Sent: Friday, February 21, 2014 2:52 PM To: RBASE-L Mailing List Subject: [RBASE-L] - Re: Set Owner Makes total sense now that you put it that way! When I read "the next time you connect to the database" in the documentation, I didn't take that to mean "if you exit and come back in". I had connected to another database, then reconnected to this one and I expected it to ask me and it didn't. I see now that it saved my "user" name for the entire RBase session. That is what John said in his email but it just didn't register. Karen -----Original Message----- From: Stephen Markson <[email protected]<mailto:[email protected]>> To: RBASE-L Mailing List <[email protected]<mailto:[email protected]>> Sent: Fri, Feb 21, 2014 2:48 pm Subject: [RBASE-L] - Re: Set Owner Hi Karen, That is the expected behavior. When you RENAME OWNER it changes the current USER to the new password. So, when you reconnect, it doesn’t prompt you because you already have the right value for USER. Try this: R> RENAME OWNER x TO y R> SHOW USER R> SET USER Karen (assuming “y” above wasn’t “Karen”) R> DISCONNECT Now, CONNECT again and see what happens. Regards, Stephen Markson The Pharmacy Examining Board of Canada 416.979.2431 x251 From: [email protected]<mailto:[email protected]> [mailto:[email protected]<mailto:[email protected]?>] On Behalf Of Karen Tellef Sent: February-21-14 3:21 PM To: RBASE-L Mailing List Subject: [RBASE-L] - Re: Set Owner Well, I got it to work. Apparently I have to exit RBase and come back in. It never asked for the password until I exited RBase. Karen -----Original Message----- From: John Minyo II <[email protected]<mailto:[email protected]>> To: RBASE-L Mailing List <[email protected]<mailto:[email protected]>> Sent: Fri, Feb 21, 2014 12:26 pm Subject: [RBASE-L] - Re: Set Owner Karen, The OWNER name is established for that R:BASE session when you first apply the OWNER name. At the R> enter SHOW USER When you change users or start a new R:BASE session, you will be prompted for a password. For more information on using User Privileges, please download the "Managing User Privileges in R:BASE eXtreme 9.5" technical document at the From The Edge Web site: http://www.razzak.com/fte/ Best regards, John Minyo II Customer Service R:BASE Technologies, Inc. P: 1+724.733.0053 http://www.rbase.com <http://www.rbase.com/>http://www.facebook.com/rbase At 12:49 PM 2/21/2014, Karen Tellef wrote: Okay, I did it from the r> prompt and got this response (I have x/y over the actual names): OWNER identifier xxxxx renamed to yyyyy disconnect, connect, still doesn't ask for the password. Karen -----Original Message----- From: Bill Downall <[email protected]<mailto:[email protected]>> To: RBASE-L Mailing List <[email protected]<mailto:[email protected]>> Sent: Fri, Feb 21, 2014 11:46 am Subject: [RBASE-L] - Re: Set Owner Karen, Try RENAME OWNER PUBLIC TO Whateveryouwant On Fri, Feb 21, 2014 at 12:34 PM, Bill Downall < [email protected]<mailto:[email protected]>> wrote: Karen, I found this: "You do not have to assign a user identifier when the database is created. To assign a user identifier after the database has been created, use the RENAME <http://www.facebook.com/rbase??> OWNER<http://www.facebook.com/rbase??> command, the Utilities: Access Rights... menu option in R:BASE for Windows" It's now "Utilities: User Privileges" On Fri, Feb 21, 2014 at 12:29 PM, Karen Tellef <[email protected]<mailto:[email protected]>> wrote: Believe it or not, I've never assigned an owner password. I have an existing database that I want to put one on, but searching the help file I cannot find how I do this for an existing database, only if you're creating a new one. Thanks! Karen

