<iframe src="https://www.googletagmanager.com/ns.html?id=GTM-M74D8PB" height="0" width="0" style="display:none;visibility:hidden">
Loading
Skip to NavigationSkip to Main Content
Imports Fail with Incorrect String Value Error
Lifecycle Management
Okta Integration Network
Okta Classic Engine
Okta Identity Engine
Overview

This article provides a solution for an SQL exception that occurs during user and group imports from various applications. The import fails with the following error message:

 

uncategorized SQLException for SQL []; SQL state [HY000]; error code [1366]; Incorrect string value: '\xF0\x9F\x98\x81\xF0\x9F...' for column 'description' at row 1; nested exception is java.sql.SQLException: Incorrect string value: '\xF0\x9F\x98\x81\xF0\x9F...' for column 'description' at row 1
 

Applies To
  • User Imports
  • Group Imports
  • Microsoft Office 365

 

Cause

This error occurs when unsupported special characters (such as emojis, mathematical symbols, or foreign characters) are present in the data being imported. These characters may be located in various attributes for users or groups, including fields such as group names or descriptions.

Solution

To resolve this error, inspect the user and group data in the source application. Verify that no unsupported special characters are present in any user or group attributes, including fields such as group names and descriptions. Remove any such characters before running the import again.

A list of supported characters is available in the Okta documentation.

 

Related References

Loading
Imports Fail with Incorrect String Value Error