Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


In this article

Table of Contents
maxLevel2
absoluteUrltrue

...

Field Name

Data type

Description

Label*

String

Specify a unique label for the account.

Default ValueELT Database Account
ExampleELT RS Account

OpenAPI Specification

String

Enter the URL for the OpenAPI specification file.

Example: zuora_open_api_spec3.json, sldb:///zuora_open_api_spec3.json
Default value: [None]

Zuora Object

String

Required. This property sets the Zuora object name. A suggestion lists all the available object names. Enter the desired object if it is not in the suggested list.

Example: Account
Default value: [None] 

Where Clause

String

Enter WHERE clause of Zuora SELECT query without the word ‘WHERE’.

Example: name = ‘SnapLogic’
Default value: [None] 

Output Fields

String

Enter SELECT field names, one field name for each row. If empty, the Snap attempts to select all fields.

Example: id
Default value: [None]

Number of retries

Integer

Enter the maximum number of retry attempts in case of a failure in execution.

Example: 3
Default value: 0

Retry interval (seconds)

Integer

Specify the minimum number of seconds to wait before the next retry.

Example: 2
Default value: 1

Troubleshooting

Verify that the Batch size field is configured to handle the inputs properly. If you are not sure when the input data is available, configure this field as zero to keep the connection always open
ErrorReasonResolution

Batch execution failed

The Pipeline ended before the batch could complete execution due to a connection error.

SOAP ExceptionSOAP request failedPlease verify the template is correct. the substituted values are valid and the provided envelope matches the namespaces that are required by the targeted service.
Authorization ExceptionThe provided credentials are not authorized to request the export from Zuora. Please make sure that the credentials match either Zuora's sandbox or production environment.You can switch between sandbox and production by dis/enabling the production property on the Zuora account.
Error finding subscribes a node in the template
Please ensure that the template has a subscribes node under the subscribe node parent.
Unexpected input typeThe provided input is not a document of type MapPlease ensure the input document type is of type Map.

Examples

Excluding Fields from the Input Data Stream

...