Rather than comparing the UDIs (umb addresses) directly, Converge translates them into the path + name of the media and then compares them.
Do the media folder names and media names match between the remote and local instances for those images?
Is the same version of Converge installed on both the remote and local instance?
Are you able to run a SQL query directly against the database? If so, it would be interesting to see the result of the following. Please replace the KeyGuid string with one of those above.
SELECT [Id]
,[SiteId]
,[KeyGuid]
,[ContentTypeAlias]
,[TemplateAlias]
,[Name]
,[Path]
,[ContentStatus]
,[CreateUser]
,[WriterUser]
,[ExpireDate]
,[ReleaseDate]
,[SortOrder]
,[IsBlueprint]
FROM [cvgContent]
where [KeyGuid] = 'b86...81e7'
order by [Id] desc
latest version seems to want to merge content that is the same
Hi Stuart,
I just upgraded to the latest version and now it seems to be flagging content to merge that hasn't actually changed?
It is indicating the photo's have changed but the umb addresses are identical
Hi again Huw,
Rather than comparing the UDIs (umb addresses) directly, Converge translates them into the path + name of the media and then compares them.
Are you able to run a SQL query directly against the database? If so, it would be interesting to see the result of the following. Please replace the KeyGuid string with one of those above.
SELECT [Id] ,[SiteId] ,[KeyGuid] ,[ContentTypeAlias] ,[TemplateAlias] ,[Name] ,[Path] ,[ContentStatus] ,[CreateUser] ,[WriterUser] ,[ExpireDate] ,[ReleaseDate] ,[SortOrder] ,[IsBlueprint] FROM [cvgContent] where [KeyGuid] = 'b86...81e7' order by [Id] desc
Thanks, Stuart.
I will check later and also run the query on the database and let you know.
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.