View Issue Details

IDProjectCategoryView StatusLast Update
0004749SymmetricDS ProBugpublic2021-01-11 13:48
Reporterelong Assigned Toelong  
Prioritynormal 
Status closedResolutionfixed 
Product Version3.12.0 
Target Version3.12.6Fixed in Version3.12.6 
Summary0004749: Value too long for column node_password
DescriptionWhen adding a new group link and then registering a new node for that group link, an the node_password for sym_node_security will not load. There is a built-in transform for that table that encrypts and decrypts the node_password column, but the transform is only applied at startup. Use the config channel router and data loader filter to detect a change to sym_node_group_link and then flush the transform cache.

ERROR [SYMDS-MASTER] [AcknowledgeService] [qtp121678773-13] The outgoing batch CLIENT-6 failed: [22001,22001] Value too long for column "NODE_PASSWORD VARCHAR(50) NOT NULL": "'enc:UFWb2OJKBTF6lIS2yzbeY6AFEUosjTWsAJknGNMYJcx3RD+mJ3aVF4mGBCBKzk6KmSXAxe225K3GvmNTxHp0vg==' (92)"; SQL statement:
update "LOAD-ONLY-MYSQL20210108161611"."PUBLIC"."SYM_NODE_SECURITY" set "NODE_PASSWORD" = ?, "REGISTRATION_ENABLED" = ?, "REGISTRATION_TIME" = ?, "INITIAL_LOAD_ENABLED" = ?, "INITIAL_LOAD_TIME" = ?, "INITIAL_LOAD_END_TIME" = ?, "INITIAL_LOAD_ID" = ?, "INITIAL_LOAD_CREATE_BY" = ?, "REV_INITIAL_LOAD_ENABLED" = ?, "REV_INITIAL_LOAD_TIME" = ?, "REV_INITIAL_LOAD_ID" = ?, "REV_INITIAL_LOAD_CREATE_BY" = ?, "FAILED_LOGINS" = ?, "CREATED_AT_NODE_ID" = ? where "NODE_ID" = ? [22001-176]
TagsNo tags attached.

Activities

There are no notes attached to this issue.

Related Changesets

SymmetricDS: 3.12 32476bee

2021-01-08 14:19:35

admin

Details Diff
0004749: Value too long for column node_password Affected Issues
0004749
mod - symmetric-core/src/main/java/org/jumpmind/symmetric/load/ConfigurationChangedDatabaseWriterFilter.java Diff File
mod - symmetric-core/src/main/java/org/jumpmind/symmetric/route/ConfigurationChangedDataRouter.java Diff File

Issue History

Date Modified Username Field Change
2021-01-08 14:18 elong New Issue
2021-01-08 14:18 elong Status new => assigned
2021-01-08 14:18 elong Assigned To => elong
2021-01-08 14:19 elong Status assigned => resolved
2021-01-08 14:19 elong Resolution open => fixed
2021-01-08 14:19 elong Fixed in Version => 3.12.6
2021-01-08 15:00 admin Changeset attached => SymmetricDS 3.12 32476bee
2021-01-11 13:48 admin Status resolved => closed