Radicore Forum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » RADICORE » RADICORE Installation Issues » SQLSRV Driver (How to setup config.inc for multi database option with one of them being 'sqlsrv' )
Re: SQLSRV Driver [message #4727 is a reply to message #4725] Mon, 11 May 2015 04:21 Go to previous messageGo to previous message
AJM is currently offline  AJM
Messages: 2347
Registered: April 2006
Location: Surrey, UK
Senior Member
I can see two problems:

(1) You are not following the instructions at http://www.tonymarston.net/php-mysql/infrastructure-faq.html #faq92 which clearly states that when you are using the multi-server option it is only the last entry which should have dbnames set to '*' as this means "any database not identified in the previous entries". So the first entry should contain the following:
$servers[0]['dbnames'] = 'menu, audit, workflow, dict';

Each entry before the last one MUST identify the names of the databases which can be found on that server.

(2) You are not following the instructions at http://www.tonymarston.net/php-mysql/sqlsrv.html#config.inc which states that the server name should be set to "(local)" as in the following:
$servers[1]['dbengine']       = 'sqlsrv';
$servers[1]['serverName']     = '(local)';
$servers[1]['connectionInfo'] = array('CharacterSet' => 'UTF-8',
                                      'ReturnDatesAsStrings' => true);
$servers[1]['SQLSRV_schema']  = 'dbo';


Note: when you are using the $servers array you do not need to use the $GLOBALS array. Use one or the other, but not both.


 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Failed opening required 'include.general.inc'
Next Topic: Error: This application has encountered an unrecoverable error
Goto Forum:
  


Current Time: Fri Apr 26 16:40:18 EDT 2024

Total time taken to generate the page: 0.03261 seconds