Skip to main content

Load All – Error Reference Guide

When running a Load All for an extraction, various errors may occur depending on the source system, connection configuration, or data being processed. This guide explains the most common errors, their causes, and how to resolve them.

Error
Overview
401 Unauthorized

Cause: DataSync could not authenticate or reach the source API.

Solution: Confirm connection settings and credentials (API key/token, user, permissions).

500 Could not execute the specified command

Cause: The source API was unable to process the request.

Solution: Check the source connection configuration and request parameters.

502 Bad Gateway

Cause: API performance is degraded or the request timed out during a large load.

Solution: Retry the load or reduce the load size using filters or smaller date ranges.

503 Service Unavailable

Cause: The service is temporarily unavailable.

Solution: Check the Status page and retry.

A connection was successfully established with the server, but then an error occured during the pre-login handshake

Cause: The SQL Server connection failed during the pre‑login handshake (TLS/certificate issue or outage).

Solution: Confirm SQL reachability and TLS/certificate settings. For Cloud deployments, check the Status page.

AddChildTriggerLog

Cause: An internal processing error occurred in DataSync.

Solution: Contact Nectari Support.

An exception has been raised that is likely due to a transient failure.

Cause: A temporary SQL Server or network interruption occurred.

Solution: Verify SQL Server availability and connectivity. For Cloud deployments, check the Status page.

An item with the same key has already been added

Cause: Duplicate key values were detected due to an index or unique key configuration issue.

Solution: Review the table’s index or unique key settings and ensure the key is unique.

Arithmetic overflow error when converting numeric to data type numeric

Cause: A value exceeds the precision or scale of the destination numeric field.

Solution: Increase the numeric precision/scale or adjust the mapping.

A task was cancelled

Cause: The task was stopped before completion.

Solution: Review the logs and rerun the task.

Can not clean deletes for

Cause: Some partitions were not loaded before running the clean delete process.

Solution: Load the missing partitions, then rerun.

Clean deletes by partition failed at partition

Cause: Processing deleted records failed for a specific partition.

Solution: Rerun the process for the failing partition.

<database name> is not currently available

Cause: The database is offline or cannot be reached.

Solution: Verify the database is online and the connection is valid. For Cloud deployments, check the Status page and contact Nectari Support.

Deadlocked

Cause: A deadlock occurred due to competing processes, such as another extraction, OLAP cube activity, or table locks.

Solution: Rerun the operation once the blocking process has completed.

Error executing the post script execution

Cause: The post‑execution SQL script is invalid and cannot be validated, causing the job to fail at the end of execution.

Solution: Review and correct the SQL in the post‑execution script.

Error parsing decimal value

Cause: The filter value is not in the expected data type. For example, SXA may return values like '(data invalid) 0.0000,50.6400'.

Solution: Split the value so it can be interpreted as a valid decimal.

Given docparid does not exist

Cause: The required docparid value is missing from the connection configuration.

Solution: Ensure docparid is set in the connection. Follow the steps in Configure the Connections.

Has reached its size quota

Cause: The data warehouse has reached its allocated size limit.

Solution: Contact your Nectari sales representative.

Identity database did not contain a customer entry with the serial number

Cause: A cloud configuration issue is preventing the customer entry from being found.

Solution: Contact your administrator or Nectari Support.

Index must be greater than or equal to zero and less than the size of the argument list.

Cause: A technical issue occurred during processing.

Solution: Contact Nectari Support.

Invalid object name

Cause: SQL Server returned an error because the table name or schema is invalid or does not exist.

Solution: Verify that the table and schema names are correct in the source or query.

Load by partition failed at partition

Cause: A partition encountered an error during the load by partition process.

Solution: Review the failing partition to identify and correct the underlying issue.

Login failed for user

Cause: The login credentials for the data warehouse are invalid or the user lacks required permissions.

Solution: If the issue is permission‑related, contact Nectari Support.

Operation cancelled by user

Cause: The job was manually canceled before completion.

Solution: Rerun the job if cancellation was unintentional.

OutOfMemoryException

Cause: Too much data is being processed for the available memory.

Solution: For Cloud deployments, contact Nectari Support.

String or binary data would be truncated

Cause: The value is too large for the destination column, or a binary value is being inserted into a string column.

Solution: Increase the size of the destination column or correct the source data type.

The create unique index statement terminated because a duplicate key was found for the object name.

Cause: A unique index cannot be created due to duplicate values, indicating data integrity issues.

Solution: Contact Nectari Support.

The <name> connection could not be validated

Cause: The connection is not valid or cannot be verified.

Solution: Verify that all source connection settings (username, password, server name, URL, etc.) are correctly configured.

The operation was canceled

Cause: The executing operation was canceled before completion.

Solution: Rerun the operation once the cancellation cause is resolved.

The period selected is not valid.

Cause: The extraction period is invalid. This message is returned by Sage Intacct.

Solution: Review the period settings and ensure they match valid Sage Intacct periods.

Thread was interrupted from a waiting state

Cause: The data warehouse is not available in Cloud environments.

Solution: Contact Nectari Support.

The service is temporarily off-line

Cause: Sage Intacct services are unavailable or experiencing downtime.

Solution: Wait for Sage Intacct services to recover, then retry the operation.

This may have occurred because all pooled connections were in use and max pool size was reached

Cause: Too many extractions are using the same connection, exhausting the connection pool.

Solution: Increase the Max Pool Size property in the connection settings.

Timeout period elapsed prior to completion of the operation or the server is not responding

Cause: Some APIs enforce strict timeouts when responses exceed expected processing time. For example, Sage Intacct’s Gateway times out after 15 minutes.

Solution: If the source API is experiencing performance degradation, submit a support ticket to Sage Intacct.

Verify that the instance name is correct and that SQL Server is configured to allow remote connections.

Cause: The SQL Server instance is unavailable or experiencing an outage.

Solution: Confirm that the SQL Server instance is online. For Cloud deployments, check the Status page.

Was deadlocked on lock resources with another process and has been chosen as the deadlock victim. Rerun the transaction.

Cause: The transaction was selected as a deadlock victim due to competing processes (e.g., another extraction, OLAP cube activity, or table locks).

Solution: Rerun the transaction.

You do not have permission for API operation READ_BY_QUERY on objects of type xyz.

Cause: The DataSync user in Sage Intacct lacks permission to read the specified object.

Solution: Update the user’s permissions in Sage Intacct.