Attached Files SSP

Hi All,

I've a problem with a request offering. When I attach a file to the request offering from the portal, I can't attach files bigger than 3.9 MB.

If I want to press on submit, I recieve the follow error:

I've set in the request offering settings the attachment size to 10240 kb and does this also in the service request settings.

Also I've change the web.config file settings as described here.

My settings:

<binding name="DefaultHttpBinding">
          <binaryMessageEncoding>
            <!--Increasing maxStringcontentlength to 24KB-->
            <readerQuotas maxArrayLength="1048576000" maxStringContentLength="24576"/>
          </binaryMessageEncoding>
          <httpTransport maxReceivedMessageSize="2147483647" maxBufferSize="2147483647" authenticationScheme="Negotiate"/>
        </binding>

        <binding name="DefaultHttpsBinding">
          <binaryMessageEncoding>
            <!--Increasing maxStringcontentlength to 24KB-->
            <readerQuotas maxArrayLength="1048576000" maxStringContentLength="24576"/>
          </binaryMessageEncoding>
          <httpsTransport maxReceivedMessageSize="2147483647" maxBufferSize="2147483647" authenticationScheme="Negotiate"/>
        </binding>

Know anyone what I can do to fix this issue?

Thanks in advance.

Dennis

September 1st, 2014 8:06am

Could it be something as silly as a syncronization issue? Try restarting your portal websites, maybe even rebooting the server(s).
Free Windows Admin Tool Kit Click here and download it now
September 1st, 2014 8:49am

Thanks for your reply.

It is a production environment. I will shedule a restart for tonight and check it tomorrow.

Thanks.

September 1st, 2014 8:52am

Unfortunately, It is not working yet.

But what I see, this error is also showing up at some requests that hasn't attached files. It seems to look like that this issue is not related to file attachments. Know any of you where to look for issues like this?

Regards.

 
Free Windows Admin Tool Kit Click here and download it now
September 2nd, 2014 4:33am

What I see is that this is nog related to attachments in service manager.

I will re create a new topic.

September 3rd, 2014 4:15am

What I see is that this is nog related to attachments in service manager.

I will re create a new topic.

Free Windows Admin Tool Kit Click here and download it now
September 3rd, 2014 11:13am

What I see is that this is nog related to attachments in service manager.

I will re create a new topic.

September 3rd, 2014 11:13am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics