Denny Russell June 12 2009 07:59:05 AM
I started receiving an error on my Quickr site that read "
Attachment size exceeds the amount allowed. Try again" It didn't matter if I was trying to add a wiki document or add a post to a discussion, I received the error. I didn't notice it prior to my 8.2 upgrade, but I can't be sure, as it's been slow going getting this rolled out (not at all because of the product, but other priorities in new product releases).
Inside the 'Site Administration - Other Options' there is a setting '
Maximum Attachment Size'. I tried resetting this but again, same error. So I was stumped.
So I tried two methods of finding an answer. First, I Tweeted my dilemma and then after no response, I opened an incident with IBM.
From Lotus Support, I was presented with the following options:
Suggestions:
Solution 1: You might have increased the Maximum Post data size to a number too high for Domino to handle, please change the following setting to "50,000" Change the Server document => Internet Protocols => Domino Web Engine => Maximum POST data to 50,000 Solution 2: Add the following notes.ini parameters
QuickPlaceLargeRequestOnFile=1
QuickPlaceLargeRequestDir={directory where temporary files should be written}
These parameters are added to allow Domino to handle larger files more efficiently. Domino does not automatically create the temp directory for Chunk buffering, therefore if you have set the temp directory to "c:\temp", then you will have to create that directory on the hard drive yourself
QuickPlaceLargeRequestDir=C:\temp
After making the above changes please make sure to restart your server and delete the browser cache.
I decided on updating both solutions in an attempt to make it work better all around. All is working now and I'm back in business. Now I've got to work on testing out a few templates from the great guys over at Snapps.com and get my co-workers trained and using it.
This morning on Twitter, I received a reply and a good reference from @m0urs, I was provided this link. Thanks for the great Wiki to a lot of awesome Lotus related info.