Hi, Are you using postgresql? If you are you can do \du from psql console to the database to see what users you have. Also you can use pg_dump to dump the schema off the backend using "-s" flag, you can then identify f you have any more users that are required on the backend databases that are not properly defined in your virtual users on the controller. You can map 1 to 1 or you can use one virtual user and map it to multiple backend users. This can be of course done transparently on the controller using the console and then saved to the config file.
Regards, Stuart On Wed, 04 Jul 2007 10:01:41 +0100 John Gardner <[EMAIL PROTECTED]> wrote: > I've just upgraded to 2.10.8 and when I was starting one of the > controllers I noticed this warning: > > 09:26:48,325 WARN controller.virtualdatabase.ssnen Some virtual > database users are missing from this configuration, trying to create > them transparently... > > Can anyone enlighten me what these virtual users could be? > > Thanks in advance. > > Regards > > John > _______________________________________________ > Sequoia mailing list > [email protected] > https://forge.continuent.org/mailman/listinfo/sequoia -- Stuart James Senior Systems Administrator PayPoint Internet Payment Services 203 High Street, Tonbridge TN9 1BW, UK Direct: +44 (0)1732 300205 Mobile: +44 (0)7809 504773 SECPay Ltd registered offices. 1 The Boulevard, Shire Park, Welwyn Garden City, Hertfordshire, AL7 1EL This e-mail message is confidential and for use by the addressee only. If the message is received by anyone other than the addressee, please return the message to the sender by replying to it and then delete the message from your computer. Internet e-mails are not necessarily secure. SECPay Ltd does not accept responsibility for changes made to this message aft er it was sent. Whilst all reasonable care has been taken to avoid the transmission of viruses, it is the responsibility of the recipient t o ensure that the onward transmission, opening or use of this message and any attachments will not adversely affect its sys tems or data. No responsibility is accepted by SECPay Ltd in this regard and the recipient should carry out such virus and other checks as it considers appropriate. _______________________________________________ Sequoia mailing list [email protected] https://forge.continuent.org/mailman/listinfo/sequoia
