Purge Activity
The Purge activity handles the functionality related to deleting targeted single transmissions from a Transaction Insight® database.
Purge can be directed by using any of the three parameters (ID, Filename, or GUID) those Filename and GUID are our recommended identifiers. ID refers to Transmission ID and is generally only available when looking directly at the Transmission Table in the Transaction Insight database.
Input
The Input tab contains the following fields.
| Input Item | Datatype | Description |
|---|---|---|
| DatabaseConnectString | string | Connection string for the Transaction Insight database:
Example: Oracle jdbc:oracle:thin:username/password@dbserver:port:instance Example: SqlServer jdbc:sqlserver://dbserver:port;databaseName=dbname;user=myuser;password=mypass; |
| LogfileLocation | string | Specifies the path and filename to the log file. |
| Debug | boolean | Expands output to include additional information for debugging purposes. |
| PurgeID | integer | Purge data with the specified Transmission ID. |
| PurgeFilename | string | Purge data with the specified filename. Wildcards are invalid. |
| PurgeGUID | string | Purge data with the specified GUID. |
Output
The Output tab contains the following fields.
| Output Item | Datatype | Description |
|---|---|---|
| ReturnCode | string | The Purge return code.
Refer toError Codes. |
