Date Posted:
Product: E-Notebook Enterprise
Product: E-Notebook Enterprise
Problem:
Change the max size from an experiment in ELN
Solution:
1- Log in to your Data Base instance.
2- Connect to your ELN schema.
3- Browse to the following location:
Packages > DOCUMENT_CELL > DOCUMENT_CELL Body
4- In DOCUMENT_CELL Body copy all the script/procedure and paste it in a new SQL Worksheet to do some changes.
5- In the new SQL Worksheet:
a. Search the line: IF (totalSize > 16 1024 / 1024) THEN
b. Change the 16 to a new value according to your needs.
Take into consideration that the real size is 3/4 of the value indicated in that line.
So the default 16 value really means 12MB as the collection size limit.
c. Run the script to recreate the package with the changes.
Comments
0 comments
Article is closed for comments.