Overview
When a Jive content is moved from one place to another place, it fails if it contains a binary content as an attachment which is greater than 50 MB in size.
Environment
Jive Interactive Intranet - Storage Integration
Resolution
Add the below set of system properties to increase the limit for the maximum size for content that can be handled within places that are connected to SharePoint. In AWS instances, the properties can be added by a Jive Support Agent, while On-Premise customers can add the properties by themselves.
The jive.features.streamToStream.esf.maxFileSize
property can be modified to match a required size (in bytes).
Property | Value |
---|---|
jive.features.streamToStream.esf.maxFileSize | 1073741824 |
jive.features.streamToStream.esf.isEnabled | true |
jive.features.streamToStream.isEnabled | true |
external-storage.http.defaultConnectTimeout | 1800000 |
external-storage.http.defaultReadTimeout | 1800000 |
jive.connects.http.defaultAllocateTimeout | 1800000 |
jive.connects.http.defaultConnectTimeout | 1800000 |
jive.connects.http.defaultReadTimeout | 1800000 |
Comments
0 comments
Article is closed for comments.