Insufficient Disk Space, Replace RFC822 on MAILBOX error!! in GoldMine
Posted by ~Ray @ 2007-11-03 15:49:31
GMCE 6.6. SQL2000. Networked. 81 users. Hello everyone!When one particular user sends out an e-mail communicate we are getting this error:Insufficient plough SpaceContext: replace RFC822: MSSQL: GoldMine_Sale: dbo. MAILBOX. I opened up SQL and looked at the tables all appears well there are no other error messages that say we are running out of space anywhere. Is this a false affright? Should the user clear out the TEMP folder locally? Are we in any danger of losing e-mail messages in the mailbox table?Thank you for your give. Dorsey Richardson
Hi. RonanC!!Well we normally undergo SQL re-index all the GoldMine tables nightly with SQL Server Agent. This includes the MAILBOX table.. this has been running successfully with no error messages.??
You probably do undergo some data corruption in mailbox dbt. Download the insufficient plough space patch for BDE from and bear on it. analyse whether the user has a lot of stuff in their deleted items folder or inbox. Verify whether their local antivirus is set to exclude the database files. SELECTUSERID,SUM(inspect WHEN [FOLDER] = 'X-GM-INBOX' THEN 1 ELSE 0 END) 'Inbox',SUM(inspect WHEN [FOLDER] = 'X-GM-OUTBOX' THEN 1 ELSE 0 END) 'Outbox',SUM(CASE WHEN [FOLDER] = 'X-GM-TRASH' THEN 1 ELSE 0 END) 'cast aside'FROMMailBox with (nolock)assort By USERIDOrder By USERID is probably worth running.
You cannot affix new topics in this forumYou cannot say to topics in this forumYou cannot alter your posts in this forumYou cannot delete your posts in this forumYou cannot vote in polls in this forum[ADVERTHERE]Related article:
http://forums.frontrange.com/viewtopic.php?t=48245
0 Comments:
No comments have been posted yet!
|