Results 1 to 6 of 6

Thread: SQL Error: SQL Error : Invalid object name 'sys.syscolumns

  1. #1
    Proware's Avatar
    Proware is offline A Prolific Poster
    Join Date
    Mar 2006
    Location
    Sydney Australia
    Posts
    310

    Default SQL Error: SQL Error : Invalid object name 'sys.syscolumns

    I have set up Sugar Pro 4.5 on a new server and converted the MySQL database to MS SQL using a commercial conversion tool.

    I have sugar running now but the menu options do not exist (obnly displays Home and TeamSync).

    So I opened up the Admin . Repair and started going through them. When I tried Expand Column Width I get:
    SQL Error : Invalid object name 'sys.syscolumns'.

    When I try Repair Database I get
    SQL Error : ALTER TABLE ALTER COLUMN id failed because one or more objects access this column.

    Any ideas?
    Cheers

    David Younger
    TSM - The Service Manager
    http://www.theservicemanager.com


    Operating system type and version: Windows 2003 Server
    » Sugar Suite version 4.5.1e Professional
    » Webserver type and version Microsoft-IIS/6.0
    » PHP version 5.2.6
    » MySQL server version 5.0.51a

  2. #2
    kuske's Avatar
    kuske is offline Sugar Community Member
    Join Date
    Oct 2007
    Location
    Germany
    Posts
    2,597

    Default Re: SQL Error: SQL Error : Invalid object name 'sys.syscolumns

    What about the database settings ins config.php?
    Sounds as if your instalaltion uses mysql syntax to access mssql.

  3. #3
    Proware's Avatar
    Proware is offline A Prolific Poster
    Join Date
    Mar 2006
    Location
    Sydney Australia
    Posts
    310

    Default Re: SQL Error: SQL Error : Invalid object name 'sys.syscolumns

    I am using the following:

    'dbconfig' =>
    array (
    'db_host_name' => 'localhost',
    'db_user_name' => 'sa',
    'db_password' => 'sapassword',
    'db_name' => 'sugarcrmpro',
    'db_type' => 'mssql',
    ),
    'dbconfigoption' =>


    Should I do anything else?
    Cheers

    David Younger
    TSM - The Service Manager
    http://www.theservicemanager.com


    Operating system type and version: Windows 2003 Server
    » Sugar Suite version 4.5.1e Professional
    » Webserver type and version Microsoft-IIS/6.0
    » PHP version 5.2.6
    » MySQL server version 5.0.51a

  4. #4
    kuske's Avatar
    kuske is offline Sugar Community Member
    Join Date
    Oct 2007
    Location
    Germany
    Posts
    2,597

    Default Re: SQL Error: SQL Error : Invalid object name 'sys.syscolumns

    looks good, anybody else any idea?

  5. #5
    Proware's Avatar
    Proware is offline A Prolific Poster
    Join Date
    Mar 2006
    Location
    Sydney Australia
    Posts
    310

    Default Re: SQL Error: SQL Error : Invalid object name 'sys.syscolumns

    I just realised that I am using MS SQL Server 2000 and I see from the supported platform that only MS SQL Server 2005 is supported.

    Could this be the problem?
    Cheers

    David Younger
    TSM - The Service Manager
    http://www.theservicemanager.com


    Operating system type and version: Windows 2003 Server
    » Sugar Suite version 4.5.1e Professional
    » Webserver type and version Microsoft-IIS/6.0
    » PHP version 5.2.6
    » MySQL server version 5.0.51a

  6. #6
    kuske's Avatar
    kuske is offline Sugar Community Member
    Join Date
    Oct 2007
    Location
    Germany
    Posts
    2,597

    Default Re: SQL Error: SQL Error : Invalid object name 'sys.syscolumns

    I cannot imagine, I never used a mssql server greater than 2000 till now.

    But I suppose your sugar db user has no right to read the sys tables.
    Perhaps this is the real problem?

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Replies: 5
    Last Post: 2010-03-16, 02:30 PM
  2. Replies: 1
    Last Post: 2008-02-22, 04:25 PM
  3. MS SQL Error
    By starace in forum General Discussion
    Replies: 7
    Last Post: 2007-06-27, 07:20 PM

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
  •