Receive Management Information settings

To upload an object by using the information on the Cloud Storage DB, include the Receive Storage Management Information ID in the path specified for File Name in the Receive Management Information.

This links the receive file to the Cloud Storage DB.

For details on the Receive Storage Management Information ID, refer to Receive Storage Management Information settings.

To configure the individual settings or the default settings, specify a path for File Name as shown below.

Table 2.14 Path specification for uploads to object storage

Type of Object Storage

Path

Amazon S3

s3://ReceiveStorageManagementInformationID/objectname

Azure Blob Storage

bs://ReceiveStorageManagementInformationID/objectname

Google Cloud Storage

gs://ReceiveStorageManagementInformationID/objectname

Note
  • We recommend that you specify the bucket name for the Receive Storage Management Information ID. The Receive Storage Management Information IDs (bucket names) that you specified for File Name in the Receive Management Information are output in the Receive Log.

  • The "s3://," "bs://," and "gs://" at the beginning of the path are fixed strings corresponding to each type of object storage. Be sure to specify lowercase characters only.

  • Even if the receiving-side host is Windows, use a "/" (slash) as the path delimiter when you specify the path for the upload to object storage, not a "\" (backslash).

  • If the corresponding HULFT Cloud Storage Option is not installed, the object storage path will not be recognized, even if the path is specified as shown in Table 2.14 . In such cases, a file open error occurs when the receiving-side host tries to receive the file on the disk.

  • A "/" cannot be specified at the end of the object name. If specified, a transfer error occurs.

= Remarks =

There is no hierarchical structure in object storage. All objects in the bucket are stored flat. However, if the object name includes a "/," the object is displayed on the management console of each object storage as though it has a folder hierarchy.

Settings for the handling of receive files

Objects in object storage cannot be handled in the same way as files on the disk.

Therefore, there are some restrictions on the values that can be set for the following items related to the handling of receive files:

Registration Mode

When you update an object in object storage, the old object is overwritten with the new object. You cannot append a new object to an old object.

Therefore, you can specify only "New Creation" or "Replace" for Registration Mode, and you cannot specify "Append".

Error Handling

When you update an object in object storage, the old object is overwritten with the new object if the upload succeeds, and the old object remains if the upload fails. Therefore, you cannot specify "Delete" and "Keep" for Error Handling.

You can specify "Restore", but this does not indicate that HULFT performs a backup before receiving or performs error recovery. Rather, HULFT takes actions based on object storage specifications.

Receive Mode

Because a new object cannot be appended to an old object, you can specify only "Single Receive" (for HULFT for Windows) or "Single" (for HULFT for Linux) for Receive Mode.

Generational Management

HULFT Cloud Storage Option does not support the Generational Management function. Therefore, specify "No" for Generational Management.

For items other than the above, check HULFT functional restrictions for uploads to object storage, and then set them according to actual operations.

For details on upload operations, refer to Parallel uploads.