Author |
|
christian Guest Group
Joined: 10 November 2003
Online Status: Online Posts: 262
|
Posted: 09 May 2006 at 8:51pm | IP Logged
|
|
|
Hello,
I had Message Queue installed on our C: drive, but had to uninstall and reinstall on our e: drive. I'm now getting the following error when running our email app:
Error #131, [Error: Failed to get new filename for queued message file]
Any ideas what's happening?
|
Back to Top |
|
|
Alex AfterLogic Support
Joined: 19 November 2003
Online Status: Offline Posts: 2206
|
Posted: 10 May 2006 at 10:53am | IP Logged
|
|
|
When MailBee Message Queue was installed on C drive, it used directory on C drive to queue message files (for example C:\MMQ Files). Right now MailBee Message Queue uses the same directory on E drive, but path to this directory in your application has not been changed, thus, you get the error message. In order to solve this problem, please check SendToQueue method in code of your application (for example Mailer.SendToQueue("C:\MMQ Files")) and change path to the valid one.
Regards,
Alex
|
Back to Top |
|
|