![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |
Table 60 Non-Repudiation Schema Details BC_NR_TRANSACTIONS table stores the summary information of signed messages and the signed receipts that the Partner had sent or received during a transaction exchange.For example, a search for Select * from BC_NR_TRANSACTIONS where STATUS like '%COMPLETED%' OR '%ERROR%' and TS > <from Date> can be used to query. This table has a many to 1 relationship with BC_NR_TRANSACTIONS table and stores entries whenever signed messages or receipts (or a encrypted-signed message and a signed receipt) is being exchanged with the Partner.This table grows along with the BC_NR_TRANSACTIONS table if the Business Protocol has Non-Repudiation enabled and the Partner exchanges at least signed messages requesting signed receipts. This table holds the actual signed message in the BINVAL column or the signed receipt sent or received from the Partner. This table has a foreign key to BC_NR_MESSAGES table to the BININDEX column and can grow based on the Non-repudiation messages sent and received from the Partner.
![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |