Results 1 to 1 of 1

Thread: PHP in Debian, DB in MSSQL - Install problem

  1. #1
    anoka is offline Junior Member
    Join Date
    Jan 2012
    Posts
    1

    Unhappy PHP in Debian, DB in MSSQL - Install problem

    Hi!

    I would like to install SugarCRM community edition to Debian linux. But the database must be MSSSQL.
    I can connect from linux to SQL via tsql and php too.
    But the installation "freeze", when "Verifying DB Credentials.".

    I can connect with this:
    PHP Code:
    <html>
    <body>
    <?php
    $con 
    mssql_connect ("sc-sql03.local.softc.hu\crmsql""sugarsqladmin""<pass>");
    mssql_select_db ("sugarcrm"$con);
    $sql"SELECT * FROM sysobjects";
    $rsmssql_query ($sql$con);
    echo 
    "The field number one is: ";
    echo 
    mssql_result ($rs00);
    mssql_close ($con);
    ?>
    </body>
    </html>
    Result:
    The field number one is: sysrscols

    CRM install.log latest lines:
    Code:
    2012-01-21 12:55:17...Begin DB Check Process *************
    2012-01-21 12:55:17...testing with mssql:freetds
    2012-01-21 12:55:17...Basic form info is valid, continuing Process.
    2012-01-21 12:55:17...Testing user account...
    2012-01-21 12:55:17...Connection made using  host: sc-sql03.local.softc.hu, usr: sugarsqladmin
    2012-01-21 12:55:17...Testing priviliged account...
    2012-01-21 12:55:17...Connection made using  host: sc-sql03.local.softc.hu, usr: sugarsqladmin
    After nothing else, nothing happen.
    Attached Images Attached Images   

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Install SugarCRM using IIS and MSSQL
    By ahmay85 in forum Installation and Upgrade Help
    Replies: 3
    Last Post: 2009-03-25, 08:12 PM
  2. MSSQL Install fun
    By stew998 in forum Installation and Upgrade Help
    Replies: 1
    Last Post: 2008-07-31, 06:46 AM
  3. MSSQL Install Required
    By RTC in forum Installation and Upgrade Help
    Replies: 0
    Last Post: 2008-02-21, 12:52 AM
  4. Install Sugar with MSSQL
    By power1000 in forum Installation and Upgrade Help
    Replies: 0
    Last Post: 2007-03-13, 05:21 PM
  5. Install using remote MSSQL Server
    By Denne in forum Installation and Upgrade Help
    Replies: 0
    Last Post: 2006-12-11, 11:14 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •