Messages and limitations of the Azure Queue Storage connector

Message code list of AZUREQUEUESTORAGE category

The following message codes correspond to errors that occur in Azure Queue Storage Connector.

 

AZUREQUEUESTORAGE0000E

This message code is output when an undefined error occurs.

Cause

Solution

An undefined error occurred.

Check the error message or the help of the operation in which the error has occurred.

Corresponding error

  • None

 

AZUREQUEUESTORAGE0001E

This message code is output when connection to Azure Queue Storage fails.

Cause

Solution

The cause differs according to each error message.

Check whether the cause/solution of the error is described in "Exception messages" below.

Corresponding error

  • com.microsoft.azure.storage.StorageException

 

AZUREQUEUESTORAGE0002E

This message code is output when the access key setting is incorrect.

Cause

Solution

Access key of the connection resource is incorrect.

Check the connection resource settings.

Corresponding error

  • java.security.InvalidKeyException

 

Exception messages of AZUREQUEUESTORAGE category

Exception name

Cause

Solution

com.microsoft.azure.storage.StorageException

Server failed to authenticate the request. Make sure the value of Authorization header is formed correctly including the signature.

Account or Access key of the connection resource specified in Destination is incorrect.

Check the Account or Access key setting of the connection resource specified in Destination.

com.microsoft.azure.storage.StorageException

The server encountered an unknown failure:

Account or Access key of the connection resource specified in Destination is incorrect.

Check the Account or Access key setting of the connection resource specified in Destination.

com.microsoft.azure.storage.StorageException

Empty key

Access key of the connection resource specified in Destination is incorrect.

Check the Access key setting of the connection resource specified in Destination.

com.microsoft.azure.storage.StorageException

The server encountered an unknown failure:

The request to delete messages failed.

Check Queue name, or the settings of Account and Access key of the connection resource specified in Destination.

com.microsoft.azure.storage.StorageException

The server encountered an unknown failure:

The request to receive messages failed.

Check Queue name, or the settings of Account and Access key of the connection resource specified in Destination.

com.microsoft.azure.storage.StorageException

The server encountered an unknown failure:

The request to send messages failed.

Check Queue name, or the settings of Account and Access key of the connection resource specified in Destination.

InvalidPropertyConfigurationException

Maximum number of messages to receive

The value of Maximum number of messages to receive is outside the specifiable range.

Specify an integer from 1 through 32 for Maximum number of messages to receive.

InvalidPropertyConfigurationException

Visibility timeout (second) for receiving message

The value of Visibility timeout (second) for receiving message is outside the specifiable range.

Specify an integer from 1 through 604800 in Visibility timeout (second) for receiving message.

java.security.InvalidKeyException

Storage Key is not a valid base64 encoded string.

Access key of the connection resource specified in Destination is incorrect.

Check the Access key setting of the connection resource specified in Destination.

ResourceNotFoundException

Resource definition is not found. Name: []

Destination isn't specified.

Specify Destination.

ResourceNotFoundException

Resource definition is not found. Name: [<connection resource name>]

The resource definition selected in Destination isn't found.

Check the connection resource specified in Destination.

 

Limitations of AZUREQUEUESTORAGE category

Operation environment

Notes

  • The behavior described in the help pages is subject to change depending on specification changes in the destination.

Receive Message

Specification limits

  • None.

Notes

  • HTTPS or HTTP is used in communication between Azure Queue Storage and this connector.

  • The specifications are subject to change without any prior notification depending on the changes in Azure Queue Storage specifications.

Send Message

Specification limits

  • None.

Notes

  • HTTPS or HTTP is used in communication between Azure Queue Storage and this connector.

  • The specifications are subject to change without any prior notification depending on the changes in Azure Queue Storage specifications.

Delete Message

Specification limits

  • None.

Notes

  • HTTPS or HTTP is used in communication between Azure Queue Storage and this connector.

  • The specifications are subject to change without any prior notification depending on the changes in Azure Queue Storage specifications.