Home | Forums | Contact | Search | Syndication  
 
 [login] [create account]   Friday, May 3, 2024 
 
slxdeveloper.com Community Forums  
   
The Forums on slxdeveloper.com are now retired. The forum archive will remain available for the time being. Thank you for your participation on slxdeveloper.com!
 Data & Imports Forums - T-SQL & Queries
Forum to discuss general T-SQL questions and help with queries related to SalesLogix data. View the code of conduct for posting guidelines.
Forums RSS Feed


 Back to Forum List | Back to T-SQL & Queries | New ThreadView:  Search:  
 Author  Thread: Error when trying to access a group
missy
Posts: 2
 
Error when trying to access a groupYour last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 02 Sep 09 3:29 PM
First ~ we have a VERY old version of saleslogix 4.1

I am getting the following error trying to access a group:
saleslogix error: error activating group: general sql error. The log file for database 'tempdb' is full. backup the transaction log for the database to free up some space.

I have 3 other groups set up with similar queries that are working fine.

Any suggestions?

Thank you in advance!
[Reply][Quote]
Raul A. Chavez
Posts: 1300
Top 10 forum poster: 1300 posts
 
Re: Error when trying to access a groupYour last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 02 Sep 09 5:24 PM
My suggestion is to address the error message being returned by SQL, regardless of the other groups.

The TempDB is used internally by SQL server for many purposes. Since this group fails with that error, it just means that when SQL handles this specific query, it is performing some actions that require the use of the TempDB..

You will need to either truncate the log on the TempDB (never heard of having to manually do so), Allow it to grow, and/or make sure that you have enough disk space available on the drive where the TempDB resides.

[Reply][Quote]
LeVar Berry
Posts: 47
 
Re: Error when trying to access a groupYour last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 21 Sep 09 10:22 AM
You're probably on an old version of SQL (7.0/2000)??? I believe in the older version of SQL you can actually (pause .........) delete TempDB and it will rebuild.
[Reply][Quote]
Phil Parkin
Posts: 819
Top 10 forum poster: 819 posts
 
Re: Error when trying to access a groupYour last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 21 Sep 09 12:41 PM
You can delete TEMPDB after stopping SQL Server and it will rebuild it when it restarts ...

The location of TEMPDB can also be changed fairly easily - if interested, post back & I will provide details.
[Reply][Quote]
 Page 1 of 1 
  You can subscribe to receive a daily forum digest in your user profile. View the site code of conduct for posting guidelines.

   Forum RSS Feed - Subscribe to the forum RSS feed to keep on top of the latest forum activity!
 

 
 slxdeveloper.com is brought to you courtesy of Ryan Farley & Customer FX Corporation.
 This site, and all contents herein, are Copyright © 2024 Customer FX Corporation. The information and opinions expressed here are not endorsed by Sage Software.

code of conduct | Subscribe to the slxdeveloper.com Latest Article RSS feed
   
 
page cache (param): 5/3/2024 1:07:56 AM