Note: We previously posted product release announcements in our Blogs section; but are now posting them in the community.
We are excited to announce the release of Metalogix Content Matrix 9.4. Listed below are some of the key features:
The full Content Matrix Release Notes can be found on the technical documentation site.
For current customers, you can download Content Matrix here.
For customers that are interested in evaluating Content Matrix, you can sign up for a trial here.
As with all new releases, we love to hear any and all feedback. Tell us what you like, don't like, and if you have any ideas for future enhancements, please let us know on the discussion forums!
Looks like accessing a Metalogix.SharePoint.Web object in powershell or inside of transformers is broken with this release - just an FYI in case you are looking to upgrade to this version and you use transformers you should probably stay away (ticket already opened with dev)
We are not seeing this problem in our testing or being reported by other customers or partners. We do have your Support Request and our QA Engineer has asked for more details to reproduce your reported problem. You should be hearing from the Support Engineer and then we can work to resolve this for you as quickly as possible..
Thanks for the quick and timely response Randy - it seems the engineer was able to reproduce it and sent it over to the development team. Service request #5003356 . The full error output i receive is:
The field or property: "Id" for type: "Metalogix.SharePoint.SPSite" differs only in letter casing from the field or
property: "ID". The type must be Common Language Specification (CLS) compliant.
To reproduce it - you just select a completed job in content matrix, export the powershell component, and then run the script up to $SourceCollection / $TargetCollection. I get the error with both SP2016 and SPO. The copy commands still seem to work, but if you try to access the objects or use the Web/Site objects in a transformer - it will throw the above error. As you pointed out - hope the error is exclusive to me (i'll update this thread regardless).
Confirmed as a bug - any transformers or powershell script that access the SPWeb object will not work in this release - so if you use anything like that in your migration process stay away from 9.4. Seems that the metalogix web object has two ID properties with different casings. Dev team is aware and working on it.