Google Cloud Spanner Writer Parameters

Information About FME and Web Connections

Connections store authentication information.

For general information about web connections, please see Using Web Connections.

For information about managing web services (including authorization credentials such as Client Id and Client Secret), please see Managing Web Services.

Connection

Select an existing connection, or Add Web Connection to define a new connection.

The new connection can be made visible only to the current user, or can be shared among multiple users.

Connection Parameters

Advanced

Max. Reconnect Attempts

This parameter defines how many times in succession will FME attempt to recover from a dropped connection.

  • 0 (default) – If a connection is dropped, the writer will fail the translation.
  • 1 or more – If a connection is dropped, the writer will make n attempts to reconnect. The writer will also keep a cache of features that have not yet been committed. After recovering from a dropped connection, the writer will continue writing from its cache, so that no features are dropped along with the connection. Due to the extra step in writing to the cache, overall writing speeds may be slower in this mode.

The counter for reconnection attempts is reset when a connection is successfully recovered.