Hoping someone can offer some advice. I have an agent that’s called by action= in a form tag. This agent is working quite well on another form (it takes a couple of fields and builds up a search string to pass to a URL, so it’s a very simple agent). I’ve placed exactly the same thing on the $$SearchTemplateDefault form, and when I click on the submit button, I receive HTTP Web Server: Buffer Overflow Exception. Does anyone have some suggestions? Unfortunately an upgrade to the server wouldn’t work for me as this is a large environment, I’m an external consultant, so I can’t influence whether an upgrade is performed.
Subject: RE: HTTP Web Server: Buffer Overflow Exception
The agent that generates the URL doesn’t get run. I placed agent logging code in the agent, even a print statement, to see if it’s executed. Nothing is recorded in the Agent Log, and nothing is displayed by the browser, so it doesn’t get as far as running the agent to generate the URL for the search.
Subject: RE: HTTP Web Server: Buffer Overflow Exception
How big is the form that’s getting submitted with the agent URL as its action URL? I suspect perhaps the form contains fields with a whole lot of data in them?
Subject: HTTP Web Server: Buffer Overflow Exception (worked for me)
I had the same issue, the browser did not give me any information… Server had just the one line from the HTTP task indicating a buffer overflow as in the title.
Troubleshoot step 1:
I reduced the record set.
The data showed up appended to the URL returned back… clearly it would cause a buffer overflow on server sending back all the data in the return URL.
Why are you doing this to me Domino?
I then added the Content-Type, maybe that will have some effect.