Loading Ledger Line Data

This manual is in pilot operation.

Overview

fusion_place enables high-speed querying by loading ledger line data into the server’s memory. Loading is triggered automatically for each ledger edition the first time it is accessed. Because this loading takes some time, system response may be delayed during the first access.

To avoid such delays, this function allows preloading of ledger line data into memory immediately after server startup. The data loaded includes the shared workspace edition and all its ancestor ledger editions.

How to Write a Request

Below is an example request for "Loading Ledger Line Data":

<request type="LOAD_LEDGER_LINES" desc="Load Ledger Lines">
  <parameters>
    <parameter name="APPLICATION" value="SAMPLE1"/> (1)
  </parameters>
  <contents> (2)
  </contents>
</request>
1 "Application" parameter
2 Request Content

Parameters

Specify the target application.

Parameter Required Key Description

APPLICATION

Yes

None

Specify the label of the target application.

Request Content

There is no "Request Content."

Response Content

Below is an example response for "Loading Ledger Line Data":

<response type="LOAD_LEDGER_LINES" desc="Load Ledger Lines">
  <returned-contents> (1)
  </returned-contents>
  <result>
    <code>SUCCESSFUL</code> (2)
    <started-at time-zone="Asia/Tokyo">2015/02/28 09:50:04.227</started-at>
    <ended-at time-zone="Asia/Tokyo">2015/02/28 09:50:07.827</ended-at>
    <messages>
      ... (3)
    </messages>
  </result>
</response>
1 Returned Content
2 Processing Result Code
3 Message

Returned Content

There is no returned content.

Message

If the processing result code is "SUCCESSFUL," nothing is displayed in the message field.

If the processing result code is "FAILED," the message field shows the reason for the failure.

No other processing result codes are used.