All Products
Search
Document Center

Object Storage Service:0016-00000811

Last Updated:Mar 20, 2026

Problem description

The parameter of the specified query result for the SelectObject request is invalid.

Causes

You initiated a SelectObject request to store query results as an object in a destination bucket, but the parameter value does not follow the required format. The value must be the full path of the destination object, including the bucket name:

/TargetBucket/ObjectName

Omitting the bucket name or using a relative path causes this error.

Examples

SelectObject is in invitational preview. Examples are not available at this time.

Solutions

Make sure that the parameter of the specified query result for the SelectObject request is correctly specified. Use the following format:

/TargetBucket/ObjectName

Replace TargetBucket with the name of your destination bucket and ObjectName with the name you want to assign to the output object.

References