Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

IMF error after clicking "resubmit"

Status
Not open for further replies.

cj7owner

MIS
Jan 26, 2006
38
CA
Anybody get this before, Exchange 2003 SP2, IMF web screen I click "resubmit" and this pops up. Looks to me like a vbscript error and wondering how to fix or install update for it?

thanks in advance.


ARCH_2006022216442005314072.EML
Response object error 'ASP 0156 : 80004005'

Header Error

/spam/Resubmit.asp, line 19

The HTTP headers are already written to the client browser. Any HTTP header modifications must be made before writing page content.
 
installed your latest version but I still get this:

ARCH_20060308153214089916021.EML
Response object error 'ASP 0156 : 80004005'

Header Error

/spam/Resubmit.asp, line 21

The HTTP headers are already written to the client browser. Any HTTP header modifications must be made before writing page content.
 
Are you trying to resubmit the file from the list or from the view menu?

I hope you find this post helpful.

Regards,

Mark
 
You may need to either refresh your view or check that file manually. All the resubmit does is move the file to the pickup directory. I have seen instances with very isolated messages where permissions are some how messed up and you can't move the file.

Are you able to submit other messages?

I hope you find this post helpful.

Regards,

Mark
 
Nope, it happens no matter what message I resubmit and it doesn't matter what time or what day it is. I get the error every time. Funny thing is though, that the message does get submitted into the users store. I just get the annoying error message. After I click Submit, I get the error, then I just hit back on the browser and move onto the next message. It is still in the list but at least the user gets it. It's almost as if after hitting submit that the IMF is not refreshing the list view to list the new contents of the folder, It is just reverting to cache somehow.

any other ideas now that I have provided more info? thanks for the help so far

Corry
 
getting this now as well as soon as I open the browser to see the list

Response object error 'ASP 0159 : 80004005'
Buffering Off

/spam/Default.asp, line 90

Buffering must be on.

It then lists all the spam
 
Verify that your browser is set to refresh the page Every Visit.

I hope you find this post helpful.

Regards,

Mark
 
OK I have changed that to refresh every page, but I still get the original error when clicking resubmit. I don't get the buffer error anymore because I manually cleared out the archive.

ARCH_20060308201954072616216.EML
Response object error 'ASP 0156 : 80004005'

Header Error

/spam/Resubmit.asp, line 21

The HTTP headers are already written to the client browser. Any HTTP header modifications must be made before writing page content.


 
Sorry cj, I don't know what is up and unfortunatley dont have system to test this on. I can tell you that the code you are using is runing great on a number of clients systems, so the problem is something in your environment.

Verify that you have set all permissions right (sounds like they should be ok since the file does move for you). Turn off On Error Resume Next to see if it gives you a better error message. Also in IE advanced properties make sure you have turned off friendly error messages.

I hope you find this post helpful.

Regards,

Mark
 
no problem, If I figure it out I'll report it.

thanks for the help
 
corrected, I commented out line 10 of the resubmit.asp page
 
corrected the buffer error by placing

Response.Buffer = true

at the top of default.asp and allspam.asp
 
Thanks for posting back your solution.

I hope you find this post helpful.

Regards,

Mark
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top