|
<< Click to Display Table of Contents >> Navigation: iVend Database Database > Tables > RepReplicationDestinationError Table |
Navigation: iVend Database Database > Tables >
iVend 6.6 Database Help
RepReplicationDestinationError Table
Collapse All Expand All
iVend Database Database : RepReplicationDestinationError Table |
Description
Stores the error information while replicating the data between stores
Properties
Creation Date |
4/13/2015 12:00 PM |
File Group |
PRIMARY |
Text File Group |
|
System Object |
|
Published for Replication |
|
Rows |
0 |
Data Space Used |
0.00 KB |
Index Space Used |
0.00 KB |
Columns
|
Column Name |
Description |
Datatype |
Length |
Allow Nulls |
Default |
Formula |
|
RepReplicationTransactionKey |
Reference key for the RepReplicationTransaction |
VarWChar |
50 |
|
|
|
|
SiteID |
Stores the Site ID |
Integer |
4 |
|
|
|
|
BatchKey |
Value is the batch under which the transaction will the processed |
VarWChar |
50 |
|
|
|
|
SequenceNo |
Value is the unique number assigned to each transaction |
BigInt |
8 |
|
|
|
|
ErrorNo |
Value is the error no |
BigInt |
8 |
|
|
|
|
Description |
Refers to the description for the Replication Error |
VarWChar |
500 |
|
|
|
|
Status |
Value is the status of the replication |
WChar |
1 |
|
('F') |
|
Indexes
Index |
Description |
Primary |
Unique |
|
|
|
|
|
|
|
SQL
SET ANSI_NULLS ON SET QUOTED_IDENTIFIER ON CREATE TABLE [dbo].[RepReplicationDestinationError]( [RepReplicationTransactionKey] [nvarchar](50) COLLATE SQL_Latin1_General_CP1_CI_AS NOT NULL, [SiteID] [int] NOT NULL, [BatchKey] [nvarchar](50) COLLATE SQL_Latin1_General_CP1_CI_AS NOT NULL, [SequenceNo] [bigint] NOT NULL, [ErrorNo] [bigint] NULL, [Description] [nvarchar](500) COLLATE SQL_Latin1_General_CP1_CI_AS NOT NULL, [Status] [nchar](1) COLLATE SQL_Latin1_General_CP1_CI_AS NOT NULL ) ON [PRIMARY] ALTER TABLE [dbo].[RepReplicationDestinationError] ADD CONSTRAINT [DF_RepReplicationDestinationError_Status] DEFAULT ('F') FOR [Status] |
See Also
© 2019 All Rights Reserved.
Send comments on this topic.