Difference between revisions of "Configuring Document Services"

From AgileApps Support Wiki
imported>Aeric
m (Text replace - 'Category:System Administration' to 'Category:Installation')
 
imported>Aeric
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
==== Configuring Document Services ====
<includeonly>==== Configuring Document Services ====</includeonly>
 
{{Important|Changing the document service configuration requires a restart of all Application Servers.}}
{{Important|Changing the document service configuration requires a restart of all Application Servers.}}


Line 8: Line 7:
:* File and image fields in records
:* File and image fields in records


The document service ensures that documents can be accessed from any LongJump application server. One of the LongJump App servers should be designated as the document server. That server needs access to the storage device that will hold the documents.  
The document service ensures that documents can be accessed from any application server. One of the App Servers should be designated as the document server. That server needs access to the storage device that will hold the documents.  


{{Recommend|A reliable storage device should be used for document storage--something on the order of a SAN or a RAID enabled disk array.}}
{{Recommend|A reliable storage device should be used for document storage--something on the order of a SAN or a RAID enabled disk array.}}
Line 14: Line 13:
The URL of the document server can be configured by updating the following columns in the table <tt>relationals.NETWORK_GLOBAL_PROPERTIES</tt>:
The URL of the document server can be configured by updating the following columns in the table <tt>relationals.NETWORK_GLOBAL_PROPERTIES</tt>:
:* '''document_server''' - Stores documents that can be accessed only by authenticated users
:* '''document_server''' - Stores documents that can be accessed only by authenticated users
:* '''public_document_server''' – Stores public documents that can be accessed without logging into LongJump
:* '''public_document_server''' – Stores public documents that can be accessed without logging into the platform
:* '''import_document_server''' – Stores documents that are uploaded using data import
:* '''import_document_server''' – Stores documents that are uploaded using data import


:'''Notes:'''
:'''Notes:'''
:* The typical value for those properties is <tt>http://ip_address_of_document_server/networking</tt>
:* The typical value for those properties is <tt>http://ip_address_of_document_server/networking</tt>
:* Changing the document server location requires a restart of all LongJump instances.
:* Changing the document server location requires a restart of all platform instances.


{{Recommend|All three values should be the same. In other words, exactly one server should be responsible for all of the document services.}}
{{Recommend|All three values should be the same. In other words, exactly one server should be responsible for all of the document services.}}
<noinclude>


[[Category:Installation]]
[[Category:Installation]]
</noinclude>

Latest revision as of 21:44, 2 October 2013

Warn.png

Important: Changing the document service configuration requires a restart of all Application Servers.

Document uploads and downloads are handled by the document service. Managed documents include:

  • Individual documents accessed through the documents tab
  • Attachments to records
  • File and image fields in records

The document service ensures that documents can be accessed from any application server. One of the App Servers should be designated as the document server. That server needs access to the storage device that will hold the documents.

Warn.png

Recommendation: A reliable storage device should be used for document storage--something on the order of a SAN or a RAID enabled disk array.

The URL of the document server can be configured by updating the following columns in the table relationals.NETWORK_GLOBAL_PROPERTIES:

  • document_server - Stores documents that can be accessed only by authenticated users
  • public_document_server – Stores public documents that can be accessed without logging into the platform
  • import_document_server – Stores documents that are uploaded using data import
Notes:

Warn.png

Recommendation: All three values should be the same. In other words, exactly one server should be responsible for all of the document services.