Results 1 to 2 of 2

Thread: [FATAL] Invalid object name 'tracker_sessions'

  1. #1
    Tayler is offline Member
    Join Date
    Sep 2008
    Posts
    10

    Unhappy [FATAL] Invalid object name 'tracker_sessions'

    Hi Guys

    Running Sugar CE 5.1 on Windows Server 2008 IIS7 with MSSQL as DB

    I get the following error in my sugarcrm.log file repeatedly


    [2184][1][FATAL] Invalid object name 'tracker_sessions'.: UPDATE tracker_sessions set active = 0 where date_end < CONVERT(varchar(20),'2008-09-19 01:58:39',120)

    Also my inbound email is not working at all... I created a cron.bat file that calls php.exe -f < cron.php as per the instructions, however the Scheduler is not reporting the job as having run successfully.

    Also it appears as if the job is constantly running as the status says IN PROGRESS

    But no emails.

    Is this related to the tracker_sessions error?

    CHeers

    Robin

  2. #2
    crazymikey is offline Junior Member
    Join Date
    Nov 2008
    Posts
    1

    Default Re: [FATAL] Invalid object name 'tracker_sessions'

    I noticed the same repeated error in my 'sugarcrm.log' file. I was able to fix this error by modifying my .bat file called by the scheduler to call php-cgi.exe instead of php.exe:
    Code:
    cd "C:\Program Files\sugarcrm-5.1.0b\htdocs\sugarcrm\"
    "C:\Program Files\sugarcrm-5.1.0b\php\php-cgi.exe" -f cron.php
    Hope this helps,
    - Mike

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. How do I import documents?
    By clint in forum Developer Help
    Replies: 6
    Last Post: 2011-10-28, 08:30 PM
  2. Replies: 5
    Last Post: 2008-06-04, 11:22 PM
  3. Replies: 0
    Last Post: 2006-07-03, 09:54 AM
  4. Multiple errors
    By amoslmeditabcom693427 in forum Help
    Replies: 0
    Last Post: 2004-11-11, 05:02 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
  •