Announcing the Saviynt Knowledge Exchange unifying the Saviynt forums, documentation, training,
and more in a single search tool across platforms. Read the announcement here.

Data truncation: Data too long for column 'CUSTOMPROPERTY1' at row 1

kolipakularavi
New Contributor
New Contributor

Hi Every,

When I am performing the Import of accounts(Reconcilation) I am getting the below error

Data truncation: Data too long for column 'CUSTOMPROPERTY1' at row 1.

Please suggest how to handle this?

kolipakularavi_0-1698313928874.png

 

6 REPLIES 6

DixshantValecha
Saviynt Employee
Saviynt Employee

Hi @kolipakularavi,

We are checking on your requirement and we will keep you posted.

DixshantValecha
Saviynt Employee
Saviynt Employee

Hi @kolipakularavi,

The error message “Data truncation: Data too long for column ‘CUSTOMPROPERTY1’ at row 1 in Saviynt” indicates that the data being imported is too long for the specified column .Please provide us a sample value that is being passed in CUSTOMPROPERTY1.

SumathiSomala
All-Star
All-Star

@kolipakularavi 

It seems that the data is too long for cp1 which is of varchar type.

Can you try mapping cp31 instead of cp1. 

cp31 of the accounts profile is of type longtext.

cp57-60 is also of mediumtext type.

SumathiSomala_0-1698332375642.png

Database Schema Reference (saviyntcloud.com)

 

Regards,
Sumathi Somala
If this reply answered your question, please Accept As Solution and give Kudos.

DixshantValecha
Saviynt Employee
Saviynt Employee

Hi @kolipakularavi,

As mentioned by @SumathiSomala, it would be beneficial to validate the shared approach . However, I would also appreciate the opportunity to gain insight into the sample values being passed in CUSTOMPROPERTY1. This additional information will aid in a more comprehensive understanding of the situation. Thank you for your assistance in this matter.

@SumathiSomala and saviynt team,

I passed the value in the customproperty31 which has solved my issue.

Thanks for providing guidance and information from your side.

@kolipakularavi thanks for your confirmation. 

Please close this thread by clicking accept it as a solution. 

Thank you

 

 

 

Regards,
Sumathi Somala
If this reply answered your question, please Accept As Solution and give Kudos.