08-15-2012 01:29 PM - edited 03-17-2019 11:37 PM
HI,
I am getting "TMS Database File is Running Out of Space" error on my TMS Server portal page. I have 180GB free space on my drive.
Do you guys have any idea about this issue, please help me out....
Regards,
Nikhil Jayan
08-15-2012 01:44 PM
Hi
Are you using SQL express? There is a size limit on the database in the express edition, 2008 = 10gb, 2005 = 4 gb if i remember correct. Are you using the express edition
And how large is the database? Is the database stored on a disk with the 180gb free space?
Sent from Cisco Technical Support iPhone App
08-15-2012 02:11 PM
Hi Ohm,
Thanks for your immediate reply.
i am using SQL Express 2005 edition.
i have 180gb free space on database contained disk.
Regards,
Nikhil Jayan
08-15-2012 09:58 PM
Hi
Ok, so how large is the actual tmsng.mdf file? You should find it in the data folder in the sql server path.
/magnus
Sent from Cisco Technical Support iPad App
10-15-2013 10:57 PM
Hi,
we are getting this error too. Our disk has 32% free diskspace and the SQL File "tmsng.mdf" is about 3.949.824kb.
How can we solve that problem?
regards Jens
10-15-2013 11:13 PM
If it's approaching the 4Gb mark, and complaing about getting full, it sounds like you're got the 2005 version of SQL express. It's not disk space it's complaing about, it's the SQL database size.
There are a couple of options to solve this:
1) Upgrade/migrate the database to a SQL 2008 express database
2) Migrate the database to a full blow SQL server (on a separate SQL server box).
Wayne
--
Please remember to rate responses and mark your question as answered if appropriate.
Please remember to mark helpful responses and to set your question as answered if appropriate.
10-15-2013 11:20 PM
Hi Wayne,
oh yes, I haven't post these informations. We are on a Windows SQL Server 2008 express database.
That's why I'm not understanding the error.
10-16-2013 12:00 AM
Hi everybody,
I think I found the solution. The SQL Server 2008 express has also a 4GB database limit.
Since SQL Server 2008 R2 express it was increased to 10GB.
regards jens
10-16-2013 04:08 AM
Hi Jens,
the answer is to use a database which can support the amount of data you need to handle.
Though if you need something more then these limits I would first check if there is data which
should be purged. If you do not need history data its better to be removed.
On the other side if you have so much live data, looking into a dedicated SQL server might make sense.
Please remember to rate helpful responses and identify helpful or correct answers.
Please remember to rate helpful responses and identify
10-16-2013 05:53 AM
Excellent points Martin
10-16-2013 06:03 AM
Hi Martin,
thats our solution. We are preparing to migrate the DB to a big SQL Server.
What do you mean with history data, how can I find them and purge them if necessary.
/regards
10-16-2013 06:06 AM
@Jens: In TMS, go to Administrative Tools > TMS Server Maintenance >Purge Old Data in Database Tables Plan
10-16-2013 12:24 PM
Other then the data purge options, be sure to backup the database and transaction logs regularly. After doing the backups, run an SQL task to shrink the database.
Sent from Cisco Technical Support iPhone App
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide