Re: v11.5 - Users and Groups disappeared
Date: 08-02-10
From: Chuck Miller <cjmiller_at_informed-solutions.com>
I added this code as a way for customers to maintain users and groups
such that I did not have to duplicate their efforts in my development
version
Regards
Chuck
Just as a way around this. You can add this code to on server startup
C_BLOB($Blob_b)
SET BLOB SIZE($Blob_b;0)
DOCUMENT TO BLOB("CurrentUsers";$Blob_b)
BLOB TO USERS($Blob_b)
SET BLOB SIZE($Blob_b;0)
and add this code to server shutdown. You just need to make sure that
you have file named CurrentUsers.
C_BLOB($Blob_b)
SET BLOB SIZE($Blob_b;0)
USERS TO BLOB($Blob_b)
BLOB TO DOCUMENT("CurrentUsers";$Blob_b)
SET BLOB SIZE($Blob_b;0)
On Feb 8, 2010, at 1:36 PM, Yogi Jivanandanatha wrote:
> It has happened to us a few times in 11.5 server on an all Mac
> network. We have not been able to figure out why.
>
> Yogi Jivanandanatha
------------------------------------------------------------------------------------------------
Chuck Miller Voice: (617) 739-0306
Informed Solutions, Inc. Fax: (617) 232-1064
PO Box 1720 mailto:cjmiller_at_informed-solutions.com
Brookline, MA 02446 USA Registered 4D Developer
Providers of 4D and Sybase connectivity
http://www.informed-solutions.com
------------------------------------------------------------------------------------------------
This message and any attached documents contain information which may
be confidential, subject to privilege or exempt from disclosure under
applicable law. These materials are intended only for the use of the
intended recipient. If you are not the intended recipient of this
transmission, you are hereby notified that any distribution,
disclosure, printing, copying, storage, modification or the taking of
any action in reliance upon this transmission is strictly prohibited.
Delivery of this message to any person other than the intended
recipient shall not compromise or waive such confidentiality,
privilege or exemption from disclosure as to this communication.
**********************************************************************
The New 4D Partner Program - All the tools you need to be a successful 4D Developer.
Sign up Now: http://www.4d.com/community/partner/registration.html
4D Internet Users Group (4D iNUG)
FAQ: http://lists.4d.com/faqnug.html
Archive: http://lists.4d.com/archives.html
Options: https://lists.4d.com/mailman/options/4d_tech
Unsub: mailto:4D_Tech-Unsubscribe_at_lists.4D.com
**********************************************************************