Versions Compared

Key

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

...

Type

Format

Number of Views

Examples of Upstream and Downstream Snaps

Description

Input 

Document

  • Min: 0

  • Max: 1

  • Mapper

  • Copy

  • Teamcenter Classification Create

The Object ID that needs to be fetched from the Teamcenter software.

Output

Document

  • Min: 1

  • Max: 1

  • Teamcenter Classification Delete

  • Teamcenter Classification Get

The full classification information of the given specific object.

Error

Error handling is a generic way to handle errors without losing data or failing the Snap execution. You can handle the errors that the Snap might encounter when running the Pipeline pipeline by choosing one of the following options from the When errors occur list under the Views tab:

  • Stop Pipeline Execution: Stops the current Pipeline pipeline execution if the Snap encounters an error.

  • Discard Error Data and Continue: Ignores the error, discards that record, and continues with the remaining records.

  • Route Error Data to Error View: Routes the error data to an error view without stopping the Snap execution.

Learn more about Error handling in Pipelines.

...

Info
  • Asterisk ( * ): Indicates a mandatory field.

  • Suggestion icon ((blue star)): Indicates a list that is dynamically populated based on the configuration.

  • Expression icon ((blue star) ): Indicates the value is an expression (if enabled) or a static value (if disabled). Learn more about Using Expressions in SnapLogic.

  • Add icon ( (blue star) ): Indicates that you can add fields in the fieldsetfield set.

  • Remove icon ( (blue star)): Indicates that you can remove fields from the fieldsetfield set.

  • Upload icon ((blue star) ): Indicates that you can upload files.

...

Error

Reason

Resolution

Object ID does not exist

The object with the specified ID does not exist in the Teamcenter database.

Double-check the ID you are using to ensure it matches an existing object.

Incorrect ID Formatformat

The entered format of the object ID is incorrect.

Teamcenter object IDs often have a specific format, including a prefix that identifies the object type and a unique identifier. Make sure Ensure you are using use the correct format for object IDs.

...