Hello, This error occurs on GemFire 8.2.1, but I think it would be the same on the latest version of Geode. We are trying to port region data from one Gemfire cluster into another, we are using default GemFire PDX serialization and persistent regions. And we are facing the following error:
gfsh>import data --region=/dictionaries --file=/project/user1/20170714-sub-db/import/dict.gfd --member=host1-server-1-10248 Could not process command due to GemFire error. Detected conflicting PDX types during import: PdxType[dsid=0,typenum=1,name=<...>PropertyMetaEntity,fields=[type:int:0:idx0(relativeOffset)=0:idx1(vlfOffsetIndex)=0, visib ... Snapshot data containing PDX types must be imported into an empty cache with no pre-existing type definitions. Allow the import to complete prior to inserting additional data into the cache. Emptying the cache doesn't help. gfsh>remove --region=/dictionaries --all What is helping is removing the GF folders with server and locator data. Is there any easy way to fix this issue without that radical step? Anton Mironenko Software Architect Amdocs ASP team This message and the information contained herein is proprietary and confidential and subject to the Amdocs policy statement, you may review at https://www.amdocs.com/about/email-disclaimer <https://www.amdocs.com/about/email-disclaimer>
